@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:18px;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	border:1px solid #c31717;
}

h1, h2{
	font-size:2.3em;
	color:#C31717;
	margin:4px 0 6px 0;
	line-height:23px;
}

p{
	font-size:1.4em;
}

.selected{
	font-weight:bold;
}

nav li a{

	color:#FFF;
	text-decoration:none;
}

header{
	background:#C31717;
	padding:10px;
	position:relative;
	text-align:left;
}

header nav{
	display:inline-block;
	position:absolute;
	right:10px;
	bottom:19px;
}

footer li{
	font-size:1.7em;
	margin:5px;
}

header nav li{
	font-size:1.7em;
	float:left;
	padding:0 10px;
}

#operations section{
	width:30.5%; /* 305 / 1000 */
	display:inline-block;
	padding: 1.3%; /* 13 / 1000 */
	vertical-align:top;
}

#operations img{
	width:100%;
}

aside{
	width:30.5%; /* 305 / 1000 */
	float:left;
	margin-left:10px;
}

aside a{
	font-size:1.6em;
	color:#DB0C0F;
}

#refundsIntro{
	background:#eaeaea;
	border:solid 1px #DB0C0F;
	padding:10px;
	margin-bottom:15px;
}
/*.redButton{
	width:70%;
	background:#C31717;
	background-repeat:no-repeat;
	background-position-y:5px;
	padding:15px 15px 15px 40px;
	display:block;
	margin:0 auto;
	margin-top:10px;
	text-decoration:none;
	color:#FFF;
	font-size:1.4em;
}*/

.liveChat{
	background-image:url(../images/live-chat-icon.png);
}

.phone{
	background-image:url(../images/phone-icon.png);
}

#liveSupport{
	width:60%; /* 600 / 1000 */
	height:380px;
	display:inline-block;
	float:left;
	margin-left:20px;
	padding:12px;
	background-image:url(../images/home-pic4.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top:1px solid red;
}

#liveSupport img{
	width:100%;
}

.redLink{
	color:#c31717;
}

.liveSupportBtn{
	width:250px;
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed1c24 15%, #c41818 74%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ed1c24), color-stop(74%,#c41818)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed1c24 15%,#c41818 74%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed1c24 15%,#c41818 74%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed1c24 15%,#c41818 74%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed1c24 15%,#c41818 74%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#c41818',GradientType=0 ); /* IE6-9 */
	padding:10px;
	display:block;
	border-radius:10px;
	line-height:16px;
	text-decoration:none;
	color:#FFF;
	margin-top:20px;
}

.liveSupportBtn div:first-child{
	font-size:1.2em;
	color:#FFF;
}

.liveSupportBtn{
	font-size:1.2em;
}

.email{
	font-size:1.5em;
	text-decoration:none;
	color:#C31717;
	margin-left:22px;
	line-height:33px;
}

#faq{
	padding:10px 20px 20px 20px;
}

#faq h1, #faq h2{
	margin-top:20px;
	line-height:26px;
}

#faq a, #contact a:first-child{
	color:#c31717;
}

#contact{
	width:90%;
	padding:20px;
	border:1px solid #c31717;
	margin:0 auto;
	margin-bottom:20px;
}

#contact .liveSupportBtn{
	margin:0 auto;
	margin-top:20px;
}

#contact a.emailContact{
	color:#c31717;
}

footer{
	height:100px;
	background:#C31717;
	clear:both;
	color:#FFF;
	text-align:center;
}

footer nav li{
	display:inline-block;
	padding:8px;
}

footer small{
	font-size:1.3em;
}

.hide{
	display:none;
}
#fuckingMenu{
	position:absolute;
	right:20px;
	top:5px;
	z-index: 1000;
	text-align: right;
}
#fuckingMenu img{

	height: 12px;
}
#fuckingMenu ul{
	display: none;
}
#fuckingMenu a{
	color:inherit;
	text-decoration: inherit;
	padding:0 5px;
	margin: 3px;
	display: block;
}
#fuckingMenu a:hover{
	background: #CCCCCC;
}
.dropdown-toggle, .dropdown-menu{
	text-align: right;
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 20px;
	font-size: 1.4em;
	background: #eaeaea;
	border-radius: 4px;
	line-height: 1;
}
.dropdown-menu{
	height: auto;
	line-height: 1.5;
}

