/* 
    Document   : main
    Created on : Oct 4, 2013, 6:08:13 PM
    Author     : giorg
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    background-color: #202020;
    font-family: 'Julius Sans One', sans-serif;
}

h1 {
    font-size: 40px;
    margin-top: 40px;
}

#title_container {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background-color: black;
}

#title {
    color: white;
    font-size: 45px;
}

#main_wrapper {
    text-align: center;
    width: 1025px;
    margin:0 auto;
}

.box {
    margin-top: 20px;
    clear: both;
    position: relative;
}

.top20 {
    margin-top: 20px;
}

.pic {
    width: 1024px;
    -webkit-box-shadow: 5px 4px 9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    5px 4px 9px rgba(0, 0, 0, 0.75);
    box-shadow:         5px 4px 9px rgba(0, 0, 0, 0.75);
    clear: both;
}


.little {

    height: 330px;

    width: 308px;
}

.second {
/*    border-left: 20px solid black;*/
    height: 330px !important;

    margin-left: 20px;
}

.little_box {
    background-color: #FFFFFF;

    color: #000000;

    font-size: 40px;

    height: 300px;

    padding-bottom: 10px;

    padding-top: 10px;
}

#contacts {
    font-size: 35px;
}

#contacts a {
    text-decoration: underline;
    color: black;
}

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

#content, #second_content {
    background-color: #000000;
    height: 330px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px;
}

#container {
    position : relative;
    width: 1630px;

}

.container {
    /*border: 20px solid black;*/
}

#container > img {
    position : absolute;
    top      : 0;
    left     : 0;
}

.davanti, .dietro {
    position: absolute;
    z-index: 999;
    background-color: #202020;
    transition: all 4s ease 0s;
    -webkit-transition: width 4s;
    height: 380px;
    top: 0;
}

.davanti {
    background-color: #202020;
    width: 0px;
    left: 355px;
}

.dietro {
    right:0px;
}

.inline {
    float: left;
    height: 310px;
    width: 315px;
}

#footer {
    margin-top: 40px;
    color: white;
}

.noshadow {
    box-shadow: none;
}

#wrp {
    display: block;
    margin-top: 20px;
}



#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 1024px;
  height: 300px;
  padding: 10px;
  background-color: transparent;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

.popupclose {
    text-align: right;
}

.popupclose:hover {
   cursor: pointer;
   cursor: hand;
}



@media only screen and (max-width: 640px) {
    .pic {
        width: 600px;
    }
}
/*
@media only screen and (min-width: 1440px){
    .pic {
        width: 800px;
    }
}*/