/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #505050;
	background-color:#fff;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {opacity: 1 !important;}
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {opacity: 1 !important;}
:-ms-input-placeholder {opacity: 1 !important;}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	width:100%;
	max-width:100.1%;
	height:auto;
}

a {
	color:#333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#819821;
}


.clear {
	clear:both;
	height:0;
	font-size:0;
}

section {padding: 55px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}




.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot75 {margin-bottom:75px !important;}
.margbot80 {margin-bottom:80px !important;}
.margbot95 {margin-bottom:95px !important;}
.margbot120 {margin-bottom:120px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px!important;}
.padbot40 {padding-bottom:55px!important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot85 {padding-bottom:85px !important;}
.padtop0 {padding-top:0 !important;}


.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#b05f6d !important;}


.btn {
	display:inline-block;
	vertical-align:top;
	padding:12px 53px 11px;
	text-transform:none;
	font-weight:400;
	line-height:20px;
	font-size:15px;
	color:#fff;
	text-shadow:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	background-color:#333;
}
.btn:hover {
	color:#333;
	background-color:#b05f6d;
}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	text-transform:inherit;
	font-weight:400;
	line-height:1.2;
	color:#333;
}

h1 {margin:0 0 24px; font-size:26px;}
h2 {margin:0 0 43px; font-size:23px;}
h3 {margin:0 0 21px; font-size:20px;}
h4 {margin:0 0 21px; font-size:17px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}


.page_title h2 {
	position:inherit;
	display:inherit;
}
.page_title h2:before,
.page_title h2:after {
	content:'';
	position:absolute;
	top:50%;
	width:45px;
	height:2px;
	margin-top:-1px;
	background-color:#333;
}
.page_title h2:before {left:-55px;}
.page_title h2:after {right:-55px;}






/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:absolute;
	z-index:9400;
	left:-1px;
	top:0px;
	width:100%;
	padding:20px 0;
	background-color:#A4B74D;
	transition: padding 0.3s ease-in-out;
	-webkit-transition: padding 0.3s ease-in-out;
}
header.menu_fixed {
	position:fixed;
	top:0;
	padding:20px 0;
	box-shadow:0 2px 1px rgba(0,0,0,0.1);
}


.logo {
	padding:34px 0 13px;
	text-align:center;
}
.logo a {display:inline-block;}

