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


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

section {padding: 10px 0;}

.container {
	padding-left: 60px;
	padding-right: 0px;
}




.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: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:#c23f3d !important;}


/* __________ Buttons __________ */
.btn {
	display:inline-block;
	margin: 0 3px 5px 0;
	padding: 12px 20px;
	border:0;
	border-radius: 0;
	box-shadow: none;
	text-transform:none;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	background:#555;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus,
.btn:hover {
	color:#fff;
	background: #20a5c8; /* Old browsers */
	background: -moz-linear-gradient(left, #20a5c8 0%, #c23f3d 50%, #73bf0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#20a5c8), color-stop(50%,#c23f3d), color-stop(100%,#73bf0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* IE10+ */
	background: linear-gradient(to right, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a5c8', endColorstr='#73bf0e',GradientType=1 ); /* IE6-9 */
}

.btn-active {
	color:#fff;
	background: #20a5c8; /* Old browsers */
	background: -moz-linear-gradient(left, #20a5c8 0%, #c23f3d 50%, #73bf0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#20a5c8), color-stop(50%,#c23f3d), color-stop(100%,#73bf0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* IE10+ */
	background: linear-gradient(to right, #20a5c8 0%,#c23f3d 50%,#73bf0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a5c8', endColorstr='#73bf0e',GradientType=1 ); /* IE6-9 */
}
.btn-active:hover {background:#272727; color:#fff;}

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

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






/*-----------------------------------------------------------------------------------*/
/*	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: 'Open Sans', sans-serif;
	text-transform:none;
	font-weight:700;
	line-height:1.2;
	color:#272727;
}

h1 {margin:0 0 30px; font-size:36px;}
h2 {margin:0 0 27px; font-size:30px;}
h3 {margin:0 0 0px; font-size:24px;}
h4 {margin:0 0 21px; font-size:18px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}

.page_title span {
	display:inline-block;
	margin-bottom:11px;
	font-weight:700;
	line-height:49px;
	font-size:40px;
	color:#d1d1d1;
	border-top:6px solid #d1d1d1;
}







/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:fixed;
	z-index:9400;
	right:0;
	top:0;
	bottom:0;
	width:285px;
	padding:31px 45px 34px;
	box-shadow:0 -2px 2px rgba(0,0,0,0.2);
	background-color:#fcfcfc;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}


.sidebar_btn {
	position:fixed;
	z-index:9401;
	top:26px;
	left:50%;
	width:45px;
	height:15px;
	margin-left:533px;
}
.sidebar_btn span {
	display:block;
	width:100%;
	height:3px;
	margin-bottom:4px;
	background-color:#c23f3d;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.sidebar_btn:hover span {
	height:3px;
}
.sidebar_btn:hover span:first-child {
	height:3px;
	transform: translate(0, -3px);
	-webkit-transform: translate(0, -3px);
}
.sidebar_btn:hover span:last-child {
	height:3px;
	transform: translate(0, 3px);
	-webkit-transform: translate(0, 3px);
}

.sidebar_btn.active span:first-child {
	height:3px;
	transform:rotate(45deg) translate(4px, 3px);
	-webkit-transform:rotate(45deg) translate(4px, 3px);
}
.sidebar_btn.active span:last-child {
	height:3px;
	transform:rotate(-45deg) translate(5px, -4px);
	-webkit-transform:rotate(-45deg) translate(5px, -4px);
}
.sidebar_btn.active span:nth-child(2) {
	opacity:0 !important;
}
.sidebar_btn.active:hover span {
	height:3px;
	opacity:0.5;
}


.logo {padding:0 0 90px;
	margin-top:0px;
}
.logo a {display:block;}

.logofijo {
	top:0px;
	left:20px;
	position: fixed;
	width:205px;
	height:74px;
	background: #fff;
	z-index: 999;
	padding: 0px 10px;
	

   -moz-box-shadow: -2px 3px 11px rgba(0,0,0,0.5);
    -webkit-box-shadow: -2px 3px 11px rgba(0,0,0,0.5);
    box-shadow: -2px 3px 11px rgba(0,0,0,0.5);

	

    border:solid 0px #000000;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomleft:14px;
    -moz-border-radius-bottomright:14px;
    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:14px;
    -webkit-border-bottom-right-radius:14px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:14px;
    border-bottom-right-radius:14px;


}

header .social {margin-right:-8px;}
header .social a {color:#272727;}
header .social a:hover {color:#c23f3d;}


header .copyright {
	position:absolute;
	left:46px;
	bottom:34px;
	text-transform:uppercase;
	font-weight:600;
	color:#666;
}


/* Menu */
.main_menu {padding-bottom:56px;}
.main_menu li {
	margin:0 0 9px;
	padding:0;
}
.main_menu li a {
	display:block;
	padding:0;
	text-transform:uppercase;
	font-weight:400;
	color:#272727;
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#c23f3d;
}









/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {
	height:1080px;
	background-color:#272727;
}
.flexslider.top_slider .slides li {
	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);}

.flex-direction-nav a {top:auto; bottom:32%;}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-555px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	left:50%;
	margin-left:-515px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#c23f3d;
}
.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:#272727;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background-color:#c23f3d;
}

.flexslider.top_slider .container {
	position:relative;
}
.slide_img1 {
	position:absolute;
	left:0;
	bottom:0;
	width:auto !important;
}
.slide1 .top_slider_cap {
	left:380px;
}
.top_slider_cap {
	position:absolute;
	left:30px;
	top:50%;
	width:790px;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 29px;
	text-transform:none;
	font-weight:700;
	line-height:42px;
	font-size:42px;
	color:#c23f3d;
	text-shadow:1px 1px 1px rgba(0,0,0,0.31);
}
.top_slider_cap p {
	margin:0 0 40px;
	line-height:25px;
	font-size:20px;
	color:#fff;
}
.top_slider_cap .slide_btn {
	display:inline-block;
	margin:0;
	padding:18px 70px 17px;
	font-weight:600;
	line-height:20px;
	font-size:16px;
	color:#272727;
	background-color:#c23f3d;
}
.top_slider_cap .slide_btn:hover {
	color:#272727;
	background-color:#fff;
}





/*-----------------------------------------------------------------------------------*/
/*	Section gallery
/*-----------------------------------------------------------------------------------*/
#gallery {
	padding-top:0;
}
#gallery a {
	overflow:hidden;
	display:block;
	cursor: url(../images/cursor.png), auto;
	background-color:#c23f3d;
}
#gallery a img {
	width:100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#gallery a:hover img {
	opacity:0.42;
	transform:scale(1.1) rotate(2deg);
	-webkit-transform:scale(1.1) rotate(2deg);
}






