@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Monda:400,700');
a{
	text-decoration:none;
    color:#d10300;
}
a:active,a:focus,a:hover{
	text-decoration:none;
	color:#f33;
}
i.cicon {
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #f0f0f0;
    color: #878a96;
    width: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.header_top {
    padding: 5px 0px;
	font-family: 'Monda', sans-serif;
    border-bottom: 1px solid #ccc;
}
.cslink{
	text-decoration:none;
	color:#878a96;
}
.cslink:hover
{
	text-decoration:none;
	color:#f33;
}
.header_top .nav-menu{
	padding-left:0px;
	list-style:none;
	margin-bottom:0px;
	text-align:right
}
.header_top .nav-menu li{
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
}
.header_top .nav-menu li a{
	font-weight:600;
	color:#898991;
}
.header_middle {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
ul.nav {
    text-align: right;
    margin-top: 15px;
}
.nav>li {
    display: inline-block;
}
.nav>li>a {
    color: #898991;
	font-family: 'Monda', sans-serif;
	font-size:18px;
	padding:0px;
	margin-left:20px;
}
.nav>li>a:hover,.nav>li>a.active{
	background:none;
	color:#f33;
}


.bs-slider{
    overflow: hidden;
    max-height: 450px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
	height:100%;
    width: 100%;
    position: absolute;
	height: 430px;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item img{
	position:absolute;
	bottom:0px;
    top: 0px;
}




/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 0%;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
	margin:0px;
    padding-left: 10px;
	z-index:10;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
	margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;

}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.nav_bar {
    
    color: #262626;
    padding: 7px 5px 5px;
    font-weight: 600;
    letter-spacing: 0px;
    border-top: 5px solid #dfdfdf;
}
.slide-text {
	
    bottom: 0%;
    margin: auto;
    padding: 10px;
    width: 40%;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    right:5%;
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Josefin Sans';
    font-style: normal;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
	font-family: 'Josefin Sans';
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


.header_bottom {
    display: block;
    padding: 10px 0px;
    background: #f0f0f0;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.34);
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    position: relative;
}
.header_bottom .block {
    padding: 7px 16px;
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    color: #262626;
	font-family: 'Monda', sans-serif;
    text-align: left;
}

.header_bottom .block i {
    font-size: 30px;
    color: #262626;
    vertical-align: middle;
	transform:rotate(0deg);
}
.header_bottom span {
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    margin-left: 8px;
    font-size: 17px;
    font-weight: 400;
}
.header_bottom .block span,.header_bottom .block i {
	transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	-moz-transition:0.3s;
}

.header_bottom .block:hover,.header_bottom .block:hover i{
	color:#f33;
}
.header_bottom .block:hover i {
    transform: scale(1.1);
    text-shadow:1px 1px 1px #c1c1c1;
}
.header_bottom .block:hover span{
    transform: scale(1.01);
}
h1.title {
    text-transform: uppercase;
    margin-bottom: 20px;
	font-family: 'Monda', sans-serif;
    font-size: 25px;
}
h1.title span {
    text-transform: initial;
}
section.section1 {
    padding: 60px 0px;
}
.subtitle
{
	font-size:24px;
	font-family: 'Monda', sans-serif;
}
.gray {
   
    background-attachment: fixed;
	position:relative;
	background-position:center;
}
.gray-image .container{
	color:#fff;
	position:relative;
	z-index:2;
}
.gray-image:before {
    position: absolute;
    content: '';
    left: 0;
    background: rgba(0, 0, 0, 0.54);
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
footer{
	background:#000;
	color:#9a9999;
}
.gallery {
	padding-left:0px;
}
.gallery li {
	display:inline-block;
	width:24%;
	padding: 5px;
	overflow:hidden;
    border: 1px solid #f3f3f3;
}
.gallery li img{
	transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
}
.gallery li:hover img {
    transform: scale(1.5) rotate(10deg);
	-webkit-transform: scale(1.5) rotate(10deg);
	-ms-transform: scale(1.5) rotate(10deg);
	-o-transform: scale(1.5) rotate(10deg);
	-moz-transform: scale(1.5) rotate(10deg);
	
}
.footer_top {
    padding: 60px 0px;
}
label.title {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Josefin Sans';
   `margin-bottom: 10px;
	display: block;
}
.col-sm-4 label.title:first-child {
    border-bottom: 1px solid #262626;
    padding-bottom: 10px;
}
label.title:first-child{
	margin-bottom: 20px;
}
.footer_bottom {
    padding: 10px;
    border-top: 1px solid #262626;
}
.section1 label.title{
	text-transform:uppercase;
}
.inline{
	display:inline-block;
}
.slideshow-element{
	transition: 0.3s;
    -webkit-transition: 0.3s;
    position: absolute;
	background:#fff;
	text-align:center;
	width:100%;
}
#slideshow{
	position:relative;
	min-height:40px;
}


#vertical-ticker{
	height:290px;
	overflow:hidden;
	margin:0; padding:0;
	list-style:none;
}

#vertical-ticker li{
	padding:5px 10px;
	display:block;
	color:#333;
	font-size:14px;
	border-bottom:1px solid #ddd;
}
#vertical-ticker li label.title{
	font-size:16px;	
	margin:10px 0px;
}
span.nav_menu {
    display: none;
}
.profile {
    height: 180px;
    width: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    display: block;
    margin: 0px auto 20px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 3px #727575;
}
.profile img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

th{
	text-align:center;
}

ul.sub_nav {
    position: absolute;
    background: #fff;
    padding-left: 0px;
    list-style: none;
    text-align: left;
        transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        opacity: 0;
        visibility: hidden;
    width: 250px;
    z-index: 11;
    right: 0px;
    box-shadow: 0px 2px 3px #1f1f1f;
    border-bottom: 5px solid #878a96;
}
.nav>li:hover ul.sub_nav{
    opacity: 1;
    visibility: visible;
}
ul.sub_nav li a {
    display: block;
    padding: 5px 10px;
    line-height: 29px;
    color: #262626;
    border-bottom: 1px solid #898994;
}
ul.sub_nav li:hover a {
    color: #f33;
}
@media(max-width:991px)
{
	.nav>li>a{
		font-size: 14px;
		margin-left: 10px;
	}
	ul.nav{
		margin-top:14px;
	}
	.header_bottom span,.cslink,.header_top .nav-menu li a{
		font-size:12px;
	}
	.header_bottom .block i{
		font-size:16px;
	}
	
   
    .slide-text h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
	.indicators-line > .carousel-indicators .active:before,.indicators-line > .carousel-indicators li{
		width:10px;
		height:10px;
	}
	h1.title,.subtitle{
		font-size: 20px;
	}
	
	#vertical-ticker li label.title{
		font-size:14px;	
		margin:8px 0px;
	}
	body,#vertical-ticker li{
		font-size:12px;
	}
	footer .gallery li{
		width:32%;
	}
	.gray-image{
		background-repeat: no-repeat;
   		background-size: 1024px;
	}

}
@media  (max-width: 767px) {
	.header_top,.header_top .nav-menu,.header_middle,ul.nav{
		text-align:center;
	}
	a.brand {
		display: inline-block;
	}
	footer .col-sm-4{
		margin-bottom:20px;
	}
	.bs-slider,.fade .item{
		max-height: 300px;
	}
}
@media  (max-width: 640px) {
.header_bottom .block i {
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.header_bottom .block{
	text-align:center;
}
.slide-text{
	width:80%;
}
}

@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
	.header_bottom .block{
		border-right: 0px;
		margin-bottom: 20px;
		width:100%;
		margin-top: 20px;
	}
	.header_bottom span
	{
		font-size:16px;
	}
	.header_bottom .block i {
    	font-size: 40px;
	}
}
@media  (max-width: 460px) {
	.bs-slider, .fade .item {
		max-height: 230px;
	}
	span.nav_menu {
		color: #888;
		padding: 6px 10px;
		display: block;
		border: 1px solid #ccc;
		text-align: left;
	}
	.header_middle .nav{
		display:none;
	}
	ul.nav {
		margin-top: 0px;
	}
	.nav>li {
		display: block;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.nav>li>a {
		margin-left: 0px;
		line-height: 30px;
	}
	.slide-text h1{
		margin-top:5px;
	}
	.fade .item img{
		 height: 100%;
   		 width: auto !important;
	}
}
.togle{
    display: none;
}
.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block;
}
.header_top .nav-menu li a:hover i {
    transform: rotate(360deg);
    background: #878a96;
    color: #fff;
    box-shadow: 0px 0px 3px #cecece;
}
th {
    text-align: left;
}


/* --------------  E Votting --------*/


#msform {
  width: 600px;
  min-height: 400px;
  margin: 50px auto;
  text-align: center;
  font-family: 'Monda', sans-serif;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #d43f3a;
  font-weight: normal;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 8px 5px;
  margin: 20px 5px 10px;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #d43f3a;
}
/*headings*/
.fs-title {
  font-size: 20px;
  text-transform: uppercase;
  
  color: #2C3E50;
  margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Monda', sans-serif;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  text-align: center;
  float: left;
  position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 14px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #d4d4d4;
  color: #262626;
}
#msform label{
    display: block;
}