/**
    Global CSS file by Gabor
    @date: 13/01/2014
**/

body {
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(243, 243, 243);
    margin: 0;
    padding: 0;
}

a {
    color: white;
}

#contener {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.italic {
    font-style: italic;
}

.hide {
    /*display: none;*/
}

/* Header Stuff */
#header {
    width: 100%;
    height:  186px;
    background-color: #629ea3;
    box-shadow: 0 8px 10px -2px rgb(194, 194, 194);
    color: #f3f3f3;
    position: relative;
}

#header a {
    color: #f3f3f3
}

.topContent {
    max-width: 961px;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    padding-top: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

.navigation {
    max-width: 961px;
    position: relative;
    top: 116px;
    border-top: 2px #303347 solid;
    margin: 0 auto;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-top: 5px;
}

.navigation a {
    text-decoration: none;
}

.navigation a:hover {
    text-decoration: underline
}

#logo {
    background-image: url('/images/nav-logo.png');
    background-repeat: no-repeat;
    width: 286px;
    height: 285px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.leftNavigation {
    display: inline;
    position: absolute;
    left: 95px;
}

.leftNavigation a {
    padding-right: 75px;
}

.rightNavigation {
    display: inline;
    position: absolute;
    right: 95px;
}

.rightNavigation a {
    padding-left: 75px;
}

.navActive {
    font-weight: normal;
    text-decoration: underline !important;
}

/* Content Stuff */
#content {
    max-width: 961px;
    height: auto;
    margin:  0 auto;
    font-size: 0px;
}

.box_01 {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    padding-top: 20px;
}

.box_02 {
    padding: 30px 50px;
    background-color: #303347;
    color: #f3f3f3;
    min-height: 380px
}

.box_02 h1 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 25px;
}

.box_02 p {
    font-size: 14px;
    margin-bottom: 38px;
}

.contentImage {
    background-image: url('/images/content-1-image.jpg');
    background-repeat: no-repeat;
    width: 314px;
    height: 257px;
    float: left;
    margin-left: -25px;
}

.button {
    font-size: 16px;
    /*letter-spacing: 2px;*/
    font-style: italic;
    font-weight: bolder;
    color: #303347;
    background-color: #7DE2EB;
    padding: 5px 58px;
    border: 5px #629ea3 solid;
    cursor: pointer;
}

.box_03 {
    padding: 30px;
    background-color: #629ea3;
    text-align: center;
    color: white;
    padding-bottom: 100px;
}

.box_03 h1 {
    color: #303347;
    font-size: 24px;
    padding-bottom: 25px;
}

.box_03 div img {
    padding: 20px;
}

.middlePic {
    position: relative;
    top: -49px;
}

.button2 {
    font-size: 16px;
    /*letter-spacing: 2px;*/
    font-style: italic;
    font-weight: bolder;
    background-color: #303347;
    padding: 10px 58px;
    border: 5px #515674 solid;
    cursor: pointer;
}

/* Footer Stuff */
#footer {
    width: 100%;
    height: 40px;
    background-color: #303347;
    color: #f3f3f3;
    font-size: 16px;
    font-style: italic;
    border-top: 18px #55898D solid;
}

.footerContener {
    max-width: 961px;
    margin: 0 auto;
    padding-top: 12px;
}

.leftCopy {
    display: inline;
    float: left;
}

.rightCopy {
    display: inline;
    float: right;
}

.rightCopy a {
    color: white;
}

/* Slider */
.banner { position: relative; overflow: auto; height: 300px !important; }
.banner li { list-style: none; }
.banner ul li { float: left; }

.banner li {
    position: relative;
    left: -40px;
    top: 15px;
}

.banner img {
    width: 100%;
}

.banner hr {
    position: relative;
    top: 10px;
    border: 1px #303347 solid;
}

.banner .dots {
    position: absolute;
    left: 46%;
}

.banner .dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    text-indent: -999em;
    border: 1px solid silver;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    background-color: #303347;
}

.banner .dots li.active {
    background: #629ea3;
    opacity: 1;
}

/* Template Page */
.topBox {
    background-image: url('/images/banner-image.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 345px;
}

.topBox p {
    margin: 0px;
    width: 64%;
    height: 188px;
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 35px;
    position: relative;
    top: 105px;
}

.leftBox {
    width: 40%;
    min-height: 700px;
    background-color: #629ea3;
    float: left;
    display: inline-block;
    text-align: center;
    color: white;
}

.leftBox h1 {
    font-size: 35px;
    text-decoration: underline;
}

.leftBox img {
    margin: 0 auto;
    display: table-cell;
    position: relative;
    top: 60px;
    width: 258px;
    height: 509px;
}

.rightBox {
    width: 100%;
    background-color: #303347;
    display: inline-block;
    font-size: 15px;
    color: white;
}

.rightContent {
    margin: 40px 80px 0 0;
}

.rightContent p {
    position: relative;
    left: 45px;
}

.rightContent ul {
    position: relative;
    left: 90px;
}

.rightBox a {
    color: white;
}

.serviceExtend {
    min-height: 859px;
}

.aboutExtend {
    min-height: 792px;
}

.navigation-mobile {
    display: none;
    position: absolute;
    bottom: 5px;
    font-size: 22px;
    left: 25px;
}

.navigation-mobile a {
    margin-right: 15px;
}

@media screen and (max-width: 640px) {  
    .alignRight {
        float: left !important;
        text-align: left;
        margin-top: 10px;
    }
    
    #logo {
        display: none !important;
    }
    
    #footer {
        margin-top: -15px;
    }
    
    .rightCopy {
        display: none !important;
    }
    
    .button {
        padding: 5px 35px !important;
    }
    
    .leftBox {
        display: none !important;
    }
    
    .topBox p {
        font-size: 22px !important;
        text-shadow: 2px 2px #C7C7C7;
    }
    
    .leftCopy {
        display: block !important;
        float: none !important;
        text-align: center;
    }
    
    .navigation {
        display: none;
    }
    
    .navigation-mobile {
        display: block !important;
    }
}