/* Global */
@font-face {
    font-family: DejaVuSans;
    src: url(DejaVuSans.ttf);
}
body {
	font-family: 'Open Sans','Source Sans Pro', sans-serif !important;
	font-weight: 300;
	font-size: 15px;
	line-height:20px;
	color: #5a5a5a;
	background-color:#ffffff;
	overflow-x:hidden;
}
p{
	text-align: justify;
}
::selection {
	background: #F6DB31;
	color:#fff;
}
::-moz-selection {
	background: #F6DB31; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
}
a:link {
	color: #F6DB31;
	text-decoration: none;
}
a:hover {
	color:#F6DB31;
}
a:visited {
	color: #F6DB31;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}

.overflow_hidden {overflow-x:hidden;}

/* Navigation */

.menu {
	position:relative;
	top:0px;
	width:100%;
	height:76px;
	background:#F6DB31;
	z-index:9999;
}
#logo {
	margin-bottom:0;
	margin-left:-5px;
}
#logo img{
	max-height: 55px;
	padding-top: 7px;
}

#nav {
	text-align: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li,.navigation a,.navigation a:visited{
	float: left;
	text-align:left;
	padding:28px 15px 28px 15px;
	text-transform:none;
	background:none;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#9b9b9b;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
}
.navigation li:hover,
.navigation .active,.navigation a:hover {
	cursor:pointer;
	color: #fff;
	background: #252425;
}
.navigation li:first-child {
    margin-left: 0;
}
.mobilenav{
	display: none;
	float: right;
    width: 47px;
    height: 38px;
    background: url(../images/mob-nav.png) no-repeat;
    background-position: -85px;
    background-size: 150px;
    margin-top: 15px;
    border-radius: 5px;
}
.mobilenav:hover{
	cursor: pointer;
    background-position: -24px;
}

@media screen and (max-width: 766px)
{
.navigation li ,.navigation a,.navigation a:visited{
    padding: 15px 0px 15px 65px !important;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-left: 0px !important;
    padding-left: 21% !important;

}
ul.navigation{
	background: #1D3526;
	display: none;
	position: absolute;
    top: 66px;
    left: 0px;
    width: 100%;
    transition: transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;
}
.menu {
    height: auto !important;
    position: relative;

}
#logo {
    margin-bottom: 0;
    margin-left: -50px;
    float: left;
}
.mobilenav{
	display: block;;
}
}

/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:0;
}
h1 {
	margin:0 0 15px 0;
	text-transform:none;
	text-align:left;
	background:none;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-size: 50px;
	line-height: 86px;
	color:#343434;
}

h4 {
	margin:0;
	padding:0 0 4px 0;
	text-transform:none;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-size:22px;
	font-style:normal;
	line-height:66px;
	color:#343434;
}
h5 {
	margin:0;
	padding:0 0 17px 0;
	text-transform:none;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-style:italic;
	font-size:18px;
	line-height:20px;
	color:#343434;
}
img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}

/* ____________________________________ Slide 1 ____________________________________ */ 

.padding_slide1 {padding:190px 0 90px 0;
}

#slide1{
	width:100%;
	text-align:left;
    background-color: rgb(29, 53, 38);
}

.filtr_bg {
	text-align:center;
	font-size:16px;
	line-height:21px;
	color:#2b2b2b;
}
#slide1 h1 {
	margin:0;
	padding:0;
	padding-top: 60px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	color:#2b2b2b;
	font-weight: 200;
	color: #4A7454;
    /* padding-top: 60px; */
    font-size: 42px !important;
}
#slide1 h2 {
	margin:0;
	padding:0 0 10px 0;
	letter-spacing:1.5px;
	text-transform:uppercase;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-size: 88px;
	line-height: 89px;
	color:#454444;
	font-weight: 200;
}
#slide1 h2 span {font-weight:300;}

#slide1 p {
	padding:0 35px 46px;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color:#2b2b2b;
	font-weight: 300;
}
#slide1 .button {
	display:inline-block;
	cursor:pointer;
	margin:10px;
	padding:10px 0;
	min-width:183px;
	border:1px solid #3e3e3e;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	color:#3e3e3e;
}
#slide1 .button:hover {background:url(../images/button_h.png) repeat left top;color:#3e3e3e;
}

/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2 {
	padding:86px 0 69px;
}

