@font-face {
	font-family: 'TahomaBold';
	src: url('fonts/tahoma.eot');
	src: local('☺'), url('fonts/tahoma_bold-webfont.woff') format('woff'), url('fonts/tahoma_bold-webfont.ttf') format('truetype'), url('fonts/tahoma_bold-webfont.svg#webfontDeWDWS4h') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{font-family:'AvenirLTStd-Light';src:url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/AvenirLTStd-Light.otf') format('opentype'),
url('fonts/AvenirLTStd-Light.woff') format('woff'),
url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
font-weight:normal;
font-style:normal
}
@font-face{font-family:'fontello';src:url('fonts/fontello.eot?8976059');src:url('fonts/fontello.eot?8976059#iefix') format('embedded-opentype'),
url('fonts/fontello.woff?8976059') format('woff'),
url('fonts/fontello.ttf?8976059') format('truetype'),
url('fonts/fontello.svg?8976059#fontello') format('svg');
font-weight:normal;
font-style:normal
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face{font-family:'fontello';src:url('fonts/fontello.svg?8976059#fontello') format('svg')
}
}
body {
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}
.pagewrap {
	padding-top: 100px;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
header {
	padding-bottom: 5px;
	position: fixed;
	background-color: #FFF;
	z-index: 1000;
	width: 100%;
}
.headlogo {
	margin-top: 20px;
	display: block;
	float: left;
}
nav {
	float: right;
}
nav ul {
	list-style: none;
	margin-top: 34px;
}
nav ul li {
	float: left;
}
nav ul li a {
	background: #FFF;
	color: #717171;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	margin-top: 10px;
	padding: 0 15px;
	line-height: 45px;
	display: block;
	text-decoration: none;
	font-weight: 600;
}
nav ul li a:hover, nav ul li.current a {
	border-bottom: 2px solid #f60;
	color: #f60;
}
#mobilenavbtn {
	display: none;
}
#phoneupper {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 500px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	color: #666666;
}
#phoneupper span {
	color: #f60;
	font-weight: bold;
	font-size: 28px;
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif
}
.main_content {
	background-image: url(graphics/bannerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}

.shadowtop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(graphics/shadowtop.png);
	background-repeat: repeat-x;	
}
.shadowbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(graphics/shadowbottom.png);
	background-repeat: repeat-x;	
}
.main_content_inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#maintitle {
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF;
	background: rgba(0,0,0,0.8);
	position: relative;
	text-align: center;
}
#maintitle span {
	color: #f60;
}
#maindescr {
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
#maindescr span {
	font-size: 16px;
	color: #FFF;
}
.search-form {
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	background: rgba(0,0,0,0.8);
	position: relative;
	text-align: center;
	width: 60%;
	margin: 20px auto;
	padding: 10px;
}

.search-form input[type="text"] {
	background-color: transparent;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 80%;
	padding: 10px 1%;
	margin-top: 5px;
	color: #666666;
}

.search-form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #666;
}
.search-form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #666;
}
.search-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #666;
}
.search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #666;
}

.search-form input[type="submit"] {
	color: #333;
	font-family: Arial, sans-serif;
	background: linear-gradient(#feff06, #ffd232) #ffd232;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	height: 40px;
	line-height: 40px;
	display: block;
	border: none;
	cursor: pointer;
	cursor: hand;
	position: relative;
	width: 150px;
	margin: 10px auto 0 auto;
	border-radius: 3px;
}

.content-block {
	border-top: 1px solid #CCCCCC;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #666;
	text-align: center;
	padding: 40px 0;
}
.content-block a {
	color: #d94a41;
}

.featured-provider h2, .content-block h2, .content-block h3 {
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 34px;
}
.content-block.alt {
	background-color: #EEE;
}
.content-inner {
	width: 1000px;
	margin: 0 auto;
}
.small-companies {
	margin: 0;
	margin-top: 1em;
	padding: 0;
	position: relative;
}
.small-companies li {
	list-style: none;
	display: inline-block;
	margin: 2%;
	width: 20%;
	position: relative;
}
.small-companies li div {
	width: 100%;
	height: 125px;
	background: #FFF;
	-webkit-box-shadow: 0 1px 5px #d7d7d7;
	-moz-box-shadow: 0 1px 5px #d7d7d7;
	box-shadow: 0 1px 5px #d7d7d7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	transition: .25s
}
.small-companies li div:hover {
	box-shadow: 0 2px 10px #f60;
}
.small-companies li a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 125px;
}
.small-companies li img {
	background: #fff;
	width: 130px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	margin: 0 auto;
}
.content-block.first {
	border: 0;
	padding-top: 30px;
}


