/*
Theme Name: TigerMobiles
Author: TigerMobiles
Author URI: http://tigermobiles.com
Description: TigerMobiles
Version: 2.8
*/

/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}

/* ---------------------------------------- */
/* base */
html {
	background: #fff;
	position: relative;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}
html,
body,
form {
	font: 15px/22px 'Open Sans', sans-serif;
	color: #444;
	letter-spacing: -0.5px;
}
* {
	margin: 0; 
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* forms */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 10px;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	overflow: auto;
    vertical-align: top;
}
textarea {
	line-height: 20px;
	display: block;
}
button,
input,
select,
textarea {
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/* links */
a {
	color: #47a32a;
	text-decoration: underline;
	outline: 0
}
a:hover {
	color: #444;
	text-decoration: none;
}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* elements */
p,pre {
	margin: 0 0 20px;
	padding: 0;
}

hr {
	border: none;
	height: 1px;
	background: #c2c2c2;
	margin-bottom: 20px;
}

/* lists */
ol {
	list-style: inside decimal;
}
ul,ul li {
	list-style: none;
}

dl {
	margin: 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}

/* embedded content */
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	width: auto;
	height: auto;
}
svg:not(:root) {
    overflow: hidden;
}

/* figures */
figure {
    margin: 0;
}

/* class */
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.leftside {
	float: left;
}
.rightside {
	float: right;
}
.nomargin {
	margin: 0 !important;
}
.nomargin-btm {
	margin-bottom: 0 !important;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* clear */
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix,
.cols,
.container {
    zoom: 1;
}
.clearfix:before, .clearfix:after,
.cols:before, .cols:after,
.container:before, .container:after {
    display: table;
    content: "";
}
.clearfix:after,
.cols:after,
.container:after {
    clear: both;
}

/* images */
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #222;
}
h1 {
	font-size: 36px;
	line-height: 42px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 22px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #0074cc;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

header.header-section {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #222;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 50px;
}
header#header-section {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
header.header-section.noborder {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
header.header-section h1,
header.header-section h2,
header.header-section h3 {
	margin-bottom: 10px;
}
hr.header-hr {
	margin: 0 0 50px;
}

/* forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
	background: #f5f5f5;
	color: #444;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content input[type="text"],
.content input[type="password"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content select,
.content textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px;
}
.content input[type="text"],
.content input[type="password"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content select {
	height: 32px;
}
.content-full input[type="text"],
.content-full input[type="password"],
.content-full input[type="email"],
.content-full input[type="tel"],
.content-full input[type="number"],
.content-full select,
.content-full textarea {
	background: #fff;
}

/* ---------------------------------------- */
/* content */
body.no-scroll {
	overflow: hidden;
	position: relative;
	height: 100%;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.content {
	width: 100%;
	background: #fff;
}
.content.content-full {
	background: #f5f5f5;
}
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}

/* ---------------------------------------- */
/* columns */
.cols {
	margin: 0 -15px;
}
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth,
.one-eight,
.one-twelfth,
.two-third,
.two-fifth,
.three-fourth,
.three-fifth,
.three-eight,
.four-fifth,
.five-sixth,
.five-eight,
.five-twelfth,
.seven-eight,
.seven-twelfth {
	float: left;
	margin: 0 15px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.one-half {width: 570px;}
.one-third {width: 370px;}
.one-fourth {width: 270px;}
.one-fifth {width: 210px;}
.one-sixth {width: 170px;}
.one-eight {width: 120px;}
.one-twelfth {width: 70px;}
.two-third {width: 770px;}
.two-fifth {width: 450px;}
.three-fourth {width: 870px;}
.three-fifth {width: 690px;}
.three-eight {width: 420px;}
.four-fifth {width: 930px;}
.five-sixth {width: 970px;}
.five-eight {width: 720px;}
.five-twelfth {width: 470px;}
.seven-eight {width: 1020px;}
.seven-twelfth {width: 670px;}

.full-page {
	clear: both;
	width: 1170px;
	margin: 0 15px 30px;
}
.full-sidebar-page {
	clear: both;
	width: 870px;
	margin: 0 15px 30px;
}

.cols.sep-cols {
	margin: 0;
}
.sep-cols > div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 45px;
	margin: 0 0 30px -1px;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
.cols.sep-cols > div:last-child {
	border-right: none;
}
.cols.sep-cols > div:first-child {
	border-left: none;
}
.sep-cols.sep-noborder > div {
	border: none;
}
.sep-cols > .one-half {width: 585px;}
.sep-cols > .one-third {width: 390px;}
.sep-cols > .one-fourth {width: 292px;}
.sep-cols > .one-fifth {width: 234px;}
.sep-cols > .one-sixth {width: 195px;}
.sep-cols > .one-eight {width: 146px;}
.sep-cols > .one-twelfth {width: 97px;}
.sep-cols > .two-third {width: 780px;}
.sep-cols > .two-fifth {width: 475px;}
.sep-cols > .three-fourth {width: 890px;}
.sep-cols > .three-fifth {width: 710px;}
.sep-cols > .three-eight {width: 440px;}
.sep-cols > .four-fifth {width: 952px;}
.sep-cols > .five-sixth {width: 994px;}
.sep-cols > .five-eight {width: 744px;}
.sep-cols > .five-twelfth {width: 484px;}
.sep-cols > .seven-eight {width: 1045px;}
.sep-cols > .seven-twelfth {width: 685px;}

.box {
	border: 1px solid #c2c2c2;
	padding: 20px;
}

/* quote */
blockquote {
	background: url('images/quote.png') 0 0 no-repeat;
	padding-left: 30px;
	margin-bottom: 20px;
	font-style: italic;
}

/* images with caption */
.wp-caption {
	width: auto !important;
}
p.wp-caption-text {
	margin-bottom: 20px;
	font-size: 11px;
	color: #999;
}

/* fl cols */
.row {
    zoom: 1;
}
.row:before, .row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.collapse {
  margin: 0 -30px;
}
.row > div {
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

.col12 {
  width: calc(100% - 60px);
}
.col6 {
  width: calc(50% - 45px);
}


/* ---------------------------------------- */
/* header */
header#header-main {
	height: 100px;
}
header#header-main .container {
	padding: 30px 0;
}

#logo {
	width: 240px;
	height: 40px;
	float: left;
}

#header-bar .container {
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header-tools {
	float: left;
	margin-right: 30px;
}
#competition {
	float: right;
}
#competition a {
	color: #999;
	text-decoration: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 12px 0;
	font-weight: 600;
	white-space: nowrap;
}
#competition a:hover,
#competition a span {
	color: #47a32a;
}

#top-nav {
	float: left;
	margin-right: 10px;
}
#top-nav li {
	float: left;
	margin-right: 20px;
	font-weight: 600;
}
#top-nav li a {
	color: #999;
	text-decoration: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 12px 0;
}
.top-nav-phones a {
	padding-left: 17px;
	background: url('images/icon-iphone.png') 0 0 no-repeat;
}
.top-nav-deals a {
	padding-left: 21px;
	background: url('images/icon-deals.png') 0 0 no-repeat;
}
.top-nav-secure a {
	padding-left: 17px;
	background: url('images/icon-secure.png') 0 0 no-repeat;
}
#top-nav li.top-nav-phones a:hover,
#top-nav li.top-nav-deals a:hover,
#top-nav li.top-nav-secure a:hover {
	background-position: 0 -16px;
	color: #47a32a;
}

.serch-form {
	width: 170px;
	height: 40px;
	float: right;
}
.serch-form input[type="text"] {
	width: 130px;
	height: 40px;
	padding-left: 40px;
	background: #f5f5f5 url('images/icon-search.png') 10px 50% no-repeat;
	color: #999;
}

/* ---------------------------------------- */
/* navigation */
#navigation-main {
	float: right;
	height: 30px;
	position: relative;
	overflow: visible;
	z-index: 999;
}
@media (min-width: 768px) {
	#navigation-main ul {
		display: inherit !important;
	}
}
#navigation-main li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #e1e1e1;
	line-height: 30px;
	background: transparent;
}
#navigation-main li:last-child {
	border: none;
}
#navigation-main li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	text-decoration: none;
	border: none;
	padding: 0;
}
#navigation-main li.search-link a {
	font-size: 20px;
}
#navigation-main li a:hover {
	color: #47a32a;
}
#navigation-main select {
	display: none;
}
.sf-arrows .sf-with-ul:after {
	border-top-color: #444 !important;
}
.sf-menu > .menu-item-has-children a.sf-with-ul {
	padding-right: 15px !important;
}
.sf-arrows .sf-with-ul:after {
	right: 0 !important;
}
.sf-menu ul {
	background: #fff;
	margin-top: 8px;
}
#navigation-main ul.sub-menu a {
	font-size: 14px;
}
#navigation-main ul.sub-menu {
	padding: 10px 0;
}
#navigation-main ul.sub-menu li {
	border-right: none;
}

/* mobile */
.mobile-menu-switch {
	font-size: 24px;
	display: none;
	color: #444;
}
.mobile-menu-switch:hover {
	color: #47a32a;
}

