/* Global */

body {
	font-family:'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color: #7e7e7e;
	background-color:#ffffff;
	overflow-x:hidden;
}
img {
	max-width: 100%;
}
a:link {
	color: #f96e5b;
	text-decoration: none;
}
a:hover {
	color:#f96e5b;
}
a:visited {
	color: #f96e5b;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}



/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%;
	height:74px;
	background-color:#444;
	z-index:9999;
}
#logo {
	margin-bottom:0;
	margin-left:-5px;
}

#nav {
	text-align: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:30px 0 0 0;
	padding:0;
}
.navigation li{
	float: left;
	text-align:left;
	padding:0 0 22px 0;
	margin-left:30px;
	text-transform:uppercase;
	background:none;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	color:#a5a5a5;
}
.navigation li:first-child{margin-left:0;}
.navigation li:hover,
.navigation .active {
	cursor:pointer;
	color: #f96e5b;
	border-bottom:2px solid #f96e5b;
}

.overflow_hidden {overflow-x:hidden;}

/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
	overflow:hidden;
}
h1 {
	margin:0;
	text-transform:uppercase;
	text-align:left;
	background:url(../images/h1_line.png) repeat-x right center;
	font-family: 'Raleway', sans-serif;
	font-size: 52px;
	line-height: 86px;
	color:#3e3e3e;
	font-weight: 600;
}

h2 {
	margin:0;
	padding:0;
	text-transform:none;
	text-align:center;
	font-family:Arial;
	font-size: 14px;
	font-style:italic;
	line-height: 20px;
	color:#3e3e3e;
	font-weight: 400;
}
h4 {
	margin:0;
	padding:13px 0 20px 0;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:20px;
	font-style:normal;
	line-height:26px;
	color:#3e3e3e;
}
img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	z-index:999 !important;
}

/* ____________________________________ Slide 1 ____________________________________ */ 
.effects {
	position:relative;
}
.effects_1 {
	background: url(../images/effect_1.png) no-repeat left top;
	position: absolute;
	top: -180px;
	bottom: 0;
	right: -482px;
	width: 474px;
	height: 600px;
	z-index: 99;
}

.padding_slide1 {
	padding: 155px 0 0 0;
}

#slide1{
	background-image:url(../images/slide1_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:left;
}
.filtr_bg {
	margin-bottom:102px;
}
#slide1 h1 {
	position: relative;
	z-index: 101;
	margin: 0;
	background: none;
	padding: 0 0 23px 0;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	line-height: 70px;
	color: #3e3e3e;
	font-weight: 800;
}
#slide1 p {
	position: relative;
	z-index: 101;
	text-transform: none;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 29px;
	padding: 0 0 18px 0;
	margin: 0;
	font-weight: 400;
}

#slide1 a.button {
    position:relative;
	z-index:101;
	background-image: url(../images/arrow_down.png);
    display: block;
    height: 51px;
	margin:0 auto -20px auto;
    width: 152px;
}
a.button:hover {cursor:pointer;text-decoration:none;
}



/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2{
	background:#fff;
	padding:76px 0 59px;
}

#slide2 h1 span {background:#fff;padding-right:3px;}



/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	background:url(../images/slide3_bg.jpg) repeat left top;
	padding:76px 0 80px 0;
}

#slide3 h1 {
	color:#b4b4b4;
}
#slide3 h1 span {
	background:url(../images/slide3_bg.jpg) repeat left top;
	padding-right:3px;
}

/* _________________ PORTFOLIO ________________ */
.gallery-list .projects .grid_3 {width:235px !important;}

#slide3 ul{
	margin:15px 0 29px 0;
	padding:0;
	list-style-type:none;
}

#slide3 .hover_img {
	position:relative;
	height:272px;
	width:235px;
	background:none;
}
.hover_img .portf_bg {
	position:absolute;
	left:0;
	top:0;
	z-index:200;
}
.hover_img .portf_img {
	position:absolute;
	left:7px;
	top:0;
	z-index:190;
}