header .social a {color:#797979;}
header .social a:hover {color:#b05f6d;}


/* Menu */
.main_menu {text-align:center;}
.main_menu li {
	display:inline-block;
	margin:0 39px;
	padding:0;
}
.main_menu li a {
	display:block;
	padding:0;
	text-transform:uppercase;
	font-weight:500;
	color:#505050;
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#b05f6d;
}









/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {
	height:650px;
	margin-bottom:20px;
}
.flexslider.top_slider .container {height:640px;}
.flexslider.top_slider .slides li {
	height:650px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li.slide1 {background-image:url(../images/slider/slide1.jpg);}
.flexslider.top_slider .slides li.slide2 {background-image:url(../images/slider/slide2.jpg);}
.flexslider.top_slider .slides li.slide3 {background-image:url(../images/slider/slide3.jpg);}
.flexslider.top_slider .slides li.slide4 {background-image:url(../images/slider/slide4.jpg);}
.flexslider.top_slider .slides li.slide5 {background-image:url(../images/slider/slide5.jpg);}
.flexslider.top_slider .slides li.slide6 {background-image:url(../images/slider/slide6.jpg);}
.flexslider.top_slider .slides li.slide7 {background-image:url(../images/slider/slide7.jpg);}
.flexslider.top_slider .slides li.slide8 {background-image:url(../images/slider/slide8.jpg);}
.flexslider.top_slider .slides li.slide21 {background-image:url(../images/slider/slide21.jpg);}
.flexslider.top_slider .slides li.slide22 {background-image:url(../images/slider/slide22.jpg);}
.flexslider.top_slider .slides li.slide23 {background-image:url(../images/slider/slide23.jpg);}
.flex-direction-nav a {top:570px; bottom:30px;}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:47%;
	margin-left:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	right:47%;
	margin-right:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#A4B74D;
}
.flexslider .flex-direction-nav a i {
	display:block;
	text-align:center;
	line-height:29px;
	font-size:20px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider .flex-direction-nav a:hover i {
	color:#333;
}

.flexslider.top_slider .container {
	position:relative;
}
.top_slider_cap {
	position:absolute;
	left:50%;
	top:50%;
	width:640px;
	margin-left:-320px;
	margin-top:40px;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 22px;
	text-transform:uppercase;
	font-weight:700;
	line-height:43px;
	font-size:34px;
	color:#A4B74D;
}
.top_slider_cap h2 {
	margin:0 0 22px;
	text-transform:uppercase;
	font-weight:700;
	line-height:43px;
	font-size:34px;
	color:#fff;
}

.slide_title_wrap {
	position:relative;
	text-align:center;
}
.top_slider_cap p {
	display:inline-block;
	margin:0;
	line-height:20px;
	font-size:18px;
	color:#fff;
}
.slide_title_wrap .left_line_title {
	position:absolute;
	left:0;
	right:50%;
	top:50%;
	margin-top:-1px;
	height:2px;
	background-color:#fff;
}
.slide_title_wrap .right_line_title {
	position:absolute;
	right:0;
	left:50%;
	top:50%;
	margin-top:-1px;
	height:2px;
	background-color:#fff;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials {
	padding:70px 0 90px;
	background-image:url(../images/testimonials_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#testimonials .flex-control-nav {
	bottom:-30px;
}
#testimonials .flex-control-paging li a.flex-active,
#testimonials .flex-control-paging li a:hover {
	background-color:#A4B74D;
}

#testimonials .testimonials_wrap {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#testimonials .testimonials_wrap img {
	width:89px !Important;
	max-width:none;
	height:89px;
	margin:0 auto 36px;
	border-radius:50%;
}
#testimonials .testimonials_wrap p {
	margin:0 0 23px;
	line-height:25px;
	font-size:15px;
	color:#fff;
}
#testimonials .testimonials_wrap span {
	display:block;
	line-height:20px;
	font-size:15px;
	color:#A4B74D;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials1
/*-----------------------------------------------------------------------------------*/
#testimonials1 {
	padding:70px 0 90px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#testimonials1 .flex-control-nav {
	bottom:-30px;
}
#testimonials1 .flex-control-paging li a.flex-active,
#testimonials1 .flex-control-paging li a:hover {
	background-color:#815dc1;
}

#testimonials1 .testimonials_wrap {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#testimonials1 .testimonials_wrap img {
	width:89px !Important;
	max-width:none;
	height:89px;
	margin:0 auto 36px;
	border-radius:50%;
}
#testimonials1 .testimonials_wrap p {
	margin:0 0 23px;
	line-height:25px;
	font-size:14px;
	color:#fff;
}
#testimonials1 .testimonials_wrap span {
	display:block;
	line-height:20px;
	font-size:14px;
	color:#815dc1;
}

.flexslider1 .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-51px;
	background-color:rgba(255,255,255,0.3);
	bottom:-30px;
	
}
.flexslider .flex-direction-nav a.flex-next {
	right:50%;
	margin-right:-51px;
	background-color:rgba(255,255,255,0.3);
	bottom:-30px;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Content
/*-----------------------------------------------------------------------------------*/
/* Skills */
.skill-bar {
	position: relative;
	z-index:10;
	display:block;
	margin-bottom: 29px;
	height:10px;
	background-color:#dbe1e5;
	width: 400px;
}
.skill_item span {
	display:block;
	padding:0 0 5px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:13px;
	color:#2d3134;
}
.progress-complete {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	display: block;
	height:100%;
	min-width:70px;
	background-color: #80ba10;
}
.progress-complete:before {
	content: attr(data-width);
	position:absolute;
	right:-14px;
	top:-29px;
	width:28px;
	height:20px;
	text-align:center;
	font-size:11px;
	color:#fff;
	background-color:#0e6f04;
}
.progress-complete:after {
	content:'';
	position:absolute;
	right:-4px;
	top:-9px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0e6f04;
}

#content_type7 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type7 .content_wrap .col-lg-5 {
	position:static;
}
#content_type7 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type7 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type7 .content_btn:hover {
	background-color:#333;
}

#content_type7 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type7 .content_wrap .col-lg-5 {
	position:static;
}
#content_type7 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type7 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type7 .content_btn:hover {
	background-color:#333;
}