/* network & manufacturer list */
.content ul.network-list,
.content ul.manufakturer-list {
	margin-left: -15px;
}
.content ul.network-list li,
.content ul.manufakturer-list li {
	list-style: none;
	text-align: center;
	margin: 0 15px 30px;
}
.content ul.network-list li a,
.content ul.manufakturer-list li a {
	display: block;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	padding: 10px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ---------------------------------------- */
/* featured */
#featured {
	background: url('images/featured-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	height: 450px;
	z-index: 1;
}
#featured .container,
#featured .cols {
	position: relative;
}
#featured .container {
	padding: 45px 0;
}
.sep-cols > div#featured-desc {
	padding-left: 0;
	padding-right: 90px;
}
#featured h1 {
	font-size: 48px;
	line-height: 54px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
}
#featured p {
	margin-top: 20px;
}
#featured p.featured-quest {
	color: #aefd70;
	margin-top: 30px;
}
#featured .btn {
	margin-top: 30px;
}

#featured-image img {
	position: absolute;
	top: -10px;
	right: 30px;
}

#featured .featured-form {
	padding-top: 20px;
}

/* handset picker */
.handset-picker {
	background: #388120;
	color: #fff;
}
.handset-picker .container {
	padding: 20px 0;
}
.handset-picker .cols > div {
	margin-bottom: 0;
}
.handset-picker h3 {
	color: #fff;
	margin-bottom: 0;
	margin-top: 10px;
}

/* featured boxes */
.featured-boxes {
	background: #47a32a;
	color: #fff;
}
.featured-boxes a {
	color: #abfa6e;
	text-decoration: none;
}
.featured-boxes a:hover {
	color: #fff;
}
.featured-boxes h2,
.featured-boxes h2 a {
	color: #fff;
}
.icon-box {
	float: left;
	margin-right: 20px;
}
.featured-boxes div {
	margin-bottom: 0;
}
.featured-boxes .box-content {
	overflow: hidden;
}
.featured-boxes p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.inputs-wrapper {
	display: inline-block;
	width: 64%;
	background: #fff;
	padding: 11px;
	margin-right: 1%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inputs-wrapper select {
	width: 48%;
	background: #fff;
	border: none;
	font-size: 18px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.gift-picker .inputs-wrapper select {
	width: 100%;
}
.featured-form .sep {
	display: inline-block;
	width: 2%;
	height: 24px;
	border-right: 1px solid #e5e5e5;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.featured-form input[type="submit"] {
	width: 34%;
	margin: 0 !important;
	padding: 13px 0 !important;
}

/* breadcrumb */
#breadcrumb {
	background: #47a32a;
	color: #fff;
}
#breadcrumb .container {
	padding: 10px 0;
}
#breadcrumb span {
	margin: 0 5px;
}
#breadcrumb a {
	color: #fff;
	text-decoration: none;
}

/* widgets */
.sidebar .widgets {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.sidebar .widgets:last-child {
	padding-bottom: 0;
	border: none;
}
.widgets ul,
.content .widgets ul {
	margin-left: 0;
}
.widgets li,
.content .widgets li {
	list-style: none;
}
footer .widgets li {
	margin-bottom: 10px;
}

.widget_dealoftheweek {
	margin-bottom: 35px;
}
.widget_dealoftheweek .deal {
	margin-bottom: 20px;
}
.widget_dealoftheweek .deal-desc {
	float: left;
	font-size: 14px;
	width: 120px;
}
.widget_dealoftheweek h4 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}
.widget_dealoftheweek li {
	list-style: none;
	padding-left: 20px;
	background: url('images/list-img.png') 0 3px no-repeat;
}
.widget_dealoftheweek .deal-img {
	float: right;
	margin: 0 0 0 20px;
	max-width: 70px
}

.content .widgets .menu .current_page_item > a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.widgets .menu .current_page_parent > a {
	color: #444;
}
.widgets .menu ul {
	margin-left: 20px;
}

.sidebar-list a {
	text-decoration: none;
}

/* manufacturer & brand */
.manufacturer-list li,
.brand-list li {
	margin-bottom: 4px;
}
.manufacturer-list li a,
.brand-list li a {
	padding-left: 24px;
	background-repeat: no-repeat;
	display: block;
}
.manufacturer-list li a {
	background-image: url('images/manufacturer-logo.png');
}
.brand-list li a {
	background-image: url('images/brand-logo.png');
}
.manufacturer-list .samsung a {
	background-position: 0 -40px;
}
.manufacturer-list .lg a {
	background-position: 0 -80px;
}
.manufacturer-list .blackberry a {
	background-position: 0 -120px;
}
.manufacturer-list .sony a {
	background-position: 0 -160px;
}
.manufacturer-list .htc a {
	background-position: 0 -200px;
}
.manufacturer-list .nokia a {
	background-position: 0 -240px;
}
.manufacturer-list .huawei a {
	background-position: 0 -280px;
}
.manufacturer-list .motorola a {
	background-position: 0 -320px;
}

.brand-list .orange a {
	background-position: 0 -40px;
}
.brand-list .o2 a {
	background-position: 0 -80px;
}
.brand-list .tmobile a {
	background-position: 0 -120px;
}
.brand-list .ee a {
	background-position: 0 -160px;
}
.brand-list .vodafone a {
	background-position: 0 -200px;
}

/* ---------------------------------------- */
/* buttons */
.btn,
input[type="submit"],
.reply a {
	display: inline-block;
	text-align: center;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #47a32a;
	white-space: nowrap;
}
.btn:hover,
input[type="submit"]:hover,
.reply a:hover {
	color: #fff;
}

.btn.btn-big,
input[type="submit"].btn.btn-big {
	padding: 13px 30px;
	font-size: 18px;
	line-height: 24px;
}

.btn.btn-medium,
input[type="submit"].btn.btn-medium {
	padding: 9px 25px;
	font-size: 16px;
	line-height: 22px;
}

.btn.outline {
  background-color: transparent;
  border: 2px solid #47a32a;
  color: #47a32a;
  font-weight: 500;
  text-transform: none;
}
.btn.outline:hover {
  background-color: #47a32a;
  color: #fff;
}

.btn-blue,
input[type="submit"].btn-blue {
	background-color: #0091ff;
}
.btn-lightgreen,
input[type="submit"].btn-lightgreen {
	background-color: #8ad94d;
}
.btn-grey,
.wpcf7-submit[disabled="disabled"] {
	background-color: #4c4c4c;
}
.wpcf7-submit[disabled="disabled"],
.wpcf7-submit[disabled="disabled"]:hover {
	cursor: not-allowed;
	color: #ccc;
}

/* lists */
.list01,
.content ul {
	margin-bottom: 20px;
	margin-left: 30px;
}
.list01 li,
.content ul li {
	list-style: disc inside;
	/* margin: 5px 0; */
}
/*
.content ol {
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-position: outside;
}
.content ol li {
	padding-left: 10px !important;
	padding: 5px 0;
}
*/

