/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #4b5053;
	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:#b0d642;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#aad442;
}

.dark_a {
	color:#453645;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}


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

#page {overflow-x:hidden;}

.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;}
.margbot80 {margin-bottom:80px !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:40px !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:#aad442 !important;}




/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 12px 20px;
	border:0;
	border-radius: 0;
	box-shadow: none;
	text-transform:none;
	font-weight: 500;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	background-color:#2d3134;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#fff; background-color: #aad442;}

.btn-active {background-color:#aad442; color:#fff;}
.btn-active:hover {background-color:#2d3134; color:#fff;}

.btn-white {background-color:#fff; color:#aad442;}
.btn-white:hover {background-color:#aad442; color:#fff;}

.btn-lg {padding: 12px 40px; font-size:16px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}





/*-----------------------------------------------------------------------------------*/
/*	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: 'Abel', sans-serif;
	font-weight:800;
	line-height:1.2;
	color:#453645;
}

h1 {margin:0 0 24px; font-size:36px;}
h2 {margin:34px 0; 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;}









/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	padding:25px 0 35px;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}



/* Logo */
.logo a {
	display:block;
	width:300px;
	margin:0 auto;
}



/* Menu */
.main_menu {
	overflow:hidden;
	padding:25px 0 0;
	text-align:center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header.menu_fixed .main_menu {padding-top:15px;}
.main_menu li {
	display:inline-block;
	margin:0 36px;
}
.main_menu li a {
	display:block;
	padding:0;
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#4b5053;
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#2d3134;
}







/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {
	height:548px;
	margin-bottom:30px;
}
.flexslider.top_slider .slides li {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.5;
	background: #ffe83d; /* Old browsers */
	background: -moz-linear-gradient(left, #ffe83d 0%, #aad442 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe83d), color-stop(100%,#aad442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffe83d 0%,#aad442 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffe83d 0%,#aad442 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffe83d 0%,#aad442 100%); /* IE10+ */
	background: linear-gradient(to right, #ffe83d 0%,#aad442 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe83d', endColorstr='#aad442',GradientType=1 ); /* IE6-9 */
}
.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);}
.flex-direction-nav a {top:auto; bottom:30px;}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	right:50%;
	margin-right:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#fff;
}
.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:#2d3134;
}

.flexslider.top_slider .container {
	position:relative;
	height:548px;
}
.top_slider_cap {
	position:absolute;
	left:50%;
	top:50%;
	width:860px;
	margin-left:-430px;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 16px;
	font-family: 'Abel', sans-serif;
	text-transform:none;
	font-weight:400;
	line-height:55px;
	font-size:55px;
	color:#fff;
	text-shadow:1px 0 2px rgba(0,0,0,0.5);
}
.top_slider_cap p {
	margin:0;
	line-height:20px;
	font-size:16px;
	color:#fff;
	text-shadow:1px 0 2px rgba(0,0,0,0.5);
}







/*-----------------------------------------------------------------------------------*/
/*	Section About
/*-----------------------------------------------------------------------------------*/
#about {
	overflow:hidden;
	position:relative;
	margin-bottom:43px;
	padding-top:15px;
}
#about h1 {
	margin-bottom:33px;
	line-height:43px;
	font-size:33px;
}
#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:60px;
	padding-right:65px;
}
#about .about_services {
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-right:120px;
}
#about .about_services.last {
	margin-right:0;
}
#about .about_services p {
	margin:0 0 10px;
	text-transform:none;
	font-weight:700;
	font-size:14px;
	color:#2d3134;
}
#about .about_text_btn {
	overflow:hidden;
	position:relative;
	display:inline-block;
	padding:9px 37px 14px;
	text-transform:none;
	font-weight:600;
	line-height:20px;
	font-size:16px;
	color:#2d3134;
}
#about .about_text_btn:before {
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	right:-100%;
	bottom:0;
	background: #ffe83d; /* Old browsers */
	background: -moz-linear-gradient(left, #ffe83d 0%, #aad442 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe83d), color-stop(50%,#aad442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* IE10+ */
	background: linear-gradient(to right, #ffe83d 0%,#aad442 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe83d', endColorstr='#aad442',GradientType=1 ); /* IE6-9 */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#about .about_text_btn:hover:before {
	left:-100%;
	right:0;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Countdown
/*-----------------------------------------------------------------------------------*/
#defaultCountdown .countdown-section {
	float:left;
	width:20%;
	padding:86px 20px 88px;
	font-family: 'Nunito', sans-serif;
	text-align:center;
	color:#2d3134;
}
#defaultCountdown .countdown-section:nth-child(1) {background-color:#ffe83d;}
#defaultCountdown .countdown-section:nth-child(2) {background-color:#e0e13f;}
#defaultCountdown .countdown-section:nth-child(3) {background-color:#c7db40;}
#defaultCountdown .countdown-section:nth-child(4) {background-color:#b5d741;}
#defaultCountdown .countdown-section:nth-child(5) {background-color:#aad442;}
#defaultCountdown .countdown-amount {
	display:block;
	padding-bottom:23px;
	font-weight:300;
	line-height:74px;
	font-size:83px;
	color:#2d3134;
}
#defaultCountdown .countdown-period {
	display:block;
	line-height:20px;
	font-size:15px;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Gallery