#content_type5 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type5 .content_wrap .col-lg-5 {
	position:static;
}
#content_type5 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type5 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type5 .content_btn:hover {
	background-color:#333;
}

#content_type5 {
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
}
#content_type5 .content_wrap .col-lg-5 {
	position:static;
}
#content_type5 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type5 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type5 .content_btn:hover {
	background-color:#333;
}
#content_type5 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type5 .content_wrap .col-lg-5 {
	position:static;
}
#content_type5 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type5 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type5 .content_btn:hover {
	background-color:#333;
}


#content_type8 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type8 .content_wrap .col-lg-5 {
	position:static;
}
#content_type8 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type8 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type8 .content_btn:hover {
	background-color:#333;
}

#content_type8 {
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
}
#content_type8 .content_wrap .col-lg-5 {
	position:static;
}
#content_type8 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type8 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type8 .content_btn:hover {
	background-color:#333;
}

#content_type9 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type9 .content_wrap .col-lg-5 {
	position:static;
}
#content_type9 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type9 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type9 .content_btn:hover {
	background-color:#333;
}

#content_type9 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type9 .content_wrap .col-lg-5 {
	position:static;
}
#content_type9 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type9 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type9 .content_btn:hover {
	background-color:#333;
}
#content_type1 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type1 .content_wrap .col-lg-5 {
	position:static;
}
#content_type1 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type1 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type1 .content_btn:hover {
	background-color:#333;
}

#content_type1 {
	overflow:hidden;
	position:relative;
	margin-bottom:55px;
}
#content_type1 .content_wrap .col-lg-5 {
	position:static;
}
#content_type1 .content_foto {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:110px;
}
#content_type1 .content_btn {
	display:inline-block;
	width:224px;
	padding:17px 20px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#02b8e3;
}
#content_type1 .content_btn:hover {
	background-color:#333;
}

/*-----------------------------------------------------------------------------------*/
/*	Section About
/*-----------------------------------------------------------------------------------*/
#about {
	overflow:hidden;
	position:relative;
	margin-bottom:60px;
	padding-top:80px;
}
#about h2 {margin-bottom:20px;}
#about .about_wrap .col-lg-5 {
	position:static;
}
#about .about_foto {
	position:absolute;
	right:50%;
	top:0;
	margin-right:175px;
}
#about .about_foto img {
	width:auto;
	max-width:none;
}
#about .about_text {
	padding-bottom:100px;
	padding-right:20px;
}
#about .about_services {
	display:inline-block;
	width:255px;
	margin-right:120px;
}
#about .about_services.last {
	margin-right:0;
}
#about .about_services p {
	margin:0 0 10px;
	font-weight:700;
	font-size:14px;
	color:#333;
}
#about .about_text_btn {
	display:inline-block;
	padding:11px 58px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#f3117b;
}
#about .about_text_btn:hover {
	background-color:#333;
}





/*-----------------------------------------------------------------------------------*/
/*	Section About1
/*-----------------------------------------------------------------------------------*/
#about1 {
	overflow:hidden;
	position:relative;
	margin-bottom:60px;
	padding-top:80px;
}
#about1 h2 {margin-bottom:20px;}
#about1 .about_wrap .col-lg-5 {
	position:static;
}
#about1 .about_foto {
	position:absolute;
	right:50%;
	top:0;
	margin-right:175px;
}
#about1 .about_foto img {
	width:auto;
	max-width:none;
}
#about1 .about_text {
	padding-bottom:100px;
	padding-right:20px;
}
#about1 .about_services {
	display:inline-block;
	width:255px;
	margin-right:120px;
}
#about1 .about_services.last {
	margin-right:0;
}
#about1 .about_services p {
	margin:0 0 10px;
	font-weight:700;
	font-size:14px;
	color:#333;
}
#about1 .about_text_btn {
	display:inline-block;
	padding:11px 58px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	color:#fff;
	background-color:#f3117b;
}
#about1 .about_text_btn:hover {
	background-color:#333;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Services
/*-----------------------------------------------------------------------------------*/
#services .service_item {
	position:relative;
	padding:50px 20px 44px;
	color:#fff;
	border:2px solid #A4B74D;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover {color:#A4B74D;}
