/* CSS Document */

/**********************
        -	RESET	-
************************/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto+Condensed:wght@300;400;700&display=swap');

@font-face {
font-family: 'Didot';
font-style: normal;
font-weight: normal;
src: local('Didot'), url('Didot.woff') format('woff');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

* {

    margin: 0;
    padding: 0;

    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    overflow-x:hidden;
    padding: 0 !important;
    margin:0 !important;
}

body { 
font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
    overflow-y:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



img	 { text-decoration:none; border-width: 0; }

h1, h2, h3, h4, h5   {
	font-weight:300;
	font-family: 'Anton', sans-serif;
}

h1 {
    font-size: 34px;
    padding-bottom: 10px;
    text-align:left;
    font-weight: 400; }
	
h2 {
    font-size: 34px;
    padding-bottom: 10px;
    text-align:left;
	font-weight: 300; }	
	

h3 {
    font-size: 20px;
    padding:15px 15px 10px 15px;
    text-align:left;
	font-weight: 300; }

h4, h5 {
    font-size: 20px;
    padding:15px 15px 10px 15px;
    text-align:center; }

b {
    font-weight: 500;
    font-size: 15px;

    color: #c3522f; }

p {
    padding:10px 0 10px 0; font-size:16px; font-family: 'Roboto Condensed', sans-serif; line-height:1.8em; font-weight: 300; }	





/***********************
        -	BASICS 	-
***********************/


ol, ul 		{  list-style: none; }

ul, li		{ text-align:center;			}

a			{	text-decoration:none;}

.clear 		{	clear:both;}
.space10	{	width:100%;height:10px;}
.space15	{	width:100%;height:15px;}
.space20	{	width:100%;height:20px;}
.space30	{	width:100%;height:30px;}
.space40	{	width:100%;height:40px;}


header, nav, section, article, aside, footer { display:block;  }

.main-outer {
background-color: #004f83;
padding: 0px;
float: left;
width: 100%;
}

.main-inner {	
width:100%;	
background-color: #004f83;
position:relative;
}


.content-wrap { 
position: relative;
z-index: 9;
margin: 20px auto; 
max-width: 1170px;
 
}

.wrap {
	position: relative;
	z-index: 9;
    margin: 0 auto;
    max-width: 1170px;
    padding:10px 10px;
	clear:both;
}

.desk {
display:block;	
}

.mobile {
display:none;	
}

#header-wrap {
    padding: 5px 10px;
background-color: #fff;
 
}

header { 
width:100%; 
z-index: 999;
position: relative;   
}

#desk-header {
width:100%;
float:left;
clear:right;
height: 100px;
}

#mobile-header {
display:none;	
}

.nav-full {
width:70%;
float:left;
clear:right;
padding-left: 30%;
padding-top:20px
}


/* NAVIGATION */

#full-nav-wrap	{ width: 100%;
background-color: rgba(250,250,250,0.8);
z-index: 9999;
position: relative;
  }
								
				
.nav-wrap { 
margin: 0 auto; 
max-width: 1170px;
 }
 

nav 			{width:100%; float:left; clear:right;}

.main-navigation { margin:0;  }

