/*
Theme Name: Compare Smart Watches
*/

html, body {
	position: relative;
	height: 100%;
	}
body {
	background: #d5d5d5 url('images/bg.jpg');
	margin: 0;
	padding: 0;
	text-align: center;
	}
body, input, textarea, select, option, th, td {
	color: #404040;
	font: 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
	}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	}
	::-webkit-scrollbar-track {
		background: #ddd;
		}
	::-webkit-scrollbar-thumb {
		background: #bbb;
		}

a {
	color: #76a11b;
	}
	a, a:after, a:before, a *, a *:after, a *:before, .a, .a:after, .a:before, .a *, .a *:after, .a *:before, input, textarea {
		 -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;
		}
p, ul, ol, blockquote {
	margin: 20px 0;
	}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	margin: 30px 1px 25px;
	}
	h1 {
		color: #444;
		font: bold 34px/34px 'Roboto Condensed', Arial, Helvetica, sans-serif;
		margin: 0 -1px 25px;
		}
	h2 {
		color: #444;
		font: bold 24px/24px 'Roboto Condensed', Arial, Helvetica, sans-serif;
		}
	h3 {
		color: #444;
		font: bold 20px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
		}
form {
	display: block;
	margin: 0;
	}
img {
	border: 0;
	vertical-align: middle;
	}
input, button, select, textarea {
	margin: 0;
	outline: 0;
	}

.notext {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -999px;
	}
.width {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	float: none;
	/* text-align: left; */
/* 	max-width: 930px; */
	}
.menu-ul ul, .menu-ul ul li {
	display: block;
	float: left;
	list-style: none;
	margin: -1px;
	padding: 0;
	}
.clear, .clearer:after, .width:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	}

#page {
	background: url('images/page-bg.png') repeat-x;
	/* min-width: 1000px; */
	overflow: hidden;
	width: 100%;
	}
#header {
	margin: 15px 0 20px;
	}
#search {
	position: absolute;
		right: 0;
		top: 46px;
	width: 221px;
	}
	#search input.search-text {
		border: 0;
			-webkit-border-radius: 3px 0 0 3px;
			-moz-border-radius: 3px 0 0 3px;
			border-radius: 3px 0 0 3px;
			box-shadow: 0 0 2px rgba(0,0,0,.25);
		font-size: 15px;
		float: left;
		line-height: 20px;
		padding: 8px 20px 7px;
		width: 182px;
		}
	#search input.search-button {
		background: #f0f0f0 url('images/search.png') no-repeat 10px center;
		border: 0;
			-webkit-border-radius: 0 3px 3px 0;
			-moz-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
			box-shadow: 0 0 2px rgba(0,0,0,.25);
		cursor: pointer;
		margin-left: -1px;
		height: 35px;
		width: 36px;
		}
		#search input.search-button:hover, #search input.search-button:focus {
			background-color: #ebebeb;
			}

#body {
	margin-bottom: 30px;
	}
	#body-width {
		background: #fff;
			box-shadow: 0 0 10px rgba(0,0,0,.5);
		
		}
#tabs {        /*width:850px !important;*/
        /* margin-left:-20px !important; */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d9d9d9;
	border-width: 1px 0 5px;
	margin: -33px 0px 40px;
	padding: 22px 41px 20px;
	height: 14px;
	}
	#tabs ul li {
		border-left: 1px solid #d9d9d9;
		font: bold 14px/14px 'Open Sans', Helvetica, Arial, sans-serif;
		height: 14px;
		}
	#tabs ul li a {
		border-top: 5px solid transparent;
		color: #999;
		display: block;
		margin-top: -24px;
		/* padding: 19px 20px 20px; */
		text-decoration: none;
		text-transform: uppercase;
		}
		#tabs ul li.active a {
			border-color: #76a11b;
			color: #444;
			}
		#tabs ul li a:hover, #tabs ul li a:focus {
			color: #444;
			}

#path {
	color: #999;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 10px;
	float:none;
	text-align:left;
	}
	#path a {
		color: #444;
		text-decoration: none;
		}
		#path a:hover, #path a:focus {
			text-decoration: underline;
			}