.portfolio_zoom, .portfolio_link {
	transform: scale(0);
	-webkit-transform: scale(0);
	width:82px;
	height:82px;
	position:absolute;
	left:48px;
	top:97px;
	background-image:url(../images/zoom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:302 !important;
	opacity:0.52;
	filter: alpha(opacity=52);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.portfolio_link {
	left:109px;
	background-image:url(../images/link.png);
	z-index:303;
}
.portfolio_zoom:hover, .portfolio_link:hover {
	opacity:1;
	filter: alpha(opacity=100);
	z-index:310;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:82px;
	height:82px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, 
.hover_img:hover .portfolio_link {
	transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.hover_img .item_description {
	position:absolute;
	top:270px;
	left:0;
	right:0;
	height:272px;
	width:235px;
	padding:0;
	background:#f96e5b;
	z-index:191;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.hover_img:hover .item_description {
	top:0;
}

/* _________ FILTER ________ */

#filters li {display:inline-block;}
#filters li a {
	display:block;
	margin:0 10px 10px 0;
	padding:0 8px 0 12px;
	text-transform:uppercase;
	font-family:'Arial';
	font-weight:400;
	font-size:14px;
	line-height:26px;
	color:#878787;
	background:url(../images/filter_btn_bg.jpg) repeat-x;
	background-position:0 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#filters li a:hover,
#filters li a.selected {
	text-decoration:none;
	color:#fff;
	background-position:0 -26px;
}

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  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, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
}
.element img {max-width:100%;
}

/* ________ //FILTER _______ */

/* ________________ //PORTFOLIO _______________ */

/* ___________________________________ //Slide 3 ___________________________________ */ 



/* ____________________________________ Slide 4 ____________________________________ */

#slide4{
	padding:75px 0 74px;
	background-image:url(../images/slide4_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
}
#slide4 h1 {
	background:url(../images/serv_line.png) no-repeat right center;
}
#slide4 h1 span {
	background:url(../images/slide4_bg.jpg) repeat left top;
	padding-right:3px;
}
/* ________________ SERV_BLOCK _______________ */
.serv_block {
	position:relative;
	margin-top:16px !important;
}

.serv_block h4 {
	padding-top:26px;
	padding-bottom:24px;
	padding-left:84px;
	margin-bottom:18px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.serv_block a {
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-size:12px;
	color:#000;
}
.serv_block:hover h4 {
	color:#f96e5b;
}

.serv_icon,
.serv_icon_h {
	position:absolute;
	left:0;
	top:0;
}

.serv_block:hover .serv_icon_h,
.serv_block .serv_icon {
	opacity:1;
	filter: alpha(opacity=100);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.serv_block .serv_icon_h,
.serv_block:hover .serv_icon {
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
/* ________________ //SERV_BLOCK _______________ */

/* ___________________________________ //Slide 4 ___________________________________ */


/* ____________________________________ Slide 5 ____________________________________ */ 
#slide5{
	background:url(../images/slide5_bg.jpg) repeat left top;
	padding:77px 0 68px;
}

#slide5 h1 {color:#a6a6a6;	
}
#slide5 h1 span {padding-right:5px;background:url(../images/slide5_bg.jpg) repeat left top;
}

/* ________________ team_block _________________ */
.team_block {
	position:relative;
	text-align:center;
}

.team_bg {
	position:absolute;
	left:0;
	top:0;
	z-index:200;
}

.team_h {
	background:#000;
	position:absolute;
	left:0;
	top:0;
	width:320px;
	height:0;
	opacity:0.44;
	filter: alpha(opacity=44);
	z-index:100;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.team_block a:hover .team_h {
	height:369px;
}
.team_block h4 {
	margin:14px 0 9px;
	padding:0;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:26px;
	color:#b7b7b7;
}
.team_block p {
	margin:0 20px 10px 20px;
	padding:0 0 15px 0;
	text-transform:none;
	border-bottom:1px dotted #6c6c6c;
	font-size:16px;
	color:#7f7f7f;
}
ul.team_soc {
	margin:10px 0 12px 0;
	padding:0;
}
.team_soc li {display:inline-block;}
.team_soc li a {
	display:inline-block;
	margin:0 3px;
	width:28px;
	height:28px;
}

a.soc1, a.soc2, a.soc3, a.soc4 {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a.soc1 {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #676767;
}
a.soc2 {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #676767;
}
a.soc3 {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #676767;
}
a.soc4 {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #676767;
}

a.soc1:hover {
	background:url(../images/team_soc_icons.png) no-repeat 0 0 #f96e5b;
}
a.soc2:hover {
	background:url(../images/team_soc_icons.png) no-repeat -30px 0 #f96e5b;
}
a.soc3:hover {
	background:url(../images/team_soc_icons.png) no-repeat -62px 0 #f96e5b;
}
a.soc4:hover {
	background:url(../images/team_soc_icons.png) no-repeat -89px 0 #f96e5b;
}

.team_block:hover h4 {
	color:#f96e5b;
	transition-delay:0.5s;
	-o-transition-delay:0.5s;
	-moz-transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
}

/* _______________ //team_block ________________ */


/* ___________________________________ //Slide 5 ___________________________________ */ 

/* ____________________________________ Slide 6 ____________________________________ */

#slide6{
	background:#fff;
	padding:0;
}
#slide6 .container {position:relative;
}
.contact_block {
	position:absolute;
	top:123px;
	left:0;
	background:url(../images/contact_block_bg.jpg) repeat left top;
	padding:31px 0 2px 35px;
	max-width:730px;
}
#slide6 .grid_5 {width:370px !important;}
#slide6 .grid_4 {width:320px !important;}
#slide6 h4 {padding-top:0;
}