/* _________________ SKILLS ________________ */
#skills_block p {
	padding:0 0 7px 0;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:20px;
	color:#808080;
}
#skills_block p b{
	font-weight:300;
	color:#3e3e3e;
}
#skills_block li {
	background:#F6DB31;
	width:9px;
	height:13px;
	margin-bottom:15px;
	padding-left:5px;
	transition: width 0.7s ease-in-out;
	-moz-transition: width 0.7s ease-in-out;
	-webkit-transition: width 0.7s ease-in-out;
	-o-transition: width 0.7s ease-in-out;
}
#skills_block:hover li {
	background:#ddd;
	width:99%;
	padding-left:0;
}

#skills_block li span {
	display:none;
}
#skills_block:hover li span {
	display:block;
	background:#F6DB31;
	padding:0;
	height:13px;
}

.skill1 {width:60%;
}
.skill2 {width:80%;
}
.skill3 {width:45%;
}


/* _________________________ //SKILLS _______________________ */

ul.about_sp {
	margin:4px 0 0 0;
	padding:0;
}
.about_sp li {
	background:url(../images/about_sp_bg.png) no-repeat left top;
	padding-left:35px;
	margin-bottom:11px;
	color:#807f7f;
}

/* ________________________ Testimonials _________________________ */
.testim_in {margin-bottom:14px;
}
.testim_block {
	position:relative;
	padding:16px 18px 18px;
	background:#e8e8e8;
	color:#646464;
}
.testim_block span {
	position:absolute;
	bottom:-27px;
	right:0;
	display:block;
	width:36px;
	height:27px;
	background:url(../images/testim_span_bg.png) no-repeat;
}
.author {
	float:right;
	margin-top:29px;
	color:#363535;
}

/* _______________________ //Testimonials ________________________ */

/* ___________________________________ //Slide 2 ___________________________________ */ 



/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	width:100%;
	text-align:center;
}
.padding_slide3 {padding:120px 0 108px;
}
#slide3 p {
	font-size: 73px;
	color: #fff;
	line-height: 80px;
	font-weight: 300;
	text-transform:uppercase;
}
.about h4{
	font-size: 15px !important;

}

/* ___________________________________ //Slide 3 ___________________________________ */ 



/* ____________________________________ Slide 4 ____________________________________ */ 

#slide4 {
	padding:86px 0 69px;
	background-color: #252425;
	color: #f5f5f5 !important;
}
#slide4 h5 {padding:0 0 35px;}
#slide4 h1,#slide4 .serv_block p{
	color: #f5f5f5 !important;
	cursor: default;
}

/* _________________ PORTFOLIO ________________ */
.gallery-list .grid_3 {width:235px !important;}

#slide4 .hover_img {
	overflow:hidden;
	position:relative;
	height:211px;
	width:235px;
	background:#fff;
}

.portfolio_zoom, .portfolio_link {
	width:40px;
	height:40px;
	position:absolute;
	bottom:0;
	background-repeat:no-repeat;
	background-color:#bfbfbf;
	transition: right 0.7s ease-in-out;
	-moz-transition: right 0.7s ease-in-out;
	-webkit-transition: right 0.7s ease-in-out;
	-o-transition: right 0.7s ease-in-out;
}
.portfolio_zoom {
	right:-60px;
	background-image:url(../images/zoom.png);
	background-position:0 0;
	z-index:302;
}
.portfolio_link {
	right:-60px;
	background-image:url(../images/link.png);
	background-position:0 0;
	z-index:303;
}
.portfolio_zoom:hover, .portfolio_link:hover {
	background-color:#3e3e3e;
	z-index:310;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:54px;
	height:54px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom {
	right:42px;
}
.hover_img:hover .portfolio_link {
	right:0;
}
.item_description {
	position:absolute;
	top:-122px;
	left:0;
	right:0;
	padding:15px 21px;
	text-align:left;
	color:#8f8f8f;
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.hover_img:hover .item_description {
	top:0;
}

.item_description p {
	padding:0 0 9px 0;
	margin:0 0 13px;
	border-bottom:1px solid #dfdfdf;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #3e3e3e;
	line-height: 26px;
	font-weight: 300;
	text-transform:none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/* ________________ //PORTFOLIO _______________ */

/* ___________________________________ //Slide 4 ___________________________________ */ 







/* ____________________________________ Slide 6 ____________________________________ */ 
#slide6 {
	padding:86px 0 69px;
}
#slide6 h5 {margin-bottom:39px;
}
.serv_block {
	display:block;
	position:relative;
	margin-bottom:13px;
	text-align:center;
	color:#3e3e3e;
	margin-top: 30px;
}

.iconimg, .iconimg_h {
	margin-left:-44px;
	position:absolute;
	top:0;
	left:50%;
}

.serv_block a:hover{
	cursor: normal !important;
}
.iconimg_h {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:500ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(0);
	-moz-transition-duration:500ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(0);
	-o-transition-duration:500ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(0);
	-ms-transform-duration:500ms;
	-ms-transform-timing-function: ease-out;
}


.serv_block p {
	margin:0;
	padding:91px 30px 30px;
	text-transform:none;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:28px;
	line-height:29px;
	color:#3e3e3e;
	text-align: center;
}

.read_more {
	display:block;
	padding-top:10px;
	color:#F6DB31;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.read_more:hover {
	font-size:24px;
}


/* ___________________________________ //Slide 6 ___________________________________ */
#slide6 a:link {
    color: rgb(29, 53, 38);
    text-decoration: none;
}
#slide6 a:visited {
    color: rgb(29, 53, 38);
    text-decoration: none;
}
#slide6 a:hover {
    color: #F6DB31;
    text-decoration: none;
}