#main {
	/* float: left; */
	/* width: 560px; */
	padding: 0% 2% !important;
	}
	#sidebar {
		/* float: right;
		width: 290px; */
		padding-right: 20px !important;
		}

#sidebar h3 {
	background: #555;
	color: #fff;
	font: bold 13px/13px 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 20px 0 2px;
	padding: 10px 15px 8px;
	text-transform: uppercase;
	}
	#sidebar h3:first-child {
		margin-top: 0;
		}
#sidebar ul, #sidebar ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#sidebar ul li {
		margin-top: 2px;
		}
	#sidebar ul li a {
		background: #f0f0f0;
		display: block;
		color: #666;
		font-size: 12px;
		line-height: 14px;
		padding: 6px 15px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		}
		#sidebar ul li a:hover, #sidebar ul li a:focus {
			background: #e6e6e6;
			}

#featured-posts  {
	margin-bottom: 30px;
	}
#featured-posts ul, #featured-posts ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#featured-posts ul {
		margin: 1px 1px 0 0;
		}
	#featured-posts ul li {
		border: 1px solid #e6e6e6;
		float: left;
		/* height: 125px; */
		margin: -1px -1px 0 0;
		padding: 20px 19px;
		position: relative;
		/* width: 125px; */
		}
#posts ul, #posts ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#posts ul {
		border-top: 1px solid #ddd;
		}
	#posts ul li {
		border-bottom: 1px solid #e0e0e0;
		min-height: 200px;
		padding: 25px 0 25px 220px;
		position: relative;
		}
	#posts ul li h2 {
		font: bold 24px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
		margin: 0 0 10px;
		}
		#posts ul li h2 a {
			color: inherit;
			text-decoration: none;
			}
		#posts ul li h2 a:hover, #posts ul li h2 a:focus {
			color: #76a11b;
			}
	#posts ul li p {
		margin: 0;
		}
	#posts ul li img {
		position: absolute;
			left: 0;
			top: 25px;
		}
#posts-more {
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	}
#posts-more a {
	color: inherit;
	margin: 20px 0 0 5px;
	text-decoration: none;
	}
	#posts-more a:hover, #posts-more a:focus {
		color: #76a11b;
		}

#meta {
	border: 1px solid #ddd;
	border-width: 1px 0;
	color: #999;
	padding: 3px 0;
	margin: -10px 0 25px;
	}
	#meta-categories {
		float: left;
		}
		#meta-categories a {
			text-decoration: none;
			}
		#meta-categories a:hover, #meta-categories a:focus {
			text-decoration: underline;
			}
	#meta-date {
		float: right;
		}
.post-content {
	}
	.post-content img {
		height: auto;
		max-width: 100%;
		}
	.post-content .alignleft {
		float: left;
		margin: 0 15px 15px -5px;
		}
	.post-content .alignright {
		float: right;
		margin: 0 -5px 15px 15px;
		}
	.post-content .aligncenter {
		display:block;
		margin: auto;
		}
	.post-content .wp-caption {
		display: inline-block;
		margin: 25px 0;
		max-width: 100%;
		width: auto!important;
		}
		.post-content .wp-caption p {
			background: #f0f0f0;
			margin: 0;
			padding: 8px 10px;
			}
#footer {
	color: #666;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 30px;
	}
        
        
        
