/*-----------------------------------------------------------

	Theme Name: Adapt
	Theme URI: http://www.wpexplorer.com/adapt-free-responsive-wordpress-theme
	Description: Free responsive portfolio/blog theme
	Author: WPExplorer
	Author URI: http://themeforest.net/user/WPExplorer?ref=wpexplorer
	Version: 1.5
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*@font-face {
    font-family: 'sou';
    src: url("/fonts/souvenir-light-webfont.eot");
    src: url("/fonts/souvenir-light-webfont.eot?#iefix") format("embedded-opentype"),
         url("/fonts/souvenir-light-webfont.woff") format("woff"),
         url("/fonts/souvenir-light-webfont.ttf") format("truetype"),
         url("/fonts/souvenir-light-webfont.svg#itc_souvenir_lightregular") format("svg");
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'hel-light2';
    src: url('/fonts2/helveticaneue-webfont.eot');
    src: url('/fonts2/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts2/helveticaneue-webfont.woff') format('woff'),
         url('/fonts2/helveticaneue-webfont.ttf') format('truetype'),
         url('/fonts2/helveticaneue-webfont.svg#helvetica_neue_lt_std73BdExOb') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hel-light';
    src: url('/fonts2/helveticaneue_lt-webfont.eot');
    src: url('/fonts2/helveticaneue_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts2/helveticaneue_lt-webfont.woff') format('woff'),
         url('/fonts2/helveticaneue_lt-webfont.ttf') format('truetype'),
         url('/fonts2/helveticaneue_lt-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hel-reg';
    src: url('/fonts2/helveticaneue-webfont-webfont.eot');
    src: url('/fonts2/helveticaneue-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts2/helveticaneue-webfont-webfont.woff') format('woff'),
         url('/fonts2/helveticaneue-webfont-webfont.ttf') format('truetype'),
         url('/fonts2/helveticaneue-webfont-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'icomoon';
  src:url('icomoon.eot');
  src:url('icomoon.eot?#iefix') format('embedded-opentype'),
        url('icomoon.woff') format('woff'),
        url('icomoon.ttf') format('truetype'),
        url('icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
  font-size: 30px;
  margin-right: 2px;
  vertical-align: bottom;
}
.icon-envelope-o {
  color: #294256;
  margin-right:5px;
}
.wicon {
  line-height: 30px;
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-facebook:before {
  content: "\e600";
}
.icon-googleplus:before {
  content: "\e602";
}

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {margin-top: 0 !important;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
      box-sizing: border-box;
	line-height: 1;
}
p:empty { display:none;}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure img {
	max-width: 100%;
}

.textalign-center {
	text-align: center;
}


/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*jetback wpstats smiley hide*/
#wpstats{
	display: none;
}

.noborder {
	border: 0;
	box-shadow: 0px 0px 0px #000;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
  background-color: #A9C2D6;
  background-image: url("../images/backer2.jpg");
  background-position: center -32px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000000;
  font-family: 'Helvetica Neue', 'hel-reg', helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8em;
}
a {
  color: #193246;
  font-family: 'Helvetica Neue', 'hel-reg', helvetica, sans-serif;
  text-decoration: underline;
}

a {
transition:all 0.5s ease-in-out 0s;
-moz-transition:all 0.5s ease-in-out 0s;
-webkit-transition:all 0.5s ease-in-out 0s;
-o-transition:all 0.5s ease-in-out 0s;
opacity:1;
}

a:hover {
transition:all 0.5s ease-in-out 0s;
-moz-transition:all 0.5s ease-in-out 0s;
-webkit-transition:all 0.5s ease-in-out 0s;
-o-transition:all 0.5s ease-in-out 0s;
opacity:0.7;
}
p {
  color: #000000;
  margin: 0 0 1em;
  text-align: justify;
}
strong { font-weight: 700 }
em { font-style: italic }
.clear { clear: both }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#wrap {
  background-color: #fff;
  background-image: url("../images/arch.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /*box-shadow: 0 2px 1px #404040;*/
  margin: -1px auto;
  padding: 35px 30px 0;
  max-width: 1010px;
}
#main {
  margin: 0px 0 25px;
}

#wrap p, #wrap a {
  line-height: 1.6;
  font-weight: 300;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    color: #000;
    line-height: 1.5em;
	font-weight: normal;
	word-spacing: 2px;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 24px }
h3 {
  color: #294256;
  font-size: 17px;
  text-shadow: 0 0 0 #000000;
}
.post h4 {
  color: #294256;
  font-family: 'hel-light' !important;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 12px;
}
h2, h3 {
  font-family:  'itc_souvenir_lightregular';
  margin-bottom: 10px;
  margin-top: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a { color: #000; }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #999; text-decoration: none; }

#footer-top .footer-widget {
  margin-bottom: 0px;
}

ul, ol {
    margin-left: 30px;
    margin-bottom: 10px;
    list-style: inherit;
    font-weight: 300;
}

.footer-widget h2 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 20px;
}

