/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Roboto, Arial;
    min-width: 320px;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
	max-width: 980px;
	min-width: 320px;
}

/* ===================
    ALL: Orange Theme
   =================== */

.footer-container {
    border-top: 4px solid #22313d;
	background: #2e4252;
}



.footer-container,
.main aside {
}

.header-container,
.main aside {
    background: #ccc;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
	transition: opacity .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
	opacity: 0.5;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h2 {
    font-size: 24px;
    font-weight: 700;
    color: #3b5998;
}

/* ---------------------------- HOMEPAGE ---------------------------- */

#home-hero {
	height: 528px;
	width: 100%;
	background-image: url(../img/home.hero.mask.png), url(../img/home.hero.bg.jpg);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: right top !important;
}

.home-nav { 
	background: url(../img/home.navbg.png);
	width:100%;
	height: 90px;
}

.home-hero-text {
	width: 400px !important;
	padding-top: 48px;
	color: #fff;
	left: 0 !important;
	position: relative !important;
	display: block;
}

.home-hero-em {
	font-size: 48px;
	line-height: 54px;
}

.home-hero-bottom {
	display: block;
	width: 100%;
	height: 8px;
	background: #000;
	opacity: 0.6;
	position:absolute;
	top: 520px;
}

.home-socialsearch {
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	height: 48px;
	margin-top: 382px !important ;
}

.social {
	color: #fff;
	opacity: 1;
	padding-left: 9px;
    
}

.social .text {
	margin: 14px 14px 14px 5px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 1;
	float: left;
}


.social .button {
	display: inline-block;
	height: 36px;
	width: 36px;
	margin: 9px 9px 0 0;
    transition: opacity .25s ease-in-out;
    opacity: 1;
}

.social .button:hover { opacity: 0.75 }

.header-container .search,
.header-container-slim .search {
	float: right;
	margin: 9px 9px 0 0;
}

.header-container .search input[type=text],
.header-container-slim .search input[type=text] {
	background: none;
	border: solid 2px rgba(255,255,255,0.5);
	border-right: none !important;
	height: 30px;
	color: #fff;
	padding-left: 9px;
	width: 180px;
}

.header-container .search button,
.header-container-slim .search button {
	height:36px;
	background-image: url(../img/home.searchicon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	width: 36px;
	float: right;
	border: solid 2px rgba(255,255,255,0.5);
	border-left: none !important;
}

@media only screen and (max-width: 640px) {
	.social .text {display: none; }
	.header-container .search input[type=text],.header-container-slim .search input[type=text] { width: 120px; }
    .goto-buttons{
        margin-bottom:35px;
    }
}


/* ---------------------------- MENU ---------------------------- */


@media only screen and (max-width: 900px) {
	#nav-wide { display: none; }
    #nav-alter {display: none !important; }
    .socialsearch { width: 453px; }
    .header-container-slim {height: 81px; }   

}

@media only screen and (min-width: 900px) {
	#nav-slide { display: none; }
    #nav-slide-alt { display: none }
    .socialsearch { width: 383px !important; }
    .header-container-slim { height: 128px; }
}


@media only screen and (max-width: 740px) {
    .header-container-slim { height: 81px; }
    .header-container-slim .socialsearch {width: 40px; }
    .header-container-slim .socialsearch .social { display: none; }
    .header-container-slim .socialsearch .search { display: none; }
}


.title {
	margin-top: 25px;
	float: left;
}

#nav-wide { width: 600px; }


/* -------------------------- ALT MENU -------------------------- */

#nav-slide-alt {
    float: right;
    margin: -12px 0 0 24px;
    
}


#nav-alter { width: 100%; }

.nav-alter-main #mfirst { margin-left: 0px !important; padding-left: 0 !important; }

.li-right {
    float: right !important;
    margin-left: 12px;
    padding-left: 30px;
}

.li-right .dropdown-menu{
	top: 55%;
}



/* -------------------------- SLIM MENU -------------------------- */

.header-container-slim {
    background: #273541;
    border-bottom: solid 4px rgba(0,0,0,0.4);
}

@media only screen and (min-width: 900px) {
    .header-container-slim {
    background-image: url(../img/slim.nav.bg.gif);
    background-position: bottom;
        background-repeat: repeat-x;
    }
}

.header-container-slim nav {
    float: none;
    margin-top: 70px;
    margin-left: 0;
}

.header-container-slim .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 13px;
    
}

.socialsearch {
    float: right;
    margin-top: 15px;
}