#services .service_item:before {
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#A4B74D;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover:before {
	top:-20%;
	transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
}
#services .service_item i {
	display:block;
	width:62px;
	height:62px;
	margin:0 auto 36px;
	line-height:62px;
	font-size:20px;
	color:#A4B74D;
	border-radius:50%;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover i {
	color:#fff;
	background-color:#A4B74D;
}
#services .service_item h4 {
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover h4 {
	color:#A4B74D;
}
#services .service_item span {display:block;}







/*-----------------------------------------------------------------------------------*/
/*	Section Team1
/*-----------------------------------------------------------------------------------*/
#team1 {
	padding:0px 0 70px;
	background-image:url(../images/team1_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#box-link { 
		position: absolute; 
		top: 2px; 
		left: -60px; 
		width: 1883px; 
		height: 223px; 
		background-color: transparent; 
		}	
#team .team_item {
	position:relative;
	perspective: 1600px;
	-webkit-perspective: 1600px;
}

#team .team_item.bg1 .team_back,
#team .team_item.bg1 .team_front .team_info {background-color:#02b8e3;}
#team .team_item.bg2 .team_back,
#team .team_item.bg2 .team_front .team_info {background-color:#7e57cc;}
#team .team_item.bg3 .team_back,
#team .team_item.bg3 .team_front .team_info {background-color:#8dca00;}

#team .team_front {
	overflow: hidden;
	position: relative;
	z-index: 24;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
}
#team .team_item:hover .team_front {
	z-index: 35;
	transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

#team .team_front .team_info {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:18px 0;
}
#team .team_front .team_name {
	margin:0;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#333;
}
#team .team_front .team_position {
	margin:0;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:#505050;
}

#team .team_back {
	overflow: hidden;
	position:absolute;
	z-index: 13;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:30px;
	transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
}
#team .team_item:hover .team_back {
	z-index: 46;
	transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

#team .team_back .team_info {
	float:left;
	padding-top:35px;
}
#team .team_back .team_name {
	margin:0;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#fff;
}
#team .team_back .team_position {
	margin:0;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:#c2c2c2;
}

#team .team_back .team_foto {
	float:right;
	width:96px;
}

#team .team_back .team_exp {
	padding-top:16px;
	padding-bottom:36px;
	padding-right:10px;
	color:#d4d4d4;
}

#team .team_back .team_mail,
#team .team_back .team_phone {
	display:inline-block;
	color:#d4d4d4;
}

#team .team_social {
	padding-top:24px;
}
#team .team_social a {
	display:inline-block;
	width:22px;
	height:22px;
	margin:0 7px 0 0;
	text-align:center;
	line-height:22px;
	font-size:20px;
	color:#c5ccd1;
}
#team .team_social a:hover {
	color:#fff;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Gallery
/*-----------------------------------------------------------------------------------*/
#gallery .gallery_img {
	float:left;
	display:block;
	width:25%;
	background-color:#333333;
}
#gallery .gallery_img img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#gallery .gallery_img:hover img {
	opacity:0.2;
}







/*-----------------------------------------------------------------------------------*/
/*	Section News
/*-----------------------------------------------------------------------------------*/
#news .post_item {
	position:relative;
	padding:30px 0 24px;
	background-color:#333;
}
#news .post_item .post_item_img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item .post_item_img.bg1 {background-image:url(../images/news/1.jpg);}
#news .post_item .post_item_img.bg2 {background-image:url(../images/news/2.jpg);}
#news .post_item .post_item_img.bg3 {background-image:url(../images/news/3.jpg);}
#news .post_item:hover .post_item_img {opacity:0;}

#news .post_item .post_item_wrap {
	position:relative;
	padding-left:95px;
}
#news .post_date {
	position:absolute;
	left:0;
	top:0;
	width:65px;
	height:75px;
	text-transform:uppercase;
	text-align:center;
	line-height:26px;
	font-size:14px;
	color:#fff;
	background-color:#333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_date {
	color:#333;
	background-color:#fff;
}
#news .post_date span {
	position:relative;
	display:block;
	line-height:49px;
	font-size:31px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_date span:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:30px;
	height:2px;
	margin-left:-15px;
	background-color:#8a8a8a;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_date span:before {
	background-color:#808080;
}
#news .post_title {
	margin:-3px 0 4px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#fff;
}
#news .post_title a {color:#fff;}
#news .post_item:hover .post_title a {
	color:#b05f6d;
}
#news .post_meta {
	padding-bottom:11px;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	color:#a9a9a9;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_meta {color:#b1b1b1;}
