html, body{
  height:100%;
}

body {
	
    font-family: 'Open Sans', sans-serif;
/*	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
    color: #fff;
	font-size: 16px;
	line-height:1.8em;
*/	padding-top:40px;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -40px 0;
}

.pattern {
  background: none;
  background: url(../images/pattern.png)repeat fixed;
}

p {
	color:#f1f1f1;
}

/*a:active, a:visited {
	color:#fff;
}*/

.fullSection {
	min-height:100%;
	padding:100px 0;
	    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.img-full {
	width:100%;
}

.btn-custom {
	background:transparent;
	border: 2px solid #fff;
	color:#fff;
}

.btn-custom:hover {
	background: #fff !important;
	border: 2px solid #fff;
	color:#333;
}





#bg_pattern { 
	background-image: url(../images/pattern.png); 
	position: fixed; 
	opacity: 0.8; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: -1;
}

.background-alpha {
  background-color: rgba(0, 0, 0, 0.4);
}

.top-spacer {
	padding-top:60px;
	padding-bottom:60px;
}

.modal-content {
	background-color: rgba(37,52,63,1);
}

.modal-content p {
	color: #FFFFFF;
}

.colorgraph {
  height: 5px;
  border-top: 0;
  margin-bottom: 0;
  margin-top:0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.modal-logo { 
height:10%;
width:10%;
margin:0 10px 0 0;
}

/* ==================================================
	LANGUAGE CHANGER
====================================================*/


.language_changer{ 
    z-index: 9999; 
    position: fixed;
    left: -42px;
    top: 40%;
	margin-left:-50px;
	/*bottom:-255px;*/
}

.language_changer .form_holder {
    width: 95px;
}

.language_changer .styleswitch,
.language_changer .patternswitch,
.language_changer .bgimageswitch {
    margin: 0 3px 3px 0;
    display: inline-block;
    background: none;
    width: 25px;
    height: 25px;
}


.language_changer .predefined_styles li{
	list-style:none;
	padding-bottom: 10px;
}

.language_changer .line {
    border-bottom: 1px solid transparent;
    clear: both;
    margin: 5px !important;
}


.language_changer span a {color:#7F7F7F;
	font-weight: 300;
	padding: 0;
	font-size:11px;
	margin: 20px;

	line-height: 1.5;
}


.language_changer span a:hover,
.language_changer span a:active {opacity:1; color:#7F7F7F;
}


.language_changer .language-icon{
    /*background: url(../img/switcher/color.png) no-repeat scroll 4px 0 #fff;*/
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
    float: right;
    height: 35px;
    width: 35px;
    text-align:  center;
    line-height: 35px;
    background: #FFFFFF /*rgba(225,225,225,0.3)*/;
/*	background: rgba(246,142,26,0.85);*/
    font-size: 28px;
	color:#cc0001 /*#FFFFFF*/;
    z-index:  9999;
	border-left:3px solid #cc0001;
	margin-left:-3px;

	
 }


.language_changer .form_holder p {color:#7F7F7F;}
.language_changer .form_holder {
	background: transparent;
	float: right;
/*	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.language_changer .form_holder p{
    padding:0 20px;
    font-size: 11px;
}

.language_changer .form_holder input{
    width: 55px;
	border-radius: 0 10px 10px 0;
	box-shadow: none;
}

.language_changer .form_holder form{
    padding: 0 20px;
}

.language_changer .color_display_2 {
   clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
	width:31px !important;
	height:31px;
    margin-bottom: 7px;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
}

.language_changer .color_display_2 a{
    color: #fff;
    text-decoration: none;
}

.color_display_2 a:focus,
.color_display_2 a:hover {
    color: #ededed !important;
    text-decoration: none;
}


.language_changer .predefined_styles{
    padding:0 20px;
}


/* ==================================================
	navigation
====================================================*/

.navbar-custom{
	background-color:transparent;
	padding: 20px 0;
	border-radius: 0;
	margin: 0;
}

.navbar-custom .navbar-nav>li>a {
	color: #fff;
	font-size:16px;
}

.navbar-custom .nav>li>a:hover, .navbar-custom .nav>li>a:focus {
	background:transparent;
	color:#fff;
	font-weight:bold;
}

.navbar-custom  .navbar-nav>li.active a {
	color:#fff;	
	font-weight:bold;	
}

.navbar-custom .navbar-brand {
	padding:0;
}

.navbar-custom  .navbar-toggle .icon-bar {
	background:#fff;
	width:32px;
}

.top-nav-collapse {
	background-color:rgba(0,0,0,0.6);
	padding:5px 0;		
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;	
}


@media (max-width: 767px) {
	
	#top-nav {
		background-color:rgba(0,0,0,0.6);
	}

	.navbar-custom .navbar-brand  {
		padding: 0 0 0 15px;
	}

}


/* ==================================================
	Logo
====================================================*/

.logo {
	z-index:10;
	background-color:rgba(37,52,63,0.6);
	padding:20px 0;
		display:block;
	margin-bottom:10px;
}

/* ==================================================
	Words rotator
====================================================*/

.rotating-words {
	text-align:center;
	color: #FFFFFF;
}

.rotating-words h1 {
	font-size: 8em;
/*	text-shadow: 0px 0px 80px rgba(255,255,255,1);*/
		text-transform:uppercase;
/*		-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: rgba(37,52,63,1);*/
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	margin-top:0;
}

.rotating-words h2 {
	font-size: 6.5em;
    font-family:"JaneAusten";
	margin-top:60px;
	margin-bottom:-20px;
}

/*@media screen and (max-width: 1060px){
	.rotating-words h1 { font-size: 10em; }

}

@media screen and (max-width: 800px){
	.rotating-words h1 { font-size:7em; }
	.rotating-words h2 { font-size: 4.5em;
}
	
}
@media screen and (max-width: 480px){
	.rotating-words h1 { font-size:4.5em; }
	.rotating-words h2 { font-size:3em;
}
}*/

@media screen and (min-width: 10px){
		.rotating-words h2 { font-size:2em;

}

@media only screen and (min-width:320px) and (max-width:480px) and (orientation : portrait) {
	.rotating-words h1 { font-size:4em}
		.rotating-words h2 {
	margin-top:10px;
	margin-bottom:-20px;
}
	
}

/* #### Mobile Phones Landscape #### */

@media only screen and (min-width:321px) and (max-width:640px) and (orientation : landscape) {
	.rotating-words h2 {
	margin-top:10px;
	margin-bottom:-20px;
} 

	.rotating-words h1 { font-size:3.5em; }
	.rotating-words h2 { font-size:2em;

}

	.select-services {
	margin-top:-50px;
}

	.select-services .item {
	width:50%;
    height: auto;
    overflow:hidden;
}

.language_changer{ 
    top: 40%;
}

body {
	padding-top:0px;
}

	.col-xs-6 {
		padding-right:0px;
		padding-left:5px;
		margin-top: -20px;
}
	
	.col-xs-480 {
		margin-left: 70px;
		margin-right: -70px;
	}
	
.footerhome {
	margin-top:-30px !important;
	padding-bottom:0 !important;
}	
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation : landscape) {
	.rotating-words h2 {
	margin-top:10px;
	margin-bottom:-20px;
} 

	.rotating-words h1 { font-size:7em; }
	.rotating-words h2 { font-size:4.5em;

}

}

@media screen and (min-width: 600px) and (max-width: 1280px) and (orientation : landscape) {
body {
	padding-top:0px;
}	
	.rotating-words h2 {
	margin-top:10px;
	margin-bottom:-20px;
} 

	.rotating-words h1 { font-size:5.5em; }
	.rotating-words h2 { font-size:4em;

}

	.select-services {
	margin-top:-10px !important;
}

	.select-services .item {
	width:80%;
    height: auto;
    overflow:hidden;
}
	.col-xs-480 {
		margin-left: 30%;
		margin-right: -70px;
	}

.language_changer{ 
    top: 40%;
}

.footerhome {
	margin-top:-65px !important;
	padding-bottom:0 !important;
}
}


@media screen and (min-width: 360px) and (max-width: 640px) and (orientation : landscape) {
	.rotating-words h2 {
	margin-top:10px;
	margin-bottom:-20px;
} 

	.rotating-words h1 { font-size:3.5em; }
	.rotating-words h2 { font-size:2em;

}

	.select-services {
	margin-top:10px !important;
}

	.select-services .item {
	width:50%;
    height: auto;
    overflow:hidden;
}

.language_changer{ 
    top: 40%;
}

body {
	padding-top:0px;
}

	.col-xs-6 {
		padding-right:0px;
		padding-left:5px;
		margin-top: -20px;
}
	
	.col-xs-480 {
		margin-left: 70px;
		margin-right: -70px;
	}
	
.footerhome {
	margin-top:-30px !important;
	padding-bottom:0 !important;
}	
}

@media screen and (min-width: 321px) and (max-width: 568px) and (orientation : landscape) {
.footerhome {
	margin-top:15px !important;
	padding-bottom:0 !important;
}	

}

#yourdiv {
   position: relative;
   bottom:0;
   text-align:center; 
}
/* ==================================================
	HOME SERVICES "BUTTON"
====================================================*/
.center-block {  
  display: block;  
  margin-right: auto;  
  margin-left: auto;  
}

.select-services {
	position:relative;
	text-align:center;
	margin-top:2%;
}

.select-services .item {
    overflow: hidden;
    position: relative;
	display:block;
/*	cursor: pointer; */	
	margin:0;
	border: 1px #FFFFFF solid;
}

.select-services .item a:hover, .select-services .item a:focus {
	outline: none;
	outline-offset:0;
	text-decoration: underline; 
	color: #FFFFFF !important;
}

/*.select-services .item .hover-overlay {
    width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: all 0.6s ease-out 0s;
	-webkit-transform: translateX(-100%);
	-webkit-transition: all 0.6s ease-out;
	padding:5px 2% 0 5%;
	border:1px solid #CCCCCC;
	border-bottom: none !important;
	background-color:rgba(225,225,225,0.5);
}

.select-services .item img {
    transform: translateX(0px);
	transition: all 0.6s ease-out 0s;
	-webkit-transform: translateX(0px);
	-webkit-transition: all 0.6s ease-out;
}

.select-services .item:hover img {
    transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.select-services .item:hover .hover-overlay {
    transform: translateX(-0%);
	-webkit-transform: translateX(-0%) ;
}
*/
.select-services .item-description {
/*	background-color:rgba(225,225,225,0.5);*/
background-color:rgba(37,52,63,0.6);
	padding:5px 10px;
}

.select-services .item-description h3 {
/*	color: rgba(37,52,63,1);*/
	color:#FFFFFF;
	font-size:18px;
	line-height:24px;
	margin:0;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight:bold;
}

/*.select-services .item p {
	color:#FFFFFF;
	line-height:20px;
	text-align: center;
}

.select-services .item a i {
	color:#FFFFFF;
	border-radius:50%;
	border:1px solid rgba(246,142,26,0.85);
	width:45px;
	height:45px;
	text-align:center;
	font-size:25px;
	padding-top:8px;
	margin-right:15px;
}

.select-services .item a:hover i {
		border:2px solid rgba(246,142,26,0.85);
}

.select-services .item a:last-child i {
	margin-right:0;
}*/



/*****************************
*   SERVICES PAGE styles     *
*****************************/

/* bootstrap side navigation */

@media (max-width: 800px) {
    .affix {
        position: static;
    }
}


ul.side-nav span.badge {
	float:right;
	margin-top:6px;
	font-weight:400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul.side-nav>li>span.badge {
	margin-top:12px;
	margin-right:6px;
}
.list-group-item:first-child,
.list-group-item:last-child,
ul.side-nav {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
ul.side-nav li {
	list-style:none;
	text-align:center;
}
ul.side-nav ul {
	margin:0;
	padding:0;
	background-color:rgba(0,0,0,0.02);
}
ul.side-nav ul li {
	padding:0 15px;
	border-bottom:rgba(0,0,0,0.05) 1px solid;
}
ul.side-nav ul li:last-child {
	border-bottom:0;
}
ul.side-nav a {
	display:block;
	text-decoration:none;
	color:#25343f;
	font-weight:600;	
	}
ul.side-nav a i.fa {
	width:20px;
}
ul.side-nav ul li a {
	padding:3px;
	font-size:13px;
}
ul.side-nav>li {
	padding:0;
}
ul.side-nav>li>a {
	padding:7px 10px;
}
ul.side-nav>li>a:hover {
	color:#FFFFFF;
	}
ul.side-nav>li.list-group-item.active {
	border: 1px solid #FFFFFF;
	background-color: rgba(37,52,63,0.6);
}
ul.side-nav>li.active>a {
	background-color:rgba(37,52,63,0.6);
}
ul.side-nav li.list-toggle.active:after,
ul.side-nav > li.active>a {
	color:#fff !important;
}
ul.side-nav li.list-toggle:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-size: 15px;
	right: 10px;
	top: 7px;
	color:#999;
}
ul.side-nav li.list-toggle.active:after {
	content: "\f107";
}
.list-group-item {
	border:0;
	background:rgba(225,225,225,0.7);
	border:rgba(0,0,0,0.1) 1px solid;
	border-left:0;
	border-right:0;
}	

/** Timeline
 **************************************************************** **/
 
 ul.timeline{
	 margin-top:0;
	 margin-bottom:0;
}
 
 .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 45.5%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 15px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
/*			background-color:rgba(225,225,225,0.5);*/
				background-color:rgba(45,45,45,0.3);

        }
		
    .timeline-full:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: transparent;
        left: 50%;
        margin-left: -1.5px;
    }
	
        .timeline > li > .timeline-panel-full {
            width: 100%;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			background-color:rgba(45,45,45,0.3);
}

.timeline-panel-full .arrow-up {
	border-color: transparent transparent #ffffff transparent;
	border-style: solid;
	border-width: 15px;
	height:0;
	width:0;
	position:absolute;
	margin-top:-51px;
	margin-left:46.3%;
}
.timeline-panel-full .arrow-up:after {
	border-color: transparent transparent #ffffff transparent;
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	position:absolute;
	margin-top:-9px;
	margin-left:-10px;
	content:'';
}			
		
@media (max-width: 1024px) {
.timeline-panel-full .arrow-up {
	margin-left:45.4%;
}

.timeline > li > .timeline-panel {
	width: 44%;
}

}

@media (max-width: 800px) {
.timeline-panel-full .arrow-up {
	margin-left:45.2%;
}
}

@media (max-width: 640px) {
.timeline-panel-full .arrow-up {
	margin-left:0.6%;
}
}		
		
		
		

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #ad3345;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.bag {
    background-color: #f0ad4e !important;
}