/*aligns*/
.alignnone{ display:block;  margin: 10px 0;}
.aligncenter{ display:block;  margin: 10px auto;}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}



/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/

#masterhead {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 71% auto;
  padding: 10px 0 0;
  position: relative;
}
.arch {
    background-image: url(../images/arch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
    position: absolute;
    top: 172px;
    width: 100%;
    display: none;
}
.headcon {
  margin: 0 auto;
  padding: 0;
  max-width: 1070px;
}
#logo {
  float: left;
  margin-left: -10px;
  max-width: 30%;
}
#logo a{
	font-size: 32px;
    font-weight: 700;
    color: #000;
	padding: 0px;
	margin: 0px;
    text-decoration: none;
}
#logo a:hover {}

.infos {
  float: right;
  margin-top: 18px;
  text-align: right;
}

.phoner {
    color: #193246;
    float: right;
    font-family: 'itc_souvenir_lightregular';
    font-size: 30px;
    margin-top: 10px;
}

.phoner, .email {
    text-decoration: none;
}

.email {
    font-family: 'itc_souvenir_lightregular';
    font-size: 20px;
}

p.emails {
    margin-bottom: 3px;
}

/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/

.home-wrap{ }

#home-tagline{
	color: #000;
	text-align: center;
	font-size: 21px;
	line-height: 1.4em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 5px solid #444;
}

#home-highlights{
	margin-top: 45px;
	margin-bottom: 25px;
	margin-right: -20px;
}

#logo a img {
  border: 0 none;
  box-shadow: none;
}

img {
border: 1px solid #650000;
box-shadow: 0 0 1px #535353;
max-width: 100%;
height: auto;
}

.credit {
    margin: 0px 15px 10px 0;
    text-align: right;
}
.credit .author {
    color: #b4141c;
    font-style: italic;
}
.author {
    clear: both;
    color: #fff;
    font-family: 'itc_souvenir_lightregular';
    font-size: 17px;
    width: auto;
}


/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/
#footer {
  background-color: #435C70;
  color: #FFFFFF;
  padding: 2%;
  box-sizing: border-box;
  max-width: 1070px;
	margin: 0 auto;
}

#footer h2 {
	margin-top: 0;
}

#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
}

#footer  ul{
	margin-left: 0px !important;
}

/*footer widgets*/
#footer-widget-wrap{ }
#footer-one,
#footer-two,
#footer-three,
#footer-four{
	float: left;
    width: 24%;
    padding-right: 2%;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    /* background: #fff; */
    color: #242424;
}

.top-footer {
   /*  background: #fff; */
}

.top-footer img{
	background:#fff;
	padding:5px;
	border-radius: 5px;
}

#footer-four{
	padding: 0;
}


.footer-widget{
	color: #fff;
	margin: 25px 0;
}
.footer-widget h4{
	font-size: 13px;
	padding: 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #444;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-widget ul li {
  clear: both;
  font-size: 14px;
}

/*footer bottom*/
#footer-bottom {
  padding: 10px 20px;
}
#copyright {
	float: left;
	width: 70%;
      font-size: 12px;
	color:#fff;
}
#back-to-top{
	width: 20%;
	float: right;
	font-size: 10px;
	text-align: right;
}

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; margin-right:4%; float:left;
}
.last {margin-right: 0;}


.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}


/*Other buttons*/
.button {
	font-family: 'itc_souvenir_lightregular', 'Helvetica Nue', Arial, Helvetica, sans-serif;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
    background: #b4141c;
    color: #fff;
    padding: 6px 20px;
    font-size: 22px;
    text-decoration: none;
}
.button:hover,
.button.hover { opacity: 0.8; color: #fff; }
.button:active,
.button.active { top: 1px }
.button.black {
	background-color: #333333;
}
.soci3232 a img, .social a img {
    box-shadow: none;
    border-radius: 50%;
}
.soci3232 img, .social a img {
    width: 28px;
}
.soci3232 img {
    margin-left: 10px;
    width: 33px;
}


#footer p {
  color: #FFFFFF;
}

/* New h6 below for customized headers */