/*-----------------------------------------------------------------------------------*/
/*	Section About
/*-----------------------------------------------------------------------------------*/
#about {
	overflow:hidden;
	position:relative;
	margin:0px;
	padding:46px 0px 0px 0px;
}
#about .about_img {
	position:absolute;
	right:0;
	top:0;
	left:50%;
	bottom:0;
	margin-left:-80px;
	background-image:url(../images/constructora-alboraya.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#about .about_content {
	width:350px;
}







/*-----------------------------------------------------------------------------------*/
/*	Section Team
/*-----------------------------------------------------------------------------------*/
#team {padding-bottom:70px;}

#team .team_item {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:-3px;
}
#team .team_descr {padding-top:19px;}
#team .team_descr h4 {
	margin-bottom:4px;
	line-height:20px;
	font-size:22px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#team .team_item:hover .team_descr h4 {color:#c23f3d;}
#team .team_descr h5 {
	margin-bottom:16px;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#737a7f;
}
#team .team_descr p {
	margin-bottom:36px;
	line-height:25px;
	font-size:14px;
}
#team .team_descr .social a {color:#c3c3c3;}
#team .team_descr .social a:hover {color:#272727;}






/*-----------------------------------------------------------------------------------*/
/*	Section Services
/*-----------------------------------------------------------------------------------*/
#services {
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	background: #952826;
}
#services .col-lg-6 .col-lg-6 {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
	min-height:350px;
}
#services .services_img {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:50%;
	margin-right:-80px;
	/*background-image:url(../images/services_img.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.service_item {
	padding-top:30px;
}

.service_item i a {
	display:block;
	margin-bottom: 0px;
	font-weight:700;
	font-style:normal;
	line-height:62px;
	font-size:33px;
	color:rgba(255,255,255,0.6);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover i a {color:#fff;}

.service_item i {
	display:block;
	margin-bottom: 0px;
	font-weight:700;
	font-style:normal;
	line-height:62px;
	font-size:33px;
	color:rgba(255,255,255,0.6);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover i {color:#fff;}
.service_item h4 {
	margin-bottom:10px;
	line-height:20px;
	font-size:14px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover h4 {color:#fff;}
.service_item span {
	display:block;
	color:#fff;
}

.service_item h3 {color:#fff;}
.service_item:hover h3 {color:#fff;}

.services_descr {
	padding-top:73px;
	color:#fff;
}

.services p {
	color:#fff;
}

.services_descr h2 {
	color:#de7b38;
}



/*-----------------------------------------------------------------------------------*/
/*	Section Culture
/*-----------------------------------------------------------------------------------*/
#culture {
	padding-top: 0px;
	padding-bottom:0px;
}
.culture_descr {
	padding-top:147px;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials {
	margin-bottom:121px;
	padding-top:0;
	padding-bottom:0;
}
#testimonials .slides li {
	padding:97px 0 74px;
	background-color:#f9f9f9;
}
#testimonials .flexslider.testimonials_carousel {
	position:static;
}
#testimonials .testimonials_img {
	position:absolute;
	left:0;
	top:0;
	right:50%;
	bottom:0;
	margin-right:300px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#testimonials .testimonials_img.bg1 {background-image:url(../images/testimonials_img1.jpg);}