/* -------------- featured --------------- */

.featured-provider {
	padding: 60px 0 60px 0;
	background-color: #f8f8f8;
}
.featured-provider h2 {
	text-align: center;
}
.featured-logo {
	margin: 0 auto;
	width: 250px;
}
.featured-logo img {
	width: 100%;
}
.third {
	float: left;
	width: 31.3333%;
	margin: 0 1%;
}
.featuredplan {
	padding: 30px 0 10px 0;
	margin-top: 30px;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #ebebeb;
}
.featuredplan h2 {
	display: block;
	background-color: #f60;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	font-size: 24px;
}
.featuredplan h3 {
	text-align: center;
	font-size: 16px;
}
.featuredprice {
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 200px;
	height: 100px;
	display: block;
	margin: 0 auto;
}
.featuredprice .big {
	font-size: 46px;
	margin-top: 30px;
	float: left;
	color: #d94a41;
	margin-right: 5px;
	margin-left: 10px;
}
.featuredprice .small {
	margin-top: 10px;
	font-size: 24px;
	float: left;
	color: #d94a41
}
.featuredprice .small span {
	float: left;
	clear: both;
	color: #334758;
	margin-top: 22px;
}
.featuredprice .disclaimer {
	float: left;
	clear: both;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	display: block;
	width: 100%;
}
.featuredplan ul {
	margin: 40px 0 0 0;
	list-style: none;
	padding: 0;
}
.featuredplan li {
	padding: 12px 5px;
	color: #555;
	text-align: center;
	font-size: 12px;
}
.featuredplan li:nth-child(odd) {
	background: #fbfbfb;
}
.select-package, .footerimg a, .packagetablewrap .price a {
	display: block;
	color: #FFF;
	font-family: Arial, sans-serif;
	background: linear-gradient(#FF0000 0%, #AA0000 100%) #ffd232;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	height: 28px;
	padding-top: 10px;
	cursor: pointer;
	cursor: hand;
	position: relative;
	width: 70%;
	margin: 10px auto 0 auto;
	border-radius: 3px;
	text-decoration: none;
}

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.fineprint {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 20px;
}
.fineprint a {
	color: #666;
}

/* -------------- inner pages --------------- */

.pageheader .half {
	width: 50%;
	float: left;
}
.pageheader h1 {
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	margin-top: 40px;
}
.orange {
	color: #f60;
}

.content-block table {
	width: 100%;
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: 1px solid #999;
	background: #FFF;
	margin: 30px 0 20px 0;
}
.content-block table thead {
	background: #f5f5f5;
	font-weight: bold;
}
.content-block table td {
	padding: 30px 0 30px 0;
	font-size: 20px;
	color: #3f3f3f;
}
.content-block table thead td {
	color: #cf353d;
	font-size: 20px;
	background: #fbfbfb;
	padding: 30px 0 30px 0;
}


/* ------------- provider packages --------------- */

.packages .providerlogo {
	float: right;
	width: 28%;
	margin-left: 2%;
	margin-top: 40px;
}
.packages .providertext {
	float: left;
	width: 67%;
	text-align: justify;
	border-right: 1px solid #CCC;
	padding-right: 2%;
}
.providertext h1 {
	color: #f60;
	font-size: 50px;
	font-weight: normal;
	margin: 0;
}
.packages .providerlogo img {
	width: 100%;
}
.packages .main_content_inner {
	border-bottom: 1px solid #EEE;
	padding: 50px 0;
}
.packages .content-inner {
	padding: 50px 0;
}

.packages h2 {
	color: #f60;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
}
.packagetablewrap {
	box-shadow: 0 0 10px #d7d7d7;
	position: relative;
	display: table;
	width: 100%;
}
.packagetablerow {
	display: table-row;
	padding: 5px;
	
}
.packagetablehead {
	font-weight: bold;
	text-align: center;
	color: #999;
	text-transform: uppercase;
}

.packagetablehead, .packagetable {
	display: table-cell;
	width: 60%;
	border-left: 1px solid #EEE;
	padding: 3px;
	text-align: center;
}
.packagetablehead {
	padding: 10px 3px;
	border-bottom: 1px solid #EEE;
}
.packagetable {
	border-top: 1px solid #EEE;
	font-size: 14px;
}

.packagetablewrap .first {
	width: 20%;
	border-left-width: 0;
}
.packagetablewrap .first img {
	max-width: 100%;
	vertical-align: middle;
}
.packagetablewrap .price {
	width: 20%;
}
.packagetablewrap .half {
	width: 30%;
}
.packagetablewrap .third {
	width: 20%;
	margin: 0;
	float: none;
}
.packagetablewrap .quarter {
	width: 15%;
}
.packagetablewrap h3 {
	font-size: 14px;
}
.packagetablewrap .price-big {
	font-size: 32px;
	float: left;
	color: #d94a41;
	margin-right: 5px;
	margin-left: 15%;
}
.packagetablewrap .price-small {
	float: left;
	color: #d94a41;
	margin-top: 5px;
}
.packagetablewrap .price-small .mo {
	float: left;
	color: #334758;
	font-size: 12px;
}
.packagetablewrap .disclaimer {
	display: block;
	clear: both;
}
.packagetablewrap .disclaimer img {
	max-width: 100px;
}
.packagetablewrap .bestdeal {
	background: rgba(255,102,0,0.1);
}
.packagetablewrap .dealimg {
	background-image: url(graphics/best-deal.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.packagetablewrap .price a {
	background: linear-gradient(#feff06, #ffd232) #ffd232;
	color: #333;
	text-decoration: none;
	
}


.content-block.provider {
	text-align: left;
	font-size: 12px;
}

.content-block.provider h3 {
	color: #f60;
	font-size: 22px
}
.content-block.provider h4 {
	font-size: 16px;
}

/* ------------- about ----------------- */
.main_content.about {
	background-image: url(graphics/aboutheader.jpg);
}
.main_content.about h1 {
	color: #FFF;
	font-size: 44px;
	text-align: center;
	font-weight: normal;
	margin: 150px 0;
}
.about .half {
	width: 48%;
	margin: 0 1%;
	float: left;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
}
.about h2 {
	font-size: 48px;
	color: #000;
	line-height: 1.1;
}
.first.about h2 {
	text-align: right;
	margin-top: 100px;
}
.alt.about h2 {
	margin-top: 0;
}
.about h3 {
	color: #f60;
}

/* ------------ contact page --------------- */
.main_content.contact, .main_content.publishers {
	background-image: url(graphics/orderheader.jpg);
}
.main_content.contact h1, .main_content.publishers h1 {
	font-size: 30px;
	line-height: 40px;
	margin: 100px 0;
	padding: 20px;
}
.order .sectionone {
	margin-top: -130px;
	text-align: center;
}
.orderfig {
	float: left;
	width: 250px;
}
.orderfig img {
	width: 100%;
}
.orderfig.two {
	float: right;
}
.order .sectionone h2 {
	padding-top: 150px;
	font-weight: 300;
	font-size: 34px;
	margin-bottom: 0;
}
.orderphone {
	font-size: 50px;
	font-weight: 300;
}
.order .sectionone h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	
}
.orderbox_wrap {
	padding: 0 10%;
	background: #999;
}
.orderbox_wrap h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	clear: both;
	display: block;
}
.orderinput {
	position: relative;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.orderinput.orderinputfirst {
	margin-left: 30%;
	width: 20%;
	float: left;
}
.orderinput.half {
	position: relative;
	float: left;
	width: 19%;
	margin-left: 1%;
}

.form-text {
	background-color: transparent;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 96%;
	padding: 10px 2%;
	margin-top: 5px;
	color: #666666;
}
.redtext {
	position: absolute;
	background-color: #990000;
	top: 8px;
	right: 5px;
	width: 150px;
	height: 18px;
	font-size: 12px;
	border-radius: 3px;
	padding: 2px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
}
.orderbox_best {
	border-radius: 4px;
	padding: 10px;
	margin: 5px 9px 5px 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
}
.orderfine {
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding: 0 5px;
	max-width: 40%;
	margin: 10px auto;
	font-family: Arial, sans-serif;
}
.btn {
	color: #333;
	font-family: Arial, sans-serif;
	background: linear-gradient(#feff06, #ffd232) #ffd232;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	height: 40px;
	padding-top: 10px;
	cursor: pointer;
	cursor: hand;
	position: relative;
	width: 300px;
	margin: 10px auto 0 auto;
	border-radius: 3px;
}
.btn a {
	color: #FFFFFF;
	text-decoration: none;
}
.btn a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.order .content-wrap {
	clear: both;
}
.contactdescr {
	padding: 100px 0;
}


/* ----------- order lightbox ------------ */

#orderwrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	text-align: center;
}
#orderwrap::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
#ordernow {
	width: 40%;
	background-color: #f60;
	position: relative;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	min-height: 200px;
	text-align: center;
	color: #FFF;
}
#ordernow h2, #ordernow h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
}
#ordernow h3 {
	font-size: 30px;
}
#ordernow .close {
	display: block;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #FFF;
	font-size: 22px;
	opacity: 0.8;
	text-decoration: none;
}
#ordernow .close:hover {
	opacity: 1;
}
#ordernow .orderinput {
	width: 80%;
}
#ordernow .orderinput.orderinputfirst {
	margin-left: 10%;
	width: 40%;
}
#ordernow .orderinput.half {
	width: 39%;
}
#ordernow .orderfine {
	max-width: 80%;
}