/* content box */
.content-box {
	padding: 0 30px;
	margin: 0;
	width: 33.3333% !important;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	margin-left: -1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content-box:last-child {
	border-right: none;
}
.content-box:first-child {
	border-left: none;
}
.box-wrapper {
	margin: 0;
}

/* sidebar */
.sidebar h3 {
	font-size: 18px;
	line-height: 24px;
}

/* deal of the week */
.deal-week {
	padding: 25px 30px 10px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.deal-week .deal-description {
	width: 67%;
	float: left;
}
.deal-week h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
.deal-week h4 {
	margin-bottom: 10px;
}
.deal-week h4 {
	color: #0074cc;
}
.deal-week .img-wrapper {
	width: 30%;
	float: left;
	margin-left: 3%;
	margin-bottom: 20px;
}
.deal-description > div {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.deal-week ul {
	margin: 7px 0 20px;
	overflow: hidden;
}
.content .deal-week ul li {
	font-size: 16px;
	list-style: none;
	padding: 2px 0;
}
.deal-week li span {
	font-weight: 700;
}
.deal-week span.price {
	margin-bottom: 10px;
	font-size: 18px;
}
.deal-week .network-logo img {
	max-height: 60px;
}
.deal-week .img-wrapper img {
	max-height: 200px;
}

/* phone deals */
.img-wrap {
	float: left;
	margin: 0 20px 0 0;
	max-width: 100px;
}
.desc-wrap {
	overflow: hidden;
}
.desc-wrap ul {
	margin-bottom: 10px;
	margin-left: 0;
}
.content .desc-wrap li {
	list-style: none;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url('images/icon-check-small.png') 0 2px no-repeat;
}
span.price {
	display: block;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

/* phone deals details */
.phone-card-details .img-wrap {
	max-width: 210px;
	margin: 0 30px 0 0;
}
.phone-card-details .desc-wrap li {
	font-size: 18px;
	line-height: 24px;	
	font-weight: 600;
	background-position: 0 4px;
}
.desc-wrap span.relase {
	display: block;
	margin-bottom: 30px;
}

ul.top10-list {
	margin: 0 -5px;
}
.top10-list,
.content ul li.phone-card {
	list-style: none;
}
.content-full .phone-card {
	background: #fff;
}
.top10-list .phone-card:nth-child(5n+6) {
	clear: both;
}
.top10-list .phone-card h3 {
	min-height: 48px;
	margin-bottom: 10px;
}
.top10-list .img-wrap {
	margin-bottom: 10px;
}
.top10-list .cols {
	margin: 0 -5px
}
.top10-list .one-fifth {
	width: 226px;
	margin: 0 5px 10px;
	padding: 20px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.top10-list p {
	font-weight: 600;
}

/* about */
.about-content {
	position: relative;
}

/* news */
.one-half.news-box {
	margin-bottom: 0;
}
.news-box h3 {
	min-height: 47px;
	padding-top: 17px;
	margin-bottom: 20px;
}
.news-box p {
	clear: both;
}

/* slogan */
.content-slogan {
	background: #47a32a;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.content-slogan .container {
	padding: 30px 0;
}
.content-slogan .cols > div {
	margin-bottom: 0 !important;
}
.content-slogan h1,
.content-slogan h2,
.content-slogan h3 {
	color: #fff;
	margin-bottom: 0;
}
.content-slogan p {
	margin-bottom: 0;
}
.content-slogan .btn {
	margin-top: 5px;
}

/* footer */
footer#footer-main a {
	color: #444;
}
hr.footer-hr {
	margin: 0;
}

p.copyright {
	margin-bottom: 5px;
}

/* social */
.social li {
	display: inline-block;
	margin: 0 3px;
}
.social li:first-child {
	margin-left: 0;
}
.social li:last-child {
	margin-right: 0;
}
.social a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('images/social.png');
	text-indent: 9999px;
	overflow: hidden;
}
.social li.social-twitter a {
	background-position: 0 0;
}
.social li.social-facebook a {
	background-position: -50px 0;
}
.social li.social-google a {
	background-position: -100px 0;
}
.social li.social-youtube a {
	background-position: -150px 0;
}
.social a:hover {
	margin-bottom: 3px;
	margin-top: -3px;
}

/* ---------------------------------------- */
/* phone card */
.phone-card {
	text-align: center;
}
.phone-card h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.phone-card .img-wrap {
	float: none;
	margin: 0 auto 20px;
	max-width: 100%;
}

.phone-img > img {
	display: block;
	margin: 0 auto 20px;
	max-height: 250px;
}
.phone-gallery {
	margin-bottom: 30px;
}
.content .phone-gallery li {
	list-style: none;
	float: left;
	margin: 0 20px 20px 0;
	opacity: 0.5;
}
.phone-gallery li:hover {
	opacity: 1;
}
.phone-gallery a {
	width: 128px;
	display: block;
	border: 1px solid #e5e5e5;
}

.phone-options {
	line-height: 40px;
}
.phone-options span {
	display: block;
	vertical-align: middle;
	font-weight: 600;
}
.phone-options ul {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	margin-left: 0;
}
.content .phone-options ul {
	margin-bottom: 0;
}
.content .phone-options li {
	list-style: none;
	width: 30px;
	height: 30px;
	padding: 1px;
	border: 4px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.phone-options li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: 9999px;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.phone-options li.active {
	border-color: #0091ff;
}
.phone-options li.active a,
.phone-options li a:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

.storage-options {
	line-height: 40px;
}
.storage-options span {
	display: block;
	vertical-align: middle;
	font-weight: 600;
}
.storage-options ul {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
}
.content .storage-options ul {
	margin-bottom: 0;
	margin-left: 0;
}
.content .storage-options li {
	list-style: none;
	float: left;
	margin: 0 4px 0 0;
	padding-left: 0;
	background: transparent;
}
.storage-options li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 38px;
	font-weight: 600;
	color: #47a32a;
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.storage-options li.active a,
.storage-options li a:hover {
	color: #fff;
	background: #47a32a;
	border: 1px solid #47a32a;
}

h4.key-features {
	margin-top: 20px;
}
.phone-desc .desc-wrap ul {
	margin-left: 0;
}
.phone-desc .desc-wrap li {
	list-style: none;
	font-size: 16px;
	line-height: 24px;	
	font-weight: 600;
	background-position: 0 4px;
}

.expert-text {
	background: #fff;
	padding: 20px;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.expert-text .avatar {
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
	font-weight: 600;
	width: 80px;
}
.expert-text .avatar img {
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.expert-text > p {
	overflow: hidden;
	margin-bottom: 10px;
}

.checklist {
	margin: 50px 0;
	text-align: center;
}
.checklist span {
	display: inline-block;
	height: 32px;
	text-align: center;
	padding-left: 40px;
	background: url('images/icon-check32.png') 0 50% no-repeat;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #47a32a;
}
.checklist span.check-first {
	margin-right: 50px;
}

.change-handset-wrapper {
	margin-top: -40px;
}
.change-handset {
	color: #999;
	text-decoration: none;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-weight: 600;
	margin: 12px 0;
	padding-left: 21px;
	background: url('images/icon-change.png') 0 0 no-repeat;
}
.change-handset:hover {
	color: #47a32a;
	background-position: 0 -16px;
}

/* handset specs */
.content ul.handset-specs {
	text-align: center;
	margin-bottom: 0;
}
.handset-specs li {
	text-decoration: none !important;
	display: inline-block;
	color: #999;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-right: 30px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
.os-ios {
	background-image: url('images/icon-ios.png');
	padding-left: 29px;
}
.os-android {
	background-image: url('images/icon-android.png');
	padding-left: 29px;
}
.os-windows10 {
	background-image: url('images/icon-windows10.png');
	padding-left: 34px;
}
.os-blackberry10 {
	background-image: url('images/icon-blackberry10.png');
	padding-left: 34px;
}
.handset-size {
	background-image: url('images/icon-size.png');
	padding-left: 34px;
}
.handset-camera {
	background-image: url('images/icon-camera.png');
	padding-left: 34px;
}

/* ---------------------------------------- */
/* tabs */
.content.content-full.tab-wrapper .container {
	padding-bottom: 30px;
}
.content.content-full.tab-wrapper {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
.tab-wrapper .nav {
	margin-top: -91px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ddd;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.tab-wrapper .nav-tabs {
	border-bottom: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  font-weight: 600;
}
.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #f5f5f5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-wrapper .nav-tabs > li.active > a,
.tab-wrapper .nav-tabs > li.active > a:hover,
.tab-wrapper .nav-tabs > li.active > a:focus {
	background-color: #f5f5f5;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
.tab-wrapper .tab-content {
	margin-top: 50px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

#description.tab-pane {
	padding: 0 150px;
}

/* table */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* blog */
.post-img {
	width: 100%;
	text-align: center;
	margin: 0 0 30px ;
}
.post-img img {
	width: 100%;
}
.single-post-img {
	margin-bottom: 30px;
	text-align: center;
}
.single-post-img img {
	width: 100%;
}
.post-content {
	padding: 0 100px;
	margin-bottom: 40px;
}
.posted-meta a {
	text-decoration: none;
}
.post-desc h3 {
	margin: 0 0 5px;
}
.posted-meta {
	margin-bottom: 20px;
}
.posted-meta > span {
	line-height: 18px
}

ol.commentlist,
.content .children li {
	list-style: none;
}
.comment-author {
	height: 32px;
	margin-bottom: 10px;
}
.comment-author .fn,
.comment-author .says {
	padding-top: 3px;
	display: inline-block;
}
.comment-body {
	padding: 20px 20px 25px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.children .comment-body {
	margin-left: 20px;
}
.comment-author img.avatar {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

div.reply {
	text-align: right;
}

#blog-form {
	padding-top: 30px;
	background: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#blog-form form {
	margin-bottom: 30px;
}
#blog-form .two-third > p.center {
	margin-bottom: 0;
}
#blog-form form input[type="email"] {
	width: 100%;
	height: 56px;
	color: #999;
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#blog-form h3 {
	margin-bottom: 0;
}

hr.post-sep {
	margin-bottom: 30px;
}
.sharing-box {
	float: right;
	margin-left: 30px;
}
.post-text {
	overflow: hidden;
}

/* page navigation */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 4px 10px 6px;
	margin: 0 1px 2px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
}
.wp-pagenavi a {
	background: #f5f5f5;
}
.wp-pagenavi a:hover {
	background: #e5e5e5;
}

/* team */
.team-member {
	text-align: center;
}
.team-member .img-wrap {
	float: none;
	margin: 0 auto 20px;
	max-width: 100%;
}
.team-member img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.team-member h3 {
	margin-bottom: 0;
}
.team-member .member-role {
	color: #999;
	font-size: 16px;
}

/* providers */
.provider-details .img-wrap {
	max-width: 210px;
	margin: 0 30px 0 0;
}
.provider-details .desc-wrap li {
	font-size: 18px;
	line-height: 24px;	
	font-weight: 600;
	padding-left: 26px;
	background: url('images/icon-checkmark.png') 0 4px no-repeat;
}

/* list style */
.list-checkmark {
	margin-bottom: 20px;
}
.list-checkmark li {
	padding-left: 22px;
	background: url('images/icon-checkmark.png') 0 4px no-repeat;
	margin-bottom: 2px;
}
.list-more {
	margin-bottom: 20px;
}
.list-more li {
	padding-left: 22px;
	background: url('images/icon-more.png') 0 3px no-repeat;
	margin-bottom: 2px;
}

/* advices */
.expert-card {
	background-color: #1f97d5;
	background-image: -webkit-linear-gradient(top, #47a32a, #388120);
	background-image: -moz-linear-gradient(top, #47a32a, #388120);
	background-image: -o-linear-gradient(top, #47a32a, #388120);
	background-image: linear-gradient(to bottom, #47a32a, #388120);
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	padding: 50px 60px;
	margin-bottom: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.expert-card .expert-desc {
	float: left;
	width: 720px;
}
.expert-card .img-wrap {
	float: right;
	max-width: 300px;
	margin-right: 0;
	margin-left: 30px;
}
.expert-card h2 {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 30px;
	font-weight: 800;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}
.expert-card .img-wrap img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: -4px 4px 0 8px rgba(138, 217, 77, 0.7);
	-moz-box-shadow: -4px 4px 0 8px rgba(138, 217, 77, 0.7);
	-webkit-box-shadow: -4px 4px 0 8px rgba(138, 217, 77, 0.7);
}
.expert-card p,
.expert-card ul {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}
.expert-card ul {
	margin-bottom: 40px;
	margin-left: 0;
}
.expert-card ul li {
	list-style: none;
	color: #aefd70;
	padding-left: 27px;
	background: url('images/icon-check.png') 0 50% no-repeat;
	margin-bottom: 10px;
}
.expert-card .btn {
	white-space: normal;
}

.advices-wrap {
	margin-bottom: 40px;
}
.advice {
	background-color: #f5f5f5;
	margin-bottom: 2px;
	padding: 13px 20px 15px 96px;
	background-image: url('images/q-bg.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.advice:nth-child(odd) {
	background-color: #f9f9f9;
}
.advice:hover {
	background-position: -72px;
	padding-left: 24px;
	background-color: #fff;
}
.advice h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}
.advice:hover h3 {
	padding-right: 72px;
}

.guides-pagination {
	margin-bottom: 40px;
}

.advice-meta {
	font-size: 13px;
	color: #777;
}
.advice-meta a {
	text-decoration: none;
}
.advice-posted {
	float: left;
}
header.header-section .advice-posted {
	float: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
header.header-section .advice-posted a {
	text-decoration: none;
}
.advice-meta .rate {
	float: right;
	padding-left: 30px;
	background: url('images/icon-rate.png') 0 0 no-repeat;
}

.ask-form-wrapper {
	background: #f5f5f5;
	padding: 50px 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#search-faq {
	width: 100%;
	height: 56px;
	color: #999;
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ask-form-wrapper .btn {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.or-text {
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

header.header-faq h1 {
	background: #f5f5f5 url('images/q-bg.png') 0 50% no-repeat;
	padding: 13px 20px 15px 96px;
}
header.header-faq p {
	margin: 20px 0;
	color: #444;
}

.answer-wrap {
	background: url('images/a-bg.png') 0 0 no-repeat;
	padding: 0 0 0 96px;
	margin-bottom: 30px;
}
.article-author {
	padding-top: 40px;
	margin-top: 20px;
	border-top: 1px solid #d9d9d9;
}
.article-author .avatar {
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
	font-weight: 600;
	width: 100px;
}
.article-author .avatar img {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.article-author .author-desc {
	overflow: hidden;
	margin-bottom: 0;
}
.advice-rate {
	padding-top: 30px;
}

.related-quest {
	margin-bottom: 30px;
}
.content .related-quest li {
	list-style: none;
	background-position: 0 5px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}

/* Reviews Styles */
#review-box {
	margin-bottom: 20px;
}
#review-box h1, #review-box h2, #review-box h3, #review-box h4, #review-box h5, #review-box h6 , #review-box p , #review-box strong{margin:0;}
#review-box br{display: none;}
.review-bottom{clear:both;}	
.taq-clear{clear:both;}	
#review-box h2.review-box-header{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 26px
}
.review-item{
	margin-bottom:2px;
	opacity:1;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
#review-box .review-item h5{
	position:relative;
	z-index:2;
}
#review-box.review-percentage .review-item h5,#review-box.review-percentage .review-item h5{line-height:34px;padding: 0 8px;}
.review-percentage .review-item span{
	position: relative;
	background: #e5e5e5;
	display: block;
	height: 34px;
}
.review-percentage .review-item span span{
	top: 0;
	position: absolute;
	background-color: #00a9b0;
	background-image: url(images/stripes.png);
	display: block;
	height: 34px;
	-webkit-animation: wentrance 2s;
	animation: wentrance 2s;

}
@-webkit-keyframes wentrance { 0% {opacity: 0; } 100% {opacity: 1;}}
@keyframes wentrance { 0% {opacity: 0;} 100% {opacity: 1;}}

.review-stars .review-item{ background: #eee; margin-bottom:2px; overflow:hidden; padding:6px 8px;}
#review-box.review-stars .review-item h5{float:left; }
.review-stars .stars-large, .review-stars .hearts-large, .review-stars .thumbs-large{float:right;}
.review-final-score .stars-large, .review-final-score .hearts-large, .review-final-score .thumbs-large{float: none !important;margin: 0 auto 10px;}
.review-summary{background-color:#e5e5e5;overflow:hidden; position:relative; min-height: 85px;}
.review-short-summary{padding:10px;display: table-cell;vertical-align: top; padding-right:122px;}
.review-short-summary a{color:#ccc; text-decoration:underline;}
.review-short-summary a:hover{color:#fff;}
.review-final-score{
	background-color: #47a32a;
	width:100px;
	height:500px;
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	color:#fff;
	padding:10px 5px;
	border-color: #eee;
	border-style:solid;
	border-width:0 0 0 2px;
}
.review-final-score .post-large-rate{margin-top:5px;}
#review-box .review-final-score h3{font-size: 44px;color: #FFF;font-weight: bold;}
#review-box .review-final-score h3 span{font-size: 24px;}
#review-box .review-final-score h4{
	margin-bottom:0;
	font-size: 20px;
	color:#FFF;
}

span.post-small-rate, span.post-small-rate span, span.post-large-rate, span.post-large-rate span{
	-webkit-transition: 0 none;
	-moz-transition: 0 none;
	-ms-transition: 0 none;
	-o-transition: 0 none;
	transition: 0 none;	
}

span.post-small-rate{
	width:54px;
	display:block;
	height:15px;
	background-position: left bottom;
	background-repeat:no-repeat;	
}
span.post-small-rate span{
	width:100%;
	display:block;
	height:15px;
	background-position: left top;
	background-repeat:no-repeat;
	float: left;
}
span.stars-small, span.stars-small span{background-image:url(images/stars-small.png);}
span.hearts-small, span.hearts-small span{background-image:url(images/hearts-small.png);}
span.thumbs-small, span.thumbs-small span{background-image:url(images/thumbs-small.png);}


span.post-large-rate{
	width:98px;
	display:block;
	height:22px;
	background-position: left bottom;
	background-repeat:no-repeat;
}
span.post-large-rate span{
	width:100%;
	display:block;
	height:22px;
	background-position: left top;
	background-repeat:no-repeat;
	float: left;	
}

span.stars-large, span.stars-large span{background-image:url(images/stars-large.png) ;}
span.hearts-large, span.hearts-large span{background-image:url(images/hearts-large.png) ;}
span.thumbs-large, span.thumbs-large span{background-image:url(images/thumbs-large.png) ;}

.post-single-rate{float:left; margin-right:5px;}

.user-rate-wrap{
	background: #e5e5e5;
	margin-top: 2px;
	padding: 7px 8px;
}
.user-rate{	float:right; width: 98px;}
.user-rate-wrap .user-rating-text{ float:left;}

ul.reviews-posts{list-style:none;}
ul.reviews-posts li{ overflow:hidden;}
ul.reviews-posts .review-thumbnail{
	float:left;
	margin-right:10px;
}
ul.reviews-posts h3{ margin-bottom:5px;}

.user-rate-active span.post-large-rate span{cursor:pointer;}

.taq-load{
	background:url(images/ajax-loader.gif) no-repeat center;
	width: 98px;
	height: 22px;
	display: block;
}


/* RTL */
body.rtl .review-top{ float:right; margin-right:0; margin-left:20px;}
body.rtl .review-stars .stars-large, body.rtl .review-stars .hearts-large, body.rtl .review-stars .thumbs-large , body.rtl .user-rate , 
body.rtl .stars-large span, body.rtl .hearts-large span, body.rtl .thumbs-large span{ float:left;}
body.rtl #review-box.review-stars .review-item h5, body.rtl .user-rate-wrap .user-rating-text{float:right;}
body.rtl .review-final-score{border-width:0 2px 0 0; right:auto; left:0;}
body.rtl .post-single-rate {float: right;margin-left: 5px; margin-right:0;}
body.rtl ul.reviews-posts .review-thumbnail {float: right;margin-left: 10px;margin-right: 0;}
body.rtl .review-short-summary {padding-right: 10px;padding-left: 122px;}

@media only screen and (max-width: 768px){
	.review-top, body.rtl .review-top {
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px){
	.review-final-score, body.rtl .review-final-score {
		width: auto;
		display:block;
		border-width: 0 0 2px 0;
		height: auto;
		position: relative;
	}
	.review-short-summary, body.rtl .review-short-summary{padding: 10px;}
	.user-rate-wrap, body.rtl .user-rate-wrap {text-align: center;}
	.user-rate, body.rtl .user-rate {float: none;margin: 5px auto 0;}
	.user-rate-wrap .user-rating-text, body.rtl .user-rate-wrap .user-rating-text{float:none;}
}

/* plugin */
#e404_types li {
	background: #fff;
}
#e404_contract {
	background: transparent;
}
#e404_phone-search a.button {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	background-color: #1f97d5;
	background-image: -webkit-linear-gradient(bottom, #0074cc, #0091ff);
	background-image: -moz-linear-gradient(bottom, #0074cc, #0091ff);
	background-image: -o-linear-gradient(bottom, #0074cc, #0091ff);
	background-image: linear-gradient(to top, #0074cc, #0091ff);
	border-color: #007fe0;
	border-bottom-color: #006ec2;
	box-shadow: 0 4px 0 #005799;
	-moz-box-shadow: 0 4px 0 #005799;
	-webkit-box-shadow: 0 4px 0 #005799;
}
#e404_phone-search a.button:hover {
	color: #fff;
}
#e404_phone-search table tbody tr:nth-child(2n+1) {
	background-color: #fff;
}
#e404_phone-search .phone_list .td2 h3,
#e404_phone-search label,
#e404_phone-search .phone_list thead td {
	color: #0074cc;
}
#e404_types .current, #e404_types li:hover {
	background-color: #47a32a;
}
#e404_types .current:after {
	border-color: #47a32a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#e404_types .current, #e404_types li:hover {
	border: 1px solid #47a32a;
}
#e404_phone-search input[type="text"], #e404_phone-search input[type="password"], #e404_phone-search input[type="email"], #e404_phone-search input[type="tel"], #e404_phone-search input[type="number"], #e404_phone-search select, #e404_phone-search textarea {
	background-color: #fff;
}

.phone-card .img-wrap img {
	max-height: 213px;
}

.wpcf7-text, .wpcf7-textarea {
	width: 100%;
}
.wpcf7-hidden-field {
	display: none;
}

/* messages */
div.error {
	padding: 20px;
	margin: 40px 0;
	background: #cb1f26;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p.error {
	color: #cb1f26;
}

div.success {
	padding: 20px;
	margin: 40px 0;
	background: #47a32a;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* video */
#video > iframe {
	max-width: 100%;
}

/* facebook */
#fb-root {
	display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.sharing-box .fb_iframe_widget, .sharing-box .fb_iframe_widget span, .sharing-box .fb_iframe_widget span iframe[style] {
	width: 100px !important;
}

.social-item {
	height: 30px;
	margin-bottom: 5px;
}

/* groo toy */
.content.content-full.content-toy {
	background: #f5f5f5;
}
.content-toy img {
	margin-top: -40px;
}
.step-desc {
	margin: 30px 0;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.groo-facts {
	font-size: 20px;
	line-height: 30px;
}
.toy-step {
	position: relative;
	z-index: 999;
}
.toy-step h3 {
	font-size: 30px;
	text-align: center;
}
.content .toy-step h3:before {
	content: "- ";
}
.content .toy-step h3:after {
	content: " -";
}

/* popup */
.top-layer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.dark-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
}
#popup-wrapper {
	width: 700px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -387px;
	padding: 40px 34px 40px 40px;
}
.popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/icon-close.png') no-repeat;
}
#popup-wrapper .toy-step {
	width: 29%;
	float: left;
	margin: 0 2%;
}
#popup-wrapper .step-desc {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0;
}
#popup-wrapper .toy-step h3 {
	position: absolute;
	color: #fff;
	z-index: 9999;
	font-size: 24px;
	top: 10px;
	left: 15px;
}

.tiger-wrapper {
	width: 99%;
	margin-bottom: 30px;
	height: 300px;
	background: #f5f5f5 url('images/groo/groo-toy.jpg') 100% 40% no-repeat;
	background-size: 270px auto;
}
.tiger-wrapper h2 {
	width: 50%;
	padding: 70px 0 0 40px;
	font-size: 32px;
	line-height: 46px;
}

/* claim-groo-form */
.claim-groo-form {
	border: 3px solid #ddd;
	background: #f9f9f9;
	padding: 30px 32px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.claim-groo-form input[type="text"],
.claim-groo-form input[type="password"],
.claim-groo-form input[type="email"],
.claim-groo-form input[type="tel"],
.claim-groo-form input[type="number"],
.claim-groo-form select,
.claim-groo-form textarea {
	background: #fff;
}
.claim-groo-form .one-third {
	width: 346px;
}
.claim-groo-form .full-page {
	width: 1100px;
}
.claim-groo-form input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 5px;
}
.claim-groo-form .form-control-txt {
	vertical-align: middle;
}
.claim-groo-form input[type="file"] {
	color: #47a32a;
}
.top-layer-switch {
	background-color: #47a32a;
	position: fixed;
	bottom: 0;
	right: 0;
}
a.popup-open {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 15px;
}
a.popup-open:hover {
	text-decoration: underline;
}

/* button */
.btn-latest-deals {
	line-height: 28px !important;
	padding: 9px 30px !important;
}
.btn-latest-deals .fa-arrow-circle-o-down {
	font-size: 24px;
	margin-left: 5px;
}

/* Search Results */
.search-desc {
	margin-bottom: 30px;
}
.search-img {
	float: left;
	margin: 0 10px 10px 0;
}

/* ---------------------------------------- */
/* deals */

h4.choose-phone {
	padding-left: 32px;
	background: url('images/form-icons/icon-phone.png') 0 50% no-repeat;
}
.phone-colors-list {
	list-style: none !important;
	overflow: hidden;
	margin: -5px;
}
.phone-colors-list li {
	list-style: none !important;
	float: left;
	width: 30px;
	height: 30px;
	margin: 5px;
}
.phone-colors-list li input {
	display: none;
}
.phone-colors-list li input:checked+span {
	background-image: url('images/check-bg.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.phone-colors-list li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: 99999px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.phone-memory-list {
	list-style: none !important;
}
.phone-memory-list li {
	list-style: none !important;
	display: block;
	margin-bottom: 5px;
}
.phone-memory-list label {
	color: #222;
	font-weight: normal;
}
.phone-memory-list li:last-child {
	margin-bottom: 0;
}
.phone-memory-list li input {
	display: none;
}
.phone-memory-list li span {
	display: block;
	padding-left: 30px;
	background: url('images/checkbox-bg.png') 0 50% no-repeat;
	cursor: pointer;
}
.phone-memory-list li input:checked+span {
	background-image: url('images/checkbox-checked-bg.png');
}

h4.filter-deals {
	padding-left: 34px;
	background: url('images/form-icons/icon-filter.png') 0 50% no-repeat;
}
.btn.filter-deals-button {
	display: none;
}
.btn.filter-deals-button:before {
	content: '';
	display: inline-block;
	width: 34px;
	height: 24px;
	background: url('images/form-icons/icon-filter-white.png') 10px 50% no-repeat;
	pointer-events: none;
	margin-right: 10px;
	vertical-align: middle;
}
.filter-wrapper {
	margin-bottom: 30px;
}
.filter-wrapper .btn {
	margin-bottom: 10px;
}
.filters-form h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #999;
}

.filter-wrapper ul {
	margin-left: 0 !important;
}

.option-wrapper {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.filters-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 5px 10px;
	padding-left: 38px !important;
	line-height: 20px;
	height: 40px;
	background: #fff url('images/form-icons/select-arrows.png') 95% 50% no-repeat;
	cursor: pointer;
}
.filters-form select:focus {
	border: 2px solid #47a32a;
}
.select-icon {
	position: absolute;
	top: 12px;
	left: 14px;
	width: 16px;
	height: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.manufacturers-icon {
	background-image: url('images/form-icons/icon-manufacturers.png');
}
.minutes-icon {
	background-image: url('images/form-icons/icon-minutes.png');
}
.texts-icon {
	background-image: url('images/form-icons/icon-texts.png');
}
.data-icon {
	background-image: url('images/form-icons/icon-data.png');
}
.monthly-cost-icon {
	background-image: url('images/form-icons/icon-monthly-cost.png');
}
.cashback-icon {
	background-image: url('images/form-icons/icon-money.png');
}
.upfront-cost-icon {
	background-image: url('images/form-icons/icon-credit-card.png');
}
.contract-length-icon {
	background-image: url('images/form-icons/icon-contract-length.png');
}
.new-refurbished-icon {
	background-image: url('images/form-icons/icon-upfront-cost.png');
}

.networks-list,
.manufacturers-list {
	list-style: none !important;
	overflow: hidden;
	margin-right: -10px;
}
.networks-list li,
.manufacturers-list li {
	list-style: none !important;
	float: left;
	width: 25%;
	height: 40px;
	padding-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.networks-list li.item-double,
.manufacturers-list li.item-double {
	width: 50%;
}
.networks-list li span,
.manufacturers-list li span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	text-indent: -99999px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.networks-list li.item-double span,
.manufacturers-list li.item-double span {
	text-indent: 0;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}
.networks-list li span:hover,
.networks-list li.active span,
.manufacturers-list li span:hover,
.manufacturers-list li.active span {
	border-color: #47a32a;
	border-width: 2px;
	color: #fff;
	cursor: pointer;
}
.networks-list li.item-double span:hover,
.networks-list li.item-double.active span,
.manufacturers-list li.item-double span:hover,
.manufacturers-list li.item-double.active span {
	background-color: #47a32a;
}

.sorting-wrapper {
	overflow: hidden;
}
.sorting-wrapper span {
	float: left;
	width: 50%;
	height: 100%;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sorting-wrapper span.sort-featured-deals {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-right: none;
}
.sorting-wrapper span.sort-monthly-cost {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-left: none;
}
.sorting-wrapper span:hover,
.sorting-wrapper span.active {
	background-color: #47a32a;
	border-color: #47a32a;
	color: #fff;
	cursor: pointer;
}

.checkbox-wrapper {
	cursor: pointer;
}
.filters-form input[type="checkbox"] {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 4px;
}
.checkbox-wrapper span {
	color: #444;
	font-weight: 400;
}

.apply-filters-button {
	display: none;
	opacity: 0;
}

.sidebar-header {
	display: none;
	margin: -20px -20px 40px;
	padding: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #c2c2c2;
	overflow: hidden;
}
.sidebar-header h3 {
	width: calc(100% - 60px);
	margin-bottom: 0;
	font-size: 18px !important;
	line-height: 24px !important;
}
.sidebar-header .btn {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 16px;
}

/* table */
h4.sort-by {
	float: left;
	margin-bottom: 0;
	padding: 17px 30px 18px 34px;
	background: url('images/form-icons/icon-sort.png') 0 50% no-repeat;
}

.sort-header-wrapper {
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
.sort-header {
	float: right;
}
.sort-wrapper {
	float: right;
	overflow: hidden;
}
.sort-opt {
	float: left;
	padding: 18px 30px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	background-color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sort-opt.featured-deals {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-right: none;
}
.sort-opt.monthly-cost {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-left: none;
}
.sort-opt:hover,
.sort-opt.active {
	background-color: #47a32a;
	border-color: #47a32a;
	color: #fff;
	cursor: pointer;
}

table.deals-table {
	width: 100%;
	margin-bottom: 30px;
}
table.deals-table td {
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 5px;
	vertical-align: middle;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
table.deals-table td.tdnotfound {
	padding-top: 30px;
	color: #f00;
}
table.deals-table tr {
	position: relative;
}
table.deals-table td strong {
	display: block;
}
table.deals-table td.deal-name strong {
	margin-bottom: 4px;
}
td.deal-image {
	width: 13%;
}
td.deal-name.payg {
	width: 20% !important;
}
td.deal-image img {
	max-height: 100px;
}
td.deal-network.payg img {
	max-width: 120px;
}
td.deal-price {
	width: 14%;
	color: #0091ff;
}
td.deal-price strong {
	font-size: 20px;
}
td.deal-button {
	width: 13%;
}
td.deal-button img {
	margin-bottom: 5px;
}
table.deals-table td.deal-name {
	width: 15%;
	text-align: left;
}
td.deal-name span {
	font-size: 14px;
	line-height: 16px;
}
td.deal-network {
	width: 13%;
}
td.deal-network img {
	margin-bottom: 5px;
	max-height: 50px !important;
}
td.deal-network span {
	font-size: 14px;
	line-height: 16px;
}
td.deal-description {
	width: 32%;
}
.deal-description .description-item {
	float: left;
	width: 33.333%
}
.deal-network span {
	display: block;
}

td.deal-name span.free-handset,
td.deal-name .deal-tags span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	padding: 0 10px;
	margin-bottom: 4px;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
td.deal-name .deal-tags span {
	white-space: normal;
}
.free-handset {
	background-color: #bebebe;
}
.deal-tag1 {
	background-color: #005799;
}
.deal-tag2 {
	background-color: #0091ff;
}
.deal-tag3 {
	background-color: #ccc;
}

/* load more */
.load-more-deals {
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #999;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* handset slider */
.bxslider li {
	text-align: left;
}
.bxslider img {
	float: left;
	width: 50%;
	margin-right: 6%;
}
.bxslider select {
	width: 44%;
	margin-bottom: 10px;
	margin-top: 30px;
}

/* rating */
p.review-rate {
	text-align: center;
	margin-bottom: 40px;
}
span.rate {
	display: inline-block;
	width: 168px;
	height: 32px;
	background: url('images/rating-stars.png') 0 -32px no-repeat;
}
span.rate span {
	display: block;
	height: 32px;
	background: url('images/rating-stars.png') 0 0 no-repeat;
}
span.rate.clickable,
span.rate.no-opinion {
	cursor: pointer;
}

/* providers list */
.content ul.providers-list li {
	list-style: none;
	float: left;
	width: 20%;
	height: 140px;
	padding: 20px 30px;
	margin-bottom: 30px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.providers-list img {
	max-height: 100%;
	max-width: 100%;
}

/* search results */
.search-box {
	float: right;
	display: none;
	background: #f5f5f5;
	padding: 10px;
	margin-top: 8px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.search-box input[type="text"] {
	width: 300px;
	padding: 0 10px;
	background: #fff;
}

.search-results .post {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

/* comming soon */
.coming-soon-single header#header-main .container {
  text-align: center;
}
.coming-soon-single #logo {
  float: none;
  display: inline-block;
  width: 375px;
  height: 62px;
  margin-bottom: 20px;
}
.coming-soon-title {
  text-align: center;
  margin: 0 auto 60px;
}

/* Providers */
.providers {
  margin: 0 -15px;
  overflow: hidden;
}

.provider-wrapper {
	float: left;
	margin: 0 15px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 270px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.provider-wrapper:nth-child(4n+5) {
  clear: both;
}
.provider-wrapper:hover {
  background-color: #47a32a;
  border: 1px solid #47a32a;
}
.provider-wrapper > a {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: inherit;
  display: block;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
}
.provider-wrapper:hover > a {
  border: 1px solid #47a32a;
}
.provider-wrapper .provider-logo {
  height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.provider-wrapper .provider-logo img {
  max-height: 100%;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h5.provider-name {
  font-weight: 500;
  margin-bottom: 30px;
}
.provider-reviews-wrapper .provider-rate {
  margin-bottom: 10px;
}
.provider-reviews-wrapper .provider-rate-stars {
  margin-bottom: 10px;
}
.provider-reviews-wrapper .provider-reviews {
  margin-bottom: 20px;
}
.provider-reviews-wrapper .provider-rate {
  font-size: 28px;
}

.provider-reviews-wrapper .provider-rate .provider-rate-sum {
  font-weight: bold;
}
.provider-rate-0 .provider-rate-sum {
  color: #999;
}
.provider-rate-1 .provider-rate-sum {
  color: #d9332b;
}
.provider-rate-2 .provider-rate-sum {
  color: #dc711b;
}
.provider-rate-3 .provider-rate-sum {
  color: #fec13d;
}
.provider-rate-4 .provider-rate-sum {
  color: #47a32a;
}
.provider-rate-5 .provider-rate-sum {
  color: #3b7f28;
}

.provider-reviews-wrapper .provider-rate .provider-rate-of {
  color: #999;
  font-weight: 300;
}
.provider-reviews-wrapper .provider-reviews .provider-reviews-num {
  color: #999;
}

.provider-reviews-wrapper .provider-rate-status {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
.provider-rate-0 .provider-rate-status {
  color: #999;
}
.provider-rate-1 .provider-rate-status {
  color: #d9332b;
}
.provider-rate-2 .provider-rate-status {
  color: #dc711b;
}
.provider-rate-3 .provider-rate-status {
  color: #fec13d;
}
.provider-rate-4 .provider-rate-status {
  color: #47a32a;
}
.provider-rate-5 .provider-rate-status {
  color: #3b7f28;
}

.provider-rate-stars .rate {
	width: 118px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	display: inline-block;
	background: url('images/stars-rh.png') 0 -30px;
	cursor: pointer;
}
.provider-rate-stars span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	background: url('images/stars-rh.png');
}
.provider-rate-0 .provider-rate-stars span {
  background: transparent;
}
.provider-rate-1 .provider-rate-stars span {
  background: url('images/stars-large-red.png');
}
.provider-rate-2 .provider-rate-stars span {
  background: url('images/stars-large-orange.png');
}
.provider-rate-3 .provider-rate-stars span {
  background: url('images/stars-large-yellow.png');
}
.provider-rate-4 .provider-rate-stars span {
  background: url('images/stars-large-green.png');
}
.provider-rate-5 .provider-rate-stars span {
  background: url('images/stars-large-dark-green.png');
}

.provider-rate-stars span.rate-large {
	width: 144px;
	height: 24px;
	line-height: 24px;
	background: url('images/stars-large-rh.png') 0 -30px;
}
.provider-rate-stars span.rate-large span {
	height: 24px;
	line-height: 24px;
	background: url('images/stars-large-rh.png');
}
.provider-rate-0 .provider-rate-stars span.rate-large span {
  background: transparent;
}
.provider-rate-1 .provider-rate-stars span.rate-large span {
  background: url('images/stars-large-red.png');
}
.provider-rate-2 .provider-rate-stars span.rate-large span {
  background: url('images/stars-large-orange.png');
}
.provider-rate-3 .provider-rate-stars span.rate-large span {
  background: url('images/stars-large-yellow.png');
}
.provider-rate-4 .provider-rate-stars span.rate-large span {
  background: url('images/stars-large-green.png');
}
.provider-rate-5 .provider-rate-stars span.rate-large span {
  background: url('images/stars-large-dark-green.png');
}

.provider-rate-bar span.rate {
	width: 100%;
	height: 10px;
	line-height: 10px;
	text-align: left;
	display: inline-block;
	background: #dddddd;
	cursor: pointer;
}
.provider-rate-bar span.rate span {
	display: block;
	height: 10px;
	line-height: 10px;
	background: #fcce2f;
}
.provider-score-0 .provider-rate-bar span.rate span {
  background-color: #999;
}
.provider-score-1 .provider-rate-bar span.rate span {
  background-color: #d9332b;
}
.provider-score-2 .provider-rate-bar span.rate span {
  background-color: #dc711b;
}
.provider-score-3 .provider-rate-bar span.rate span {
  background-color: #fec13d;
}
.provider-score-4 .provider-rate-bar span.rate span {
  background-color: #47a32a;
}
.provider-score-5 .provider-rate-bar span.rate span {
  background-color: #3b7f28;
}

.provider-score-0 .single-provider-question-score-status {
  color: #999;
}
.provider-score-1 .single-provider-question-score-status {
  color: #d9332b;
}
.provider-score-2 .single-provider-question-score-status {
  color: #dc711b;
}
.provider-score-3 .single-provider-question-score-status {
  color: #fec13d;
}
.provider-score-4 .single-provider-question-score-status {
  color: #47a32a;
}
.provider-score-5 .single-provider-question-score-status {
  color: #3b7f28;
}

.provider-wrapper .control .btn.outline {
  padding: 7px 20px;
}
.provider-wrapper:hover .control .btn.outline {
  background-color: #47a32a;
  color: #fff;
}

/* Single provider reviews */
.single-provider-details a {
  color: inherit;
}
.single-provider-details .provider-logo img {
  width: 100%;
  height: auto;
}
.single-provider-details .provider-reviews-wrapper {
  margin-bottom: 10px;
}
.single-provider-details h2 {
  margin-bottom: 10px;
}
.single-provider-details .provider-reviews-wrapper .provider-rate-stars {
  display: inline-block;
  margin-right: 10px;
}
.single-provider-details .provider-reviews-wrapper .provider-rate {
  display: inline-block;
}
.single-provider-details .provider-details p {
  margin-bottom: 5px;
}
.single-provider-details .details-title {
  font-weight: 700;
  margin-right: 5px;
}

.stats-wrapper > div {
  padding: 0 20px;
}
.single-provider-stats .stats-header {
  display: table;
  width: 100%;
  text-align: left;
}
.single-provider-stats .stats-header h4 {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}
.single-provider-stats .stats-header .control {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.single-provider-stats .stats-wrapper .single-provider-reviews {
  text-align: center;
}
.single-provider-stats .stats-wrapper .provider-reviews-wrapper .provider-rate {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.single-provider-stats .stats-wrapper .provider-reviews-wrapper .provider-rate-stars {
  margin-bottom: 20px;
}

.single-provider-question-score {
  margin-bottom: 30px;
}
.single-provider-question-score-header {
  display: table;
  width: 100%;
}
.single-provider-question-score-title {
  display: table-cell;
  vertical-align: bottom;
}
.single-provider-question-score-status {
  display: table-cell;
  font-style: italic;
  vertical-align: bottom;
  text-align: right;
}

.single-provider-summary {
  text-align: center;
}
.single-provider-rank {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.single-provider-rank span {
  display: block;
  font-size: 36px;
  margin-bottom: 5px;
}
.single-provider-percent {
  margin-bottom: 20px;
}
.single-provider-percent span {
  display: block;
  font-size: 36px;
  margin-bottom: 5px;
}

.recommend-rate-0.single-provider-percent span {
  color: #999;
}
.recommend-rate-1.single-provider-percent span {
  color: #d9332b;
}
.recommend-rate-2.single-provider-percent span {
  color: #dc711b;
}
.recommend-rate-3.single-provider-percent span {
  color: #fec13d;
}
.recommend-rate-4.single-provider-percent span {
  color: #47a32a;
}
.recommend-rate-5.single-provider-percent span {
  color: #3b7f28;
}

/* reviews sorting */
.customers-reviews .customers-reviews-sorting {
  margin-bottom: 50px;
}
.customers-reviews .customers-reviews-sorting .select-wrapper {
  display: inline-block;
  margin-right: 20px;
  min-width: 150px;
  vertical-align: middle;
}
.customers-reviews .customers-reviews-sorting .select-wrapper select {
  width: 100%;
}
.customers-reviews .customers-reviews-sorting .reviews-count {
  display: inline-block;
  vertical-align: middle;
}

.customers-reviews-list {
}
.customer-review-wrapper {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.customer-review-wrapper .customer-card {
  display: table-cell;
  background-color: #f5f5f5;
  border-right: 1px solid #e7e7e7;
  padding: 20px 30px;
  width: 30%;
  text-align: center;
}
.customer-review-wrapper .customer-card .customer-image {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.customer-review-wrapper .customer-card .customer-image img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.customer-review-wrapper .customer-card h6 {
  margin-bottom: 0;
}
.customer-review-wrapper .customer-card p.date {
  font-size: 14px;
  margin-bottom: 20px;
}
.customer-review-wrapper .customer-card .customer-score {
  max-width: 200px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.customer-review-wrapper .customer-card .customer-score .single-provider-question-score-header {
  font-size: 14px;
}
.customer-review-wrapper .customer-card .customer-score .single-provider-question-score {
  margin-bottom: 10px;
}

.customer-review-wrapper .customer-review {
  display: table-cell;
  padding: 20px 30px;
  width: 70%;
}
.customer-review-wrapper .customer-review h3 {
  margin-bottom: 10px;
}
.customer-review-wrapper .customer-review .customer-rate {
  margin-bottom: 20px;
}

.middle-section-wrapper {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.middle-section-image {
  display: table-cell;
  padding: 30px 50px 30px 20px;
  width: 40%;
  text-align: center;
  vertical-align: middle;
}
.middle-section-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.middle-section-content {
  display: table-cell;
  padding: 30px 20px 30px 50px;
  width: 60%;
  vertical-align: middle;
}
.middle-section-content p.control {
  margin-top: 30px;
}

/* tiger section */
.middle-section-tiger {
  background-color: #f5f5f5;
}
.middle-section-tiger .middle-section-image {
  padding: 0;
}
.middle-section-tiger .middle-section-image img {
  max-height: 350px;
}

/* rate provider */
.rate-provider-details .cols {
  display: table;
  width: 100%;
}
.rate-provider-details .one-fourth {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.rate-provider-details .three-fourth {
  display: table-cell;
  float: none;
  padding-left: 50px;
  vertical-align: middle;
}
.rate-provider-details .three-fourth h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.rate-provider-details .three-fourth p {
  font-size: 18px;
}

/* rate form */
.sidebar-row {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 30px 30px 20px;
  text-align: center;
}
.content-row {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 30px 50px;
}
.content-row fieldset {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  clear: both;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 30px;
}
.content-row fieldset:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-row label {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 5px;
}
.content-row .input-wrapper,
.content-row .textarea-wrapper,
.content-row .select-wrapper {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.content-row .input-wrapper input {
  border: 1px solid #e5e5e5;
  width: 100%;
}
.content-row .textarea-wrapper textarea {
  border: 1px solid #e5e5e5;
  height: 150px;
  width: 100%;
}
.content-row .select-wrapper select {
  border: 1px solid #e5e5e5;
  width: 100%;
}

.content-row .textarea-wrapper .rev-characters-count {
  font-size: 13px;
  margin-top: 10px;
  text-align: right;
}
.content-row .textarea-wrapper .rev-characters-count span {
  font-weight: bold;
}

.content-row .radio-wrapper {
  display: inline-block;
  margin-right: 20px;
}
.content-row .radio-wrapper input {
  display: inline-block;
  vertical-align: middle;
}
.content-row .radio-wrapper label {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}

.content-row.error,
.content-row.success {
	margin-top: 0;
	display: none;
}
.content-row.success p {
	margin: 0;
}
.content-row.success h3 {
	color: #FFF;
}
span.error {
	color: red;
	display: none;
}

.confirmation {
  background-color: #fffbe9;
}
.confirmation .checkbox-wrapper {
  display: table;
  width: 100%;
}
.confirmation .checkbox-inner {
  display: table-cell;
  padding-right: 5px;
  margin-top: 5px;
  vertical-align: top;
  width: 30px;
}
.confirmation .checkbox-inner input {
  margin-top: 5px;
}
.confirmation .checkbox-wrapper label {
  display: table-cell;
  font-weight: normal;
  vertical-align: top;
  white-space: normal;
  font-size: inherit;
  color: inherit;
}

.rate-wrapper span.rate-large {
	width: 144px;
	height: 24px;
	line-height: 24px;
	background: url('images/stars-large-rh.png') 0 -30px;
	vertical-align: middle;
}
.rate-wrapper span.rate-large span {
	height: 24px;
	line-height: 24px;
	background: transparent;
}
.rate-wrapper.rate-0 span.rate-large span {
  background: transparent;
}
.rate-wrapper.rate-1 span.rate-large span {
  background: url('images/stars-large-red.png');
}
.rate-wrapper.rate-2 span.rate-large span {
  background: url('images/stars-large-orange.png');
}
.rate-wrapper.rate-3 span.rate-large span {
  background: url('images/stars-large-yellow.png');
}
.rate-wrapper.rate-4 span.rate-large span {
  background: url('images/stars-large-green.png');
}
.rate-wrapper.rate-5 span.rate-large span {
  background: url('images/stars-large-dark-green.png');
}

.rate-wrapper span.rate-status {
  background-color: #999;
  color: #fff;
  display: inline-block;
  font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	padding: 0 10px;
	position: relative;
  vertical-align: middle;
}
.rate-wrapper span.rate-status:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #999; 
}
.rate-wrapper.rate-0 span.rate-status {
  background-color: #999;
}
.rate-wrapper.rate-1 span.rate-status {
  background-color: #d9332b;
}
.rate-wrapper.rate-2 span.rate-status {
  background-color: #dc711b;
}
.rate-wrapper.rate-3 span.rate-status {
  background-color: #fec13d;
}
.rate-wrapper.rate-4 span.rate-status {
  background-color: #47a32a;
}
.rate-wrapper.rate-5 span.rate-status {
  background-color: #3b7f28;
}
.rate-wrapper.rate-0 span.rate-status:before {
  border-right-color: #999;
  color: #666;
}
.rate-wrapper.rate-1 span.rate-status:before {
  border-right-color: #d9332b;
}
.rate-wrapper.rate-2 span.rate-status:before {
  border-right-color: #dc711b;
}
.rate-wrapper.rate-3 span.rate-status:before {
  border-right-color: #fec13d;
}
.rate-wrapper.rate-4 span.rate-status:before {
  border-right-color: #47a32a;
}
.rate-wrapper.rate-5 span.rate-status:before {
  border-right-color: #3b7f28;
}

.rate-wrapper span.rate-large.no-opinion {
  background-position: 0 -30px;
  width: 24px;
  margin: 0 26px 0 23px;
}

.rate-numbers.rate-numbers-large {
  overflow: hidden;
}
.rate-numbers.rate-numbers-large span {
  color: #999;
  float: left;
  font-size: 11px;
  line-height: 14px;
  width: 24px;
  margin: 5px 3px 0;
  text-align: center;
}
.rate-numbers.rate-numbers-large span:first-child {
  margin-left: 0;
}
.rate-numbers.rate-numbers-large span:last-child {
  margin-right: 0;
}

.rate-numbers.rate-numbers-large span.no-opinion {
  width: 70px;
}

.content-row-header {
  display: table;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.content-row-num {
  display: table-cell;
  vertical-align: top;
  width: 40px;
}
.content-row-num span {
  background-color: #0091ff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.content-row-heading {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.content-row-heading h5 {
  margin-bottom: 0;
}
.content-row-heading p {
  font-size: 14px;
  margin-bottom: 0;
}

/* ********************************** */
/* SPECIAL BLOG PAGE */
.post-text p + h2,
.post-text p + h3 {
  margin-top: 30px;
}

/* Our top pic */
.our-top-pick {
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 40px auto;
  padding: 20px 30px;
}
.top-icon {
  margin-bottom: 20px;
}
.top-icon .fa {
  color: #fec13d;
}
.our-top-pick h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.our-top-pick h2 {
}
.our-top-pick h2 .fa {
  color: #fec13d;
  font-size: 2em;
  margin-right: 10px;
  vertical-align: middle;
}
.our-top-pick-wrapper {
  display: table;
  padding-top: 30px;
  width: 100%;
}
.our-top-pick-img {
  display: table-cell;
  padding-bottom: 30px;
  padding-right: 30px;
  text-align: center;
  width: 50%;
  vertical-align: middle;
}
.our-top-pick-img img {
  width: 100%;
}
.our-top-pick-content {
  display: table-cell;
  padding-bottom: 30px;
  width: 50%;
  vertical-align: middle;
}
.our-top-pick-content .control {
  margin-top: 30px;
}
.btn.btn-amazon {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}
.btn.btn-amazon:hover {
  background-color: #222;
}
.btn.btn-amazon span.amazon-name {
  color: #fd9827;
  font-weight: 700;
}

/* Table of contents */
.content ul.contents-list {
  list-style: none;
  margin: 20px auto 40px;
}
.content ul.contents-list li {
  list-style: none;
}
.contents-list li:nth-child(2n+2) {
  background-color: #f5f5f5;
}
.contents-list li:hover a {
  background-color: #47a32a;
  color: #fff;
}
.contents-list a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 1.2em;
  margin-right: 10px;
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contents-list a {
  display: block;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
}

/* Products table */
.rh-table {
  border: 1px solid #e7e7e7;
  margin: 40px auto;
  width: 100%;
}
.rh-table th {
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 20px 15px;
  text-align: center;
}
.rh-table td {
  border: 1px solid #e7e7e7;
  padding: 20px;
  vertical-align: middle;
}
.rh-table td.td-rank {
  text-align: center;
  width: 5%;
}
.rh-table td.td-product {
  max-width: 200px;
  text-align: center;
}
.rh-table td.td-product img {
  max-height: 100px;
}
.rh-table td.td-more {
  text-align: center;
  width: 10%;
}
.rh-table td.td-more p {
  margin-bottom: 0;
}
.rh-table td.td-more .btn {
  font-weight: 400;
  text-transform: none;
}
.content .rh-table ul {
  font-size: 13px;
  margin: 0;
}
.rh-table td.td-pros ul li,
.rh-table td.td-cons ul li {
  list-style: none;
}
.rh-table td.td-pros ul li{
  color: #47a32a;
}
.rh-table td.td-cons ul li{
  color: #d9332b;
}
.rh-table td.td-pros ul li:before,
.rh-table td.td-cons ul li:before {
  font-family: "FontAwesome";
  margin-right: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rh-table td.td-pros ul li:before {
  content: "\f055";
  color: #47a32a;
}
.rh-table td.td-cons ul li:before {
  content: "\f056";
  color: #d9332b;
}

.product-rank {
  position: relative;
}
.product-rank i.fa {
  color: #e7e7e7;
  font-size: 46px;
}
.product-rank i.fa.fa-circle {
  font-size: 40px;
}
.product-rank span {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rh-table tbody tr:first-child td.td-rank .product-rank i.fa {
  color: #fec13d;
}
.rh-table tbody tr:first-child td.td-rank .product-rank span {
  color: #fff;
}

/* */
.image-wrapper {
  text-align: center;
  margin: 40px auto;
}

.pro-con-list {
  margin: 40px auto;
}
.pro-con-list .row >div {
  margin-bottom: 0;
}
.args-list ul {
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 30px;
  margin: 0 auto;
  max-width: 250px;
}
.pros-list ul {
  border-color: #47a32a;
}
.cons-list ul {
  border-color: #d9332b;
}
.args-list h3 {
  margin-bottom: 10px;
  text-align: center;
}
.pros-list h3 {
  color: #47a32a;
}
.cons-list h3 {
  color: #d9332b;
}
.content .args-list ul li {
  font-weight: 600;
  list-style: none;
  margin-bottom: 5px;
}
.content .args-list ul li:last-child {
  margin-bottom: 0;
}
.content .pros-list ul li:before,
.content .cons-list ul li:before {
  font-family: "FontAwesome";
  margin-right: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content .pros-list ul li:before {
  content: "\f055";
  color: #47a32a;
}
.content .cons-list ul li:before {
  content: "\f056";
  color: #d9332b;
}
.content .pros-list ul li {
  color: #47a32a;
}
.content .cons-list ul li {
  color: #d9332b;
}

div.control {
  margin: 40px auto;
}