#news .post_meta a {color:#a9a9a9;}
#news .post_item:hover .post_meta a {color:#b1b1b1;}
#news .post_item:hover .post_meta a:hover {color:#fff;}
#news .post_meta span {
	display:inline-block;
	padding-right:25px;
}
#news .post_exp {
	padding-bottom:9px;
	color:#cfcfcf;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_exp {
	color:#dedede;
}
#news .post_btn_more {
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
	color:#fff;
}
#news .post_btn_more:hover {
	color:#b05f6d;
}








/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/
#contacts h4 {
	margin:0 0 20px;
	font-weight:700;
	line-height:20px;
	font-size:14px;
}
.ouroffice_wrap ul {padding-bottom:10px;}
.ouroffice_wrap li {padding-bottom:10px;}

.ouroffice_wrap .social a {
	margin:0 10px 10px 0;
	font-size:24px;
	color:#c5ccd1;
}
.ouroffice_wrap .social a:hover {color:#4b5053;}



/* Contact form */
.contact_form input[type="text"],
.contact_form textarea {
	width:280px;
	height:44px;
	margin:0 30px 9px 0;
	padding:12px 30px;
	line-height:20px;
	font-size:12px;
	color:#797979;
	text-shadow:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:#f4f4f4;
}
.contact_form input[type="text"].marg0 {margin-right:0;}
.contact_form textarea {
	width:99%;
	height:90px;
	margin:0 0 30px;
	resize:none;
}
.contact_form input[type="submit"] {
	float:left;
	width:160px;
	height:44px;
	line-height:20px;
	font-size:15px;
	color:#fff;
	text-shadow:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#A4B74D;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_form input[type="submit"]:hover {
	background:#333;
}

/* form valid style */
#contacts .contact_form .notification_error,
#contacts .contact_form .notification_ok {
    border-radius: 5px;
	-webkit-border-radius:5px;
    margin: 2px 0 13px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
}
#contacts .contact_form .notification_ok {
    border: 1px #038bd4 solid;
    color: #038bd4;
	background:#d0e3ea;
}
#contacts .contact_form .notification_error {
    border: 1px #c93119 solid;
    color: #c93119;
	background:#ffcfcf;
}







/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widgets_clear {display:none;}



/* Widget Twitter */
.widget_twitter li {
	position:relative;
	padding:0 0 30px 30px;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#815dc1;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}


/* Widget Newsletter */
.newsletter_form form {
	position:relative;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:11px 60px 11px 17px;
	line-height:20px;
	font-size:12px;
	color:#b5b5b5;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#404040;
}
.newsletter_form input[type="submit"] {
	overflow:hiiden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#48852D;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.newsletter_form input[type="submit"]:hover {
	background-color:#aaa;
}


/* Widget Social */
.social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 2px 0 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#aaa;
}
.social a:hover {
	color:#819821;
}


/* latest News */
.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:0;
	width:53px;
}
.latest_news_item p {
	margin:-5px 0 10px;
	
	line-height:20px;
	font-size:13px;
	color:#aaa;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#819821;
}
.latest_news_item span {
	display:block;
	color:#815dc1;
}


/* Widget Flickr */
.widget_flickr ul {
	margin:0 -6px -6px 0;
}
.widget_flickr li {
	overflow:hidden;
	float:left;
	width:81px;
	height:71px;
	margin:0 6px 6px 0;
	background-color:#815dc1;
}
.widget_flickr li a {display:block;}
.widget_flickr li a img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_flickr li a:hover img {
	opacity:0.3;
}


/* Widget Contact Information */
.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}
.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#999999!important;
}
.widget_stay_connected a:hover {
	color:#819821;
}

/* Widget Category */
.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#aaa;}
.widget_category li a:hover {color:#fff;}



/* Widget Links */
.widget_links li {padding-bottom:9px;}
.widget_links li a {color:#aaa;}
.widget_links li a:hover {color:#fff;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	padding:20px 0 5px;
	color:#aaa;
	background-color:#333;
}
footer a {color:#fff;}
footer a:hover {color:#48852D;}
footer h4 {
	margin-bottom:25px;
	text-transform:inherit;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#999;
}

#copyright {
	padding:24px 0;
	color:#999;
	border-top:1px solid #434343;
	background-color:#333;
}
#copyright span {color:#819821;}