.main-navigation li { list-style:none; float:left; color:#fff; font-size:17px; text-align:left;  }
.main-navigation li a:link, .main-navigation li a:visited {
display:block; 
text-decoration:none;  
margin:0; 
color:#fff; 
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px; 
padding: 20px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
font-family: 'Anton', sans-serif;
border-top:solid 3px transparent;	
 }


.main-navigation li a:hover {
color:#f8f8f8;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border-top:solid 3px #999;
}



.currentLink {  
color:#fff !important; 
border-top:solid 3px #fff !important;
}


.sicons {
padding: 20px 0 20px 20px !important;	
}

/*SUB MENU*/

.main-navigation li ul { position:absolute; visibility:hidden; margin:0; padding:0; z-index:9999; }
.main-navigation li ul li { display:inline; float:none; font-size:17px; }
.main-navigation li ul li a:link, .main-navigation li ul li a:visited { background-color:#fff; width: 250px; }
.main-navigation li ul li a:hover { background-color:#D6D1C9; }

.main-navigation li a.nav-last		{ border-right:1px solid #fff !important;			}

.sb-menu .mobile-nav-last	{ padding:1em 0.5em; color:#fff; 		}

.sb-menu ul li				{			}
.sb-menu li				    { font-size:17px;	}
.sb-menu a:hover			{		}




.back-button a				{ color:#555;			}


#contact-details {
width:20%;
float:right;
clear:right;
height: 100px;
background-color: #fff;
font-family: 'Anton', sans-serif;
text-align: center;
padding: 30px 20px;
}


#contact-details a {
color:#b51d1d;
text-transform:uppercase;
letter-spacing: 1px;
font-size: 16px; 
padding: 20px;	
}


#main-logo-desk {
width:20%;
position: absolute;
left:30px;
top:30px;
}

#main-logo-desk img {
width: 160px;
text-align:center;
}



.navbar {
width:10%;
float:left; 
clear:right;
padding:15px 10px;	
}


.sb-menu {
	padding: 150px 0 50px 0;
}

.sb-menu li {
    font-size: 18px;
    margin: 0;
    cursor: pointer;
	list-style: none;
}

.sb-slidebar li a {
font-size: 22px;
color: #fff;
font-weight: 300;
text-align: center;
display: block;
padding: 20px 0;
transition: 1s;
letter-spacing:1px;
	font-family: 'Anton', sans-serif;
}

.sb-slidebar li a:hover {
    color: #e7e7e7;
	background-color:#002e4d;
	transition:1s;
}


.topsection {
	margin:0 auto;
}




/*HOME BANNER*/

.home-banner {
padding:0 !important;
float:left !important;
}


.portfolio-slider {
	position:relative;
}


.sy-slides-wrap {
background: transparent; /* Old browsers */
max-height: 750px;

}

.sy-controls {
  display: none !important;
}
.sy-pager {
  margin: 1.5em 0;
   display: none !important;
}
.external-captions {
  background-color: #fff;
  padding: 1em;
}



.rightblock h2 {
	padding-left: .2em;
}

/*Sentence*/
.sentence{
     color: #fff;
     font-size: 6.5vw;
     text-align: left;
	line-height:1em;
}
	
/*Wrapper*/
.textswapwrapper{
    font-family: 'Raleway', sans-serif;
    margin: 100px auto;
    padding: 40px 40px;
    position: absolute;
    width: 70%;
	top:8%;
	left:14%;
	z-index:99;
}	
	
	
/*Push Effect*/
.pushEffect{
	display: inline;
	text-indent: 0px;
}
.pushEffect span{
	animation: push 12.5s linear infinite 0s;
	-ms-animation: push 12.5s linear infinite 0s;
	-webkit-animation: push 12.5s linear infinite 0s;
	color: #1f0505;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.pushEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.pushEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.pushEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.pushEffect span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Push Effect Animation*/
@-moz-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform:rotate(0deg) scale(2) skew(0deg) translate(0px);}
		10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}




/* SLIDER */
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 700px !important;
    overflow: hidden !important;
    float: left;
    clear: right;
	z-index:999;
	background-color:#b51d1d;
}

.slideborder {
	border:solid 12px rgba(250,250,250,0.1);
}



.slideh1 {
color:#fff;
font-size:6vw;
}

.slideh2 {
color:#f8f8f8;
font-size:6vw;
}





/* MAIN */


.full-width-container { 
width:100%; 
clear:both; 
height:auto; 
position: relative;
padding:30px 20px;
 }

.full-width-container p, h1, h2, h3, h4, h5, b	{padding:0.5em;  }

.full-width-container img  { width:100%;  }

.darkbk {
overflow: hidden;
background: url(../images/homepage-panel.jpg) 50% 0 no-repeat #121212;
background-size: auto;
background-size: cover;
/* background-attachment: fixed; */
background-color:#333;
}

.darkbk h1, .darkbk h2, .darkbk h3, .darkbk p, .darkbk a {
	color:#fff;
}


.flft {
float:left;	
}
.whitebk {
background-color:#fff;	
}


/* COLS */

.col-100		{ width:100%; clear:both; float:left; clear:right; 	}
.col-80			{ width:78%; margin:1%; float:left; clear:right;	}
.col-70			{ width:68%; margin:1%; float:left; clear:right;	}
.col-60			{ width:58%; margin:1%; float:left; clear:right;	}
.col-50			{ width:48%; margin:1%; float:left; clear:right;	}
.col-40			{ width:38%; margin:1%; float:left; clear:right;	}
.col-33			{ width:31%; margin:1%; float:left; clear:right;	}
.col-30			{ width:28%; margin:1%; float:left; clear:right;	}
.col-25			{ width:23%; margin:1%; float:left; clear:right;	}
.col-20			{ width:18%; margin:1%; float:left; clear:right;	}