.timeline-badge.fly {
    background-color: #6498b2 !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: rgba(37,52,63,1);
}

.timeline h4, .timeline h5 {

    text-transform:uppercase;
    font-weight:bold;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
/*    color: rgba(37,52,63,1);*/
color:#FFFFFF;
	text-align:center;
}	


.timeline-body {
	padding: 0 20px 20px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
    }
.timeline-heading {
	padding: 10px 0 5px 0;
	}
	
	
.timeline-body, .timeline-heading {
	background-color: rgba(37,52,63,0.6);
	color:#FFFFFF;
}
        .timeline > li > .timeline-panel-full > .timeline-heading {
	background-color: transparent;
	color:#FFFFFF;
}

        .timeline > li > .timeline-full > .timeline-body {
	background-color: transparent;
	color:#FFFFFF;
}

.timeline-body-full {
	padding-top:20px;
}



@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }				
}
 

/* ==========================================================================
	Form Styles
============================================================================= */

.input-block-level {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px !important;
}

.form-control {
	height: 40px;
	color: #fff;
	background-color: rgba(255,255,255,0.0);
	border: 1px solid rgba(255,255,255,0.5);
}

.form-control:focus {
	border-color: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(255,255,255,1);
}

.form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.7);
}

.form-control:-moz-placeholder {
  color: rgba(255,255,255,0.7);
}