/*-----------------------------------------------------------------------------------*/
#gallery {padding-bottom:29px;}
#gallery .gallery_img {
	overflow:hidden;
	display:block;
	background: #ffe83d; /* Old browsers */
	background: -moz-linear-gradient(left, #ffe83d 0%, #aad442 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe83d), color-stop(50%,#aad442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* IE10+ */
	background: linear-gradient(to right, #ffe83d 0%,#aad442 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe83d', endColorstr='#aad442',GradientType=1 ); /* IE6-9 */
}
#gallery .gallery_img img {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#gallery .gallery_img:hover img {
	opacity:0.2;
	transform:rotate(5deg) scale(1.2);
	-o-transform:rotate(5deg) scale(1.2);
	-ms-transform:rotate(5deg) scale(1.2);
	-webkit-transform:rotate(5deg) scale(1.2);
}







/*-----------------------------------------------------------------------------------*/
/*	Section News
/*-----------------------------------------------------------------------------------*/
#news .post_item {
	overflow:hidden;
	position:relative;
	padding:30px 0 24px;
	background: #ffe83d; /* Old browsers */
	background: -moz-linear-gradient(left, #ffe83d 0%, #aad442 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe83d), color-stop(50%,#aad442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* IE10+ */
	background: linear-gradient(to right, #ffe83d 0%,#aad442 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe83d', endColorstr='#aad442',GradientType=1 ); /* IE6-9 */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#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.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#news .post_item .post_item_img.bg {background-color:#453645; border-bottom:1px solid #eeeeee;}
#news .post_item:hover .post_item_img {
	opacity:0;
	transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}

#news .post_item .post_item_wrap {
	position:relative;
}
#news .post_date {
	position:absolute;
	left:0;
	top:0;
	width:65px;
	height:75px;
	padding:11px 5px;
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#2d3134;
	background-color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_date {color:#fff;}
#news .post_item .post_date:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #ffe83d; /* Old browsers */
	background: -moz-linear-gradient(left, #ffe83d 0%, #aad442 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe83d), color-stop(50%,#aad442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* IE10+ */
	background: linear-gradient(to right, #ffe83d 0%,#aad442 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe83d', endColorstr='#aad442',GradientType=1 ); /* IE6-9 */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_date:before {
	opacity:0;
}
#news .post_date span {
	position:relative;
	display:block;
	line-height:30px;
	font-size:31px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_date i {
	position:relative;
	display:block;
	font-style:normal;
	line-height:20px;
	font-size:14px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_title {
	margin:-3px 0 4px;
	text-transform:none;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#fff;
	font-family:'Nunito', sans-serif;
}
#news .post_title a {color:#fff;}
#news .post_item:hover .post_title a {color:#2d3134;}
#news .post_meta {
	padding-bottom:11px;
	text-transform:uppercase;
	line-height:20px;
	font-size:11px;
	color:#bbb;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_meta {color:#2d3134;}
#news .post_meta a {color:#bbb;}
#news .post_item:hover .post_meta a {color:#2d3134;}
#news .post_item:hover .post_meta a:hover {color:#2d3134;}
#news .post_meta span {
	display:inline-block;
	padding-right:25px;
}
#news .post_exp {
	padding-bottom:9px;
	color:#e7e7e7;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#news .post_item:hover .post_exp {color:#4b5053;}
#news .post_item:hover .post_exp a {color:#fff;}
#news .post_btn_more {
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:400;
	font-size:11px;
	color:#aad442;
}
#news .post_item:hover .post_btn_more {color:#2d3134;}





/*-----------------------------------------------------------------------------------*/
/*	Section Our Video
/*-----------------------------------------------------------------------------------*/
.our_video_white,
.our_video_active {
	overflow:hidden;
	position:relative;
	display:inline-block;
	min-width:160px;
	margin:0 7px 10px 0;
	padding:10px 10px 13px;
	font-family: 'Nunito', sans-serif;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#2d3134;
}
.our_video_white:hover,
.our_video_active:hover {
	color:#2d3134;
}
.our_video_white:hover {
	background-color:#aad442;
}
.our_video_active:before {
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	right:-100%;
	bottom:0;
	background: #ffe83d; /* Old browsers */
	background: -moz-linear-gradient(left, #ffe83d 0%, #aad442 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe83d), color-stop(50%,#aad442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffe83d 0%,#aad442 50%); /* IE10+ */
	background: linear-gradient(to right, #ffe83d 0%,#aad442 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe83d', endColorstr='#aad442',GradientType=1 ); /* IE6-9 */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.our_video_active:hover:before {
	left:-100%;
	right:0;
}

.collection_video {
	height:290px;
}




/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/
#contacts {padding-bottom:0;}
#contacts #map {
	position:relative;
	margin-bottom:-5px;
}
#contacts #map:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:5px;
	width:100%;
	background-color:rgba(0,0,0,0.6);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#contacts #map:hover:before {
	visibility:hidden;
	opacity:0;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Form
/*-----------------------------------------------------------------------------------*/







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

.widgets_clear {display:none;}


/* 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;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#80878c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#aad442;
}



/* 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:#80878c !important;
}



/* 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:#80878c;
}
.social a:hover {
	color:#aad442;
}


/* 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:#aad442;
}
.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 Twitter */
.widget_twitter li {
	position:relative;
	margin-bottom:15px;
	padding:0 0 16px 30px;
	border-bottom:1px solid #434343;
}
.widget_twitter li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.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_text a {color:#fff;}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#aad442;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* 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:#80878c;}
.widget_category li 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:#404447;
}
.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:#80878c;
	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:#aad442;
}


/* Widget Links */
.widget_links li {padding-bottom:9px;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	background-color:#2d3134;
}

footer h4 {
	margin:0 0 28px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
}
footer a {color:#80878c;}
footer a:hover {color:#aad442;}

#copyright {
	padding:26px 0 22px;
	color:#fff;
	border-top:1px solid #434343;
	background-color:#2d3134;
}
#copyright span {color:#ffe83d;}

.flex-direction-nav{
	display: none;
}

header .container{
	  position: relative;
}
ul#lang_selector{
    height: 30px;
    width:  131px;
    border: 1px #000 solid;
		z-index: 10000;
		position: absolute;
		right: 0;
		top: 15px;
}
ul#lang_selector li {z-index: 2; }

ul#lang_selector li a,
ul#lang_selector .init {
	display: block;
	padding: 5px 10px;
}

ul#lang_selector li:not(.init) { float: left; width: 130px; display: none; background: #453645; }
ul#lang_selector li:not(.init):hover, ul li.selected:not(.init) { background: #7e9462; }
ul#lang_selector li.init { cursor: pointer; }
@media (max-width: 767px)  {
	ul#lang_selector{
		top: 0px;
		right: 5em;
	}
}
