/* 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: #52caf2;
	text-decoration: none;
}
a:hover {
	color:#52caf2;
}
a:visited {
	color: #52caf2;
	text-decoration: none;
}
#cancellation a{
    color: #a5a5a5;
}
#cancellation:hover a{
    color: #52caf2;
}

.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;
	padding-top:6px;
}

#nav {
	text-align: right;
	margin-right: 1em;
}
.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: #52caf2;
	border-bottom:2px solid #52caf2;
}



/* General Slides */

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}
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;
}

.grid_4 h4{
	color:#fff;
}

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:800px;
	z-index:99;
}

.padding_slide1 {padding:255px 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 37px 0;
	text-transform:uppercase;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-size: 102px;
	line-height: 86px;
	color:#444;
	font-weight: 800;
}
#slide1 p {
	position:relative;
	z-index:101;
	text-transform:none;
	font-family: 'Arial', sans-serif;
	font-size: 23px;
	color: #3e3e3e;
	line-height: 29px;
	padding:0 0 28px 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);
	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);
}
.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:#52caf2;
}

.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:#52caf2;
	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_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 23px;
}
.copyright {
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#979797;
	text-align:center;
}
.copyright a {
	color:#f96e5b;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

.divide{
	color:#52caf2;
}
/* ___________________________________ //FOOTER ___________________________________ */



/* Variables */
/* Colors */
main {
  background: #333;
  width: 100%;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
}
main a {
  color: #e75854;
  text-decoration: none;
  transition: color 250ms ease-in-out;
}
main a:hover {
  color: #fafafa;
}

/* Dropdown style */
.dropdown {
  width: 9em;
	    margin-top: 1.5em;

}
.dropdown dt a {
  display: block;
  height: 2.5em;
  width: 100%;
  border: 1px solid #ecf0f1;
  border-radius: 3px;
  text-decoration: none;
}
.dropdown dt a:hover, .dropdown dt a:active {
  border-color: #bdc3c7;
}
.dropdown dt span {
  display: block;
  padding: 0 1em;
  line-height: 2.5em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHo+AACAQQAA+MoAAIC0AAB48QAA9RwAADw3AAAbzhlfIT4AAACJSURBVHjajNAxCsJAEEbhb5cU4i0sbHIaL6IQTxFPo4VeROwXQs4gKW1cWJZEM90wj5l5f0jDeMXBunqENIw7vLD9A09oIxL6FdsvSCENI2zwxH4BTmgxxeJc92P76cuIpRBuc6K45yZWwzPeleixBOLMr30tWgJZuqwcQJNFy2GzkHeHUMPwGQChFSPmzlJ1WgAAAABJRU5ErkJggg==) no-repeat scroll right center;
  border-right: 1em solid transparent;
  cursor: pointer;
	color:#a5a5a5;
}
.dropdown dd {
  position: relative;
	margin: 0 0 0 0px;
}
.dropdown dd ul {
  display: none;
  position: absolute;
  left: 0;
  top: -0.9em;
  width: 100%;
  list-style: none;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bdc3c7;
  border-radius: 3px;
  padding-left: 0px;
}

.dropdown dd ul li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}
.dropdown dd ul li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}
.dropdown dd li a {
  display: block;
  padding: 0 1em;
  line-height: 2.5em;
  text-decoration: none;
	color: #7e7e7e;
}
.dropdown dd li a:visited{
	color: #7e7e7e;
}
.dropdown dd li a:hover {
  background-color: #49c9f5;
  color: #fff;
  cursor: pointer;
}

.selected {
  font-weight: 700;
}
@media only screen and (max-width: 766px) and (min-width: 480px){
	.menu {
		height: 195px !important;
}
.navigation {
	float: none;
}
.dropdown{
	margin: 0 auto;
	margin-top: 15px;
}
ul.navigation {
	    margin: 28px 0 0 8em !important;
}
#slide1 .effect_2{
	padding-top: 215px !important;
}
}
@media screen and (max-width : 479px) {
	.menu {
    height: 195px !important;
}
.navigation {
	float: none;
}
.dropdown{
	margin: 0 auto;
	margin-top: 15px;
}
ul.navigation {
	margin: 28px 0 0 37px !important;
}
#slide1 .effect_2{
	padding-top: 215px !important;
}
}
@-moz-document url-prefix(){
	.dropdown dd ul {
		top: 0.1em;
	}
}
