﻿/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*** Structures and Defaults
****************************************************************/

body {
    font-family: Arial, sans-serif;
    background: #e4e4e5 url('images/body-bg.png') repeat-x top left;
    font-size: 14px;
    color: #5d7975;
    -webkit-text-size-adjust: 100%;
    
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.wrapper-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.text-center{
    text-align:center !important;
}
#container {
    /*background: url('images/container-bg.png') no-repeat top center;*/
    min-width: 1150px;
}
.title {
    color: #223D72;
    text-align:center;
    font-weight:bold;
    font-size:45px;
}
.content {
    color: #55726C;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
}
#main-content {
    min-height: 600px;
    padding: 20px 0 0;
    clear: both;
}

#main-header {
    padding-top: 20px;
}

#logo {
    text-align: center;
    margin: 10px 0 2px;
}

#logo-tagline {
    font-style: italic;
    color: #545e60;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}

#social-icons {
    float: right;
    padding: 85px 0 0;
}

#social-icons > ul > li {
    display: inline;
}

#social-icons > ul > li a {
    color: #fff;
    padding: 3px 9px;
    margin-left: 10px;
    display: inline-block;
}

#social-icons > ul > li a:hover {
    background: #5b7872 !important;
    color: #fff !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#social-icons > div {
    margin: 20px 0 0;
    text-align: right;
}

#social-icons > div img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#social-icons > div a{
    margin-right: 5px;
}

#social-icons > div a:hover {
    opacity: .8;
}

#arrow {
    width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff; 
    margin-left: 115px;
    position: relative;
    z-index: 1000;
}

#maintenance-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 0 0 65px #111;
    -webkit-box-shadow: 0 0 65px #111;
    box-shadow: 0 0 65px #111;
    min-height: 400px;
}

#trademark-text {
    font-weight: normal;
    text-align: center;
    margin: 12px 0 35px 0;
    font-size: 19px;
}

#thank-you-text{
    font-size: 28px;
    font-weight: bold; 
    color: #e17025;
}

#info-text {
    font-size: 21px;
    margin: 4px 0 0 4px;
}

#info-details-text {
    margin: 20px 0 0 4px;
    line-height: 20px;
}

#info-details-text p {
    margin-top: 20px;
}