.form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}

.form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
}





  













































































/* ==========================================================================
	Buttons
============================================================================= */
/*
.btn {
	border: none;
	box-shadow: none;
	border-radius: 0;
	background-image: none;
	font-size: 13px;
	text-transform: uppercase;
} */

.btn {
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #fff;
	width: 95px;
	line-height: 100%;
	font-size: 15px;
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px !important;
}

.btn:hover, .btn:hover {
	background: #444;
}

































/* ==================================================
	Footer
====================================================*/

#footer {
	padding: 10px 0;
	background-color: rgba(37,52,63,0.7);
}

#footer p {
color:#FFFFFF;
font-weight: 700;
text-align:center;
}

#footer i {
font-weight: 700;
}

.footerhome {
	background-color: transparent !important;
margin-top:-50px;
}




















/*------------------------------
	CONTENT - SEPARATORS
------------------------------*/
.content {
	padding:20px 0 20px;
	background-color:rgba(37,52,63,0.6);
}

.content-separator {
	color: #FFFFFF;
}

.content-separator h2 {
	font-size:26px;
	color: #FFFFFF;
	text-align:center;
}

.content-separator p {
	margin:0;
}

#separator1 p {
	font-size: 18px;
}

#separator1 .btn {
	margin-left:20px;
	color: #FFFFFF;
}