#main .menu-chks label {
    color: #900505;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: .05em;
    background: #c15353;
    padding: .8em .7em .8em 2.5em;
    border-radius: .4em;
}
#main .menu-chks {
    position: absolute;
    text-align: right;
    line-height: 1;
    font-size: 1.25em;
		width: 80%;
		right: 1%;
		top:15%;
}
#main .menu-chks input {
    margin-right: .5em;
}
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#main .menu-chks span {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#main .menu-chks span:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 10px;
    color: #3b536b;
    content: "\f096";
    font-size: 1.4em;
}
#main .menu-chks input:checked + span {
    color: #FFF;
}
#main .menu-chks input:checked + span:before {
    content: "\f046";
		color: #FFF;
}
#main .menu-chks span:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 10px;
    color: #900505;
    content: "\f096";
    font-size: 1.4em;
}

/*============================ MEDIA QUERIES ===================================*/
@media screen and (max-width: 970px) {
	#main .menu-chks {
	    position: absolute;
	    line-height: 1;
	    font-size: 9px;
	    width: 32%;
	    right: 1%;
	    top: 15%;
	}
	#main .menu-chks label{
		    padding: .8em 1.2em 0.5em 2.5em;
	}
	#main .menu-chks span:before {
	    font-family: 'FontAwesome';
	    position: absolute;
	    left: 8px;
	    top: 4.5px;
	    color: #900505;
	    content: "\f096";
	    font-size: 1.4em;
	}
}
@media screen and (max-width: 796px) {
#operations section{
	padding: 1.2%; /* 12 / 1000 */
}

#liveSupport{
	background-size:90%;
}

.email{
	font-size:1.3em;
}
#fuckingMenu {
    top: 18px;
}
/* lang-menu */
#main .menu-chks {
    position: absolute;
    line-height: 1;
    font-size: 9px;
    width: 16%;
    right: 8%;
    top: 15%;
}
#main .menu-chks label{
	    padding: .8em 1.2em 0.5em 2.5em;
}
#main .menu-chks span:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 8px;
    top: 5px;
    color: #900505;
    content: "\f096";
    font-size: 1.4em;
}

}

@media screen and (max-width: 660px) {
#operations section{
	width:60%;
	display:block;
	padding:2%;
	margin:0 auto;
}

aside{
	width:60%;
	float:none;
	margin-left:20px;
	margin:0 auto;
}

#liveSupport{
	width:90%;
	height:380px;
	display:inline-block;
	float:none;
	margin-left:15px;
	padding:12px;
}
}

@media screen and (max-width: 480px) {
h1, h2{
	font-size:2em;
	line-height:20px;
}

header{
	text-align:center;
}

header nav{
	position:static;
	display:block;
}

header nav li{
	float:none;
	margin:10px 0;
	display:inline-block;
}

#operations section{
	width:90%;
}

#liveSupport{
	margin-left:0;
	padding:20px;
}

.liveSupportBtn{
	margin:0;
	margin-top:20px;
}

aside{
	width:90%;
	float:none;
	margin-left:20px;
	margin:0 auto;
	text-align:center;
}

#contact{
	width:90%;
	padding:20px;
	border:none;
	border-top:1px solid #c31717;
	margin:0 auto;
	margin-bottom:5px;
}
#main .menu-chks{
	top: 8%;
}
}

@media screen and (max-width: 400px) {
	header img{
		width:50%;
	}

	#liveSupport{
		text-align:center;
}

.liveSupportBtn{
	margin:0 auto;
	margin-top:20px;
}
#fuckingMenu{
	width: 48px;
}
#fuckingMenu a{
	text-align: center;
	padding: 0px;
}
/* lang-menu */
#main .menu-chks {
    position: absolute;
    line-height: 1;
    font-size: 8px;
    width: 14%;
    right: 1%;
    top: 1%;
}
#main .menu-chks label{
	    padding: .8em 1.2em 0.5em 2.5em;
}
#main .menu-chks span:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 8px;
    top: 4px;
    color: #900505;
    content: "\f096";
    font-size: 1.4em;
}
}
