@font-face
{
    font-family:OpenSans-CondBold;
    src:url(font/OpenSans-CondBold.ttf);
}

@font-face
{
    font-family:oswald;
    src:url(font/oswald.ttf);
}

body {
    /*                overflow: hidden;*/
    height: 100%;
    margin: 0;
    padding: 0;
}


img {
    width:100%;
    height: 100%;
}
.intro-wrapper {
    width: 100%;
    height: auto;
    visibility: visible;
    overflow: visible;

}


#container {
    height: auto;
    width: auto;
    position: relative;
}
#text {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    /*    left: 380px;*/
    position: absolute;
    top: 20%;
    z-index: 100;
    width:100%;
}
.company-logo {
    float: left;
    height: 200px;
    margin-right: 27px;
    margin-top: -59px;
    width: 200px;
}
.sub-title
{
    font-size: 22px;
    margin-left: 634px;
}

.main-wrapper-inner
{
    margin: auto;
    width: 960px;
    
}

.main-wrapper-inner:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.logo-wrapper{
    float:left;
    height: 200px;
    width: 200px;
    margin-left: 100px;
    /*background: #00aa00;*/
}
.tittle-wrapper
{
    float:left;
    height: auto;   
   
}
.tittle-wrapper:after{
    content: " ";
    display: table;
}
.welcome
{
    font-size: 35px;
    margin-left: 35px;
    font-family: OpenSans-CondBold;
}
.company-name
{    
    font-size: 87px;
    margin-left: 40px;
    font-family: oswald;
}
.caption{
    font-size:25px;
    margin-left: 320px;
    font-family: oswald;
}
.enter-button
{
    margin-left: 350px;
    margin-top: 17px;
    
}
a.home_text3 {
    background-color: #FFFFFF;
    color: #222222;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: oswald;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
    letter-spacing: 1px
}
a.home_text3:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out 0s;
  background: rgb(213,206,166);
background: -moz-linear-gradient(top,  rgba(213,206,166,1) 0%, rgba(201,193,144,1) 40%, rgba(183,173,112,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,206,166,1)), color-stop(40%,rgba(201,193,144,1)), color-stop(100%,rgba(183,173,112,1)));
background: -webkit-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%);
background: -o-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%);
background: -ms-linear-gradient(top,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%);
background: linear-gradient(to bottom,  rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 );

}