/* REVIEWS */

.teamblock {
padding:10px;
background-color:#fff;
}

.teamblock h3 {
text-align:center;
color:#222;
}

.teamblock a {
color:#222;
}



.slogan {
	 width:70%; margin:0; float:left; clear:right;		
  background: linear-gradient(
    to right, 
    #f4f4f4 0%, 
    #f4f4f4 80%, 
    #b51d1d 50%, 
    #b51d1d 100% );
  height: 100%;
  width: 100%;
  text-align:center;
}


.slogan h2 {
text-align:center;	
}



.sectionpad {
	padding:25px 50px;
}

.sectionpad25 {
	padding:25px;
}

.sectionpad25 h1 {
	font-size:40px;
	color:#fff;
	line-height: 44px;
}

.sectionpad25 h2 {
	font-size:30px;
	line-height: 34px;
}

.sectionpad25 p {
	font-size:18px;
}

.emailus  {
	padding-left:15px;
}

.emailus p {
	padding:10px 10px 10px 0px;
}

.pagetitle {
margin:0; float:left; clear:right;		
  background: linear-gradient(
    to right, 
    #004f83 0%, 
    #004f83 30%, 
	#f4f4f4 30%, 
    #f4f4f4 80%,   
    #b51d1d 50%, 
    #b51d1d 100% );
  height: 100%;
  width: 100%;
  text-align:center;
}

.pagetitle h1 {
text-align:center;	
}


.splitblock {
 width:70%; margin:0; float:left; clear:right;		
  background: linear-gradient(
    to right, 
    #004f83 0%, 
    #004f83 30%, 
    #f4f4f4 30%, 
    #f4f4f4 100% );
  height: 100%;
  width: 100%;
  text-align:center;	
}

.splitblock h3 {
background-color:#e7e7e7;
	margin-bottom:20px;
}

.splitblock p {
text-align:left;	
}


.page-banner {
	
}

.textblock {
	border-bottom:solid 2px #ccc;
	float:left;
	clear:right;
	width:100%;
	padding:50px 0;
}

.textblock h4 {
text-align:left;
	font-size:18px;
}

.topmar {
margin-top:30px;	
}

.nomar { width:50%; margin:0; margin-bottom:-5px; }


.spacer100		{ height:100px; width:100%; float:left; clear:both;			}
.spacer90		{ height:90px; width:100%; float:left; clear:both;			}
.spacer80		{ height:80px; width:100%; float:left; clear:both;			}
.spacer60		{ height:60px; width:100%; float:left; clear:both;			}
.spacer50		{ height:50px; width:100%; float:left; clear:both;			}
.spacer40		{ height:40px; width:100%; float:left; clear:both;			}
.spacer30		{ height:30px; width:100%; float:left; clear:both;			}
.spacer20		{ height:20px; width:100%; float:left; clear:both;			}


.offtop {
	transform:translateY(-90px);
}

.offtop120 {
	transform:translateY(-120px);
}

.nomar: {
margin:0 auto;
}

.white-title {
color:#fff !important;	
}

.home-services h3 {
color:#fff !important;
text-align:center;	
}

.getint {
color:#fff !important;
text-align:center;
font-size:20px;		
}

.getint a {
color:#e7e7e7 !important;
text-align:center;
font-size:20px;		
}




/* IMAGE GRID */

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 1%;
    min-width: 320px;
    max-width: 100%;
    max-height: 360px;
    width: 48%;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



/*---------------*/
/***** EFFECT1 *****/
/*---------------*/

figure.effect1 figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: auto;
    background: #5dc7cb;
    color: #fff ;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect1 h2 {
    float: left;
}



figure.effect1 p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #222;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect1 h2,
figure.effect1 p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect1 p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



figure.effect1 h2 {
    display: inline-block;
}

figure.effect1:hover p.description {
    opacity: 1;
}

figure.effect1:hover figcaption,
figure.effect1:hover h2,
figure.effect1:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect1:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect1:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect1:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect1:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
	text-align: center;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




.btnside-full {
    background-color: #222;
    padding: 15px;
    width: 60%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    width: 30%;
}

/* BUTTON EFFECT */


/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/* LINES */

.line { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  margin:0 10%;}

.line-separator {
    border-top: 1px solid #ccc;
    box-shadow: 0px 2px 4px #FFF inset, 0px 1px 1px #FFF;
    margin: 0px 3em 0.5em;
}


.full-width-spacer		{ height:5em; width:100%; background-image:url(../images/pattern.png); background-repeat:repeat-x repeat-y; border-bottom:5px solid #fff;			}

.full-width-spacer-green	{ height:5em; width:100%; background-color:#96C; border-bottom:15px solid rgba(147, 187, 115, 0.4);			}


.side-img		{width:100%; margin-bottom:10px;		}

#map            { width:98%; margin:0 1%;  }


.center {
text-align:center;	
}

.reviewer {
padding-left:10px;	
border-left:solid 6px #004f83;	
}

.reviewblock {
	-webkit-box-shadow: 7px 10px 18px -7px rgba(188,188,188,1);
-moz-box-shadow: 7px 10px 18px -7px rgba(188,188,188,1);
box-shadow: 7px 10px 18px -7px rgba(188,188,188,1);
border-radius:25px;
margin-bottom:15px;
}


/* FOOTER */

#foot-logo {
width: 160px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 25%;
position:absolute;
}

#foot-logo img {
width:100%;
}

footer {
	width:100%;
    z-index:-1;
    line-height:25px;
	float:left;
    clear:both;
   padding:50px 0 80px 0;
   height:auto;
   background-color:#111;	
   color:#ffffff;
   font-family: 'Raleway', sans-serif;
   position:relative;
}

footer p, footer a {	
   color:#fff;
   font-family: 'Raleway', sans-serif;
   font-size:14px; 
}


.foot-left {
text-align:left;	
}
.foot-left h3 {
text-align:left;	
}

.foot-sitemap {
display:inline-block;	
}
.foot-sitemap li {
display:inline-block;	
}

.foot-sitemap li a {
font-size:14px;
padding:0 10px;	
}

.foot-follow {
display:inline-block;	
}

.foot-follow a {
float:right;	
}

.foot-follow li {
display:inline-block;
vertical-align: middle;
font-size: 15px;
padding: 0 2px;	
}

.foot-follow li p {
font-size:15px;
}



.foot-right {
text-align:right;
float:right;
}
.foot-right h3 {
text-align:right;	
}

.footline {
border-top:1px solid #828282;
padding-top:20px;
}

#bottom-bar {
width:100%;
background-color:#111;
float: left;
clear: both;
padding-bottom:50px;
	
}

#bottom-bar p {
color:#fff;	
font-size: 15px;
text-align:center;
border-top:1px solid #828282;
padding-top:20px;
font-family: 'Raleway', sans-serif;
}