/* ____________________________________ Slide 7 ____________________________________ */ 

#slide7{
	width:100%;
	text-align:center;
}
.padding_slide7 {padding:148px 0 159px;
}
#slide7 p {
	font-size: 73px;
	color: #000;
	line-height: 80px;
	font-weight: 300;
	text-transform:uppercase;
}


/* ___________________________________ //Slide 7 ___________________________________ */ 



/* ____________________________________ Slide 8 ____________________________________ */

#slide8 {
	padding:86px 0 0;
}

#slide8 .container {margin-bottom:80px;
}


/* ______________ CONTACT_FORM ______________ */
::-webkit-input-placeholder { opacity:1 !important; color:#3e3e3e !important;
}
:-moz-placeholder {opacity:1 !important; color:#3e3e3e !important;
}
::-moz-placeholder { opacity:1 !important; color:#3e3e3e !important;
}
:-ms-input-placeholder { opacity:1 !important; color:#3e3e3e !important;
}

.contact_form input[type="text"],
.contact_form textarea {
	width:93%;
	margin:22px 0 0 0;
	padding:17px 10px 17px 21px;
	background: #fff;
	font-size:14px;
	line-height:21px;
	border:1px solid #e3e3e3;
	color:#3e3e3e;
}
.contact_form input[type="text"]:first-child {margin-top:0;
}
.contact_form textarea {
	resize: none;
	margin-top:0;
	height: auto;
    min-height: 164px;
}

.contact_btn {
	width:130px;
	border:none;
	text-transform:uppercas e;
	margin:0 17px 20px 0;
	padding:17px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:300;
	text-align: center;
	vertical-align: middle;
	background:#343434;
	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:#F6DB31;
	color:#3e3e3e;
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#444;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
#note .notification_error {
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */


#map_block {
	margin:0;
}

/* ____________________________________ //Slide 8 ____________________________________ */

/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#252425;
	padding:27px 0 23px;
   	min-height: 650px;
}
#footer h4{
	font-size: 22px;
	border-bottom: 1px solid;
	margin-bottom: 24px;
}
#footer h4,#footer p{
	color: #fff;
}
#footer .filtr_bg{
    margin-top: 25%;
}
#footer .horizontalline.clear{
	    width: 100px;
    display: block;
    border: 1px solid #fff;
    /* height: 22px; */
    background: #fff;
    visibility: visible;
    margin: 0 auto;
    margin-bottom: 30px;
}
.copyright {
	float:left;
	text-transform:uppercase;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:300;
	color:#979797;
}
.copyright a {
	color:#F6DB31;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	background:url(../images/back_top_bg.png) no-repeat top right;
	margin:0;
	padding-right:20px;
	width:93px;
	height:20px;
	text-transform:uppercase;
	font-family: 'Open Sans','DejaVuSans','Source Sans Pro', sans-serif;
	font-weight:300;
	color:#979797;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */

ul.v_al_b {
    display: block;
}

.v_al_b {
    display: inline-block;
    vertical-align: bottom;
}
.download_icons li {
    float: none;
    display: inline-block;
}
.download_icons li img {
    width: 52px;
    margin: auto 12px;
    vertical-align: middle;
}
.download_icons li img.exce {
    width: 40px;
}

.download_icons li {
    float: none;
    display: inline-block;
}





@media screen and (min-width : 767px) {
#logo img{
	max-height: 65px;
    padding-top: 10px;
    margin-left: -35px;
}
ul.navigation {
	margin:0;
	padding:0;
	display: block !important;
}
}