#front-search  {
	border: 1px solid #e6e6e6;
	padding: 35px;
	}
	#front-search  .tab-content {
		display: none;
		}
		#front-search  .tab-content.active {
			display: block;
			}
	#front-search  .options {
		border-top: 1px solid #e6e6e6;
		font-size: 26px;
		letter-spacing: -1px;
		line-height: 30px;
		margin: 0 auto;
		max-width: 400px;
		}
	#front-search   .option {
		border-bottom: 1px solid #e6e6e6;
		padding: 10px 0 8px;
		}
	#front-search   .option-button {
		padding-top: 22px;
		text-align: center;
		}
	#front-search   .option-name {
		float: left;
		}
	#front-search   .option-value {
		float: right;
		}
		#front-search  .option-value small {
			font-size: 22px;
			}
		#front-search  .option-value span {
			color: #76a11b;
			}
			#front-search  .option-value span span {
				font-weight: bold;
				}
	#front-search  .option-value a {
		background: #f0f0f0;
		color: #aaa;
		display: inline-block;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		font-size: 22px;
		line-height: 30px;
		margin: -5px 0;
		padding: 5px 10px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#front-search  .option-value a.active {
			color: #76a11b!important;
			font-weight: bold;
			}
		#front-search  .option-value a:hover, #front-search  .option-value a:focus {
			color: #444;
			}
	#front-search  select {
		background: #f0f0f0;
		border: 0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		color: #76a11b;
		cursor: pointer;
		direction: rtl;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		font: inherit;
		font-weight: bold;
		letter-spacing: inherit;
		margin: -5px 0;
		padding: 5px 10px;
		width: 156px;
		}
		#front-search  input.front-button {
			background: #76a11b url('../images/front-button.png') no-repeat 20px 11px;
			border: 1px solid #517f0d;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			color: #fff;
			cursor: pointer;
			font: bold 20px/20px 'Open Sans', Helvetica, Arial, sans-serif;
			padding: 12px 25px 10px 50px;
			text-transform: uppercase;
			}
		#front-search  .price-slider {
			font-size: 18px;
			line-height: 18px;
			margin: 7px 9px 9px;
			}
			#front-search  .price-slider .ui-slider-range {
				background: #76a11b!important;
				}
			#front-search  .price-slider .ui-slider-handle {
				background: #f0f0f0!important;
				}
		#front-search  .price-slider, #front-search  .price-slider * {
			 -webkit-transition: none!important;
			 -moz-transition: none!important;
			 -o-transition: none!important;
			 -ms-transition: none!important;
			 transition: none!important;
		}
                
                
