/*
 * IVORY Framework - http://weice.in/ivory
 * 
 * Developed by Lakshmikanth Vallampati - kanth.vallampati@gmail.com
 * Licensed under GPLv2 
 * 
 */

/* ---- HTML RESET ---- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }

/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

/* ---- GRID Layout ---- */
*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.grid{margin:0 auto; max-width:1120px; width:100%; padding: 0 10px;} /* You can choose the grid 1200 or 1140 or 1024 or 960 as per your requirement */
.g1140{margin:0 auto; max-width:960px; width:100%;}
.g1024{margin:0 auto; max-width:960px; width:100%;}
.g960{margin:0 auto; max-width:960px; width:100%;}
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
	padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
	padding-right: 0; position:relative;
}
.c1.right,.c2.right,.c3.right,.c4.right,.c5.right,.c6.right,.c7.right,.c8.right,.c9.right,.c10.right,.c11.right,.c1-5.right,.c1-8.right {
	float: right;
}
.c1.left,.c2.left,.c3.left,.c4.left,.c5.left,.c6.left,.c7.left,.c8.left,.c9.left,.c10.left,.c11.left,.c1-5.left,.c1-8.left {
	float: left;
}
.c9.padding20{padding-left: 20px;padding-right: 20px;}

.fullwidth{width: 100%;position: relative;}
.halfwidth{width: 50%;position: relative;}

.fullwidth .c6.scale{padding: 0;position: relative;}
	.fullwidth .c6.scale img{width: 100%;}
	
.halfwidth.left .halfwidth_content{float: right;width:570px; padding: 50px 40px 30px 30px;}
.halfwidth.right .halfwidth_content{float: left;width:570px; padding: 50px 30px 10px 40px;}

	#page-container2 .halfwidth_content p{line-height: 25px;color: #000;}
	#page-container2 .orange_pattern .halfwidth_content p{color: #fff;}
	.image_right_arrow{background-size: 320px 400px; background-position: -132px -135px; width:25px;height: 49px;position: absolute; right: -25px; top: 30px;}
	.image_left_arrow{background-size: 320px 400px; background-position: -92px -135px; width:25px;height: 49px;position: absolute; left: -25px; top: 30px;}
	#page-container2 a.content_link{
		color: #fff;
		background: none #a1b000;
		text-transform: normal;
		font-family: 'Open Sans', sans-serif;	
		font-weight: 600;
		position: relative; 
		margin: 10px 0 0 0; 
		padding: 7px 20px 7px 20px;
		text-align: center;
		font-size: 15px!important;
		display: inline-block;
		
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
	}
		.content_link .round_right_arrow{position: absolute;right: 10px;top: 8px;background-position: -214px -368px;width: 8px;height: 14px; display: none;}

.white_full .grid{padding: 50px 10px;}

sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* ---- Misc ---- */
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.space-top {margin-top: 20px;}
.space-bot {margin-bottom: 20px;}
.space-htop {margin-top: 10px;}
.space-hbot {margin-bottom: 10px;}
.centered{float: none!important; margin: auto;}