.content-separator .input-group .btn {
	background-color:#444444;
}

.content-separator .input-group .btn:hover,
.content-separator .input-group .btn:focus,
.content-separator .input-group .btn.active {
	border-color:#333333;
	background-color:#333333;
}






















































/* ==========================================================================
	AJAX Loader
============================================================================= */

.ajax-loader {
	width: 32px;
	height: 32px;
	display: none;
	background-image: url(images/preload.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.ajax-loader.visible {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
/* ==========================================================================
	Form Styles
============================================================================= */

#contact-form-mail .input-group-addon{
	color:#FFFFFF;
	background-color:transparent;
}

#contact-form-mail > .form-group {
	margin-bottom: 10px;
}

.form-control{
  padding: 10px !important;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.form-control + .fa {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 7px 5px 0 1px;
  opacity: 0.9;
}

form {
	margin: 0;
}

.form-actions {
	border: 0;
	padding: 0;
	margin: 0;
}

.form-actions .btn:hover, .btn:hover {
	background:transparent;
}

form [class*="span"] {
	position: relative;
}

textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	box-shadow: none;
	outline: none;
}

textarea:focus, 
select:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
	border-color: #a0a0a0;
	box-shadow: none;
	outline: none;
}

select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}

textarea {
	resize: none;
	height: auto;
}