.socialsearch .search { margin-right: 0 !important; }
.socialsearch .social {
    float: left;
}

/* ---------------------------- GRIDS ---------------------------- */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.section-title {
	display: block;
	font-size: 30px;
	color: #0483cc;
	font-weight: 100;
	text-transform: uppercase;
	margin: 24px 0 24px 0;
	
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_1_of_2 { width: 48%; }

.threebox .col:nth-child(4n+4) { margin-left: 0; }
.related .col:nth-child(2n+1), .related .col:nth-child(1) { margin-left: 0; }
.related .col { margin: 1% 0 1% 4%; }

.grid-listing .col {  background-color: #f0f0f0; }
.blog-list .col { background: none; float:none; }
.blog-list .grid-title { padding-left: 0px; !important; }

.col.faq { margin: 0; margin-top:5px; margin-bottom: 5px;}

.faq h2{
    color:#222;
}


/*  GO FULL WIDTH BELOW 640 PIXELS */
@media only screen and (max-width: 640px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_2 { width: 100%; }
    .related .col:nth-child(2n+2) { display: none; }
}

@media only screen and (min-width:641px) and (max-width: 768px) {
	.col {  margin: 1% 0 1% 1% ; }
	.span_1_of_3 { width: 48%; margin-left: 0; margin-right: 2%	 }
	
	.sblog .col:nth-child(3) { display: none; }
}


.grid-item a {
	text-decoration: none !important;
    color:rgb(0, 0, 238);
}

.grid-image {
	display: block;
	height: 200px;
	width: 100%;
	background-position: center;
	background-size: cover;
	border-bottom: solid 4px #0483cc;

}

.grid-listing .grid-image {
    border: 1px solid #f0f0f0;
    box-sizing: border-box
}

.grid-cat {
	background-color: #0483cc;
	color: #fff;
	display: block;
	float: left;
	margin-top: 170px;
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	padding: 3px 9px 1px 9px;
}

.grid-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 100;
    display: inline;
    margin: 12px 0;
    color: #1a5280;
    transition: color .25s ease-in-out;
    display: block;
    min-height: 130px;
    color: #333;
    font-weight: 600;
    background-color: #fff;
    padding: 10px;
    margin: 0;
}

.grid-listing .grid-title{
    padding:5px 20px;
    display: block;
}


.grid-title:hover {
	color: #0483cc;
}

.grid-summary {
	display:block;
	color:#333;
	padding-top:10px;
}

/* ---------------------------- MAIN LAYOUT ---------------------------- */
.breadcrumbs{
	display:block;
	font-size: 12px;
	color:#555;
}

.breadcrumbs a{
	color:#aaa;
}

.breadcrumbs .wrapper{
	width:100%;
	margin:0 auto;
	padding-top:10px;
}

.col.faq{
	float: none;
	width:100%;
	padding:15px;
	background:#f0f0f0;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #dcdcdc;
}

.col.faq a{
	width:100%;
	overflow: hidden;
	display: inline-block;
}

.col.faq a .grid-title{
	display:block;
    min-height: auto;
}


#pagetitle,
#pagetitle h1{
    font-size: 42px;
    font-weight: 100;
    line-height: normal;
    color: #3b5998;
    margin: 0 0 36px 0;
}

#article-details {
    color: #757575;
    font-size: 14px;
    margin: -24px 0 15px 0;
}

#article-details a {
    font-weight: 700;
    color: #3b5998;
}