/* ----- Stylings ----- */
.top {width:100%; height:auto; background-color: #77C4CC;/*#77C4CC;*/ padding: 60px 0; font: 400 24px/36px; color: #ffffff; text-align:center;}
.top .logo{position:relative; background-image: url("../img/logo.png"); background-repeat: no-repeat; width:152px; height:48px; margin:0 auto;}
.bar{width:100%; height:60px; background-color: #77C4CC; display: block; padding: 1px; position: fixed; z-index:999;}
.clear-space{width:100%; height:60px;}
header .main-nav ul{text-align: center; margin:0 auto;}
header .main-nav li{list-style: none; text-indent: 0;}
header .nav ul{text-align: center; margin:0 auto;}
header .nav li{list-style: none; display: inline-block; text-indent: 0; padding: 15px 20px 3px;}
header .nav li a{color: #ffffff; text-decoration: none; padding: 0;}
header .nav li a.active, header .nav li a:hover{}
.title {font: normal 36px/42px; color: #333333;}
.content{width: 100%; height: auto; background-color: #fff; padding: 0 0;}
.note {
	background-color: #ffffff; 
	padding: 10px 0; 
	color: #333333; 
	        border-radius:5px; 
	   -moz-border-radius:5px; 
	-webkit-border-radius:5px;
		    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.promo {
	background-color: #ECF6FA;
	border: 1px solid #BCDEED; 
	padding: 20px;
	width: auto;
	font-style: italic;
	text-align: center;
	color: #424242;
	text-shadow: 0 1px 0 #FFFFFF;
            border-radius: 5px; 
       -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
            box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 3px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 3px rgba(0, 0, 0, 0.05);
}

button.special{ /* --- main download button --- */
	color:#fff !important;
	background-color:#77C4CC;
	background: -moz-linear-gradient(#77C4CC, #77C4CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#77C4CC), to(#77C4CC));
	background: -webkit-linear-gradient(#77C4CC, #77C4CC);
	background: -o-linear-gradient(#77C4CC, #77C4CC);
	background: -ms-linear-gradient(#77C4CC, #77C4CC);
	background: linear-gradient(#77C4CC, #77C4CC);
}
button.special:hover, button.special:active{
	background-color:#77C4CC;
	background: -moz-linear-gradient(#77C4CC, #77C4CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#77C4CC), to(#77C4CC));
	background: -webkit-linear-gradient(#77C4CC, #77C4CC);
	background: -o-linear-gradient(#77C4CC, #77C4CC);
	background: -ms-linear-gradient(#77C4CC, #77C4CC);
	background: linear-gradient(#77C4CC, #77C4CC);
	opacity: 0.9;
}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 { 
	font-weight: none; 
	font-style: normal; 
	text-rendering: optimizeLegibility; 
	line-height: 1.1; 
	margin-bottom: 10px; 
	margin-top: 10px; 
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 80%; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; }
h1 {font-size: 36px; line-height: 48px; margin-bottom: 0.8em; margin-right: 20px;}
h2 {font-size: 32px; line-height: 42px;}
h3 {font-size: 28px; line-height: 36px;}
h4 {font-size: 24px; line-height: 32px;}
h5 {font-size: 21px; line-height: 27px;}
h6 {font-size: 18px; line-height: 27px;}

a {color: #f17d3b; text-decoration: none; line-height: inherit; }
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }
.gold_grad_bg a{color:#fff;}

p {margin-bottom: 10px; padding:0; font-size: 75%; line-height: 150%;}
#main_content_container p, #main_content_container p span {font-size: 14px; color: #000;}
#main_content_container .blue_grad_bg p, #main_content_container .blue_grad_bg span{color: #fff;} 
p a, p a:visited {line-height: inherit; }

em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 20px 0 20px; height: 0; }

/* ---- Lists ---- */
ul, ol, dl { 
	font-size: 14px; 
	line-height: 1.6; 
	margin-bottom: 8px; 
	list-style-position: inside; 
	text-indent: 5px; 
	color: #000; 
}
ul li ul, ul li ol { margin-left: 10px; margin-bottom: 0; }
ul.square, ul.circle, ul.disc { margin-left: 12px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle; }
ul.circle li ul { list-style: inherit; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }
ol { margin-left: 10px; }
ol li ul, ol li ol { margin-left: 10px; margin-bottom: 0; }
dl dt{font-size:16px;}
dl dd{margin-left: 15px;}

/* ---- Forms ---- */
.vform {width: 100%; max-width: 360px;}
.hform {width: 100%; max-width: 420px;}
.vform, .hform {margin-bottom: 20px; font: 14px Arial, sans-serif; color: #333;}

.vform label {width: 100%;}
.hform label {width: 40%;}
.vform label, .hform  label {font-size:14px; line-height:21px;  vertical-align: middle; margin-bottom: 2px; display: block; float: left; text-align: left;}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select{
	width: 100%;
}

.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select {
	width: 60%;
}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select, 
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select {
  display: block;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  vertical-align: middle;
  outline: none;	
          border-radius: 4px;
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
          transition: border linear 0.4s, box-shadow linear 0.4s;
       -o-transition: border linear 0.4s, box-shadow linear 0.4s;
     -moz-transition: border linear 0.4s, box-shadow linear 0.4s;
  -webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
  margin: 0;
  margin-bottom: 10px;
} 

.vform input[type="text"]:focus, .vform input[type="password"]:focus, .vform input[type="datetime"]:focus, .vform input[type="email"]:focus, 
.vform input[type="datetime-local"]:focus, .vform input[type="date"]:focus, .vform input[type="month"]:focus, .vform input[type="time"]:focus, 
.vform input[type="week"]:focus, .vform input[type="url"]:focus, .vform input[type="number"]:focus, .vform input[type="search"]:focus, .vform input[type="tel"]:focus, 
.vform textarea:focus, .vform select:focus, 
.hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus, 
.hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus, 
.hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus, 
.hform input[type="tel"]:focus, .hform input[type="color"]:focus, .hform select:focus{
  border: 1px solid;
  border-color: rgba(82, 168, 236, 0.8);
  color: #444;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}

.vform textarea, .hform textarea{min-height:120px; }
.vform fieldset, .hform fieldset {margin-bottom: 20px; }


/* ---- Buttons ---- */
button{
	display:inline-block;*display:inline;
	padding:7px 20px;
	margin-bottom:10px;*margin-left:.3em;
	font-size:14px;
	line-height:20px;*line-height:20px;
	color:#333 !important;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#eee;*background-color:#eee;
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#e6e6e6));
	background:-moz-linear-gradient(top, #eee, #e6e6e6);
	border:1px solid #bbbbbb;*border:0;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-color:#eee,#eee,#d4d4d4;
	        border-radius:4px;
	     -o-border-radius:4px;
	    -ms-border-radius:4px;
	   -moz-border-radius:4px;
	-webkit-border-radius:4px;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
	        box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	   -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
button:hover, button:active{
	background:#eee;
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
	background:-moz-linear-gradient(top, #eee, #f8f8f8);
}
button.large{padding:10px 35px; font-size:15px;}
button.small{padding:3px 13px; font-size:13px;}
button.skyblue{ /* --- skyblue color button --- */
	color:#fff !important;
	background-color:#26a2b6;
	background: -moz-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
	background: -webkit-linear-gradient(#34bac9, #26a2b6);
	background: -o-linear-gradient(#34bac9, #26a2b6);
	background: -ms-linear-gradient(#34bac9, #26a2b6);
	background: linear-gradient(#34bac9, #26a2b6);
}
button.skyblue:hover, button.skyblue:active{
	background:#a9016b;
	background:-webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
	background:-moz-linear-gradient(top, #26a2b6, #34bac9);
}
button.blue{ /* --- blue color button --- */
	color:#fff !important;
	background-color:#008fd5;
	background:-webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
	background:-moz-linear-gradient(top, #008fd5, #0085c6);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
}
button.blue:hover, button.blue:active{
	background:#008fd5;
	background:-webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
	background:-moz-linear-gradient(top, #008fd5, #009de9);
}
button.green{ /* --- green color button --- */
	color:#fff !important;
	background-color:#46a546;
	background:-webkit-gradient(linear, left top, left bottom, from(#46a546), to(#419a41));
	background:-moz-linear-gradient(top, #46a546, #419a41);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
}
button.green:hover, button.green:active{
	background:#46a546;
	background:-webkit-gradient(linear, left top, left bottom, from(#46a546), to(#4cb34c));
	background:-moz-linear-gradient(top, #46a546, #4cb34c);
}
button.yellow{ /* --- yellow color button --- */
	color:#fff !important;
	background-color:#f0bf4a;
	background: -moz-linear-gradient(#f0c930, #f0bf4a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0c930), to(#f0bf4a));
	background: -webkit-linear-gradient(#f0c930, #f0bf4a);
	background: -o-linear-gradient(#f0c930, #f0bf4a);
	background: -ms-linear-gradient(#f0c930, #f0bf4a);
	background: linear-gradient(#f0c930, #f0bf4a);
}
button.yellow:hover, button.yellow:active{
	background:#f0bf4a;
	background:-webkit-gradient(linear, left top, left bottom, from(#f0bf4a), to(#f0c930));
	background:-moz-linear-gradient(top, #f0bf4a, #f0c930);
}
button.orange{ /* --- orange color button --- */
	color:#fff !important;
	background-color:#ff5c00;
	background: -moz-linear-gradient(#ff6f40, #ff5c00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6f40), to(#ff5c00));
	background: -webkit-linear-gradient(#ff6f40, #ff5c00);
	background: -o-linear-gradient(#ff6f40, #ff5c00);
	background: -ms-linear-gradient(#ff6f40, #ff5c00);
	background: linear-gradient(#ff6f40, #ff5c00);
}
button.orange:hover, button.orange:active{
	background:#d798d1;
	background:-webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#ff6f40));
	background:-moz-linear-gradient(top, #ff5c00, #ff6f40);
}
button.red{ /* --- red color button --- */
  color:#fff !important;
  background-color:#bd362f;
  background:-webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#b1322c));
  background:-moz-linear-gradient(top, #bd362f, #b1322c);
  filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
}
button.red:hover, button.red:active{
  background:#bd362f;
  background:-webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#cc3b34));
  background:-moz-linear-gradient(top, #bd362f, #cc3b34);
}
button.magenta{	/* --- magenta color button --- */
	color:#fff !important;
	background-color:#b9298f;
	background: -moz-linear-gradient(#b93180, #b9298f);
	background: -webkit-gradient(linear, left top, left bottom, from(#b93180), to(#b9298f));
	background: -webkit-linear-gradient(#b93180, #b9298f);
	background: -o-linear-gradient(#b93180, #b9298f);
	background: -ms-linear-gradient(#b93180, #b9298f);
	background: linear-gradient(#b93180, #b9298f);
}
button.magenta:hover, button.magenta:active{
	background:#b9298f;
	background:-webkit-gradient(linear, left top, left bottom, from(#b9298f), to(#b9358f));
	background:-moz-linear-gradient(top, #b9298f, #b9358f);
}
button.black{ /* --- black color button --- */
	color:#fff !important;
	background-color:#111;
	background: -moz-linear-gradient(#222, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
	background: -webkit-linear-gradient(#222, #111);
	background: -o-linear-gradient(#222, #111);
	background: -ms-linear-gradient(#222, #111);
	background: linear-gradient(#222, #111);
}
button.black:hover, button.black:active{
	background:#222;
	background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
	background:-moz-linear-gradient(top, #222, #333);
}

/* ---- Alerts ---- */
.alert {
padding: 10px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font: 14px Arial, sans-serif;
background-color: #fcf8e3;
border: 1px solid #fbeee0;
        border-radius: 4px;
   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.success {color: #468847; background-color: #dff0d8; border-color: #d6e9c6;}
.error {color: #b94a48; background-color: #f2dede; border-color: #eed3d7;}
.info {color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1;}

/* ---- Table ---- */
table {
	width: 100%; 
	border: solid #ccc 0px;
}   
td{font-size:15px;}

/* ---- Pagination ---- */
.pagin ul {list-style: none; margin: 0; padding: 0;}
.pagin li {display: inline;}
.pagin a {
	        border-radius: 3px;
		-ms-border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 1px 2px;
	padding: 5px 10px 5px 5px;
	display: inline-block;
	border-top: 1px solid #fff;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 12px;
	text-shadow: white 0 1px 0;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.pagin a:hover, .pagin a:focus {
	border-color: #fff;
	background-color: #fdfdfd;
	background-image: linear-gradient(top, #fefefe, #fafafa);
	background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
	background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
	background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');  
}
.pagin a.more {
	        box-shadow: none;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 0 none !important;
	background: transparent !important;
	margin-left: 0;
	margin-right: 0;
}
.pagin-dark a {
	border-top: 1px solid #575e63;
	text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
	color: #fff !important;
	background-color: #4e5458;
	background-image: linear-gradient(top, #575e63, #3f4347);
	background-image: -ms-linear-gradient(top, #575e63, #3f4347);
	background-image: -moz-linear-gradient(top, #575e63, #3f4347);
	background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');
}
.pagin-dark a:hover, .pagin-dark a:focus {
	border-color: #575e63;
	background-color: #4d6374;
	background-image: linear-gradient(top, #567062, #3e505e);
	background-image: -ms-linear-gradient(top, #567062, #3e505e);
	background-image: -moz-linear-gradient(top, #567062, #3e505e);
	background-image: -webkit-linear-gradient(top, #567062, #3e505e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#567062', EndColorStr='#3e505e');
}
.pagin a, .pagin-dark a {
		    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.pagin a.active, .pagin-dark a.active {
	        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	   -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	border-color: #2d3035 !important;
	color: #fff !important;
	text-shadow: black 0 1px 0;
	background-color: #303338;
	background-image: linear-gradient(top, #303338, #2d3034);
	background-image: -ms-linear-gradient(top, #303338, #2d3034);
	background-image: -moz-linear-gradient(top, #303338, #2d3034);
	background-image: -webkit-linear-gradient(top, #303338, #2d3034);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034');
}

/* ---- Tooltip ---- */
.tooltip{display: inline; position: relative; color: #2ba6cb;}
.tooltip:hover:before
{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 21px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 97;
}
.tooltip:hover:after
{
	background: #333;
	background: rgba(0,0,0,.8);
	        border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bottom: 27px;
	font-size: 12px;
	color: #fff;
	content: attr(title);
	padding: 5px;
	position: absolute;
	z-index: 98;
	width: 180px;
	margin-left: -50px;
}

/* ---- Breadcrumb ---- */
.breadcrumb {
	padding: 10px;
	font: 14px Arial, sans-serif;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
	border: 1px solid #ddd;
		    border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
		    box-shadow: inset 0 1px 0 #ffffff;
	   -moz-box-shadow: inset 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {display: inline-block; text-shadow: 0 1px 0 #ffffff;}
.breadcrumb .divider {padding: 0 5px; color: #777;}

/* ---- Toggle Switches ---- */
.switch {
	position: relative;
	margin: 20px auto;
	height: 34px;
	width: 100%;
	/*max-width: 320px;*/
	background: rgba(0, 0, 0, 0.6);
		    border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
			box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
}
.switch-label {
	position: relative;
	z-index: 2;
	float: left;
	color: #fff;
	width: 50%;
	text-align: center;
	cursor: pointer;
	font: 12px/32px Arial, sans-serif;
}
.switch-input {display: none;}
.switch-input:checked + .switch-label {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.65);
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
	        transition: 0.15s ease-out;
	   -moz-transition: 0.15s ease-out;
	-webkit-transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {left: 50%;}
.switch-selection {
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	width: 50%;
	height: 30px;
	background: #65bd63;
	background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
	background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
	background-image: -o-linear-gradient(top, #9dd993, #65bd63);
	background-image: linear-gradient(to bottom, #9dd993, #65bd63);
			border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
		    transition: left 0.15s ease-out;
	   -moz-transition: left 0.15s ease-out;
	-webkit-transition: left 0.15s ease-out;
	        box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}
.switch-blue .switch-selection {
	background: #3aa2d0;
	background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
	background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
	background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
	background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
	background: #c4bb61;
	background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
	background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
	background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);	
	background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}                                 

/* ---- Tabs ---- */
.tab-container{ position: relative; display: block; height:280px; width: 100%; padding:1px 0; }
.tab-container .tab-radio{ display: none;}
.tab-container .tab{
	display: block;
	float: left;
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #cfd2d7;
	border-bottom: none;
	color: #888;
	margin-top: -15px;
	margin-right: 1.0%;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #eee;
	font: 14px/25px Arial, sans-serif;
}
.tab-container .tab-radio:checked ~ .tab, .tab-container .tab-radio:active ~ .tab{background-color: #fff; z-index: 100; border-bottom: 1px solid #fff;}
.tab-container .tab-radio:checked ~ .tab {background-color:#fff; color:#333;}
.tab-container .tab-page
{
	visibility: hidden;
	width: 100%; height: auto;
	font: 14px/25px Arial, sans-serif;
	background-color: #fff;
	color: #888;
	display:block;
	position: absolute;
	top: 22px;
	float: left;
	padding: 10px;
	border: 1px solid #cfd2d7;
	   border-top-right-radius: 5px;
	 border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	        box-shadow: 0 1px 3px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tab-container .tab-radio:checked ~ .tab-page { visibility: visible; display: block; height: auto}

/* ---- Accordion ---- */
.accordion {
    width: 100%;
    background: #fff;
	font-size: 14px;
            border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
            
}
.accordion p{height:0; margin-bottom:0px; padding:0; color: #888; overflow:hidden;}
.accordion a{
	display:block; 
	height:auto; 
	padding:5px; 
	line-height:28px; 
	background-color: #eee; 
	color:#333; 
	text-decoration:none; 
	text-align:center; 
	border-bottom:1px solid #aaa;
	        border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.accordion a:hover, .accordion a:focus {opacity:.9; color:#000;}
.accordion a:active {color:#000;}
.accordion :target + p{
	margin: 0 2px;
	padding:10px 15px; 
	height:auto;
			border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
			box-shadow: 0 1px 3px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}	

.mobile-only{
	display: none;
}
	.mobile-only img{text-align: center;}
	
.not-mobile{
	display: block;
}


/* #Tablet (Landscape)
================================================== */

    /* Note: Design for a width of 973px */
@media only screen and (min-width: 1120px) and (max-width: 1420px) {

	
	#blockStyle99Main18 {
		background-repeat: no-repeat;
		width: 96%;
	}
	div#blockStyle70Main20 {
		width: 95%;
		position: initial !important;
		left: 0 !important;
		top: 0px !important;    
	}

	#header_area .c10.last{padding-left: 0;}
		nav.main{padding-left: 0;}
			nav.main ul.nav li a{margin: 0 8px;}
		
	.gallery_title{margin: 0 0 3px 0;}
    
}


/* Media query for 960 Screens - sets nested grids to 100% */
@media only screen and (max-width:1120px){
	#blockStyle176Main21 {
		width:100% !important 

	}
	#blockStyle99Main18 {
		background-repeat: no-repeat;
		width: 96%;
	}
	div#blockStyle70Main20 {
		position: initial !important;
		left: 0 !important;
		top: 0px !important;    	
		width:100%;
	}
/* 	.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12,.row .row .c1-5,.row .row .c1-8{width:100%;margin-bottom:20px;margin-left:0px;margin-right:0px; } */
/* 	.row .row > div:last-child{margin-bottom:0 !important} */
	
	.c1{width:8.33%;}
	.c2{width:16.66%;}
	.c3{width:25%;}
	.c4{width:33.33%;}
	.c5{width:41.66%;}
	.c6{width:50%;}
	.c7{width:58.33%;}
	.c8{width:66.66%;}
	.c9{width:75%;}
	.c10{width:83.33%;}
	.c11{width:91.66%;}
	.c12{width:100%; min-height:1px; float:left; position:relative;}
	.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
	.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
	.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
		padding-left: 0; position:relative;
	}
	header .c12.first{margin-bottom: 0;}
	#main_content_container .c9.first{padding-left: 10px;}
	.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
		padding-right: 0; position:relative;
	}
	.c1.right,.c2.right,.c3.right,.c4.right,.c5.right,.c6.right,.c7.right,.c8.right,.c9.right,.c10.right,.c11.right,.c1-5.right,.c1-8.right {
		float: right;
	}
	.c1.left,.c2.left,.c3.left,.c4.left,.c5.left,.c6.left,.c7.left,.c8.left,.c9.left,.c10.left,.c11.left,.c1-5.left,.c1-8.left {
		float: left;
	}
	
	nav.main ul.nav li a{
		padding: 0 0 0 0;
	}
		nav.main ul.nav li a span{
			display: none;
		}
		
/* 	#home .fullwidth{padding-bottom: 40px;} */
}

/* Media query for iPad and tablets */
@media handheld, only screen and (max-width: 1120px), only screen and (max-device-width: 1120px) and (orientation:portrait){
	.mobile-only{
		display: block;
	}
	.not-mobile{
		display: none;
	}
	
	#top_menu{display: none;}

	body{font-size:100%; min-width: 320px;}

	.row{margin-bottom:0!important}
	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c1-5,.c1-8{width:100%;margin-right:0;margin-left:0;margin-bottom:20px; padding:0 10px;}
	.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
		padding-left: 10px; position:relative;
	}
	.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
		padding-right: 10px; position:relative;
	}
	
	header{padding-bottom: 0!important;}

	.white_full .grid{padding: 50px 10px;}
	nav.main ul.nav li a{
		padding: 0;
	}
		nav.main ul.nav li a span{
			display: none;
		}
	#header_area{
		height: 60px;
	}
	#header_area .c3.first{
		width: 100%;
		text-align: center;
	}
	#header_area .c9.last{
		display: none;
	}
	#logo{
		margin: -45px auto 0;
		text-align: center;
		width: 160px;
	}
	#logo img{
		text-align: center;
		max-width: 160px;
		height: auto;
		padding-top: 5px;
	}
	
	#top_menu .grid{
		padding: 0;
	}
		#top_menu .grid .c12{
			padding: 0;
		}
	
/* 	#container{padding-top: 59px;} */
	
	#page-container2{
		position: relative;
		z-index: 1;
	}
	
	#mobile_header .menu_btn, #mobile_header .store_btn, #mobile_header .cart_btn, #mobile_header .phone_btn,
  	.filter_products a span,
  	#sidebar ul.nav li li a:before
	{
	  background: url(../images/retina-320.png) no-repeat 0 0 transparent;
	}
	#mobile_header{
		display: block;
		width: 100%;
		height: 59px;
		background: none repeat-x 0 0 #fff;
		background-size: 2px 48px;
		position: relative;
		border-bottom: 1px solid #ccc;
	}
		#mobile_header .menu_btn{
			background-position: -2px -367px;
			position: relative;
			float: left;
			width: 43px;
			height: 45px;
			display: block;
			z-index: 2;
			margin-top: 9px;
			margin-left: 5px;
		}
			#mobile_header .menu_btn:hover{
				background-position: -2px -410px;
			}
		#mobile_header .store_btn{
			background-position: 18.7% 0.1%;
			position: relative;
			float: left;
			width: 52px;
			height: 48px;
			display: block;
		}
			#mobile_header .store_btn:hover{
				background-position: 18.7% 6.6%;
			}
			
		#mobile_header .phone_btn{
			background-position: -48px -368px;
			position: relative;
			float: right;
			width: 43px;
			height: 43px;
			display: block;
			margin-top: 9px;
			margin-right: 5px;
		}
			#mobile_header .phone_btn:hover{
				background-position: -48px -412px;
			}
		#mobile_header .cart_btn{
			background-position: 99.9% 0.1%;
			position: relative;
			float: right;
			width: 50px;
			height: 48px;
			display: block;	
		}
			#mobile_header .cart_btn:hover{
				background-position: 99.9% 6.6%;
			}
			
		#mobile_header .middle_stretch{
			width: 100%;
			margin-left: -50px;
			margin-right: -55px;
			float: left;
			z-index: 1;
		}
			#mobile_header .header_logo{
				position: relative;
				width: auto;
				height: 48px;
				display: block;
				margin: 5px auto 0;	
				text-align: center;			
			}
			#mobile_header .header_logo img{
				width: auto;
				height: 50px;
				margin: 0 auto;
			}
  	.mobile_hide, a.browse.mobile_hide, .featured_bottom.mobile_hide{
  		display: none;
  	}
  	.only_mobile{
  		display: block;
  	}
  	.hide{display: none;}
	
	nav.main ul.nav{display: none;}
	nav.main .mobile-mainnav{display: block;}
	
	#menu_left_continer {
		overflow-x:hidden;
	}
	#menu_left_parent {
		width:100%;
		overflow-x:hidden;
		height:auto;
		display:block;

	} 
	
	#menu_left_child {
		width:100%;	
		background-color: #333333;
		left: -100%;
		opacity: 1;
		overflow-x:hidden;
		height:auto;
		display:block;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.mobile_sprite {
			background-image: url('../images/retina-320.png');
			background-position:1px 1px;	
	}


	#search_left_menu,
	#search_header {
		display: block;
		height: 48px; 
	}
	#search_left_menu .delete, #search_header .delete {
		display:none;
	}
	
	#search_header .search , 
	#search_left_menu .search {
		display:block;
	}

	#mobile_facebook {
		height: 35px;
		padding: 6px 0 0 5px;
		width: 100%;
		background:#fff;
	}
	#mobile_facebook iframe  {
		width:100%;
		height: 27px;
	}

	.black_menu {
		list-style:none;
		margin: 0;
	}
	#quick_shop {
		list-style-type:none;
		display:none;
		z-index:99;
		width:100%;
		position: absolute;
		top: 48px;		
	}

	#quick_shop li,
	.black_menu li {
		background:#515151;
		border-top:1px solid #484c4d;
		border-bottom:1px solid #707070;
		color:#f9f9f9;
		height:35px;
		line-height:35px; 
		list-style:none;
		font-size:14px;
		text-indent:10px; 
		text-decoration:none;
		margin: 0;
	}
	#quick_shop li:hover,
	.black_menu li:hover {
		background-color: #484c4d;
	}

	#quick_shop li {
		height: 36px;
		line-height: 36px 
		z-index:99;
	}
	#quick_shop li a {
		z-index:99 !important;
	}

	#quick_shop li span.mobile_sprite,
	.black_menu li span.mobile_sprite {
		height:36px;
		width:40px;
		display:block;
		float:left;
		margin:3px 0px 0 5px;	
	}

	#quick_shop li span.mobile_sprite {
		margin:0 0 0 10px;
	}

	#quick_shop li a, 
	.black_menu li a {
		
		font-size:14px;
		width:80%;
		height:100%;
		display:block;
		color:#f9f9f9;
		text-indent:10px; 
		text-decoration:none;
	}
	#quick_shop li a  {
		z-index:99 !important;
		line-height:36px; 
		text-indent:5px;
	}
	#quick_shop .mobile_sprite.by_product {
	    background-position: 67% 12%;
	}


	.mobile_sprite.login {
		 background-position: 92% 12%;	
	}
	.mobile_sprite.register{
		background-position: 14% 16%;	

	}
	.mobile_sprite.filter{
		background-position: 28% 16%;
		height: 32px !important;
		margin-top: 2px;
	}
	.mobile_sprite.by_product{
		background-position: 66% 12%;
	}
	.mobile_sprite.by_categories{
		background-position: 79% 12%;
	}
	.mobile_sprite.best_sellers{
		background-position: 41% 16%;
	}
	.mobile_sprite.newsletter{
		background-position: 0% 16%;
	}
	.mobile_sprite.twitter{
		background-position:1px 1px;
		height:20px;
		width:20px;

	}
	.mobile_sprite.facebook{
		background-position:1px 1px;
		height:20px;
		width:20px;

	}
	.mobile_sprite.camera{
		background-position:1px 1px;
		height:20px;
		width:20px;

	}
	.mobile_sprite.google{
		background-position:1px 1px;
		height:20px;
		width:20px; 
	} 
	
	#social_media{margin-top: 10px;}
	#social_media li {
		display: block;
		float: left;
		height: 60px;
		width: 33.3%;
	}
	#social_media li:first-child {
		border-left:none !important;
	}
	#social_media li:last-child {
		border-right:none !important;
	}
	#social_media li a {
			
	}
	#social_media .facebook {
		background-position: 4.3% 2%;
		display: block;
		height: 60px;
		width: 58px;
		margin: 0 auto;
	}
	#social_media .camera {
		background-position:51.2% 2%;
		   display: block;
		   height: 60px;
		   width: 58px;
		   margin:0 auto;

	}
	#social_media .google_plus {
		background-position:27.6% 2%;
		   display: block;
		   height: 60px;
		   width: 58px;
		   margin:0 auto;

	}
	#social_media .twitter {
		background-position:51.2% 2%;
		   display: block;
		   height: 60px;
		   width: 58px;
		   margin:0 auto;
	}

	
	.white_menu{
		margin: 0;
	}
	.white_menu li {
		list-style-type:none;
		height: 36px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #eee;
		line-height: 36px;
		padding: 0 10px;
	}
		.white_menu li.facebook_frame{
			padding-top: 5px;
		}
		.white_menu li span.mobile_sprite {
			height:36px;
			display:block;
			float:left;
		}
		.white_menu li a {
			color:#000;
			text-decoration:none; 
			line-height: 36px;
		}
		.white_menu li.search{
			height: 50px;
			background-color: #0097d3;
		}
		.white_menu .main_nav_search {
			float: right;
			margin: 8px 4%;
			width: 92%;
		}
			.white_menu .main_nav_search input.search_input{
				width: 77%;
				border: 1px solid #ccc;
			}
			.white_menu .main_nav_search input.search_button{
				width: 22%;
				max-width: 40px;
			}
	.image-container{
		width: 45%;
		max-width: 218px;
	}
	.blue_grad_bg, .white_full{
		padding: 20px 0;
	}
	
	.ccm-page-list .c4{ width: 31%; padding-right: 2%;}
		.ccm-page-list .items-title h3{font-size: 20px;}
		
	.main-content-container #sidebar.c4.first {float: right;}
	
	
	#footer_signup #footer_logo{ 
		position: absolute;
		top: 15px;
		left: 50%;
		margin-left: -70px;
		margin-top: 0;
	}
	#footer_signup #footer_signup_text { 
		padding-top: 93px;
		margin: 15px 250px 15px 15px;
		line-height: 26px;
		position: relative;
	}
	#footer_signup #footer_search {
		top:75%;
	}
	#footer #footer-copy{padding-right: 70px;}
	
	.gallery_title{font-size: 1.5em;line-height: 1em;}
	.main-title, p.main-title{font-size: 1.5em; line-height: 1em;}
	
	.sortable_fancybox_gallery_container{text-align: center;}
	.sortable_fancybox_gallery_container .sortable_fancybox_gallery_image{min-width: 200px;float: none; display: inline-block;}
	.sortable_fancybox_gallery_container .sortable_fancybox_gallery_image.thumbShadow img{max-width: 100%; height: auto;}
	
	
	.c3, .c2, .c1{width: 50%;margin-right: 0;margin-left: 0;margin-bottom: 20px;padding: 0 10px;}
	#sidebar.c3{width: 25%;}
	.c3.first{padding-left: 10px; position:relative;}
	.c3.last{padding-right: 10px; position:relative;}
	#main_content_container td{float: left;width: 100%;}
	.content input[type="text"], .content input[type="tel"], .content input[type="email"], .content input[type="password"], .content input[type="search"], .content isindex{width: 100%;box-sizing: cover;}
	
	.halfwidth{width: 100%;}
	.green_bg.halfwidth .halfwidth_content, .grey_bg.halfwidth .halfwidth_content{margin: 0 auto;float: none; }

	.halfwidth.right .halfwidth_content, .halfwidth.left .halfwidth_content{width: 100%;float: none; margin: 0 auto;}

	ul.ccm-manual-nav.page_thumbs, ul.ccm-page-list.page_thumbs {width: 666px;margin: 0 auto;}	
	.ccm-manual-nav.page_thumbs li,.ccm-page-list.page_thumbs li {list-style: none;padding-bottom: 20px;width: 222px;margin: 0 auto;}

	.bottom_search{width: 620px; margin: 0 auto;}
	.bottom_search input.ccm-search-block-text{width: 140px;}
	
	.page_thumbs.polaroid .c3{
		width: 25%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 640px){
	
	#main_content_container p, #main_content_container p span{font-size: 12px;}
	#main_content_container .main-title, #main_content_container p.main-title{font-size: 1.4em;}
	
	ul.ccm-manual-nav.page_thumbs, ul.ccm-page-list.page_thumbs {width: 444px;margin: 0 auto;}
	
	#main_content_container .c9.sitefont2{width: 100%;}
	#sidebar.c3{width: 100%;}
	
	.bottom_search{width: 310px; margin: 0 auto;}
	.bottom_search h3{float: none; text-align: center; padding-bottom: 20px;}
	.bottom_search input.ccm-search-block-text{clear: both;}
	
	#footer	.c5{width: 100%;}
	#footer #footer-copy{padding-right: 0px;margin-bottom: 0;}
	#footer-right{margin: 10px 0 10px 0;width: 100%;}

	.page_thumbs.polaroid .c3, .page_thumbs.polaroid .c4{
		width: 50%;
	}
}
/* --- Mobile phone --- */
@media only screen and (min-width: 0px) and (max-width: 479px){

	.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12,.row .row .c1-5,.row .row .c1-8{width:100%;margin-bottom:20px;margin-left:0px;margin-right:0px; }
	.row .row > div:last-child{margin-bottom:0 !important}
	
	.row{margin-bottom:0!important}
	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c1-5,.c1-8{width:100%;margin-right:0;margin-left:0;margin-bottom:20px; padding:0 10px;}
	.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
		padding-left: 10px; position:relative;
	}
	.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
		padding-right: 10px; position:relative;
	}
	
	#container{margin-bottom: 0; padding-bottom: 0;}
	#footer{position: relative; }
	
	#main_content_container{padding-top: 0;}
	
	h1{	font-size: 28px;line-height: 38px;}
	h2{font-size: 25px;line-height: 34px;}
	h3{font-size: 22px;line-height: 30px;}
	h4 {font-size: 20px; line-height: 28px;}
	h5 {font-size: 18px; line-height: 26px;}
	h6 {font-size: 16px; line-height: 24px;}

	.ccm-page-list .c4{ width: 130px; padding-right: 4%;}
		.ccm-page-list .items-title h3{font-size: 18px;}
		
	#footer_signup #footer_logo{ 
		position: absolute;
		top: 15px;
		left: 50%;
		margin-left: -70px;
		margin-top: 0;
	}
	#footer_signup #footer_signup_text { 
		padding-top: 93px;
		margin: 15px;
		line-height: 26px;
		position: relative;
	}
	#footer_signup #footer_search {
		margin: 15px 0 15px -100px;
		width: 250px;
		position: relative;
		float: left;
		clear: both;
		padding: 0;
		top: auto;
		left: 50%;
		height: auto;
	}
	#footer-bottom{position: relative; min-height: 50px;}
	#footer #footer-copy{padding-right: 0px;margin-bottom: 0;}
	#blockStyle91Main4{width: 100%;}
	#footer-right{margin: 10px 0 10px 0;}
	
	#main_content_container td{float: left;width: 100%;}
	#main_content_container table.contact_table tr td{height: 32px; width: 77%;}
	
	
	.homeImageTile {margin: 0 auto;max-width: 265px;display: block;}
	
	ul.ccm-manual-nav.page_thumbs, ul.ccm-page-list.page_thumbs {width: auto;margin: 0 auto;}
	.ccm-manual-nav.page_thumbs li,.ccm-page-list.page_thumbs li {list-style: none;padding-bottom: 20px;max-width: 335px;margin: 0 auto;float: none;width: 100%;}
	
	.icon_lrg_facebook, .icon_lrg_google, .icon_lrg_instagram, .icon_lrg_twitter, .icon_lrg_pintrest, .icon_lrg_youtube {width: 75px;height: 75px;background-size: 195px;}
	
	.icon_lrg_facebook{background-position: -23px -16px;}
		.icon_lrg_facebook:hover{background-position: -23px -90px;}
	.icon_lrg_google{background-position: -97px -15px;}
		.icon_lrg_google:hover{background-position: -97px -90px;}
	.icon_lrg_instagram{background-position: -22px -165px;}
		.icon_lrg_instagram:hover{background-position: -22px -239px;}

	.icon_lrg_twitter{background-position: -23px -481px;margin-right: 0;}
		.icon_lrg_twitter:hover{background-position: -23px -556px;}	
	.icon_lrg_pintrest{background-position: -98px -239px;}
		.icon_lrg_pintrest:hover{background-position: -98px -314px;}	
	.icon_lrg_youtube{background-position: -98px -481px;}
		.icon_lrg_youtube:hover{background-position: -98px -556px;}
	
		
	.page_thumbs.polaroid .c3, .page_thumbs.polaroid .c4{
		width: 100%;
	}
		.page_thumbs.polaroid .c3 img, .page_thumbs.polaroid .c4 img{width: 100%;}
		
	.green_pattern .header_search_block input.ccm-search-block-text { width: 240px; }
}

@media only screen and (max-device-width: 768px) and (orientation:landscape){
	body{
		font-size: 70%;
	}
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	#mobile_header .menu_btn, #mobile_header .store_btn, #mobile_header .cart_btn, #mobile_header .phone_btn, #sidebar ul.nav li li a:before
	.filter_products a span{
	    background-image: url(../images/retina-640.png);
		background-size: 320px 500px;	
	}

}
/* End Mobile Media Query */

ul {
	list-style-position: inside;	
}
li h4 a {
	position: relative;
	top: 5px;
}

ul li {
/*
	margin: 0 20px;
	list-style-position: inside;
	list-style: outside;
*/
}
#sidebar ul li {
	list-style: none;
	margin: 0;
}