@import url('csslib.css');
@import url('hover.css');

* {margin:0;padding:0}
::selection {color:#fff;background: #fc0319;}
::-moz-selection {color:#fff;background: #fc0319;}
body{
	/* background: url('../images/shattered.png') repeat !important;  */
	 background: #f8f8f8; 
	/*background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); 
	background-size: cover;
	 background-attachment: fixed !important; */
	 height: 100%;
	 font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	 font-size: 100% !important;
}
.bgGradient {
	height: 100%;
	 background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); 
	border-bottom: 1px solid #ddd;
	padding: .5em 0 !important;
}
.logo {
	margin-top: 10px;
}
img.logo {

}
/* topinfo */
ul.topinfo {
	list-style: none !important;
	float: right;
	height: 28px !important;
}
ul.topinfo li {
	font-size: 80%;
	color: #333;
	display: inline-block;
	margin-right: .7em;
	margin-left: .5em;
	font-family: "Roboto Condensed Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

ul.topinfo li a, a.link{
	text-decoration: none;
	color: #006464;
}
ul.topinfo li a, a.link:visited {
	text-decoration: none;
	color: #006464;
}
ul.topinfo li a:hover, a.link:hover {
	text-decoration: underline;
}
address a {
	text-decoration: none;
	color: #006464;
}
address a:hover {
	text-decoration: none;
}

/* topnav */
ul.topnav {
	list-style: none !important;
	float: right;
	font-size: 85%;
}
ul.topnav li{
	display: inline-block;
	margin-left: .1em !important;
	font-family: "Roboto Condensed Bold", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
ul.topnav li a {
	display: block;
	padding: .2em .7em !important;
	text-decoration: none;
	color: #333;
}
ul.topnav li a.active {
	background: #fc0319;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}


/* slide */
.divTitleSlide {
	margin-left: 0px;
	margin-top: 40px;
}
h1.titleSlide {
	font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 270%;
	line-height: 1em;
	color: #222;
	margin-top: 20px;
}

p.slide{
	font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 120%;
	margin: 15px 0;
}

.button {
	padding: .8em;
	color: #fff;
	background: #fc0319;
	font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.button:hover{
	background: #a60001;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.button span{position: relative;top: 3px !important;}
.blackDiv
{
	height: 350px;
	width: 100%;
}

/* icon */
.divIcon {
	 background: #333 url('../images/diagmonds.png') repeat !important; 
	margin-left: 0px;
	width: 100%;
	padding: 1.4em 0 !important;
	color: #bbb;
	font-size: 100%;
	font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.bottomWrapper {
	width: 990px;
	margin: 0 auto;
}
/* footer */
footer {
	background: #000;
	margin-left: 0px;
	width: 100%;
	font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #888;
	text-align: center;
	font-size: 11px;
}

footer a{
	text-decoration: none;
	color: #ccc;
}
footer a:hover{
	text-decoration: underline;
}

/* =================================================== */
/* =================== PAGE STYLE ==================== */
/* =================================================== */

.bodyContent {
	min-height: 630px;
	padding-bottom: 2em;
	position: relative;
}
/*
.bodyContent:before{
	content: '\f054';
	font-family: FontAwesome;
	font-size: 800px;
	position: absolute;
	top: -165px;
	left: -190px;
	bottom: 0;
	display: block;
	color: #f5f5f5;
	z-index: -1;
} */

address {
	font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666;
	font-style: normal;
}
h1.contact {
	font-family: "Roboto Condensed Bold", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 300%;
	line-height: 1em;
	color: #222;
	text-transform: uppercase;
	margin-top: 0px;
}
ul.contactList {
	list-style: none;
}
ul.contactList li {
	display: block;
	padding: .3em 0;
}
ul.contactList li span {
	font-family: "Roboto Light", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.titlePage {
	border-bottom: 1px solid #fc0319;
	padding: 0 0 .8em 0;
	margin-bottom: 20px;
	text-align: right;
	font-family: "Roboto Condensed Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666;
}
.borderRight{
	border-right: 1px solid #ddd;
}

ul.listMenu{
	list-style: none;
	margin: 10px 0 30px 20px;
}
ul.listMenu li{
	font-family: "Roboto Condensed Regular", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
ul.listMenu li a{
	display: inline-block;
	font-size: 16px;
	padding: .3em 0;
	color: #666;
	text-decoration: none;
}
ul.listMenu li a:hover{
	color: #333;
	text-decoration: underline;
}
.titlePageRight{
	font-family: "Roboto Condensed Light", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 45px;
	margin: 15px 0;
}
.titlePageSmaller{
	font-family: "Roboto Light", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin: 15px 0;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

ul.list {
	list-style: square;
	margin-left: 15px;
}

div.val {
	margin-bottom: 20px;
}
	div.val span.error {
		color: red;
	}
	div.val span.success {
		color: green;
	}


/* ///////////////////////
    ACCORDION STYLE
//////////////////////// */
 
 article.accordion
{
	display: block;
	margin: 0 auto;
}

article.accordion section,
article.accordion section.chooseus
{
	display: block;
	height: 2.5em;
	margin: 0 0 0 0;
	color: #333;
	overflow: hidden;
	padding-bottom: 15px;
}
article.accordion section h2
{
	font-family: "Roboto Light", Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 5px 0;
	font-size: 22px;
	color: #333;
	padding-bottom: 5px;
	line-height: 2em;
	border-bottom: 1px solid #ddd;
}

article.accordion section h2 a
{
	display: block;
	width: 100%;
	line-height: 2em;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}
article.accordion section h2 a:hover
{
	color: #fc0319;
}

article.accordion section:target
{
	height: 17em;
}

article.accordion section:target h2
{
	font-size: 1.6em;
	color: #333;
	border-bottom: 1px solid #ddd;
}
article.accordion section,
article.accordion section h2
{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
article.accordion section:target.chooseus {
	height: 38em;
}

/**************************** GRID ********************************/
h1.centerblack
{
	text-align: center;
	font-size: 60px;
	color: #222;
}
.subheadline
{
	text-align: center;
	font: 30px Times New Roman, Arial, Helvetica;
}
h4.titleLeft
{
	text-align: left;
	font: 20px 'Roboto', Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #7d1111;
}
.descLeft
{
	text-align: left;
	font: 14px 'Roboto', Arial, Helvetica, sans-serif;
}
#grid {margin: 0 auto;overflow:hidden; padding: 0 50px}
#grid p {float:left; width:22%; margin: 0 10px; line-height:150px; }
#grid img {vertical-align:middle;border: 1px solid #ddd;}

#gridPartners {margin: 0 auto; overflow: hidden;}
#gridPartners .box{border-top: 2px dotted #ccc;border-bottom: 2px dotted #ccc;padding: 2em 0;float:left;width:46%;}


/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #FFF;
    padding: 30px;
    font: 12px "Roboto", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bootstrap-frm h1 {
    font: 25px "Roboto", Helvetica, Arial, sans-serif;
    padding: 0px 0px 30px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}