/* -- start setup -- */

* {
font-family: 'Open Sans', serif, Arial, Verdana, Trebuchet MS,Helvetica,sans-serif;
font-size : 18px;
color:#525252;
}

/* -- common -- */
.horniIndex {vertical-align : super; font-size:9px;}
.i {font-style : italic;}
sup {font-size: 0.7em;}

/* -- float -- */
.floatLeft {float : left;}
.floatRight {float : right;}
.clear {clear : both;}
.textLeft {text-align:left !important;}
.pb90 {padding: 0 0 90px 0;}
.ml20 {margin-left:20px !important;}

/* -- all pages -- */
hr {display : none;}
body {background-color: #e5e5e5;}

.container {
background-color:White;
margin-top:5%;
padding-top:20px;

-webkit-box-shadow: 0px 5px 18px -4px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 5px 18px -4px rgba(0,0,0,0.62);
box-shadow: 0px 5px 18px -4px rgba(0,0,0,0.62);
}

@media (min-width: 768px) {
.container {
padding-left:0;	
padding-right:50px;	
padding-top:0;
}
}

@media (min-width: 992px) {
.container {
width:900px;
}
}

h1 {
font-weight:600;
font-size:30px;
}

.email {
font-size:18px;
font-weight:600;
margin-bottom:30px;
}

.email a {
font-size:18px;
font-weight:600;
}

.txt {
font-size:16px;
margin-bottom:30px;
}

.txt strong {font-size:16px;}
.txt strong a {font-size:16px;}


@media (min-width: 992px) {
h1 {font-size:36px;}

.email {font-size:24px;}
.email a {font-size:24px;}
.txt, .txt strong, .txt strong a {font-size:20px;}
}