.input-block-level {
	min-height: 42px;
	margin:0 0 18px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px !important;
}

.lt-ie9 textarea, 
.lt-ie9 select, 
.lt-ie9 input[type="text"], 
.lt-ie9 input[type="password"], 
.lt-ie9 input[type="datetime"], 
.lt-ie9 input[type="datetime-local"], 
.lt-ie9 input[type="date"], 
.lt-ie9 input[type="month"], 
.lt-ie9 input[type="time"], 
.lt-ie9 input[type="week"], 
.lt-ie9 input[type="number"], 
.lt-ie9 input[type="email"], 
.lt-ie9 input[type="url"], 
.lt-ie9 input[type="search"], 
.lt-ie9 input[type="tel"], 
.lt-ie9 input[type="color"] {
    min-height: 38px;
}

input[type="text"].search-query {
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE2cHgiPjxwYXRoIGZpbGw9IiNjY2NjY2MiIGQ9Ik0xNC45MDUsMTMuMDkxbC0zLjc1Mi0zLjc1M2MwLjYxLTAuOTQ2LDAuOTcxLTIuMDY5LDAuOTcxLTMuMjc3QzEyLjEyNCwyLjcxOCw5LjQwMywwLDYuMDYyLDAgQzIuNzE4LDAsMCwyLjcxOCwwLDYuMDYxYzAsMy4zNDMsMi43MTgsNi4wNjIsNi4wNjIsNi4wNjJjMS4yMDcsMCwyLjMzLTAuMzU4LDMuMjc3LTAuOTY5bDMuNzUxLDMuNzUyIGMwLjEyNiwwLjEyNiwwLjMzMiwwLjEyNiwwLjQ1NSwwbDEuMzYxLTEuMzYxQzE1LjAzMSwxMy40MiwxNS4wMzEsMTMuMjE2LDE0LjkwNSwxMy4wOTF6IE0xLjkyNCw2LjA2MSBjMC0yLjI3OSwxLjg1Ni00LjEzNiw0LjEzNy00LjEzNmMyLjI4MiwwLDQuMTM3LDEuODU2LDQuMTM3LDQuMTM2YzAsMi4yODItMS44NTUsNC4xMzctNC4xMzcsNC4xMzcgQzMuNzgsMTAuMTk4LDEuOTI0LDguMzQyLDEuOTI0LDYuMDYxeiIvPjwvc3ZnPg==");
}

.input-group-addon { width: 38px; } 
.input-group { width: 100%; }

/* ==========================================================================
	Custom reCaptcha
============================================================================= */
.recaptcha-controls-list a:hover {
color:#2e506e !important;
}

.recaptcha-controls-list a {
color:#467292 !important;
}