h6 {
  color: #AA161B !important;
  font-family:  'itc_souvenir_lightregular' !important;
  font-size: 29px !important;
  font-weight: normal !important;
  line-height: 1em !important;
  margin: 10px 0;
}

 @media only screen and (min-width: 768px) and (max-width: 1070px) {
     #wrap {
         box-sizing: border-box;
         padding-top: 5%;
     }
     h1,
     .home h6 {
         text-align: center;
     }
     
     .headcon {
         margin: 0 auto;
         padding: 0;
         max-width: 1010px;
     }
     #wrap {
         background-position: center top -14px;
     }
     
     .addy11 > span {
         font-family: sou;
         font-size: 14px;
     }
     #logo {
         float: left;
         margin-left: -10px;
         max-width: 43%;
     }
     #masterhead {
     	padding: 2%;
     }
 }
 
 @media only screen and (max-width: 800px) {
 	.slipper.map {
 		float: none;
    	height: auto;
    	border: 0;
 	}
 }
 /*  #Mobile (Portrait)
================================================== */
 /* Note: Design for a width of 290px */
 
 @media only screen and (max-width: 767px) {
     #logo {
         max-width: 52%;
         height: auto;
         overflow: hidden;
     }
     .phoner {
         color: black;
         float: left;
         font-family: sou;
         font-size: 23px;
         margin-top: -15px;
         margin-bottom: 10px;
         text-align: center;
         width: 223px;
     }
     .phoner:before {
         display: none;
         width: 0;
     }
     .emails {
         display: none;
     }
     .soci3232 {
         float: left;
         margin-left: 53px;
     }
     .infos {
         float: left;
         margin-top: 6px;
         text-align: center;
         width: 250px;
     }
     .phoner:before {
         background-image: none;
     }
     #masterhead {
         background-image: none;
     }
     #wrap {
         background-image: none;
         border-top: 2px solid #000;
         box-sizing: border-box;
         width: 100%;
         padding: 10px 20px 0;
     }
     #main {
         margin-top: 10px;
     }
     h1,
     .home h6 {
         text-align: center;
     }
     .phoner {
         width: auto;
     }
     .hp-highlight,
     .portfolio-item,
     .home-entry,
     #footer-one,
     #footer-two,
     #footer-three,
     #footer-four {
         width: 230px;
         margin-right: auto;
         margin-left: auto;
     }
     p.addy11 {
         margin-bottom: 0;
         text-align: center;
     }
     .footer-widget {
         color: #FFFFFF;
         margin: 25px 0 0;
         width: 100%;
     }
     .footer-widget a {
         float: right;
     }
     #footer-one,
     #footer-two {
         width: 50%;
     }
     #copyright,
     #back-to-top {
         float: none;
         width: 100%;
         text-align: center;
     }
     .one-half,
     .one-third,
     .two-third,
     .one-fourth,
     .three-fourth,
     .one-fifth,
     .one-sixth {
         width: 100%;
         float: none;
     }
     .slipper > iframe {
         height: 300px;
         width: 230px;
     }
     .headcon {
         margin: 0 auto;
         padding: 0 20px;
         width: 100%;
     }
     #footer blockquote {
         font-family: sou, serif;
         font-size: 15px;
         line-height: 21px;
         margin: 10px 0 0;
         max-height: 100%;
         overflow: visible;
         padding-left: 5px;
         padding-right: 1px;
     }
     p.addy11 {
         margin-bottom: 0;
         margin-top: 0 !important;
         text-align: center;
     }
 }
 /* #Mobile (Landscape)
================================================== */
 /* Note: Design for a width of 420px */
 
 @media (max-width: 767px) {
     #wrap {
         background-position: center top -10px;
         box-sizing: border-box;
         width: 100%;
     }

     #footer-one,
     #footer-three {
        width: 48%;
    	margin-right: 2%;
    	box-sizing: border-box;
     }
     #footer-two,
     #footer-four {
        width: 48%;
    	margin-right: 2%;
    	box-sizing: border-box;
     }
     #footer-one ul li a,
     #footer-three ul li a {
         float: left;
     }
     .headcon {
         margin: 0 auto;
         padding: 0;
         width: 100%;
     }
     #logo {
         float: none;
         margin: 0 auto;
         max-width: 68%;
     }
	.soci3232 {
		float: none;
		margin: 25px 0 15px;
	}
	
	.soci3232 img {
    	width: 55px;
	}
	.soci3232 a:first-child img {margin-left: 0px;}
    	
	.infos {
		float: none;
		margin: 0 auto;
		max-width: 78%;
		text-align: center;
	}
	#footer a {
		float: none;
	}
	.phoner {
		color: #b5121b;
		float: left;
		font-family: sou;
		font-size: 23px;
		margin-top: -4px;
		text-align: left;
	}
	.infos > p {
		margin: 0 auto;
		padding-right: 22px;
		text-align: right;
		width: 76%;
	}
	#footer p {
		text-align: center;
	}
	#footer p.addy11 {
		text-align: center;
	}
	#footer-two {
		text-align: center;
	}
	#footer-bottom {
    	text-align: center;
	}
 }
 
 
@media (max-width: 450px) {
     #footer-one,
     #footer-three, 
     #footer-two,
     #footer-four {
        width: 94%;
    	margin-right: 2%;
    	box-sizing: border-box;
     }
}