.main-content img {
    align: center;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.main-continuous { padding-top: 0 !important; margin-top: 0 !important }

.box {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 24px;
}

.box a.more{
	display: block;
	margin: 10px 10px 5px 10px;
	padding:5px 0 0 0 ;
	text-align: right;
	font-size: .85em;
	color:#4099ff;
	border-top:1px solid #f0f0f0;
}

.box a.more:hover{
	color:#3b5998;
}

.box-title {
    background: #ebebeb;
    border-bottom: 1px solid #d7d7d7;
    color: #464646;
    font-weight: 700;
    font-size: 16px;
    padding: 11px 11px 10px 11px;
}

.box-item {
/*    min-height: 64px;*/
    display: block;
    padding: 12px;
}

.box-item:hover { background-color: #fafafa; }

.box-item span.image {
	float: left;
	height: 64px;
	width: 64px;
	background-size: cover;
	background-repeat: no-repeat;
    margin-right: 10px;
}

.box-item img {
    float: left;
    height: 64px;
    width: 64px;
}

.box-item .post-title {
    font-size: 18px;
    font-weight: 300;
    color: #4099ff;
    display: block;
/*
    margin-left: 76px;
    margin-top: -6px;
    */
}

.box-item .details {
    font-size: 10px; 
    color: #959595;
    display: block;
    /*margin-left: 76px;*/
    
}

.box-item .summary {
    font-size: 14px;
    color: #959595;
    display: block;
    margin-left: 76px;
    line-height: normal;
}

.box-item:hover .post-title         { color: #3b5998; }
.box-item:hover .details            { color: #757575; }

.box .text {
    display: block;
    padding: 12px;
    font-size: 14px;
    color: #888;
    line-height: normal;
}


.box .nl-input {
    margin: 12px;
    width: calc(100% - 39px);
    padding: 6px;
}

.box .action {
    padding: 6px 12px !important;
    float: right;
    margin: 0 12px 12px 3px;
}

.wpcf7-form{
	padding:0 50px 0 0 ;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea
{
	width:100%;
    box-sizing: border-box;
}

.wpcf7-form input[type=submit]{
	display: inline-block;
	color: #fff;
	padding: 9px 18px;
	background: #3b5998;
	width: auto;
	text-decoration: none;
	font-weight: 700;
	transition: background .25s ease-in-out;
	border: none;
}




@media only screen and (max-width: 770px) {
	.sidebar, .content         { width: 100% !important; }
    .box:first-child { margin-top: 24px; }
}

.pagination-container {
    display: block;
    width: 100%;
    background: #ebebeb;
    border: 1px solid #d7d7d7;
    color: #464646;
    font-size: 16px;
}

.pagination-container .static {
    display: block;
    padding: 9px 16px;
    float: left;
}

.pagination-container .pages {
    float: right;
}

.pagination-container .pages a ,
.pagination-container .pages .current
{
    font-weight: 700;
    display: inline-block;
    padding: 9px 12px;
    border-left: 1px solid #d7d7d7;
    text-align: center;
    color: #464646;
    font-size: 16px;
    transition: background-color .25s ease-in-out;
}

.pagination-container .pages .current{
	color:#aaa;
}

.pagination-container .pages a:last-child {
    padding-right: 16px !important;
}

.pagination-container .pages a:hover { background-color: #e2e2e2; }

.review-summary {
    width: 100%;
    margin-bottom: 24px;
    background: #273541;
    padding:12px;
    box-sizing: border-box;
    overflow: hidden;
}

.review-summary .heading {
    font-size: 24px;
    font-weight: 700;
    color: #2359cb;
    padding-bottom: 0;
    line-height: normal;
}

.review-summary p { color: #888; }

.review-summary ul li {
    font-weight: 500;
}

.review-summary .bullets {
    padding: 12px 0;
}

.review-summary img{
    width:auto;
    display: inline-block;
    max-width: 50%;
    float:left;
}


.overall{
    display: inline-block;
    width:50%;
    float:right;
    box-sizing: border-box;
    /*padding:0 15px;*/
    color:#fff;
}


.overall p.info{
    color:#fff;
    line-height: normal;
    font-weight: 300;
    font-size: 14px;
}

.overallfooter{
    display: block;
    clear:both;
}

.overallfooter span{
    display: block;
    float: left;
    color:#fff;
}

.overallfooter span span{
    font-size:21px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.overallfooter ul{
    display:block;
    clear:both;
}

.overallfooter ul li{
    font-weight: 300;
}



.starscontainer{
    display:table;
    width:100%;
    margin-bottom: 20px;
}

.starscontainer > span{
    display:table-cell;
    vertical-align: middle;
}

.starscontainer > span:first-child{
    font-size: 22px;
    width:140px;
}

.starscontainer.verdict > span:first-child + span{
    font-size: 22px;
}


ul.rating, ul.rating li, ul.rating li a{
    margin:0;
    padding:0;
    display:inline-block;
    text-align:left;
    vertical-align: top;
    line-height: 0;
}

.rating {
	margin-bottom: 15px;
    display: inline-block;
}

td .rating{
    margin-bottom: 0;
}


.rating p{
    font-size: 28px;
    font-weight: 700;
    color: #464646;
}

.rating .grade { color: #fff; }
.rating .action { float: right; margin-top: -6px; }

.rating .stars {
	display: inline-block;
	margin-bottom:5px;
}

.rating .stars._0{
	background: url('../img/sprite.png') no-repeat 0 0;
	width: 72px;
	height: 14px;
}

.rating .stars._1{
	background: url('../img/sprite.png') no-repeat 0 -15px;
	width: 72px;
	height: 14px;
}
.rating .stars._2{
	background: url('../img/sprite.png') no-repeat 0 -30px;
	width: 72px;
	height: 14px;
}
.rating .stars._3{
	background: url('../img/sprite.png') no-repeat 0 -45px;
	width: 72px;
	height: 14px
}
.rating .stars._4{
	background: url('../img/sprite.png') no-repeat 0 -60px;
	width: 72px;
	height: 14px;
}
.rating .stars._5{
	background: url('../img/sprite.png') no-repeat 0 -75px;
	width: 72px;
	height: 14px;
}

.rating{
    position:relative;
}

.rating .stars{
    display: inline-block;
    width:70px;
    height:13px;
    margin:0px;
    background: url('../img/sprite.png') no-repeat top left !important;
}

.stars >span{
    float:left;
}

.stars ._1{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 12px;
    height: 14px;
}

.stars ._1_5{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 22px;
    height: 14px;
}

.stars ._2{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 30px;
    height: 14px;
}

.stars ._2_5{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 36px;
    height: 14px;
}


.stars ._3{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 41px;
    height: 14px;
}

.stars ._3_5{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 50px;
    height: 14px;
}

.stars ._4{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 56px;
    height: 14px;
}

.stars ._4_5{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 64px;
    height: 14px;
}

.stars ._5{
    display: inline-block;
    background: url('../img/sprite.png') no-repeat 0 -122px;
    width: 71px;
    height: 14px;
}




@media only screen and (max-width: 480px) {
    .rating .action { float: none; width: calc(100% - 36px); text-align: center; }
}



/* ---------------------------- COMPARE MAINPAGE ---------------------------- */

.pagetitle-compare {
    font-size: 42px;
    font-weight: 100;
    line-height: normal;
    margin: 0 0 0 0;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #eee;
    /*background-image: url(../img/ribbon-obackup.jpg);*/

}



.pagetitle-compare .text {
    padding: 24px 0;
    font-weight: 100;
    color: #222;
}

.goto-text {
    font-size: 24px;
    font-weight: 700;
    color: #464646;
    padding-top: 16px;
    display: block;
    margin-bottom: 24px;
}

.goto-buttons {
    display: block;
    width: 100%;
    background: #ebebeb;
    border: 1px solid #d7d7d7;
    color: #464646;
}

.goto-item {
    width: calc(100% / 3 - 1px);
    display: inline-block;
    font-weight: 700;
    padding: 9px 0 9px 0;
    margin: 0;
    border-left: 1px solid #d7d7d7;
    text-align: center;
    color: #464646;
	float:left;
}

.goto-item:nth-child(1) { border-left: none; }
.goto-item:hover                    { background-color: #e2e2e2; }


.table-container {}
.table-providers {
    width: 150px;
    float: left;
}
.table-providers table {width: 150px; }
.table-providers th { border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; background: #ebebeb; }
.table-providers tr {height: 64px; border-bottom: 1px solid #d7d7d7; text-align: center; }
.table-providers img { max-width: 120px !important; max-height: 63px; }


.table-attributes {
    width: calc(100% - 150px);
    float: right;
    overflow-x: hidden;
    
}

.table-attributes table {   }
.table-attributes tr {height: 64px; border-bottom: 1px solid #d7d7d7; text-align: center; background: #fafafa; }
.table-attributes th { border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; background: #ebebeb; padding: 0 12px; width: 190px; }
.table-attributes td { font-size: 12px; padding: 0 2px; line-height: 18px; }
.table-attributes td div { overflow-y: hidden; max-height: 64px; }

@media only screen and (max-width:770px) {
    .goto { width: 100% !important; }
    .goto-text { display: none; }
}

.table-toolbar { width: 100%; margin: 24px 0; overflow: hidden;}
.action {
    display: inline-block;
    color: #fff;
    padding:  9px 18px;
    background: #3b5998;
    width: auto;
    text-decoration: none;
    font-weight: 700;
    transition: background .25s ease-in-out;
    border: none;
}

.action:hover { background: #2359cb; }
.action.yellowButton:hover { background: darkgoldenrod; }

.compare {
}

.viewmore {
    float: right;
    
}

@media only screen and (max-width: 550px) {
    .compare { margin-left: 0; }
}

/* ---------------------------- COMPARE EXTENDED ---------------------------- */

.cp-attributes {
    float: left;
    width: 150px;
}

.cp-attributes > div{
    display:table;
    width:100%;
}

.cp-attributes > div > span{
    display: table-cell;
    vertical-align: middle;
}


.itembig{
    /*
	padding-top:22px !important;
	padding-bottom: 22px !important;
	*/
}

.provider {
    width: auto;
    min-height: 18px;
    /*padding: 24px 12px;*/
    font-weight: 500;
    color: #2359cb;
    border-bottom: 1px solid #d7d7d7;
    line-height: normal;
    height:20px;
}

.cat {
    background: #ebebeb;
    color: #2359cb;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 27px;
    border-bottom: 1px solid #d7d7d7;
}

.item {
    /*padding: 12px;*/
    border-bottom: 1px solid #d7d7d7;
    line-height: auto;
    font-size: 12px;
    width: auto;
    display: block;
}

.item a {
    display: inline-block;
    margin: 0 9px;
    text-decoration: none;
    color: #2359cb;
    font-weight: 500;
    box-sizing: border-box;
}

.item span, .provider span{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 14px;
}

.slick-list .item{
	padding:12px;
    box-sizing: border-box;
}



.chkbox { padding: 14px 12px 9px !important; }

.slick .provider, .slick .item { text-align: center; }
.slick .provider { padding: 12px; height: 44px; max-height:45px;}
.slick .provider img { max-height: 36px; max-width: 100%; display: block; margin: 0 auto;}

.slick .item .yes, .table-attributes .yes { display: block;     height: 26px; -moz-height: 26px; background-image: url(../img/item.yes.svg); background-repeat: no-repeat;  background-position: center; }
.slick .item .no, .table-attributes .no { display: block;     height: 26px; -moz-height: 26px; background-image: url(../img/item.no.svg); background-repeat: no-repeat; background-position: center; }

@-moz-document url-prefix() {
    .slick .item .yes, .table-attributes .yes { display: block;     height: 26px; -moz-height: 26px; background-image: url(../img/item.yes.svg); background-repeat: no-repeat;  background-position: center; }
    .slick .item .no, .table-attributes .no { display: block;     height: 26px; -moz-height: 26px; background-image: url(../img/item.no.svg); background-repeat: no-repeat;  background-position: center; }

}


.table-attributes .yes, .table-attributes .no { height: 24px; }


/* ---------------------------- FAQ ---------------------------- */

.faq-question a {
	font-size: 24px;
	font-weight: 500;
	color: #464646;
	transition: color .25s ease-in-out;
	border-bottom: solid 1px #d7d7d7;
}

.faq-question a:hover {
	color: #3b5998; 
}

.answers {
	font-size: 36px;
	font-weight: 100;
	color: #3b5998;
	padding: 36px 0 24px 0;
}

.faq-exp { margin-top:36px; }


/* ---------------------------- FOOTER ---------------------------- */

footer .menu {
	padding:0;
}

footer .menu  li {
	display: inline-block;
	padding:0;
	list-style:none;
}

footer .menu li a{
	color: #fff;
	text-decoration: none;
	margin: 0 12px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	font-weight: 100;
}


.ftnv-item {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 0 12px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	font-weight: 100;
}

.ftnv-item:hover 				{ opacity: 0.5 }
.ftnv-item:first-child 			{ margin: 0 12px 0 0; }

.ftcopy {
	font-size: 12px;
	margin: 12px 0 36px 0;
	opacity: 0.5;
}

.ftcopy a { color: inherit; text-decoration: none; margin: 0 12px; display: inline-block;}
.ftcopy a:hover { opacity: 0.5 }



.visit{
	display:block !important;
	background:#60b100;
	color:#fff !important;
	text-align:center;
	display:block;
	vertical-align:middle;
	height:100%;
	padding:10px;  
	text-decoration:none;
}

.visit:hover{
	background:#4f9200;
	transition: .25s;
}


.visit2{
	display:block !important;
	background:#60b100;
	color:#fff !important;
	text-align:center;
	display:block;
	vertical-align:middle;
	height:100%;
	padding:10px 10px;
	text-decoration:none;
}

.visit2:hover{
	background:#4f9200;
	transition: .25s;
}




/* internet providers table */
.compare-table{
	display:block;
	box-sizing: border-box;
	margin-bottom: 20px;
	position:relative;
    background:#f0f0f0;
    border:3px solid #f0f0f0;
}

.compare-table .row-title{
	padding:5px;
	color:#3b5998;
}

.compare-table .pack-title{
	font-weight:600;
	background: #3b5998;
	padding:5px;
	color:#fff;
}

.compare-table .offer{
	position:absolute;
	right:3px;
	margin-top:3px;
	background: #18f265;
	padding: 2px 10px;
	font-size:12px;
	display:inline-block;
	overflow: hidden;
}

.compare-table .offer span,
.compare-table .offer img{
	display: inline-block;
}


.compare-table .offer span{
	color:#3a3a3a;
}



.compare-table .columns{
	display: table;
	width:100%;
}




.compare-table .columns .services,
.compare-table .columns .pack-details{
	display: table-cell;
	vertical-align: middle;
}


.compare-table .columns .services{
	border-right: 1px solid #e5e5e5;
	width:35%;
	text-align: left;
	padding-left:10px;
}

.compare-table .columns .services img{
	display: inline-block;
}

.compare-table .columns .services img:first-child{
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #ccc;
}

.compare-table .columns .services img.extra{
	position:absolute;
	margin-left:5px;
	margin-top:20px;
}


.compare-table .columns .pack-details{
	width:70%;
}


.compare-table .columns .pack-details .pack-data,
.compare-table .columns .pack-details .pack-info {
	width: 100%;
	display: block;
	overflow: hidden;
	font-weight: 600;
}

.compare-table .columns .pack-details .pack-info{
	background: #ffffdd;
	font-family: "Arial", sans-serif;
	font-size: 8px !important;
	padding:5px 15px;
	box-sizing: border-box;
}


.compare-table .columns .pack-details .pack-data {
	display:table;
	width:100%;
	box-sizing: border-box;
	color:#77a3e0;
}



.compare-table .columns .pack-details .pack-data .pack-item{
	display:table-cell;
	min-width: 100px;
	text-align:center;
	float: left;
	padding:5px;
	border-right: 1px solid #ccc;
}



.compare-table .columns .pack-details .pack-data .pack-item span{
	display:block;
	font-size: 11px;
}


.compare-table .columns .pack-details .pack-data .pack-tel{
	display: table-cell;
	padding:5px 5px 5px 30px;
	vertical-align: middle;
	background: url(../images/phone.png ) no-repeat 7px center;
}


.compare-table .columns .pack-details .pack-info span{
	font-weight: 300;
	font-size: 12px;
}

.compare-table .columns .pack-details .pack-info span:first-child{
	display: block;
}

.compare-table .columns .pack-details .pack-info span:last-child{
	display: block;
}

.delimiter{
    line-height: 0px;
    height:0px;
    clear:both;
    border-top:1px solid #ccc;
    margin-bottom:20px;
}





.post-list-details{
	display: block;
	padding:15px 0;
}
.post-list-details a {
	color:#4099ff;
}

.blog-list .grid-title{
	min-height: 0px;
}

.share-items{
	display:block;
	text-align: right;
	padding-bottom: 20px;
}

.ssba div:first-child{
	display: inline-block;
}

.share-items .share-item{
	float:left;
}

.single-row-item {
	display: table;
	width:100%;
	min-height: 130px;
}

.single-row-item .row-item{
	display: table-cell;
	padding:10px;
	min-height: 150px;
	width: 150px;
	height: 100%;
}



.single-row-item .row-item:first-child{
    background: #fff;
	width: 150px;
	overflow: hidden;
}

.single-row-item .row-item:first-child img{
	max-width: 100%;
}

.row-title span{
	text-align: right;
	font-size: 10px;
	line-height: 18px;
	color:#000;
}

.row-item{
	white-space: nowrap;
	color:#fff;
	text-align: center;
	vertical-align: middle;
	padding-left:50px;
}

.row-item.internet{
	background: url( '../img/logo-internet.png' ) no-repeat  20px center #FAD2F9;
	padding-left: 80px;
}

.row-item.internet .pack-item{
	text-align: left;
	padding-left:20px;
}

.row-item.internet .pack-item:first-child{
	background: url( '../img/download-icon.png' ) no-repeat center left;
    color:#000;
}

.row-item.internet .pack-item:last-child{
	background: url( '../img/upload-icon.png' ) no-repeat center left;
    color:#000;
}


.row-item.tv{
	background: url( '../img/logo-tv.png' ) no-repeat  20px center #D69494;
	padding-left: 40px;
	position: relative;
}

.pack-item.channels{
    color:#000;
}

.row-item.tv .offer-text{
	position: absolute;
	bottom:2px;
	width:100%;
	left:0;
	text-align: center;
}

.row-item.tv .offer-text span{
	display: block;
	padding: 0 !important;
	margin:0 !important;
	line-height: 16px;
}


.row-item.tv span{
	font-size:10px;
}

.row-item.phone{
	background: url( '../img/loho-phone.png' ) no-repeat  20px center #CCE0A6;
	padding-left: 40px;
}

.pack-item.calls{
    color:#000;
}

div.call{
	background-color: #B1DCE6;
}

.row-item.call span.call{
	padding:5px;
	border:1px solid #627aad;
	display: inline-block;
	margin-top:10px;
    background: url( '../img/small-phone-logo.png' ) no-repeat 10px  center #2f4779 !important;
    padding-left:30px !important;
    padding-right:15px !important;
    display: inline-block;

}

.pack-tel.price{
    color:#000;
}


.table-container .filterig .check{
	display: table;
	float: left;
}

.table-container .filterig .check input {
	display: table-cell;
	margin-right: 5px;
}

.table-container .filter{
	width: 100%;
	overflow: hidden;
	border:1px solid #f0f0f0;
	padding:5px;
	padding-bottom: 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.table-container .filter .filtering{
	float: left;
	display: table;
	height: 100%;
	vertical-align: middle;
}

.table-container .filter .filtering div:first-child{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}


.table-container .filter .sorting{
	float:right;
	background: #2f4779;
	padding:5px;
	color:#fff;
	font-size: 12px;
	padding-left:10px;
}

.table-container .filter .sorting a{
	font-size: 12px;
	color:#fff;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-left:2px;
	text-decoration: none;
}

.table-container .filter .sorting a.current{
	color:#46ebff;
}


.table-container .filter .sorting a:last-child{
	margin-right:0;
	padding-right: 10px;
	border-right: none;
}

.table-container .check{
	padding-right: 10px;
	padding-top:2px;
}

.table-container .check label{
	font-size: 12px;
	display: inline-block;
	float:left;
	padding-left:3px;
	margin:0 !important;
}

.table-container .check input{
	float:left;
	margin-right:3px;
}



.table-container .filter div{
	display: inline-block;
}


.search-box{
    background: #3b5998;
    padding:10px;
    text-align:right;
    margin-bottom: 130px;
    margin-top:60px;
    position:relative;
}

.search-box .search-image{
    width:396px;
    height:325px;
    position: absolute;
    display: block;
    background:url( ../img/search-imac.png) no-repeat top left;
    margin-top:-100px;
    margin-left:-50px;
}


.search-box .top-text{
    position: absolute;
    margin-top: -135px;
    left: 130px;
}

.search-box .top-text > span:first-of-type{
    font-size:42px;
    font-weight: 200;
    letter-spacing: -2px;
    display: block;
    padding-bottom:5px;
}

.search-box .top-text > span:first-of-type + span{
    font-size:18px;
    font-weight: 300;
    color:#7b7878;
    display: block;
}

.search-box .bottom-text{
    position: absolute;
    font-size:18px;
    font-weight: 300;
    display: block;
    bottom:-80px;
    right:0px;
    min-width: 50%;
    text-align: left;
}

.zipform {
    padding: 20px;
}

.zipform input[type=text]{
    border:none;
    padding:30px;
    color:#fff;
    border-radius: 50px;
    background: #334d84;
    border-top:1px solid #24365c;
    border-bottom:1px solid #7f93bc;
    text-align: center;
    min-width: 50%;
    height:20px;
    font-size: 16px;
    transition: .3s;
}

.zipform input[type=text]:hover::-webkit-input-placeholder{
    color:#fff;
}


.zipform input[type=text]:hover{
    font-size: 18px;
    color:#fff;
}

.zipform input[type=submit]{
    background: #53B710;
    border: none;
    margin-top:24px;
    color:#fff;
    padding:10px 20px;
    border-radius: 5px;
    margin-left:10px;
    transition: .3s;
}

.zipform input[type=submit]:hover{
    opacity: .5;
    transition: .3s;
}

.author{
    padding-top:20px;
    display: block;
    width:100%;
    overflow: hidden;
}

body.author {
    overflow: auto;
    padding-top: 0;
}

.authorAvatar{
    text-align: center;
}

.author_image{
    display: inline-block;
    width:60px;
    height:60px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}


.author_image_2{
    display: inline-block;
    width:120px;
    height:120px;
    border-radius: 50%;
    overflow: hidden;
}

.about_author{
    display: inline-block;
    float:left;
    width:80%;
    padding-left: 20px;

}

.author_name a{
    color:#4099ff;
    font-size: 26px;
    padding-top: 15px;
    display: block;
    text-decoration: none;
}

.author_name a:hover{
    color: #173966;
}

.author_bio{
    display: block;
}


.author_bio a{
    color:#4099ff;
    text-decoration: none;
}

.author_bio a:hover{
    color: #336dff;
}



#sticky {
    position: absolute;
    margin-left: -85px;
    width: 50px;
    top: 380px;
}
#sticky > div {
    display: block;
    clear: both;
    padding: 5px;
    box-sizing: border-box;
}


#sticky .pin-share{
    width:100%;
    overflow: hidden;
    height: 60px;
    position: relative;
}

#sticky .pin-share a{
    position: absolute !important;
    bottom: 0 !important;
    margin-bottom:5px;
}


.comments{
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    background: rgba(240, 240, 240, 0.48);
    padding:20px;
}

.comments label,
.comments input[type=text],
.comments input[type=email],
.comments input[type=url],
.comments textarea
{
    display: block;
    width:100%;
    box-sizing: border-box;
}

.comments label{
    font-size: 14px;
    font-weight: 300;
}

.comments input[type=text],
.comments input[type=email],
.comments input[type=url]{
    padding:5px;
}


.comments .form-allowed-tags{
    font-size: 11px;
    line-height: 13px;
}


.comments .comment-author{

}


.comments .comment-author img{
    display:inline-block;
}



@media only screen and (max-width: 770px) {

    #sticky{
        display:none !important;
    }

    #sticky2 {
        position: fixed;
        margin:0;
        width: 100%;
        top: initial;
        bottom:0;
        background: rgba(255,255,255,.9);
        box-sizing: border-box;
        left:0;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #ccc;
        padding:10px;
    }


    #sticky2 a span.fb{
        display: inline-block;
        background: url('../images/sprite.png') no-repeat -8px -25px;
        width: 46px;
        height: 46px;
    }
    #sticky2 a span.tw{
        display: inline-block;
        background: url('../images/sprite.png') no-repeat -65px -25px;
        width: 46px;
        height: 46px;
    }
    #sticky2 a span.pin{
        display: inline-block;
        background: url('../images/sprite.png') no-repeat -121px -25px;
        width: 46px;
        height: 46px;
    }
    #sticky2 a span.gp{
        display: inline-block;
        background: url('../images/sprite.png') no-repeat -178px -25px;
        width: 46px;
        height: 46px;
    }
    #sticky2 a span.in{
        display: inline-block;
        background: url('../images/sprite.png') no-repeat -67px -92px;
        width: 44px;
        height: 44px;
    }


    .table-attributes {
        overflow-x: scroll;
    }

    .table-attributes table tbody tr td{
        display:none;
    }


    .table-attributes table tbody tr td:first-child {
        min-width: 0px;
        max-width: 50px;
    }


    .table-attributes table tbody tr td:first-child,
    .table-attributes table tbody tr td:last-child{
        display: table-cell;
    }

    .table-attributes table tbody tr td:last-child {
        min-width: 0;
        max-width: 112px;
    }




    .table-attributes table tbody tr th{
        display:none;
    }

    .table-attributes table tbody tr th:first-child {
        min-width: 0px;
        max-width: 50px;
    }

    .table-attributes table tbody tr th:last-child {
        min-width: 0px;
        max-width: 112px;
    }


    .table-attributes table tbody tr th:first-child,
    .table-attributes table tbody tr th:last-child{
        display: table-cell;
    }


}





textarea, input { outline: none; }


.yellowButton{
    color:#000;
    background: yellow;
}





@media only screen and (max-width: 770px) {
	.ftnv-item { display: none; }
    .ftcopy { margin: 0px 0 12px 0; }
}






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 40px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	nav {
		float: right;
	}

    nav a {
        /*width: 27%;*/
        /*margin: 0 0.5%;*/
        padding: 25px 1%;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

    .home-hero-text {
        width: 100% !important;
    }

    .social .button {
        width:34px;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
		width: 10px;
    }

    nav {
        float: right;
    }
	
	nav a {
		display: inline-block;
	}

/* ============
    WIDE: Main
   ============ */

/*    .main article {
        float: left;
        width: 57%;
    } */

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.fleft{
    float:left;
}
.fright{
    float:right;
}

/* Hipmill - CSS for Infogrpahic textarea */
.post-infographic .content {
    width: 68%;
}
.post-infographic .sidebar {
    width: 30%;
}
.comparitech-infographic-embed-wrapper {
    margin-top: 40px;
}
.comparitech-infographic-embed-wrapper .comparitech-infographic-embed-textfield {
    height: 150px;
    max-width: 500px;
    width: 100%;
}