html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

h1,h2,h3,h4,h5,h6{font-weight: normal; text-align: center;}
h1 {font-size: 60px; line-height: normal;}
h2 {font-size: 55px; line-height: normal;}
h3 {font-size: 50px; line-height: normal;}
h4 {font-size: 45px; line-height: normal;}
h5 {font-size: 35px; line-height: normal;}
h6 {font-size: 25px; line-height: normal;}



a{
	color: #373737;
	text-decoration: none;
	}

strong, b{
	font-weight: bolder;
	}

em, i{
	font-style: italic;
	}

p{
	padding: 10px 0;
	}

ul, ol {}

.image-left{
    float: left;
    padding: 18px;
	}

.image-right{
    float: right;
    padding: 18px;
	}

blockquote{
	font-family: georgia, sarif;
	font-style: italic;
	}

code{
    margin: 18px 0;
    padding: 13px 18px;
    display: block;
    font: 12px 'Courier New', Courier, monospace;
    background: rgba(0,0,0,0.3);
    padding: 10px;
	}

/* LIST ELEMENTS */

ul.disc { list-style-type: disc; padding-left: 20px;}
ul.circle{ list-style-type: circle; padding-left: 20px;}
ul.square{ list-style-type: square; padding-left: 20px;}
ol.arabic-numbers{ list-style-type: decimal; padding-left: 20px;}
ol.upper-alpha{ list-style-type: upper-alpha; padding-left: 20px;}
ol.lower-alpha{ list-style-type: lower-alpha; padding-left: 20px;}
ol.upper-roman{ list-style-type: upper-roman; padding-left: 20px;}
ol.lower-roman{ list-style-type: lower-roman; padding-left: 20px;}


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

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

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

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


html {
	/*height: 100%;*/
	}

body{
	-webkit-font-smoothing: antialiased;
	}

#wrapper {
	position: relative;
	}

header{
	position: relative;
	overflow: hidden;
	margin-bottom: -5px;
	}

#topwrapper {
	/*background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 15%;*/
	
	/*position: absolute;
	width: 100%;
	border: 2px solid green;
	z-index: 1000;*/

	z-index: 1000;
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	}

.ie8 #topwrapper, .ie8 #extraContainer3  {
	background-attachment: scroll;
	}

#logonav {
	border-bottom: 1px solid;
	
	position: relative;
	
	
	z-index: 1000;
	margin-left: 2%;
	margin-right: 2%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	/*height: 50px;*/
	
	}

	
#logo {
	position: relative;
	display: inline-block;
	display: block;
	text-align: center;

	
	}

#logo img{
	/*width: 100%;
	height: auto;*/
	padding-bottom: 20px;
	}

#return {
	position: relative;
	text-align: center;
	}

#return a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	background: none;
	}

#navwrap {
	/*position: relative;
	float: right;
	display: inline-block;
	padding-top: 20px;
	border: 1px solid orange;*/
	
	position: relative;
	
	/*display: inline-block;
	float: right;*/
	text-align: center;

	
	}

#extraContainer1 {
	/*border-bottom: 1px solid #f3f3f3;
	z-index: 100;
	margin-left: 2%;
	margin-right: 2%;
	position: fixed;*/
	
	margin-right: 40px;
	}

#nav {
	/*position: absolute;
	right: 0;
	top: 45px;*/
	position: relative;
	display: inline-block;
		

		
	/*padding-top: 20px;*/
	/*height: 50px;
	line-height: 50px;*/
	}

#extraContainer ul li:first-child {
	margin-left: 0;
	margin-right: 0;
	}

#extraContainer1 ul {
    position: relative;
   	z-index: 100;
   	
    }

#extraContainer1 ul li {
	display: inline-block;
	position: relative;
	}

#extraContainer1 ul li a {
	
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	background: none;
	}	

#titlelogowrap {
	position: absolute;
	width: 100%;
	top: 35%;
	}

#titlelogo{
	position: relative;
	z-index: 1000;
	}

#titlelogo h1 {
	text-align: center;
	position: relative;
	line-height: normal;
	line-height: 85px;
	padding-bottom: 50px;

	}

#titlelogo h2 {
	line-height: 38px;
	letter-spacing: 1px;
	}

#feature{
	position: relative;
	background:  url('./images/sample.jpg') no-repeat left top;
	}

#feature.bghide{
	background-image: none;	
	}

#featureImg{
	width:100%;
	height: auto;
	}

.fImg{
	display: none;
	}

.clear{
	clear: both;
	}