/* ---------------- publishers ------------------- */

.publishers .main_content_inner {
	text-align: center;
	padding-bottom: 40px;
}
.main_content.publishers h1 {
	font-size: 40px;
}
.publishers .orderfig.one {
	margin-right: 10px;
	margin-top: 30px;
}
.publishers .orderfig.two {
	margin-right: 10px;
	margin-top: 30px;
}
textarea.form-text {
	height: 100px;
}


/* -------- dish legal ------------ */
.legallang {
	background-color: #999999;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
}
.legallang:hover {
	background-color: #CCC;
}

/* -------- footer ---------- */

.phonemobile {
	display: none;
}
.footerimg {
	background-image: url(graphics/footer.jpg);
	background-size: cover;
	background-position: center;
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 20px 0;
	height: 300px;
	text-align: center;
	position: relative;
}
.footerimg.form {
	height: auto;
}
.footerimg h3 {
	font-family: "AvenirLTStd-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	margin-top: 100px;
	margin-bottom: 0;
	color: #FFFFFF;
	text-align: center;
}
.footerimg.form h3 {
	margin-top: 0;
}
.footerimg a {
	width: 250px;
	background: linear-gradient(#feff06, #ffd232) #ffd232;
	color: #333;
	text-decoration: none;
}
footer {
	font-size: 12px;
	color: #999;
	text-align: center;
}
footer nav {
	float: none;
}
footer nav ul {
	text-align: center;
}
footer nav ul li {
	display: inline-block;
	float: none;
}
footer nav ul li a {
	color: #999;
	font-size: 14px;
}


@media all and (max-width: 1024px) {
	header {
		position: relative;
	}
	.pagewrap {
		padding-top: 60px;
	}
	#main_content_inner {
		width: 100%;
	}
	.header {
		padding-top: 10px;
		text-align: left;
		height: auto;
	}
	.headlogo {
		margin-top: 0;
	}
	
	#phoneupper {
		margin-right: 60px;
		margin-top: 15px;
	}
	#phoneupper span {
	
	}
	
	nav {
		display: none;
		height: auto;
		min-height: 50px;
		position: absolute;
		top: 70px;
		right: 5px;
		background:rgba(255,255,255,0.9);
	}
	nav ul {
		height: auto;
		margin: 0;
		padding: 0;
		float: none;
	}
	nav ul li {
		float: none;
		text-align: center;
		cursor: pointer;
		cursor: hand;
	}
	nav ul li a {
		font-size: 20px;
		line-height: 40px;
		background: none;
		border-bottom: 2px solid #DDD;
		text-decoration: none;
	}
	#mobilenavbtn {
		display: block;
		float: right;
		position: relative;
		margin-right: 15px;
		width: 36px;
		padding-left: 2px;
		padding-right: 2px;
		height: 36px;
		margin-top: 10px;
		cursor: pointer;
		cursor: hand;
	}
	#mobilenavbtn.sel {
		
	}
	
	.menu-global {
	  backface-visibility: hidden;
	  position: absolute;
	  left: 4px;
	  border-top: 3px solid #666;
	  width: 32px;
	  transition: 0.55s;
	}
	.menu-top {
	  top: 0;
	}
	.menu-middle {
	  top: 12px;
	}
	.menu-bottom {
	  top: 24px;
	}
	#mobilenavbtn.sel .menu-global {
		border-top: 2px solid #CCC
		;
	}
	#mobilenavbtn.sel .menu-top {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(220deg);
	  -webkit-transform: rotate(220deg);
	  transition: 0.55s 0.5s;
	}
	#mobilenavbtn.sel .menu-middle {
	  opacity: 0;
	}
	#mobilenavbtn.sel .menu-bottom {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(-220deg);
	  -webkit-transform: rotate(-220deg);
	  transition: 0.55s 0.5s;
	}
	
	.pageheader .half {
		padding: 0 1%;
		width: 48%;
	}
	
}

