/*  MODIFIED GRID COLUMN SETUP COURTESY OF RESPONSIVEGRIDSYSTEM.COM  - Creative Commons Attribution 3.0 License - ================ */

/*  IMPORT FONTS */



@font-face {
    font-family: 'mentonesemibold';
    src: url('../webfonts/mentone-semibol-webfont.eot');
    src: url('../webfonts/mentone-semibol-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/mentone-semibol-webfont.woff') format('woff'),
        url('../webfonts/mentone-semibol-webfont.ttf') format('truetype'),
        url('../webfonts/mentone-semibol-webfont.svg#mentonesemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../webfonts/texgyreadventor-bold-webfont.eot');
    src: url('../webfonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/texgyreadventor-bold-webfont.woff') format('woff'),
        url('../webfonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
        url('../webfonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../webfonts/texgyreadventor-regular-webfont.eot');
    src: url('../webfonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/texgyreadventor-regular-webfont.woff') format('woff'),
        url('../webfonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
        url('../webfonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'texgyreadventoritalic';
    src: url('../webfonts/texgyreadventor-italic-webfont.eot');
    src: url('../webfonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/texgyreadventor-italic-webfont.woff') format('woff'),
        url('../webfonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
        url('../webfonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold_italic';
    src: url('../webfonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../webfonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
        url('../webfonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
        url('../webfonts/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BASIC PAGE SETUP */

body { 
    margin: 0 auto;
    padding: 0;
    font: 100%/1.4 texgyreadventorregular; 	
    color: #000; 
    text-align: left;
    background: transparent;
    height:100%;
	
}


/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
    margin-bottom : 1.5em; 
    font-size : 1em; /* 16 / 16 = 1 */ }

p {
    font-family: texgyreadventorregular, sans-serif;
    font-size : 1.2em; 
    color: #333;
    line-height: 1.7em;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    text-align:left;


}

p.boldblocksm {
    font-family: texgyreadventorbold, sans-serif;
    font-size: 2.3em; 
    color: #FF9900;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    text-align:center;	
-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;

}

@media only screen and (max-width: 800px) {

p {     text-align: center;
		margin-left: 45px;
 }
}




/* LINKS =============================================================================  */



a { 
    color: #FF9900;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: texgyreadventorbold, sans-serif;
	font-weight:600;
	font-size : 1.2em; 
	text-align:left;

}
a:hover { 
    color: #00A94F;

}
@media only screen and (max-width: 800px) {

a {   
		margin:0 auto;
 }
}
/* IMAGES ============================================================================= */

img {
border: 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

.logo {
	width: 60%;
	float: right;
	min-width:220px;
	margin-top:7px;

}

@media only screen and (max-width: 800px) {
	.logo {
	width: 50%;
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;

}

}


/*  MAIN LAYOUT	============================================================================= */



#maincontent{
    clear: both;
    width: 50%; /* 1000px / 1250px */
    width: 50%\9; /* ie 8 and below*/
	font-size: 0.8125em; /* 13 / 16 */
    margin: 180px auto;
    padding: 4em 1em;
    color: #333;
    line-height: 1.5em;
    position: relative;
	background: rgba(255,255,255,0.8);
}

@media only screen 
  and (min-device-width: 300px)
  and (max-width: 767px) {
	 		#maincontent{
			width: 75%;			
			margin: 30px auto;

		}
}

#socialcon {
	float:left;
	margin-left: 75px;

}
#emailcon {
	float: left;

}
#cont {
	margin: none;
	width: 200px;
}

@media only screen and (max-width: 1200px) {
#socialcon {
	float: none;
}

	}
@media only screen and (max-width: 1024px) {

#socialcon {
	float: none;
}	

}
@media only screen and (max-width: 1000px) {

#socialcon {
	float: none;
}

}

@media only screen and (max-width: 800px) {
#socialcon {
	float: none;
}	

#cont {
	margin: 0 auto;
	width: 250px;
}

#emailcon {
	float: left;
	margin-left: 55px;
	margin-right: 35px;

}
}
@media only screen and (max-width: 480px) {
	
	#emailcon {
	float: left;
	margin-left: 45px;
	margin-right: 25px;

}
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

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


.floatleft {
    float: left;
}

@media only screen and (max-width: 1024px) {
	.floatleft {
    float: right;
	margin:0 auto;
}
}

.floatright {
    float: right;
}




/* VENDOR-SPECIFIC ============================================================================= */

html { 

  background: url(../images/bg_Large.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-overflow-scrolling: touch; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
	height:100%;
	min-height:100%;
	}
	

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


/*Media Queries*/