#container {
	position: relative;
	}

#container a {
	
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}

section{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	}

section #padding {
	padding-top: 100px;
	padding-bottom: 100px;
	line-height: 40px;
	padding-left: 10%;
	padding-right: 10%;
	}

#extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7 
	{
	padding-left: 10%;
	padding-right: 10%;
	}

.ie8 section #padding, .ie8 #extraContainer2, .ie8 #extraContainer3, .ie8 #extraContainer4, .ie8 #extraContainer5, .ie8 #extraContainer6, .ie8 #extraContainer7 {
	background-image: none!important;
	}

#extraContainer2 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	}
	
#extraContainer3 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	}

#extraContainer4 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	}

#extraContainer5 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	}

#extraContainer6 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	}

#extraContainer7 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	}

.scrollup{
    width:40px;
    height:70px;
    position:fixed;
    bottom:50px;
    right:25px;
    display: none;
    text-indent:-9999px;
    background: url('./images/up1.png') no-repeat;
	}

footer {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 30px;
	padding-bottom: 30px;
	}

#socialicons{
	position: relative;
	display: inline-block;
	float: right;
	}	

a.social{
	font-family: 'SocialicoRegular';
	font-size: 30px;
	padding: 0 15px 0 15px;
	padding-bottom: 25px;
	display: inline-block;
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}

#footer {
	font-size: 16px;
	display: inline-block;
	}

#navtop {
	display: none;
	}
		
#menuBtn {
	position: relative;
	width: 100%;
	display: none;
	cursor: pointer;
	}

 #menuBtn:before{
	content: "MENU";
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 1px;
	}

#menuBtn.show:before{
	content: "CLOSE";
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 1px;
	}


/*Media Queries*/

@media only screen and (min-width: 1200px) {
	
#titlelogo h1 {
	font-size: 150px;	
	line-height: 100px;
	}

}

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

#extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7 {
	background-attachment: scroll;
	}

body{
	-webkit-text-size-adjust: none;
	}

}	

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

#navwrap {
	display: none;
	}

#logonav #extraContainer9 {
	display: none;
	}

.show {
	display: block!important;
	}

#menuBtn {
	display: block;
	z-index: 1000;
	text-align: center;
	}

#navtop {
	padding-top: 20px;
	padding-bottom: 20px;
	}

#navtop ul li {
	display: block;
	}

#extraContainer1 {
	text-align: center;
	/*padding-bottom: 20px;*/
	margin-right: 0;
	}

#navtop ul li {
	padding-bottom: 5px;
	}

#navtop ul li:last-child {
	padding-bottom: 20px;
	}

footer, #footer {
	display: block;
	}

footer {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	}
	
#socialicons {
	float: none;
	padding-top: 20px;
	}
	
a.social {
	padding-bottom: 0;
	}
	
a.social:first-child {
	margin-left: 0;
	}
	
}


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

html, body, #wrapper {
	height: auto;
	}

#titlelogowrap {
	padding-bottom: 100px;
	}

#titlelogo {
	margin-top: 0;
	}

#titlelogo h1 {
	font-size: 100px!important;
	line-height: 42px;
	}

section #padding {
	padding-left: 10%;
	padding-right: 10%;
	}
	
#extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7  
	
	{
	background-attachment: scroll;
	}

body{
	-webkit-text-size-adjust: none;
	}

}	


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

.scrollup {opacity: 0;}

	}

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

#titlelogo h1 {
	font-size: 90px!important;
	}

	}

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



body{
	-webkit-text-size-adjust: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 30px!important;
	}

#logo img {
	padding-bottom: 0;
	}

#titlelogowrap {
	top: 32%!important;
	}

#navtop, #logonav {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#titlelogo h1 {
	font-size: 44px!important;
	padding-bottom: 15px;
	line-height: 42px;
	}

#titlelogo h2 {
	font-size: 16px!important;
	line-height: 20px;
	} 

.flex-control-nav {
	bottom: 10px!important;
	}

section	{
	font-size: 14px!important;
	}

section #padding, #extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7, footer {
	padding-left: 30px!important;
	padding-right: 30px!important;
	}

#titlelogowrap {
	top: 75px;
	padding-bottom: 50px;
	}

#titlelogo {
	margin-top: 0;
	}

#extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5, #extraContainer6, #extraContainer7  {
	background-attachment: scroll;
	}
	
}


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

#titlelogo h1 {
	font-size: 36px!important;
	padding-bottom: 5px;
	}

}