@import url("icons.css");
/*===================================================================
Import Section
======================================================================
===================================================================
-------------------------------------------------------------------------------
Reset & Clearfix
/* -------------------------------------------------------------------------------*/
HTML, BODY, DIV, SPAN, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, A, IMG, SMALL, SUB, B, DL, DD, DT, UL, LI, LABEL, ARTICLE, DETAILS, FOOTER, HEADER, MENU, NAV, INPUT, TEXTAREA, SELECT
{
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	text-align: justify;
}
DIV.in-slide-content1 IMG
{
	padding-left: 55px;
}
DIV#logo IMG
{
	padding-left: 0;
	text-align: left;
}
.clearfix:after
{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
LI
{
	list-style: none;
}
LI.square
{
	list-style-type: square;
	list-style-position: inside;
}
.add-top
{
	margin-top: 30px;
}
.plus-top
{
	margin-top: 50px;
}
.add-bottom
{
	margin-bottom: 30px;
}
/*-------------------------------------------------------------------------------
General
/* -------------------------------------------------------------------------------*/
HTML, BODY
{
	font-family: "Carrois Gothic", sans-serif;
	font-size: 16px;
	width: 100%;
	height: 100%;
}
BODY
{
	overflow-x: hidden;
}
.clr
{
	clear: both;
}
.container
{
	width: 960px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 50px;
	z-index: 10;
	position: relative;
	height: 95%;
}
.title
{
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 60px;
	font-weight: 200;
	padding: 17px 0 5px;
	margin: 0 0 12px;
	text-align: center;
}
.line
{
	border-bottom: 1px solid #F6C52A;
	width: 150px;
	margin: 10px auto;
}
.color
{
	color: #E4C054;
	margin-left: 47px;
}
.black
{
	color: #262932;
}
.gray
{
	color: #555;
}
.yellow
{
	color: #F6C52A;
}
.mb
{
	margin-bottom: 15px;
}
.mt
{
	margin-top: 70px;
}
.center
{
	text-align: center;
	margin-top: 70px;
}
.big-paragraph
{
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0 50px;
	text-align: justify;
	font-family: "Carrois Gothic", sans-serif;
	font-style: normal;
	font-weight: normal;
}
.left
{
	float: left;
}
H1
{
	font-size: 60px;
	line-height: 55px;
	font-family: "Poiret One", cursive;
	color: #555;
}
H2
{
	font-size: 36px;
	line-height: 36px;
	font-family: "Poiret One", cursive;
	color: #888;
}
H3
{
	font-size: 29px;
	font-weight: bold;
	line-height: 30px;
	font-family: "Open Sans", sans-serif;
	color: #555;
}
H4
{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	font-family: "Carrois Gothic", sans-serif, arial;
}
H5
{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	font-family: "Carrois Gothic", sans-serif, arial;
}
P
{
	line-height: 18px;
	text-align: justify;
}
A, LI
{
	color: #555555;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}
A
{
	color: #E4C054;
}
IMG, DIV, INPUT, TEXTAREA
{
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	text-align: justify;
}
.vid_content
{
	padding-top: 50px;
	padding-bottom: 10px;
	clear: both;
}
.vid
{
	width: 824px;
	height: 463px;
	border: none;
}
.bg_vid
{
	width: 856px;
	height: 509px;
	padding-left: 47px;
	background-image: url(../images/bg_video.png);
	background-repeat: no-repeat;
}
.one_half
{
	width: 48%;
}
.one_third
{
	width: 30.5%;
}
.one_fourth
{
	width: 22%;
}
.one_fifth
{
	width: 16.8%;
}
.one_sixth
{
	width: 13.33%;
}
.two_fifth
{
	width: 37.6%;
}
.two_fourth
{
	width: 48%;
	border-top: 2px dashed #CCC;
	padding: 5px 5px 0 0;
}
.two_third
{
	width: 65.33%;
}
.three_fifth
{
	width: 58.4%;
}
.three_fourth
{
	width: 74%;
}
.four_fifth
{
	width: 79.2%;
}
.five_sixth
{
	width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth
{
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.img_right
{
	float: right;
	margin: 10px 0 10px 25px;
	border-radius: 7px;
}
.last
{
	margin-right: 0px !important;
}
.btn-small
{
	color: #FFF;
	padding: 0px 15px;
	background: #F6C52A;
	height: 35px;
	text-align: center;
	display: inline-block;
	line-height: 35px;
	margin-top: 20px;
}
.btn-small:hover
{
	background: #262932;
	color: #FFF;
	opacity: 1;
}
/*-------------------------------------------------------------------------------
Menu
/* -------------------------------------------------------------------------------*/
#navigation
{
	background: #000;
	position: relative;
	width: 100%;
	height: 75px;
	z-index: 2000;
}
#home
{
	margin-top: -77px;
	height: 50px;
	text-align: center;
	position: absolute;
	width: 100%;
	min-width: 600px;
	display: block;
}
#navigation UL#home LI A
{
	color: #000;
	background-color: #E4C054;
	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px 0 0;
	border: 1px dashed #333;
	border-bottom: none;
}
#navigation UL#home:hover LI A, #navigation UL#home LI.current A
{
	color: #FFF;
	background-color: #000;
	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
}
#logo
{
	float: left;
	margin-left: 150px;
	margin-top: 15px;
	padding: 0;
}
#navigation UL
{
	padding-top: 25px;
	margin-right: 30px;
	float: right;
}
#navigation UL LI
{
	display: inline;
	margin-left: 15px;
	font-family: "Carrois Gothic", arial, sans-serif;
}
#navigation A, #navigation A:active, #navigation A:visited
{
	color: #FFF;
	height: 90px;
	font-size: 22px;
	padding: 25px 15px;
}
#navigation UL LI:hover A, #navigation UL LI.current A
{
	color: #000;
	background-color: #E4C054;
	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
}
/*-------------------------------------------------------------------------------
Pages and Subpages
/* -------------------------------------------------------------------------------*/
#index
{
	background: #000;
	height: 100%;
	margin-bottom: 0;
	position: relative;
}
.ourteam
{
	background: #EBEBEB;
}
.newsletter
{
	background-image: url(../../Templates/z-fullscreen/z-fullscreen/images/navy_blue.png);
}
.projects-filters
{
	padding: 30px 150px 40px;
	text-align: center;
}
.twitter
{
	background: #F6C52A;
}
.contact-header
{
	padding: 0 0 50px;
}
.contact-form
{
	float: left;
	width: 460px;
	padding: 5px;
	text-align: left;
}
.footer
{
	background-image: url(../images/navy_blue.png);
}
/*-------------------------------------------------------------------------------
Separators
/* -------------------------------------------------------------------------------*/
.separator_bg
{
	padding: 20px;
	background-image: url(../images/bg_slide.png);
}
.separator1-bg
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('../../Templates/z-fullscreen/z-fullscreen/images/separator1.jpg') repeat fixed 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -1;
}
.separator2-bg
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('../../Templates/z-fullscreen/z-fullscreen/images/separator2.jpg') repeat fixed 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -1;
}
.separator3-bg
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('../../Templates/z-fullscreen/z-fullscreen/images/separator3.jpg') repeat fixed 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -1;
}
.separator4-bg
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('../../Templates/z-fullscreen/z-fullscreen/images/separator4.html') repeat fixed 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index: -1;
}
#separator1, #separator2, #separator3, #separator4
{
	width: 100%;
	min-height: 550px;
	overflow: hidden;
	position: relative;
}
.pattern
{
	background: url('../../Templates/z-fullscreen/z-fullscreen/images/overlay_pattern.png');
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 0;
}
.client
{
	float: left;
	margin: 10px;
	width: 140px;
	cursor: pointer;
	margin-top: 65px;
	transition: all 0.3s ease 0s;
}
.client:hover
{
	float: left;
	margin: 10px;
	width: 140px;
	cursor: pointer;
	margin-top: 60px;
}
/*-------------------------------------------------------------------------------
Home
/* -------------------------------------------------------------------------------*/
DIV.mc-image
{
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 85%;
	overflow: hidden;
	width: 101%;
}
#cycle-loader
{
	left: 50%;
	margin: -250px 0 0 -200px;
	position: absolute;
	top: 50%;
	width: 400px;
	height: 300px;
	z-index: 999;
}
#maximage
{
	display: none;
	position: absolute !important;
}
#arrow_left, #arrow_right
{
	bottom: 50%;
	height: 67px;
	position: absolute;
	right: 50px;
	width: 36px;
	z-index: 1000;
}
#arrow_left
{
	left: 25px;
}
#arrow_left:hover, #arrow_right:hover
{
	opacity: 0.5;
}
#arrow_left:active, #arrow_right:active
{
	bottom: 50%;
}
.in-slide-content1, .in-slide-content2, .in-slide-content3, .in-slide-content4
{
	bottom: 30%;
	z-index: 20;
	position: absolute;
	width: 100%;
	text-align: justify;
	padding: 10px;
	height: 58%;
}
.in-slide-content2
{
	bottom: 60%;
}
.in-slide-content3
{
	bottom: 35%;
}
.in-slide-content4
{
	bottom: 50%;
	left: 15%;
}
.in-slide-content1 H1, .in-slide-content2 H1, .in-slide-content3 H1, .in-slide-content4 H1
{
	z-index: 20;
	color: #CCC;
	padding-bottom: 10px;
	line-height: 60px;
	margin-left: 50px;
}
.in-slide-content1 P, .in-slide-content2 P, .in-slide-content3 P, .in-slide-content4 P
{
	z-index: 20;
	color: #FFF;
	font-size: 35px;
	padding-top: 0px;
	font-family: "Poiret One", cursive;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 2px;
}
/*-------------------------------------------------------------------------------
About Us
/* -------------------------------------------------------------------------------*/
#aboutus
{
	background-image: url(../images/navy_blue.png);
	background-repeat: repeat;
}
.meter
{
	height: 30px;
	position: relative;
	margin: 0 0 35px;
	background: #EBEBEB;
	width: 100%;
}
.meter > DIV
{
	display: block;
	height: 100%;
	background-color: #F6C52A;
}
.meter P
{
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
}
.team
{
	width: 220px;
	height: 260px;
	background-color: #FFF;
	float: left;
	margin: 0 26px 20px 0;
	overflow: hidden;
	border-radius: 4px;
}
.team IMG.user
{
	position: absolute;
	border-radius: 5px;
}
.team-overlay
{
	width: 178px;
	height: 218px;
	background-color: #EAEAEA;
	border: 1px dashed #BBB;
	padding: 20px;
	position: relative;
	margin-left: -220px;
	font-size: 13px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.team-overlay A
{
	font-weight: 600;
	font-size: 15px;
}
.team-overlay A:hover
{
	color: #666;
}
.team:hover > .team-overlay
{
	margin-left: 0px;
}
.team-overlay H5
{
	margin-bottom: 2px;
}
P.team-function
{
	color: #A1A1A1;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-style: italic;
}
P.team-description
{
	color: #555555;
	line-height: 18px;
	margin-bottom: 20px;
}
.team-social
{
	width: 27px;
	height: 27px;
	background-color: #262932;
	margin-right: 10px;
	float: left;
	border-radius: 3px;
	bottom: 10px;
}
.team-social:hover
{
	background-color: #F6C52A;
}
.team-social IMG
{
	padding: 3px;
}
/*-------------------------------------------------------------------------------
Portfolio
/* -------------------------------------------------------------------------------*/
.isotope-item
{
	z-index: 2;
}
.isotope-hidden.isotope-item
{
	z-index: 1;
}
.isotope, .isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope
{
	-webkit-transition-property: height;
	-moz-transition-property: height;
	transition-property: height;
}
.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.isotope-item IMG
{
	width: 100%;
}
#portfolio
{
	/*background-image: url(../images/navy_blue2.png);*/
	background-repeat: no-repeat;
}
.portfolio
{
	width: 100%;
}
#filters
{
	margin: 0 auto;
	width: 440px;
}
NAV.primary UL
{
	font-size: 15px;
}
NAV.primary UL LI
{
	display: inline;
}
NAV.primary UL LI A
{
	height: 40px;
	width: auto;
	display: block;
	color: #FFF;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	margin-left: 5px;
	background-color: #333;
}
NAV.primary UL LI A:hover
{
	color: #FFF;
	background-color: #F6C52A;
}
NAV.primary UL LI A:active, NAV.primary UL LI A.selected
{
	color: #F6C52A;
	background-color: #646161;
}
/*-------------------------------------------------------------------------------
Portfolio Images Hover Effects
/* -------------------------------------------------------------------------------*/
.portfolio LI
{
	float: left;
	width: 16.6%;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	overflow: hidden;
}
.portfolio A
{
	display: block;
	text-decoration: none;
}
.portfolio IMG
{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}
.view .mask
{
	opacity: 0;
}
.view:hover .mask
{
	opacity: 0.9;
}
.view
{
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.view .mask
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #F6C52A;
	border-radius: 10px;
}
.mask H5
{
	text-align: center;
	color: #555;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	position: absolute;
	line-height: 24px;
}
.mask P
{
	text-align: center;
	color: #222;
	top: 50%;
	width: 100%;
	margin-top: 8px;
	position: absolute;
	line-height: 12px;
}
/*-------------------------------------------------------------------------------
Portfolio Project page
/* -------------------------------------------------------------------------------*/
.project_page
{
	background-color: #FFF;
	width: 960px;
}
.project_content
{
	padding: 40px;
	padding-bottom: 20px;
	width: auto;
}
.categories LI
{
	border-top: 1px solid #F2F2F2;
	display: block;
	padding: 10px 0 10px 13px;
}
.categories LI:last-child
{
	border-bottom: 1px solid #F2F2F2;
}
.categories LI A
{
	color: #ABABAB;
}
.categories LI A:hover
{
	color: #000;
}
/*-------------------------------------------------------------------------------
News Carousel
/* -------------------------------------------------------------------------------*/
.carousel_news
{
	width: 100%;
	height: auto;
	display: block;
	overflow: auto;
	text-align: justify;
	margin: 0;
}
.carousel_news UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.carousel_news LI
{
	width: 920px;
	height: auto;
	padding: 20px;
	display: block;
	float: left;
}
.carousel_news LI P
{
	color: #999;
	opacity: 0.7;
}
.t-prev
{
	float: left;
	background: url("../images/left.png") no-repeat;
	width: 30px;
	height: 38px;
	margin: 5px 10px 0;
}
.t-next
{
	float: right;
	background: url("../images/right.png") no-repeat;
	width: 30px;
	height: 38px;
	margin: 5px 0 0;
}
.t-prev:hover, .t-next:hover
{
	opacity: 0.5;
}
/*-------------------------------------------------------------------------------
/* -------------------------------------------------------------------------------*/
#ourservices
{
	background-image: inherit;
}
#ourservices TABLE
{
	margin-right: 5px;
	margin-left: 5px;
	font-family: "Carrois Gothic", sans-serif;
	font-size: 16pt;
}
.heading-and-icon
{
	width: 100%;
	margin-bottom: 10px;
	height: 60px;
}
.heading-and-icon H3
{
	padding-top: 35px;
}
H3.newsletter
{
	float: left;
	margin-right: 20px;
	margin-top: 0;
}
INPUT.newsletter-email, INPUT.newsletter-name
{
	float: left;
	background: #FFF;
	color: #777;
	font-family: helvetica, Muli, sans-serif, arial;
	margin-right: 20px;
	margin-top: 0;
}
BUTTON.newsletter-sent
{
	color: #000;
	padding: 0px 30px;
	background: #F6C52A;
	height: 26px;
	font-family: helvetica, Muli, sans-serif, arial;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	line-height: 26px;
	border: 0;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
BUTTON.newsletter-sent:hover
{
	background: #343232;
	color: #FFF;
}
/*-------------------------------------------------------------------------------
/* -------------------------------------------------------------------------------*/
#featured
{
	padding-top: 50px;
}
#news
{
	background: #343232;
}
.container-news
{
}
.container-news H1
{
	margin-bottom: 70px;
}
.list_carousel
{
	width: 100%;
	height: auto;
}
.list_carousel UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel LI
{
	background-color: #E3E3E3;
	width: 300px;
	height: 437px;
	padding: 0;
	margin-right: 15px;
	display: block;
	float: left;
	border-radius: 7px;
	border: 1px solid #E3E3E3;
}
.list_carousel LI H5
{
	color: #000;
	margin-bottom: 3px;
}
P.news-date
{
	font-style: italic;
	margin-bottom: 20px;
	color: #A1A1A1;
}
.list_carousel.responsive
{
	width: auto;
	margin-left: 0;
}
#news-navigation
{
	width: auto;
	height: 40px;
	float: right;
	margin-top: -40px;
}
.prev
{
	float: left;
	background: url("../images/left.png") no-repeat;
	width: 49px;
	height: 62px;
}
.next
{
	float: left;
	margin-left: 20px;
	background: url("../images/right.png") no-repeat;
	width: 49px;
	height: 62px;
}
.prev:hover, .next:hover
{
	opacity: 0.5;
}
/*Contacto*/
#contact
{
	background-image: url(../../images/navy_blue.png);
}

#map_canvas
{
	width: 100%;
	height: 500px;
}
.map
{
}
INPUT
{
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	background: #FFF;
	color: #808080;
	font-family: arial;
	font-size: 12px;
}
INPUT:focus
{
	color: #808080;
}
TEXTAREA
{
	width: 94%;
	padding: 5px;
	margin-top: 20px;
	background: #FFF;
	height: 133px;
	resize: none;
	color: #808080;
	font-family: arial;
	font-size: 12px;
}
TEXTAREA:focus
{
	color: #808080;
}
INPUT.send_message
{
	width: 90px;
	background: #F6C52A;
	float: left;
	color: #000;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
INPUT.send_message:hover
{
	background: #343232;
	color: #FFF;
}
.error_message
{
	background-color: #FFE9E9;
	border-color: #FBC4C4;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	color: #DE5959;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	padding: 15px 40px 15px 18px;
	position: relative;
	float: none;
	width: auto;
}
#message
{
	color: #665C3E;
}
FIELDSET
{
	position: relative;
	float: left;
	padding: 0;
	border: 0 none;
	width: 100%;
}
FIELDSET H1
{
	font-size: 24px;
	color: #000;
}
/*-------------------------------------------------------------------------------
Media Queries
/* -------------------------------------------------------------------------------*/
@media only screen and (max-width: 1500px)
{
	.portfolio
	{
		width: 100.3%;
	}
	.portfolio LI
	{
		width: 25%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1300px)
{
	.portfolio
	{
		width: 100.5%;
	}
	.portfolio LI
	{
		width: 25%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1024px)
{
	.portfolio
	{
		width: 100%;
	}
	.portfolio LI
	{
		width: 25%;
		margin: 0 auto;
	}
	.separator1-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator2-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator3-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator4-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
}
@media only screen and (max-width: 959px)
{
	.container
	{
	width: 720px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 50px;
	}
	#navigation UL
	{
		width: 250px;
		padding: 5px 0;
		position: relative;
		top: 10px;
		border: 1px solid #444;
		background: #000;
		border-radius: 4px;
	}
	#home
	{
		min-width: 150px;
	}
	.vid
	{
		width: 720px;
		height: 405px;
	}
	.bg_vid
	{
		width: auto;
		height: auto;
		padding-left: 0;
		background-image: none;
	}
	UL#menu LI
	{
		display: none;
		margin: 0;
	}
	#navigation .current
	{
		display: block !important;
	}
	#navigation A
	{
		display: block;
		padding: 5px 5px 5px 15px;
		text-align: left;
	}
	#navigation UL LI:hover A, #navigation UL LI.current A
	{
		color: #000;
	}
	#navigation A, #navigation A:active, #navigation A:visited
	{
		padding-top: 5px;
		height: auto;
		padding-bottom: 5px;
	}
	.in-slide-content1
	{
		bottom: 20%;
	}
	.in-slide-content2
	{
		bottom: 60%;
	}
	.in-slide-content3
	{
		bottom: 20%;
	}
	.in-slide-content4
	{
		bottom: 60%;
		left: auto;
	}
	.team
	{
		background-color: #FFFFFF;
		float: left;
		height: 260px;
		margin-right: 5px;
		overflow: hidden;
		width: 220px;
		margin-bottom: 15px;
	}
	.two_third
	{
		width: 50%;
	}
	.two_fourth
	{
		width: 45%;
	}
	.three_fourth
	{
		width: 65%;
	}
	.team.last
	{
		margin-left: 240px;
	}
	INPUT.newsletter-email, INPUT.newsletter-name
	{
		width: 146px;
	}
	BUTTON.newsletter-sent
	{
		padding: 0 18px;
	}
	.portfolio
	{
		width: 100%;
	}
	.portfolio LI
	{
		width: 49.99%;
	}
	.big-paragraph
	{
		width: 700px !important;
	}
	NAV.primary UL
	{
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	NAV.primary UL LI A
	{
		margin-bottom: 10px;
	}
	.carousel_news LI
	{
	width: 680px;
	margin: 0px;
	padding: 0px;
	}
	.project_page
	{
		background-color: #FFF;
		width: 720px;
	}
	.client
	{
		margin: 50px;
	}
	.client:hover
	{
		margin: 50px;
		opacity: 0.8;
	}
	.service_page
	{
		background-color: #FFF;
		width: 720px;
	}
	.user_comment_reply
	{
		background: transparent url("../../Templates/z-fullscreen/z-fullscreen/images/user.html") no-repeat 0 0;
		margin-top: 40px;
		padding-left: 60px;
	}
	.contact-form
	{
		width: 50%;
	}
	.footer UL.contactus LI
	{
		float: none;
		margin-bottom: 20px;
	}
	.separator1-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator2-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator3-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator4-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
}
@media only screen and (max-width: 767px)
{
	.container
	{
		width: 440px;
		padding-top: 150px;
		padding-bottom: 50px;
	}
	#aboutus IMG
	{
		float: none;
		text-align: center;
	}
	.vid
	{
		width: 440px;
		height: 248px;
	}
	#logo
	{
		margin-left: 20px;
	}
	#navigation UL
	{
		width: 200px;
		padding: 5px 0;
		position: relative;
		top: 10px;
		border-radius: 4px;
	}
	UL#menu LI
	{
		display: none;
		margin: 0;
	}
	#navigation .current
	{
		display: block !important;
	}
	#navigation A
	{
		display: block;
		padding: 5px 5px 5px 15px;
		text-align: left;
	}
	#navigation UL:hover
	{
		background-image: none;
	}
	#navigation UL LI:hover A, #navigation UL LI.current A
	{
	}
	#navigation A, #navigation A:active, #navigation A:visited
	{
		padding-top: 5px;
		height: auto;
		padding-bottom: 5px;
	}
	.in-slide-content
	{
		left: 50px;
		top: 70px;
		margin-right: 10%;
		z-index: 20;
		position: absolute;
		width: 45%;
		text-align: left;
	}
	.in-slide-content H1
	{
		z-index: 20;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 20px;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		float: left;
	}
	.in-slide-content P
	{
		z-index: 20;
		color: #FFF;
		font-size: 12px;
		padding-top: 20px;
		float: left;
		font-weight: bold;
	}
	.one_half
	{
		width: 100%;
	}
	.one_third
	{
		width: 100%;
	}
	.one_fourth
	{
		width: 100%;
	}
	.one_fifth
	{
		width: 100%;
	}
	.one_sixth
	{
		width: 100%;
	}
	.two_fifth
	{
		width: 100%;
	}
	.two_fourth
	{
		width: 100%;
	}
	.two_third
	{
		width: 100%;
	}
	.three_fifth
	{
		width: 100%;
	}
	.three_fourth
	{
		width: 100%;
	}
	.four_fifth
	{
		width: 100%;
	}
	.five_sixth
	{
		width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth
	{
		float: left;
		margin-bottom: 20px;
		margin-right: 0;
		position: relative;
	}
	.team
	{
		background-color: #FFFFFF;
		float: left;
		height: 260px;
		margin-left: 107px;
		overflow: hidden;
		width: 220px;
		margin-bottom: 15px;
	}
	.team.last
	{
		margin-left: 107px;
	}
	H3.newsletter
	{
		float: none;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	INPUT.newsletter-email, INPUT.newsletter-name
	{
		width: 416px;
		margin-bottom: 20px;
	}
	BUTTON.newsletter-sent
	{
		padding: 0 18px;
	}
	.portfolio
	{
		width: 100%;
	}
	.portfolio LI
	{
		width: 50%;
		margin: 0 auto;
	}
	.big-paragraph
	{
		width: 420px !important;
		text-align: left;
	}
	.projects-filters
	{
		padding: 20px;
	}
	NAV.primary UL
	{
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	NAV.primary UL LI A
	{
		margin-bottom: 10px;
	}
	.carousel_news LI
	{
		width: 400px;
	}
	.project_page
	{
		background-color: #FFF;
		width: 440px;
	}
	.client
	{
		margin: 20px 150px;
	}
	.client:hover
	{
		margin: 20px 150px;
		opacity: 0.8;
	}
	.service_page
	{
		background-color: #FFF;
		width: 440px;
	}
	P.post-admin
	{
		width: 100%;
	}
	P.post-calendar
	{
		margin-left: 0px;
		width: 100%;
	}
	P.post-tagss
	{
		margin-left: 0px;
		width: 100%;
	}
	P.post-commentss
	{
		margin-left: 0px;
		width: 100%;
	}
	.user_comment_reply
	{
		margin-left: -60px;
		background: transparent url("../../Templates/z-fullscreen/z-fullscreen/images/user.html") no-repeat 0 0;
		margin-top: 40px;
		padding-left: 60px;
	}
	.contact-form
	{
		width: 100%;
	}
	.footer UL.contactus LI
	{
		font-size: 28px;
	}
	.footer UL.contactus LI SPAN.mail:after
	{
		top: 4px;
	}
	.footer UL.contactus LI SPAN.phone:after
	{
		top: 3px;
	}
	.footer-social
	{
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.carousel_news LI H1
	{
		font-size: 35px;
		line-height: 38px;
	}
	.separator1-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator2-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator3-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator4-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
}
@media only screen and (max-width: 479px)
{
	H2
	{
		font-size: 30px;
		line-height: 30px;
	}
	H3
	{
		font-size: 24px;
		line-height: 24px;
	}
	H4
	{
		font-size: 20px;
		line-height: 20px;
	}
	H5
	{
		font-size: 14px;
		line-height: 14px;
	}
	.container
	{
		width: 280px;
		padding-top: 150px;
		padding-bottom: 50px;
	}
	#logo
	{
		margin-left: 20px;
	}
	.vid
	{
		width: 280px;
		height: 158px;
	}
	#navigation UL
	{
		width: 140px;
		padding: 5px 0;
		position: relative;
		top: 10px;
		border-radius: 4px;
	}
	UL#menu LI
	{
		display: none;
		margin: 0;
	}
	#navigation .current
	{
		display: block !important;
	}
	#navigation A
	{
		display: block;
		padding: 5px 5px 5px 15px;
		text-align: left;
	}
	#navigation UL:hover
	{
		background-image: none;
	}
	#navigation UL LI:hover A, #navigation UL LI.current A
	{
	}
	#navigation A, #navigation A:active, #navigation A:visited
	{
		padding-top: 5px;
		height: auto;
		padding-bottom: 5px;
	}
	.in-slide-content H1
	{
		display: none;
	}
	.in-slide-content P
	{
		display: none;
	}
	#arrow_left
	{
		left: 50px;
	}
	.one_half
	{
		width: 100%;
	}
	.one_third
	{
		width: 100%;
	}
	.one_fourth
	{
		width: 100%;
	}
	.one_fifth
	{
		width: 100%;
	}
	.one_sixth
	{
		width: 100%;
	}
	.two_fifth
	{
		width: 100%;
	}
	.two_fourth
	{
		width: 100%;
	}
	.two_third
	{
		width: 100%;
	}
	.three_fifth
	{
		width: 100%;
	}
	.three_fourth
	{
		width: 100%;
	}
	.four_fifth
	{
		width: 100%;
	}
	.five_sixth
	{
		width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth
	{
		float: left;
		margin-bottom: 20px;
		margin-right: 0;
		position: relative;
	}
	.team
	{
		background-color: #FFFFFF;
		float: left;
		height: 260px;
		margin-left: 27px;
		overflow: hidden;
		width: 220px;
		margin-bottom: 30px;
	}
	.team.last
	{
		margin-left: 27px;
	}
	H3.newsletter
	{
		float: none;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	INPUT.newsletter-email, INPUT.newsletter-name
	{
		width: 256px;
		margin-bottom: 20px;
	}
	BUTTON.newsletter-sent
	{
		padding: 0 18px;
	}
	.portfolio
	{
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.portfolio LI
	{
		width: 100%;
		margin: 0 auto;
	}
	.big-paragraph
	{
	}
	.projects-filters
	{
		width: auto;
	}
	NAV.primary UL
	{
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	NAV.primary UL LI
	{
	}
	NAV.primary UL LI A
	{
		margin-left: 3px;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		width: 190px;
	}
	.carousel_news LI
	{
		width: 240px;
	}
	.project_page
	{
		background-color: #FFF;
		width: 280px;
	}
	.client
	{
		margin: 20px 70px;
	}
	.client:hover
	{
		margin: 20px 70px;
		opacity: 0.8;
	}
	.list_carousel LI
	{
		height: 522px;
		width: 280px;
	}
	.news-intro
	{
		background: #FFFFFF repeat 0 0;
		float: left;
		height: 225px;
		padding: 20px;
	}
	.service_page
	{
		background-color: #FFF;
		width: 280px;
	}
	#news-navigation
	{
		margin-top: 0;
	}
	P.post-admin
	{
		width: 100%;
	}
	P.post-calendar
	{
		margin-left: 0px;
		width: 100%;
	}
	P.post-tagss
	{
		margin-left: 0px;
		width: 100%;
	}
	P.post-commentss
	{
		margin-left: 0px;
		width: 100%;
	}
	.contact-form
	{
		width: 100%;
	}
	.footer UL.contactus LI
	{
		font-size: 28px;
	}
	.footer UL.contactus LI SPAN.mail:after
	{
		top: 4px;
	}
	.footer UL.contactus LI SPAN.phone:after
	{
		top: 3px;
	}
	.footer-social
	{
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.carousel_news LI H1
	{
		font-size: 35px;
		line-height: 38px;
	}
	#map_canvas
	{
		width: 100%;
		height: 300px;
	}
	.separator1-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator2-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator3-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	.separator4-bg
	{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
}