/* ______________ CONTACT_FORM ______________ */
.contact_form input[type="text"],
.contact_form textarea {
	width:339px;
	margin:0 0 21px 0;
	padding:11px 10px 9px 19px;
	background: #fff;
	font-family:Arial;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	border:1px solid #fff;
	color:#8c8c8c;
}
.contact_form input[type="text"]:first-child {margin-left:0 !important;}
.contact_form textarea {
	resize: none;
	margin-left:0;
	height: auto;
    min-height: 130px;
}

.contact_btn {
	position:relative;
	display: inline-block;
	border:none;
	text-transform:uppercase;
	margin:0 14px 14px 0;
	padding:7px 19px 5px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	text-align: center;
	vertical-align: middle;
	background:#969696;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.contact_btn:hover,
.send_btn {
	background:#f96e5b;
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#444;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
#note .notification_error {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */

/* ____________ CONTACT_DETAILS _____________ */
.contact_det_block {margin-top:-5px;
}

ul.foot_block_intouch {
	margin:0;
	padding:0;
}

.foot_block_intouch li {padding-bottom:8px !important;}
.foot_block_intouch li p, .foot_block_intouch a {
	color:#7e7e7e;
	line-height:21px;
	font-size:14px;
	padding:0 0 0 34px;
	margin:0;
}
.foot_block_intouch li a:hover {color:#f96e5b;text-decoration:none;}

.foot_block_intouch li.touch_phone p {
	background:url(../images/contact_icon.png) no-repeat 0 0;
}
.foot_block_intouch li.touch_clock p {
	background:url(../images/contact_icon.png) no-repeat 0 -88px;
}
.foot_block_intouch li.touch_mail a {
	background:url(../images/contact_icon.png) no-repeat 0 -161px;
}
.foot_block_intouch li.touch_mail a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -371px;
}

.foot_block_intouch li.touch_site a {
	background:url(../images/contact_icon.png) no-repeat 0 -235px;
	display:block;
	height:20px;
}
.foot_block_intouch li.touch_site a:hover {
	background:url(../images/contact_icon.png) no-repeat 0 -445px;
}

.foot_block_intouch li.touch_adress p {
	background:url(../images/contact_icon.png) no-repeat 0 -305px;
}




/* ___________ //CONTACT_DETAILS ____________ */
#map_block {
	margin:0;
}

/* ____________________________________ //Slide 6 ____________________________________ */

/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#444;
	padding:27px 0 180px 0;
}
.copyright {
	float:left;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#979797;
}
.copyright a {
	color:#f96e5b;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	position:relative;
	z-index:300;
	display:block;
	background:url(../images/back_top_bg.png) no-repeat top right;
	margin-top:-50px;
	width:85px;
	height:24px;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */
