@charset "utf-8";

/* ============================== */
/* 
	- Title: Political Landing Page - Bootstrap
	- Autor: Coralix Themes
*/
/* ============================== */

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");

/*Google Fonts*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300");

/*Animations*/
@import url("animations/animate.css");

/*Slide*/
@import url("slide/responsiveslides.css");

/* ---------------------------------------------------------------------- */
/*	General Style
/* ---------------------------------------------------------------------- */
body {
    background: url("../img/bg-foot.png") repeat-x scroll 0 bottom #F4F4F4;
    color: #555555;
    font-family: 'Open Sans',sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    padding: 0 0 5%;
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}
h1, h2, h3, h4{
	color:#205181;
	font-weight:300;
	text-shadow:none;
}
h1 {
	font-size:37px;
	line-height:39px;
}
h5 {
	font-weight:400;
}
h6 {
	font-weight:400;
}
p {
    font-size: 1.7em;
    line-height: 1.5em;
    margin: 0 0 1em;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear: both;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
}
.container {
	max-width: 1170px;
	background: white;
	    padding: 2% 2.2%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

i[class^="icon-"] {
    height: auto;
    line-height: inherit;
    margin: 0 !important;
    padding: 0;
    vertical-align: bottom;
    width: auto;
}

/*  Transitional elements
================================================== */
			
.newsletter .fields .bg-fields .btn.btn-large.btn-primary, .accordion-heading a, .btn.btn-success, .video-list a.thumb, .nav-tabs > li > a, .map-container ul li a, .events .timeline li.upcomings a, ul.social li a{ 
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	-ms-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */
.main_slide{
	height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	overflow: hidden;
}
/* background */
.dere {
	background: none !important;
	position: absolute;
	z-index: 10;
	top: 0;
	height: 1%;
	width: 100%;
}
header h1 {
    color: white;
    font-size: 6.8em;
    font-weight: bold;
    line-height: normal;
    padding: 100px 0 50px 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.24);
	filter: dropshadow(color=rgba(0,0,0,0.24), offx=1, offy=1);
}

header .container {
    padding: 3.7% 0 0%;
}
.btn {
    box-shadow: none !important;
}
.btn-large {
    border-radius: 3px 3px 3px 3px;
    font-size: 2.2em !important;
    padding: 20px 57px;
}
a, a:hover, a:active, a:focus {
	outline: 0;
}
.btn {
    background: none repeat scroll 0 0 #999999;
    border: 0 none;
    color: white;
    text-shadow: none;
}
.btn.btn-primary {
	background: #16223A;
}
.container.generic-section h2 {
    font-size: 48px;
    line-height: 0.9em;
    margin: 0 0 0.5em;
}


/* ---------------------------------------------------------------------- */
/*	Newsletter
/* ---------------------------------------------------------------------- */

#newsletter label {
    color: #fff;
	text-transform:uppercase;
	text-align:center;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1%;
}
.btn {
	text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
}
.btn.btn-success {
	background: #1F7F5B;
}
.btn.btn-success:hover {
	background: #1F5181;
}
#newsletter .fields .bg-fields .btn.btn-large.btn-primary {
    margin: 0 0 0 8px;
    padding: 20px 20px 20px 70px;
	font-size:18px!important;
	background-color:#B70000;
	background-image: url("../img/email.png");
	background-position: 25px center;
	background-repeat:no-repeat;
	color:#fff;
}
#newsletter .fields .bg-fields .btn.btn-large.btn-primary:hover {
	background-color:#16223a;
}
#newsletter input.large {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    height: 60px;
    margin: 0;
    width: 365px;
	border:none;
	color: #8494a1;
	font-size: 18px;
	padding: 0 0 0 13px;
}

.container.generic-section {
    background: url("../img/separator-line.png") no-repeat scroll center bottom white;
    padding: 5% 3% 4% 3%;
    position: relative;
    z-index: 2;
}
#newsletter .bg-fields {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.44);
    border: 1px solid rgba(0, 0, 0, 0.55);
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    padding: 20px 50px;
}

#contentbox{
	margin:-106px auto 0 auto;
}
.fields {
	margin:0 0 10px 0;
}


/* ---------------------------------------------------------------------- */
/*	Steps
/* ---------------------------------------------------------------------- */


.container.steps.generic-section h2 {
    font-size: 52px;
}
.container.steps.generic-section .btn.btn-success {    
    margin: 0 0 1em;
}
.container.steps.generic-section {
	padding: 2.3% 2.2% 4.6%;
}

.steps .item {
    padding: 5.7% 0 0;
}
.steps .item h4 a{
    color: #5B5B5B;
    font-size: 22px;
	font-weight:normal;    
    margin: 0 0 0.5em;
}
.steps .item h4 a:hover{
    color: #B70000;

}
.steps .item p {
	color: #6c7b82;
}
.steps .item span.ico {
    display: block;
    height: 98px;
    margin: 0 auto 25px;
    width: 98px;
}
.steps .item:hover span.ico {
	background-position: 0 0 !important;
}
.steps .item.first span.ico {
	background: url(../img/ico-step-1.png) 0 100%;
}
.steps .item.second span.ico {
	background: url(../img/ico-step-2.png) 0 100%;
}
.steps .item.third span.ico {
	background: url(../img/ico-step-3.png) 0 100%;
}


/* ---------------------------------------------------------------------- */
/* Accordion
/* ---------------------------------------------------------------------- */

.accordion-heading a {
	color: #5B5B5B;
	font-size: 16px;				
}
.accordion-heading a:hover {
	color:#205181;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}
.accordion-inner {
    border: 0;
    padding: 11px 0;
}
.accordion-heading a {
	text-decoration: none!important;
}
.accordion-heading a i { 

	color: #B54040;	
	font-size: 14px;
	margin-right: 5px!important;
}
.accordion-heading a.collapsed i {
	color: #5B5B5B;	
}
.accordion-body {
	color: #6c7b82;
	font-size: 14px;		
} 


/* ---------------------------------------------------------------------- */
/* Video
/* ---------------------------------------------------------------------- */
.video-list h4 {
    color: #5b5b5b;
    font-size: 30px;
    line-height: 1.2em;
    margin: 2% 0;
	font-weight:300;
}
.videos p em{
    font-size: 16px;
    line-height: 24px;
	color:#6c7b82;
	font-style: italic;
	font-weight:normal;
}
.videos .video-list p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9%;
	color:#6c7b82;
	font-weight:normal;
}
.video-list a.thumb img {
    border-radius: 3px 3px 3px 3px;
}
.video-list a.thumb {
    display: block;
    float: left;
    height: auto;
    margin: 0 13px 7px 0;
    position: relative;
}
.video-list a.thumb span {
    background: url("../img/play.png") repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}
.video-list a.thumb:hover {
	opacity:0.8;
}



/* ---------------------------------------------------------------------- */
/* Information
/* ---------------------------------------------------------------------- */
.information .cont {
    min-width: 240px;
    overflow: hidden;
}
.information .cont p em{
	font-size: 16px;
	color:#6c7b82;
	font-style:italic;
    line-height: 24px;
	font-weight:normal;
}
.information .graph {
    float: left;
    margin: 15px 0 15px 0;
    width: 465px;
}
.information .graph .percent {
    color: white;
    float: left;
    min-width: 45px;
    position: relative;
    text-align: center;
    width: 236px;
}
.information .graph .percent img {
	width: 100%;
	height: auto;
}
.information .graph .percent div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.information .graph .percent p {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 24%;
}
.information .graph .percent span.num sup {
    line-height: 1em;
    top: -0.25em;
}
.information .graph .percent span.num {
	    font-size: 8.5em;
    font-weight: bold;
    display: block;
    line-height: 1em;
    margin-bottom: -26%;
    padding-top: 24%;
}
.information .graph ul {
    display: block;
    list-style: none outside none;
    max-width: 183px;
    min-width: 200px;
    overflow: hidden;
    padding: 0 3% 0 0;
    text-align: center;
}
.information .graph ul li {
    background: url("../img/ico-person.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 42px;
    margin: 0 4% 9%;
    width: 16px;
}
.information .graph ul li img {
	display: none;
}
.information .graph ul li img.show {
	display: block;
}


/* ---------------------------------------------------------------------- */
/* Image Gallery */
/* ---------------------------------------------------------------------- */
.gallery h2 {
	font-size:54px;
	font-weight:300;
	line-height: 0.9em;
	margin: 0 0 0.5em;
}
.gallery p {
	font-size: 16px;
	color:#6c7b82;
	font-style:italic;
    line-height: 24px;
	font-weight:normal;
}
#gallery .item {
	position: relative;
	margin-bottom: 2%;
}
#gallery .item a.more {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 5em;
	color: white;
	line-height: 100%;
	background: rgba(32,81,129,0.5);
	 -webkit-transition: all 0.2s ease-out;
	 -moz-transition: all 0.2s ease-out;
	 -o-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	 transition: all 0.2s ease-out;
}
#gallery .item a.more i {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -0.5em!important;
	left: 0;	c	
}
#gallery .item a.more:hover {
	opacity: 1;
}
#gallery .menuGallery {
    list-style: none outside none;
    margin: 0;
    text-align: center;
}
#gallery .menuGallery li {
    display: inline-block;
    margin: 0 0.5%;
}
#gallery .menuGallery li a {
    background: none repeat scroll 0 0 #1F5181;
    display: block;
    height: 5px;
    text-indent: -9999px;
    width: 60px;
}
#gallery .menuGallery li a.active {
    background: #B60000;124563+
    text-indent: -9999px;;;;
}


/* ---------------------------------------------------------------------- */
/* Tabs */
/* ---------------------------------------------------------------------- */
.nav-tabs > li > a {
   font-size: 18px;
   color: #5b5b5b;
   font-weight: 400;
}
.nav-tabs > li > a:hover {
   color:#B70000;
}
.politics .item {
	margin-bottom: 20px;
}
.nav-tabs > .active > a {
	  color: #205181;   
}

.tab-content p em{
	color: #6c7b82;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
}

.tab-content p{
	color: #6c7b82;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
}


/* ---------------------------------------------------------------------- */
/* Map */
/* ---------------------------------------------------------------------- */
.map-container {
	 position: relative;	
}
.map-container ul {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.map-container ul li {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
}
.map-container ul li a {
	color: #1F5181;
    display: block;    
    font-size: 2em;
    height: 19px;
    text-align: left;
    width: 19px;
}
.map-container ul li a i {
    margin: 0 0 0 -0.25em !important;
}
.map-container ul li a:hover {
	color: #B60000;			
}
.map-container ul li.point1 {
    left: 14.5%;
    top: 36%;
}
.map-container ul li.point2 {
    left: 38.5%;
    top: 50%;
}
.map-container ul li.point3 {
    left: 64%;
    top: 36%;
}
.map-container ul li.point4 {
    left: 21.3%;
    top: 66%;
}
.map-container ul li.point5 {
    left: 59.5%;
    top: 60.5%;
}
.popover {
	min-width: 200px;
	border: 0 none;
	padding: 0px;
}
.popover.top .arrow:after {
    border-top-color: #B80000; 
}
.popover-title {
    background: none repeat scroll 0 0 #B80000;
    border: 0 none;
    color: white;
    font-weight: bold;
    padding-bottom: 0;
}
.popover-content {
    background: none repeat scroll 0 0 #B80000;
    border-radius: 0 0 6px 6px;
    color: white;
    font-size: 14px;
    padding-top: 0;
}


/* ---------------------------------------------------------------------- */
/*  Candidate Biography */
/* ---------------------------------------------------------------------- */
.thumbnail {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 0 0 0 0;
    color: white;
    padding: 0;
    text-align: center;
    position: relative; 
}
.bio p {
	color: #6c7b82;
	font-size: 14px;
}
.bio p em {
	font-size: 14px;
}
.thumbnail img {
	position: relative;
	z-index: 1;
} 
.thumbnail p {
    background: rgba(39,87,132, 0.85);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    margin: -5px -10px 0 0;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
	font-size:16px;
	font-weight:300;
	text-align:center;
}
.thumbnail:hover p {
	display: block;
}


/* ---------------------------------------------------------------------- */
/* Testimonials */
/* ---------------------------------------------------------------------- */
.testimonials {
	padding:0 10px;
}
.testimonials h3 {
	font-size: 38px;
	color:#4b4b4b;
}
.testimonials .list {
	overflow: hidden;	
 	position: relative;
 	height: 416px;	
}
.testimonials ul {
 	list-style: none;
 	margin: 0;	
 	position: relative;	
}
.testimonials ul li {
	margin-bottom: 15px; 
	display: block;
	position: relative;
}
.testimonials ul li .cont {
	overflow: hidden;
}
.testimonials ul li .cont h5 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.testimonials ul li .cont p {
	color: #6c7b82;
	font-size: 14px;
}
.testimonials ul li:nth-child(2n) {
	text-align: right;	
}
.testimonials ul li:nth-child(2n) img {
	border-radius: 0 100px 100px 100px;
	float: right;
	margin: 0 0 0 10px;
}
.testimonials ul li img {
    -moz-border-radius: 100px 0 100px 100px;
    -webkit-border-radius: 100px 0 100px 100px;
    border-radius: 100px 0 100px 100px;
    float: left;
    height: 109px;
    margin-right: 10px;
    max-width: 109px;
    width: 112px;
}
.nbgimg {
	background-image: none!important;
}




/* ---------------------------------------------------------------------- */
/* Events */
/* ---------------------------------------------------------------------- */
.events {
	padding:0 10px;
}
.events h3 {
	font-size: 38px;
	color:#4b4b4b;
}
.events .timeline {
	list-style: none;
	margin: 0;
	padding: 0;
}
.events .timeline li {
	margin: 0 0 30px 0;
    position: relative;
	border-bottom: 1px solid #ccc;
}
.events .timeline li h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7em;
    margin: 0;
    text-transform: capitalize;
	color: #6c7b82;
}
.events .timeline li > i {
    background: none repeat scroll 0 0 white;
    color: #D7D7D7;
    font-size: 19px;
    height: 15px;
    left: -14px;
    line-height: 19px;
    position: absolute;
    top: 33px;
}
.events .timeline li h4 i {
    color: #016AC1;
    font-size: 1.1em;
}
.events .timeline li p {
    color: #6c7b82;
    font-size: 14px;
}





/* ---------------------------------------------------------------------- */
/* News */
/* ---------------------------------------------------------------------- */
.politics {
	padding:0 10px;
}
.politics h3 {
	font-size: 38px;
	color:#4b4b4b;
}
.politics .item {
	margin-bottom: 30px;
}
.politics h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0;
	text-transform: capitalize;
	color: #6c7b82;
}
.politics img {
	margin: 0 0 10px 0;
}
.politics p.date {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: -0.4em;
    text-transform: uppercase;
    color: #6c7b82;
}
.politics p {
	color: #6c7b82;
	font-size: 14px;
}
.politics p a {
	color: #0088CC;
}

.politics p a:hover {
	color: #B70000;
}

/* ---------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------- */
footer.container.generic-section {    
    padding: 0.9% 2.2% 1.2%;
}
p.copy {
	color: #8f9394;
	line-height:36px;
	margin:0;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
}
ul.social {
    margin: 0;
    padding: 0;
    float: right;
}
ul.social li {
    display: inline-block;
    margin: 0 3px;
}
ul.social li a {
    border: 2px solid #D6D7D6;
    border-radius: 50px 50px 50px 50px;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    color: #5B5B5B;
    font-size: 15px;
}
ul.social li a:hover {
    border: 2px solid #B70000;
    color: #B70000;
}
ul.social li a:hover {
    background-position: 0 100% !important;
}


/* ---------------------------------------------------------------------- */
/* Go to op */
/* ---------------------------------------------------------------------- */

#goTop {
	background: none repeat scroll 0 0 white;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	color: #666666;
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 8px 9px 18px;
	position: fixed;
	right: 55px;
	text-decoration: none;
	z-index: 9999999999;
	text-shadow: 1px 1px 1px white;
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e0e0e0',GradientType=0 );
	-moz-transition: all 1.3s ease-in-out 0s;
	-webkit-transition: all 1.3s linear 0s;
	-o-transition: all 1.3s linear 0s;
	-ms-transition: all 1.3s linear 0s;
	transition: all 1.3s linear 0s;
	-moz-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
	-webkit-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
	-o-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
	-ms-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
	box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
}
#goTop.show {
	bottom: 0;
}