.recaptcha-image > img{
	height:55px;
	width:100%;
    padding-left:-10px !important;
	margin-left:0 !important;
/*	border: 1px solid #FF0000; */
}

.recaptcha-container .recaptcha-controls {
	margin-bottom: 9px;
}

.recaptcha-container .recaptcha-input-holder {
	position: relative;
}

.recaptcha-container .recaptcha-controls .recaptcha-image {
	padding: 0;
	font-size: 14px;
}

.recaptcha-container .recaptcha-controls .recaptcha-image, 
.recaptcha-container .recaptcha-controls .recaptcha-controls-list {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.recaptcha-container .recaptcha-controls .recaptcha-image embed {
	position: absolute;
}

.recaptcha-container .recaptcha-controls .recaptcha-image br {
	display: none;
}

.recaptcha-container .recaptcha-controls .recaptcha-image span {
	display: block;
}

.recaptcha-container .recaptcha-controls .recaptcha-controls-list {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

.recaptcha-container .recaptcha-controls .recaptcha-controls-list li {
	margin-bottom: 2px;
	text-align: center;
}

.recaptcha-container .recaptcha-controls .recaptcha-controls-list li a {
	display: block;
	width: 27px; 
	height: 27px;
	border: 1px solid #e0e0e0;
}

.recaptcha-container .recaptcha-controls .recaptcha-controls-list li [class*="fa"] {
	line-height: 27px;
	color:#FFFFFF;
	font-size:18px;
}

/* ==========================================================================
	Form Error
============================================================================= */

label.error {
	position: absolute;
	font-size: 13px;
	line-height: 1;
	background-color: #e01515;
	padding: 6px 10px;
	color: #ffffff;
	right: 0;
	bottom: 100%;
	z-index: 399;
	border-radius: 0px;
}

label.error:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 100%;
	border: 5px solid transparent;
	border-top-color: #e01515;
}


/* ==========================================================================
	Alert
============================================================================= */
.alert {
	padding: 16px 35px 16px 16px;
	cursor: pointer;
}

.alert h1, 
.alert h2, 
.alert h3, 
.alert h4, 
.alert h5
.alert h6 {
	font-family: Arial, Helvetica, sans-serif;
}



/* Landscape phones and down */
@media only screen and (max-width: 768px) {

.input-block-level {
	margin:0 0 4px;
	}

.form-group {
  	margin-bottom: 2px;
	}

	.recaptcha-container {
		margin-top: 5px !important;
	}
#contact-form h4 {
	margin: 0px;
	color: #FFFFFF;
}
}


/* Landscape phones and down */
@media only screen and (max-width: 480px) {


	/* ==========================================================================
		Custom reCaptcha
	============================================================================= */

	.recaptcha-container .recaptcha-controls .recaptcha-image, 
	.recaptcha-container .recaptcha-controls .recaptcha-controls-list {
		display: block;
		width: auto !important;
	}

	.recaptcha-container .recaptcha-controls .recaptcha-controls-list {
		margin-top: 4px;
	}

	.recaptcha-container .recaptcha-controls .recaptcha-controls-list li {
		display: inline-block;
		margin: 0;
	}
}

/* Retina Devices */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) {
	
	.ajax-loader {
		background-size: 32px 32px;
		background-image: url(../images/preload%402x.gif);
	}
}











.img-center {margin:0 auto;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-bottom: none;}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-centered h3 {
/*	color: rgba(37,52,63,1);*/
	color:#FFFFFF;
	font-size:18px;
	line-height:24px;
	margin:0;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight:bold;
	
	background-color:rgba(37,52,63,0.6);
	padding:5px 10px;
	border-bottom: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-top: none;
}











/**
 * ========================================
 * COOKIE PRIVACY
 * ========================================
 */
 

.cookie_law {
	background-color:rgba(45,45,45,0.3);
	color: #FFFFFF;
} 
.cookie_law p, .cookie_law li {
	color: #FFFFFF;
} 
.cookie_law h2 {
	line-height: 32px;
	margin: 20px 0 0;
}
.cookie_law h3 {
	line-height: 32px;
	margin: 20px 0 0;
}
.cookie_law h5 {
  font-weight: normal;
  margin-top: 2%;

}
.cookie_law ul {
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 15px;
}  
.cookie_law ul li{
    list-style: square !important;
	list-style-position: inside !important;

}  