#bottom-bar a {
color:#fff;	
}



.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}






/* Layout Extra */




/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label {
    float: left;
    margin-top: 5px;
    text-align: left;
    display: block;
    background: none;
    font-weight: bold;
	font-size: 18px;
}


label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}


input:focus, textarea:focus	{ background-color:#BFEBFF; }

input, textarea
{
  width: 100%;
  margin-bottom: 15px;
	font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
} 



input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}


textarea {
    height: 200px;
}

br		{ clear: left; 	}

.clear	{ clear:both; }


.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}


.button-primary {
    width: 50%;
    margin-top: 30px;
	font-size:16px;
}

button, .button {
    margin-bottom: 1rem;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
        border-top-color: rgb(187, 187, 187);
        border-right-color: rgb(187, 187, 187);
        border-bottom-color: rgb(187, 187, 187);
        border-left-color: rgb(187, 187, 187);
    cursor: pointer;
    box-sizing: border-box;
}



/* Success, error, alert */

.error, .alert, .notice, .success, .info {
    padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }

.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }

.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }

.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }

.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }

.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }



.nav-icon {
    display:none;
    margin-top:13px;
    width: 24px;
    cursor:pointer;
}
.navicon-line {
    background:#FFF;
    width: 24px;
    height: 1px;
border-radius: 1px;
margin-top: 6px;
}
.navicon-line:first-child {
    margin-top: 0;
}

