
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
body {
/*    background: url("../images/bg.png") repeat scroll 0 0 transparent;*/
    /*min-width: 1200px;*/
    width: 100%;
    height: 100%;
    position: relative;
}

@font-face {
    font-family: 'AgaramondPro';
    src: url('../webfonts/AGaramondPro-Regular.otf');
}

@font-face {
    font-family: 'AgaramondProBold';
    src: url('../webfonts/AGaramondPro-Bold.otf');
}

@font-face {
    font-family: 'AgaramondProItalic';
    src: url('../webfonts/AGaramondPro-Italic.otf');
}

@font-face {
    font-family: 'Didot';
    src: url('../webfonts/Didot.ttc');
}

@font-face {
    font-family: 'Onyx';
    src: url('../webfonts/ufonts_onyx.ttf');
}

img {
    border: medium none;
}
a, p, span, label, h1, h2, h3, li, h4 {
    font-family: Open Sans, Arial;
    text-decoration: none;
}

h1 {
    font-family: Open Sans, Arial;
    font-size: 33px;
    font-weight: normal;
    line-height: 43px;
    color: #333333;
}

h2 {
    font-family: Open Sans, Arial;
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    color: #333333;
}

h3 {
    font-family: Open Sans, Arial;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
}

h4 {
    font-family: Open Sans, Arial;
    font-size: 23px;
    font-weight: normal;
    line-height: 33px;
    color: #333333;
}

h5 {
    font-family: Open Sans, Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

h6 {
    font-family: Open Sans, Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
}

p {
    font-family: Open Sans, Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #666666;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.pie {
    behavior:url(scripts/PIE.htc);
    position: relative;
}

.clear {
    clear:both;
    height:0;
    overflow:hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.cfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
    overflow:hidden;
}

.hide {
    display:none !important;
}

input,
select,
textarea {
    font-family:inherit; font-size:inherit;
}
.submit {
    cursor:pointer;
}

button.submit {
    background-color: transparent;
    padding: 0;
    border: none;
    overflow: visible;
}

button::-moz-focus-inner {
    padding: 0;
    border: none;
}

.button {
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-right: 6px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
}

.button-in {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

fieldset {
    border:none;
}

label {
    cursor:pointer;
}

a:hover {
    cursor:pointer;
    text-decoration:none;
}

a {
    color:inherit;
}

a img {
    border:none;
}

.upper {
    text-transform:uppercase;
}

.photo {
    height: 100%;
    width:100%;
    text-align: left;
   
}

.photo-inner {
    height: 100%;
    vertical-align: middle;
    
}

.object_text_dark p{
    color:#000;
     font-size: 20px;
    font-family: 'AgaramondProItalic';
}

.object_text_dark p a{
    color:#000;
    font-family: 'AgaramondProItalic';
}

.object_text_dark table a{
    color:#000;
    font-family: 'AgaramondProItalic';
}

.object_text_dark table, .object_text_dark td, .object_text_dark tr, .object_text_dark tbody  {
    width:100%;
    height:100%;
    vertical-align: middle;
}


.object_text_dark{
    padding: 40px 80px 20px;
    
}

.object_text_dark p{
    color: #000;
    text-align: center;
}

.object_text_dark p a{
    color: #000;
    text-align: center;
}


.bottom_menu{
  display: table-cell;
height: inherit;
position: relative;
text-align: left;
vertical-align: middle;
}

.bottom_menu ul{
    margin-left: 50px;
}

.bottom_menu ul li{
    list-style: none;
}

.bottom_menu ul li a{
    color: #fff;
    font-size: 60px;
    font-family: 'Onyx';
    text-transform: uppercase;
}

.bottom_menu ul li a:hover{
    color: #999;
   
}
.overlink{
 background: url('../images/blank.png') repeat center center transparent;
 width:100%;
 height:70%;
 display: block;
}

/*.overlink:hover{
 opacity:0.5;
}*/

#scrollToContinue {
    background: url("../images/allTogether.png") no-repeat 0 0;
    width: 252px;
    height: 91px;
    position: relative;
    top: calc(100% - 141px);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.scrollDown {
    background: url("../images/scrollV.png") no-repeat 0 0;
    width: 252px;
    height: 22px;
    position: relative;
    top: calc(100% - 50px);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

@media (max-width: 960px) {
        .object_text_dark{
    padding: 10px;
}
  .object_text_dark p{
     font-size: 20px;
  
}

    .page_object_holder iframe{
        height: 700px;
        display: block;
    }
    
    .bottom_menu ul li a {
        font-size: 36px;
    }
    
    .bottom_menu {
        bottom: 50px;
        left: 50px;
    }
    
    .bottom_menu ul li{
        line-height: 36px;
    }
}

@media (max-width: 768px) {
        .object_text_dark{
    padding: 5px;
}
      .object_text_dark p{
     font-size: 18px;
     line-height:18px;
  
}

    .page_object_holder iframe{
        height: 500px;
        display: block;
    }
    
    .bottom_menu ul li a {
        font-size: 30px;
    }
    
    .bottom_menu {
        bottom: 10px;
        left: 20px;
    }
    
    .bottom_menu ul li{
        line-height: 30px;
    }
}

@media (max-width: 480px) {
        .object_text_dark{
    padding: 4px;
}
      .object_text_dark p{
     font-size: 16px;
     line-height:15px;
       
}
    .page_object_holder iframe{
        height: 300px;
        display: block;
    }
    
   
}

@media (max-width: 320px) {
        .object_text_dark{
    padding: 3px;
}
      .object_text_dark p{
     font-size: 14px;
     line-height:12px;
  
}
    .page_object_holder iframe{
        height: 200px;
        display: block;
    }
    
   
    
}

@media (max-width: 250px) {
    .object_text_dark{
    padding: 2px;
}

      .object_text_dark p{
     font-size: 12px;
     line-height:10px;
  
}
    .page_object_holder iframe{
        height: 200px;
        display: block;
    }
    
   
}

.white_line{
    width: 20%;
    height: 80%;
    margin: 0 40%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url('../images/white_line.png') center center no-repeat;
}

.white_line:hover{
    background: url('../images/black_line.png') center center no-repeat;
}

.staticobjects .photo-inner {
    width: 100%;
    text-align: center;
}