@media all and (max-width: 600px) {
	#phoneupper {
		display: none;
	}
	.pagewrap {
		padding-top: 20px;
	}
	.main_content {
		background-size: cover;
		height: 550px;
	}
	.main_content_inner {
		padding: 5px;
		width: auto;
	}
	#maintitle {
		width: 90%;
		padding: 5px 5%;
		height: auto;
		left: 0px;
		font-size: 32px;
		line-height: 36px;
		top: 20px;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
	#maintitle span {
		
	}
	#maindescr {
		text-align: center;
		top: 140px;
		left: 0px;
		font-size: 14px;
		padding: 5px 5%;
		width: 90%;
	}
	#maindescr span {
		font-size: 12px;
	}
	#maindescr a {
		font-size: 18px;
	}
	
	.mainbottom {
		bottom: auto;
		top: 320px;
	}
	.search-form {
		width: 94.8%;
	}
	.orderbox_wrap {
		top: 200px;
		width: 90%;
		margin: 0 auto;
	}
	
	.orderbox_title{
		font-size: 16px;
	}
	
	.form-text, .orderbox_best {
		padding: 5px 10px 5px 10px;
	}
	.form-text {
		width: 88%;
	}
	.redtext {
		left: 150px;
		top: -8px;
		height: 14px;
		font-size: 10px;
	}
	.orderbox_fine {
		font-size: 8px;
	}
	.content-block{
		width: 100%;
	}
	
	.content-inner{
		width: 100%;
		padding: 0px;
	}
	.block {
		width: 90%;
		padding: 0 5%;
	}
	.blocksmall {
		width: 100%;
	}
	.content-block {
		
		font-size: 14px;
		
	}
	.bigtext {
		font-size: 18px;
	}
	.content-block h1 {
		font-size: 24px;
	}
	
	.small-companies li {
		width: 44%;
	}
	.small-companies li div {
		width: 90%;
		padding: 10px 5%;
	}
	.third {
		width: 98%;
	}
	
	.pageheader .half {
		width: 98%;
	}
	.pageheader .half img {
		max-width: 100%;
	}
	.packages .providerlogo {
		width: 33%;
	}
	.packages .providertext {
		font-size: 12px;
		width: 60%;
		padding-left:2%;
	}
	.providertext h1, .packages h2 {
		font-size: 20px;
	}
	.packages .content-inner {
		padding-top: 0;
	}
	.packagetablewrap {
		box-shadow: none;
	}
	.packagetablerow {
		box-shadow: 0 0 10px #d7d7d7;
		margin: 10px;
		display: block;
	}
	.packagetable, .packagetablewrap .first, .packagetablewrap .price {
		display: block;
		width: 100%;
	}
	.packagetablehead, .packagetablehead.first, .packagetablehead.price {
		display: none;
	}
	.content-inner {
		width: 94%;
		padding: 0px 3%;
	}
	
	#ordernow {
		width: 100%;
	}
	#ordernow h3 {
		margin: 0;
		padding: 5px;
		font-size: 20px;
	}
	
	.main_content.about {
		height: 100px;
	}
	.main_content.about h1 {
		margin: 50px 0;
	}
	.about .half {
		width: 98%;
	}
	.first.about h2, .about h2 {
		margin-top: 20px;
		font-size: 28px;
		text-align: center;
	}
	
	/* ----------- contact ----------- */
	
	.main_content.contact {
		height: 200px;
		padding: 20px 0;
	}
	.main_content.contact h1 {
		font-size: 20px;
		line-height: 24px;
		margin: 20px 0;
		padding: 20px;
	}
	.order .sectionone {
		margin-top: -30px;
	}
	.orderfig {
		float: none;
		width: 100%;
		text-align: center;
	}
	.orderfig img {
		width: 50%;
	}
	.orderfig.two {
		display: none;
	}
	.orderphone, .orderbox_wrap h2 {
		font-size: 30px;
	}
	.order .sectionone h2 {
		padding-top: 0;
		font-size: 28px;
	}
	.orderbox_wrap {
		padding: 0;
	}
	.orderinput {
		width: 90%;
	}
	.orderinput.orderinputfirst {
		width: 45%;
		margin-left: 5%;
	}
	.orderinput.half {
		width: 44%;
	}
	.orderinput.orderinputfirst, 
	.orderinput.half, 
	#ordernow .orderinput.orderinputfirst, 
	#ordernow .orderinput.half {
		width: 80%;
		float: none;
		margin-left: auto;
	}
	.orderinput.orderinputfirst, 
	.orderinput.half {
		width: 90%;
	}
	.orderfine {
		font-size: 10px;
		max-width: 90%;
	}
	
	.btn {
		width: 250px;
	}
	
	.phonemobile {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 90%;
		background: linear-gradient(#056fff 0%, #003d90 100%) #056fff;
		color: #FFF;
		padding: 5px 3%;
		margin: 5px 2%;
		border-radius: 5px;
		border: 1px solid #FFF;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		z-index: 100;
	}	
	.phonemobile a {
		text-decoration: none;
		color: #FFF;
	}
	.phonemobile .fa-phone-square {
		font-size: 60px;
	}
	.phonemobile-inner {
		float: left;
		
	}
	.phonemobile span {
		font-size: 30px;
	}
	
}