/* ------------------------------- 1. CSS Reset ------------------------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ul
{
  margin: 0;
  padding: 0 0 0 0em;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

li
{
  margin: 0;
  padding: 0 0 .75em 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  text-decoration: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* ---------- END CSS Reset ---------- */

body {background-color: rgba(151,151,151,1);  font-family: 'Open Sans', sans-serif; font-weight:400; color: rgba(255,255,255,1); letter-spacing:.025em;	-webkit-font-smoothing: antialiased;}
#container {width:95%;margin:0px auto 50px auto;padding:0 <!--2.5%--> 0 0 0}
h1 {font-size: 2vw;line-height:140%;font-weight:400;	-webkit-font-smoothing: antialiased;}
h2 {font-size: 1.8vw;line-height:150%;font-weight:400;	-webkit-font-smoothing: antialiased;}
h3 {font-size: 1.4vw;line-height:145%;font-weight:400;	-webkit-font-smoothing: antialiased;}
h4 {font-size: 2vw;font-family: 'Open Sans', sans-serif;  font-weight:400; line-height:140%; -webkit-font-smoothing: antialiased;}

a {color: rgba(255,255,255,1);border-bottom: 1px dotted #CCC;text-decoration:none; font-weight:400;line-height:150%;	-webkit-font-smoothing: antialiased;}
a:hover {color: rgba(255,255,255,1);border-bottom: 1px dotted #FFF; text-decoration:none; background-color: rgba(000,000,000,.07); font-weight:400;line-height:150%;	-webkit-font-smoothing: antialiased; }


/* sizes */



/* layout */
#main-wrap {
    /* overflow to handle inner floating block */
    overflow: hidden;
	 
}

#left {
    float: left;
    width: 82%;
}

#right {
     float: left;
   width: 82%;
	}  
	
	
	/* layout */
#second-wrap {
    /* overflow to handle inner floating block */
    overflow: hidden;
}

#left2 {
    float: left;
    width: 54%;
		padding: 0 1.5em 0 0;
}

#right2 {
    float: left;
    width: 59%;
	}  

#third-wrap {
    /* overflow to handle inner floating block */
    overflow: hidden;
}
#left3 {
    float: left;
    width: 28%;
		
}

#right3 {
    float: right;
    width: 28%;

	}  
video { 
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
hr {
  border-bottom: 1px solid #363636;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}






@media all and (max-width: 767px) and (min-width: 0px) {
	  
  	  body, html {
  	    font-size: 12px;
        line-height: 12px;
			-webkit-font-smoothing: antialiased;
  	  }
  	  
  	  h1  {
  	    font-size: 1.25em;
        line-height: 150%;
			-webkit-font-smoothing: antialiased;
  	  }
  	     h2 {
  	    font-size: 1.25em;
        line-height: 125%;
			-webkit-font-smoothing: antialiased;
  	  }
	   h3, h4, h5, h6 {
  	    font-size: 1em;
        line-height: 125%;
			-webkit-font-smoothing: antialiased;
  	  }
      footer {
  	    font-size: 1em;
        line-height: 125%;
      }
	  
	  #left {
    float: left;
    width: 90%;
}

#right {
     float: left;
   width: 90%;	}  
	  
  	  header, footer {
    	  width: 100%;
    	  background: transparent;
  	  }
  	  
  	  section#main {
  	    margin-left: 0%;
    	  width: 100%;
  	  }
	  
  	  section#main .border, footer .border {
    	  padding: 10px;
  	  }
  	  
  	  header img {
    	  padding: 10%;
		  margin:100px;
  	  }
#left2 {
    float: left;
    width: 90%;
}

#right2 {
    float: left;
    width:90%;
  	  
    }