#front-tabs {
	border-bottom: 1px solid #444;
	height: 47px;
	margin: 0 auto 25px;
	max-width: 400px;
	}
	#front-tabs ul {
		float: none;
		}
	#front-tabs ul li {
		margin-right: 3px;
		}
	#front-tabs ul li:last-child {
		float: right;
		margin-right: 0;
		}
	#front-tabs ul li a {
		border: 1px solid #e6e6e6;
		border-bottom-color: #444;
			-webkit-border-radius: 6px 6px 0 0;
			-moz-border-radius: 6px 6px 0 0;
			border-radius: 6px 6px 0 0;
		color: #999;
		display: block;
		font: bold 16px/16px 'Open Sans', Helvetica, Arial, sans-serif;
		padding: 15px 10px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#front-tabs ul li.active a {
			background: #444;
			border-color: #444;
			color: #fff!important;
			}
		#front-tabs ul li a:hover, #front-tabs ul li a:focus {
			color: #444;
			}
			
			
			
			.container{ padding-left:0px; padding-right:0px;}
	.info-heading { text-align: left !important; }
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{ padding-left:0px!important; padding-right:0px!important;}
	.row{margin-left:0px!important; margin-right:0px!important;}
	
	
	.heading-details p{text-align: justify; padding-left: 20px;}
	.heading-details h2{text-align: left; padding-left: 20px; margin-top: 0px;}
	.heading-details a {  color: #404040 !important;}
	.heading-details a:hover {  color: #76A11B !important;}	
	.font-search-parent #front-search { padding: 4% !important;}
	#front-search select { height: 50px	; }
	#front-search .option-name-os{float: none;}
	#front-search .option-name-os{float: none ;}
	#front-search .select-options {float: none; margin: 10px 0px 5px 0px; width: auto;}
	.img00{float: left; border-bottom: 1px solid #E0E0E0; margin-bottom: 4%;}
	.heading01 { border-bottom: 1px solid #E0E0E0; padding-bottom: 3.4%;}
	
	.toggle_tabs { display: none;}
	.pro-content p { text-align: justify !important;}
	#main .h-pro { text-align: justify !important;}
	.fb-like-box.ads-structure.fb_iframe_widget {  width: 100%;}
	.fb-like-box span {  width: 100% !important;}
	.fb-like-box iframe { width: 100% !important;}
@media (min-width: 360px) and (max-width: 367px) 
{ 
#search input.search-button{width: 34px !important;}
}	
@media (min-width: 768px) and (max-width: 790px) 
{ 
div#ad_unit {    width: 213px !important;}
}	
	
@media screen and (max-width:380px)
{ 
body.plugin.chrome.webkit.x1.Locale_en_GB {
    margin-left: 24px !important;
}
}
@media screen and (min-width:1010px)
{
	#page {	min-width: 1000px;	}
	.fb-like-box{margin-bottom:15px;}
}
@media screen and (max-width:1010px)
{  
	#page{min-width: auto;}	
	.option-value #curr-option {font-size: 20px !important; }
}

	@media screen and (min-width:1023px) 
	{
	#front-search .option-name{font-size: 90% !important;}
	#front-search .option-value a{font-size: 15px !important;}
	}
	@media (min-width: 768px) and (max-width: 1023px) 
	{ 
			.fornt-search-parent #front-search{ padding:2%;}
			
			.tab-content .option-name { text-align: center !important;font-size: 80%; line-height: 40px; }
			/* .tab-content .option-value { text-align: center !important; float: none !important; line-height: 40px !important;} */
			.tab-content .option-value {font-size: 18px;  padding-top: 10px;}
			#front-tabs ul li { width: 100%; text-align: center;}

			#front-tabs ul li{width:;}
			.inner-container #new-front{ padding:1%; float:left;}
			/* #new-front .option-value{font-size:50%;} */
			#new-front .tab-content {clear: both;}
			.option .curr-option { font-size: 15px !important;}
			.main-container .inner-container{padding: 40px 20px 60px !important;}
			.differ-values .option-value {float: none !important; display: block; text-align: center; margin-top: 10px; width: auto;}
			.differ-values .option-value { text-align: center;}
			.tab-content .names-values .option-name { text-align: center; float: none !important; display: block;}
			/*    .differ-values .option-value .select-options {margin: 0% 0 0 0 !important; width: auto !important; height: 44px !important;} */
			.option-value select { height: 44px !important; width: 100%; text-align: center !important;}
			#featured-posts ul li {  padding-right: 4px !important;}
			#front-search .option-value a{font-size: 12px !important;}
			.font-search-parent #front-search {  padding: 1% !important;}
			#featured-posts ul li { padding: 2% !important;}
	}


@media screen and (max-width:767px)
{

	#sidebar{padding-right: 15px !important; padding-left: 15px !important; clear: both;}
	.fb-like-box{clear:both; margin-bottom:20px;  width: 250px;}
	.addthis_toolbox{margin: 0px auto; width: 250px;}
	#sidebar h3{background:none;clear: both !important;  background: #555 !important;}
	.compare12{ background-color:#555 none repeat scroll 0% 0%;}
	.compare12 .fornt-search-parent{ width: 95% !important; margin: 0 auto !important;}
	#front-search{padding: 2% !important;}
	.fornt-search-parent #front-tabs{max-width: 92% !important;}
	#front-search .options{max-width: 100% !important;}
	#front-search .option-name { line-height: 40px !important;}
	#front-search .currency { position: relative;  }
	#header #header-width{ padding-left: 20px !important; margin-right: 20px !important; padding-top: 20px !important;}
	.toggle_tabs img {background-color: #9D9D9D !important;}
	.toggle_tabs { position: absolute;top: -13px; right: 20px !important; }
	#body-width { position: relative !important; }
	#tabs ul li{text-align: left; float:none; width: 100% !important; padding: 21px 0px;    position: relative; z-index: 1;background: #E5E5E5; border: 1px solid #fff;}
	#tabs .nav { padding: 21px 0px !important; width: 100% !important;}
	/* .navigations {display: none !important;} */
	.heading-details p{padding-right: 20px !important;}
	/* .img01 .img-responsive{width: 100% !important; padding: 0 10px 0 10px;} */
	#main{padding:15px !important;}
	#front-search .option-name-os {  float: left;}
	#front-search .select-options{float:right; margin:0px;}
	#front-tabs{max-width: 100%;}
	#tabs{ padding: 15px;}
	.toggle_tabs { display: block;}
	#tabs ul li a:hover{    background: #76A11B none repeat scroll 0% 0%;}
	.imgg-content p {  text-align: justify;}
	#body-width .n-structure { padding: 0px; margin-top: 9px;  margin-left: 10px;    background: none; border:none;}
	#body-width .n-structure:hover { padding: 0px; margin-top: 9px;  margin-left: 10px;    background: none; border:none;}
	.nav li {  text-align: left;}
	img.img-responsive.img-cat {  display: -webkit-inline-box !important;}
	
}

@media screen and (max-width:1024px) and (min-width:768px)
{
	.fb_iframe_widget iframe { width: 500px!important; }
	.fb-like-box{margin-bottom:15px;}
}
@media screen and (max-width:890px)
{
	.font-search-parent #front-search { padding: 2% !important;}
}
@media screen and (max-width:612px)
{   #header-width #search{ position: initial !important; margin-top: 15px !important;}
	.fb_iframe_widget iframe {    width: 300px !important; }
	.fb_iframe_widget span {    width: 300px !important; }
}
@media screen and (max-width:460px)
{
	#featured-posts ul li{width: 33% !important; padding: 5px !important;}
}
@media screen and (max-width:414px)
{   
	#featured-posts ul li{width: 33% !important; padding: 5px !important;}
	div#search {  width: 100%;}
	#header-width input.search-text {  width: 89%;}
}
@media screen and (max-width:736px)
{
	#main .h-pro {    text-align: left !important; }
}

@media screen and (max-width:540px)
{
	.three-img li { padding: 2% !important;}
}
@media screen and (max-width:375px)
{
.fb_iframe_widget iframe {    width: 330px !important; }	
}

@media screen and (max-width:340px)
{/* 
	#front-search { padding: 0% !important;} */
	.fb_iframe_widget iframe {    width: 290px !important; }	
	.tab-content .option-value a { font-size: 15px !important;}
	.tab-content .option-name-os  { text-align: center !important; float: none !important;}
	.tab-content .select-options{float: none !important;}
	#front-search select { height: 50px !important; margin-top: 5px; width: auto !important;}
	.img01 { width: 100% !important;}
	.imgg { width: 100%;}
	.imgg-content p { width: 100% !important; text-align: justify;}
	.heading-details { width: 100% !important; padding-top: 10px;}
	.heading-details h2{padding-left:0px;}
	.imgg-content p{padding-left:0px;}
	div#search {  width: 100%;}
	#header-width input.search-text {  width: 85%;}
	}


.fb_iframe_widget iframe {
width:500px ;
position:relative !important;
}

.fb-comments fb_iframe_widget{width:    width: 426px !important; }
@media screen and (max-width:1380px) and (min-width:1200px)
{
	#featured-posts ul li { padding: 9px !important; }
	.addthis_default_style .at300b, 
	.addthis_default_style .at300bo, 
	.addthis_default_style .at300m {    padding: 0px !important;}
	#google_image_div{width: 230px !important;}
	#google_ads_frame1{width: 230px !important;}
}
@media screen and (max-width:801px) and (min-width:768px)
{
	.fb-like-box iframe {  width: 200px !important;}
	.adsbygoogle #aswift_0{  width: 200px !important;}
	.addthis_default_style .at300b, 
	.addthis_default_style .at300bo, 
	.addthis_default_style .at300m {    padding: 0px !important;}
	.addthis_32x32_style .at4-icon,
	.addthis_32x32_white_style .at4-icon, 
	.at-32x32 { width: 30px !important;}
}
@media screen and (max-width:769px) and (min-width:767px)
{
	.fb_iframe_widget iframe {  width: 445px !important;}
	.fb-like-box iframe {  width: 200px !important;}
}