#testimonials .testimonials_img.bg2 {background-image:url(../images/testimonials_img2.jpg);}
#testimonials .testimonials_img.bg3 {background-image:url(../images/testimonials_img3.jpg);}

#testimonials .testimonials_text {
	position:relative;
	float:right;
	width:730px;
	padding-top:55px;
}
#testimonials .testimonials_text:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:18px;
	height:13px;
	background-image:url(../images/testim_i.png);
	background-repeat:no-repeat;
}
#testimonials .testimonials_text p {
	margin-bottom:80px;
	font-weight:300;
	line-height:35px;
	font-size:23px;
	color:#272727;
}
#testimonials .testimonials_text span {
	display:block;
	padding-left:5px;
	font-weight:300;
	line-height:30px;
	font-size:18px;
	color:#c23f3d;
}




/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/
#contacts {
	position:relative;
	padding:86px 0 54px;
}

#map {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:50%;
	margin-right:-80px;
	overflow:hidden;
}
#map:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
}

#contacts .contact_form input[type="text"],
#contacts .contact_form textarea {
	width:100%;
	height:45px;
	margin:0 30px 30px 0;
	padding:12px 30px;
	font-weight:400;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-shadow:none;
	border-radius:0;
	border:none;
	box-shadow:none;
	background-color:rgba(255,255,255,0.3);
}
#contacts .contact_form textarea {
	width:100%;
	margin-right:0;
}
#contacts .contact_form input.last_input {
	margin-right:0;
}
#contacts .contact_form input[type="submit"] {
	width:207px;
	height:45px;
	margin-bottom:23px;
	padding:12px 30px;
	font-weight:600;
	line-height:20px;
	font-size:16px;
	color:#272727;
	text-shadow:none;
	border-radius:0;
	border:none;
	box-shadow:none;
	background-color:#c23f3d;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#contacts .contact_form input[type="submit"]:hover {
	background-color:#fff;
}
#contacts .contact_form .note {
	font-weight:300;
	line-height:20px;
	font-size:14px;
	color:#fff;
}


/* form valid style */
#contacts .contact_form .notification_error,
#contacts .contact_form .notification_ok {
	margin: 2px 0 13px 0;
}
#contacts .contact_form .notification_ok {
    color: #038bd4;
}
#contacts .contact_form .notification_error {
    color: #c93119;
}

.margenescontacto {
	padding-left:100px;
}

.margenesculturanegativos {
	margin-left: -60px;
}



.combobox {
	width:100%;
	height:45px;
	margin:0 30px 30px 0;
	padding:12px 30px;
	font-weight:400;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-shadow:none;
	border-radius:0;
	border:none;
	box-shadow:none;
	background-color:rgba(255,255,255,0.3);
}





/*-----------------------------------------------------------------------------------*/
/*	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:#c23f3d;
}
.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:#3d3f41;
}
.newsletter_form input[type="submit"] {
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#c23f3d;
	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:#888;
}



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


/* 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:#aaa;
	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:#c23f3d;
}


/* 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:#c23f3d;
}
.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:#838383 !important;
}


/* 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:#838383;}
.widget_category li a:hover {color:#fff;}



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






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	padding:3px 0 21px;
	color:#989898;
	background-color:#272727;
}
footer h4 {
	margin:0 0 25px;
	text-transform:none;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
}
footer a {color:#989898;}
footer a:hover {color:#fff;}
footer #copyright {
	margin-top:9px;
	padding-top:22px;
	color:#fff;
	border-top:1px solid #434343;
}
footer #copyright span {color:#c23f3d;}



































