/*                                                                                      */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ---------------------------------- SYN CUSTOM CSS ---------------------------------- */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/*                                                                                      */




/* ------------------------------------ NEW EDITS ------------------------------------- */
/*                                                                                      */
/* ----- Put new stuff in here if no time to consolidate into the main bulk below ----- */




footer .gsc-input {
	color: #4C4C4C;
}



@media screen and (min-width: 992px) {

	.main-nav .hg_mega_container {
		background: rgba(250, 250, 250, 0.97);
		padding: 0 0 20px 0;
	}
	.main-nav .hg_mega_container li a {
		font-size: 14px;
		padding: 7px;
	}
	.main-nav .hg_mega_container li a.zn_mega_title, .main-nav div.hg_mega_container ul li:last-child > a.zn_mega_title {
		font-size: 16px;
	}

}

@media (max-width: 991px) {

	.syn-menu-icon {	
		display: none !important;
	}
	
	#zn-res-menu .syn-mobile-menu-tweak hr, #zn-res-menu .syn-mobile-menu-tweak .syn-hide-mobile {
		display: none !important;
	}

}


	
.main-nav .syn-menu-title {
	margin-bottom: 15px !important;
	background: rgba(220, 220, 220, 0.97);
}

.main-nav .syn-menu-title a.zn_mega_title {
	padding: 30px 0 25px 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.main-nav .syn-menu-icon {
	margin-top: -20px;
	width: 50px;
	height: 50px;
}

.main-nav .syn-menu-border-left {
	border-left: 1px solid #B5B5B5;
}

.main-nav .hg_mega_container hr {
	border-top: 1px solid #B5B5B5 !important;
}


#wpk-main-menu .syn-menu-icon {
	display: none !important;
}

#wpk-main-menu {
	color: #ffffff;
}

.main-nav .hg_mega_container li a.syn-no-underline:before {
	background-color: transparent !important;
}

.main-nav .syn-quiz-icon {
	width: 50px;
	height: 50px;
}

.syn-pad-left-20 {
	 padding-left: 20px;
}

.main-nav .syn-ps-book {
	width: 109px;
	height: 150px;
}







/* --- HALF WIDTH MEGA MENU DROPDOWNS --- */


/* DEFAULT */
.main-nav ul li.narrow-mega:hover > ul, .main-nav ul li.narrow-mega:hover > .hg_mega_container {
	left: calc(50% - 30px);
}
.main-nav li.narrow-mega .hg_mega_container {
	width: 50%;
}
.chaser .main-menu li.narrow-mega:hover > a:not(:only-child) + .hg_mega_container {
	left: calc(50% - 15px) !important;
	width: 50% !important;
}

/* LEADERSHIP */
.main-nav ul li.narrow-lead:hover > ul, .main-nav ul li.narrow-lead:hover > .hg_mega_container {
	left: 40%;
}
.chaser .main-menu li.narrow-lead:hover > a:not(:only-child) + .hg_mega_container {
	left: 24% !important;
}

/* LEARNING */
.main-nav ul li.narrow-learn:hover > ul, .main-nav ul li.narrow-learn:hover > .hg_mega_container {
	left: calc(50% - 30px);
}
.chaser .main-menu li.narrow-learn:hover > a:not(:only-child) + .hg_mega_container {
	left: 35% !important;
}


@media (min-width: 1200px) {

	/* LEADERSHIP */
	.main-nav ul li.narrow-lead:hover > ul, .main-nav ul li.narrow-lead:hover > .hg_mega_container {
		left: calc(50% - 30px);
	}
	.chaser .main-menu li.narrow-lead:hover > a:not(:only-child) + .hg_mega_container {
		left: 20% !important;
	}

	/* LEARNING */
	.main-nav ul li.narrow-learn:hover > ul, .main-nav ul li.narrow-learn:hover > .hg_mega_container {
		left: calc(50% - 30px);
	}
	.chaser .main-menu li.narrow-learn:hover > a:not(:only-child) + .hg_mega_container {
		left: 30% !important;
	}


}










/* --- SYN IMAGE BOX FOR CATEGORY PAGES --- */

.syn-ib2 {
	border-left: 4px solid #cd2122;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 30px 20px 15px 20px;
}

.syn-ib2 .row {
	margin-bottom: 0;
}

.syn-ib2 .image-boxes {
	margin-bottom: 0;
}





/* --- SUBSCRIBE BUTTON --- */
#totop-subscribe {
	opacity:0;
	position:fixed;
	right:-120px;
	width:100px;
	z-index:9999;
	display:block;
	top:70%;
	background-repeat:no-repeat;
	background-position:center 15px;
	background-color:#CD2122;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius:2px;
	padding: 20px 0 20px 0; 
}
#totop-subscribe.show {
	right:10px;
	opacity:0.7;
}
#totop-subscribe:hover {
	opacity:1;
}
#totop-subscribe {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}







/* ------------------------------------------------------------------------------------ */
/* -------------------------Menu Icon Sprites------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.syn-sprite {
    background-image: url(../images/icons/cropped/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.syn-sprite-ips {
    width: 50px;
    height: 50px;
    background-position: 0 0;
}

.syn-sprite-lead {
    width: 50px;
    height: 50px;
    background-position: -50px 0;
}

.syn-sprite-learn {
    width: 50px;
    height: 50px;
    background-position: -100px 0;
}

.syn-sprite-num {
    width: 50px;
    height: 50px;
    background-position: -150px 0;
}

.syn-sprite-parent {
    width: 50px;
    height: 50px;
    background-position: -200px 0;
}

.syn-sprite-present {
    width: 50px;
    height: 50px;
    background-position: -250px 0;
}

.syn-sprite-ps {
    width: 50px;
    height: 50px;
    background-position: -300px 0;
}

.syn-sprite-quiz {
    width: 50px;
    height: 50px;
    background-position: -350px 0;
}







/* ----------------------------------------------------------------------------- */
/* ---------------------------------- GENERAL ---------------------------------- */
/* ----------------------------------------------------------------------------- */



body {
	font-size: 14px;
	color: #2a2a2a;
	line-height: 1.45;
}


p {
	margin-bottom: 15px;
}


hr {
	border-top: 1px solid #909090;
	border-bottom: none;
}


.row {
	margin-bottom: 35px;
}
footer .row {
	margin-bottom: 0;
}


.display-block {
	display: block !important;
}
.display-none {
	display: none !important;
}


.span6.no-left-margin {
    margin-left: 0;
}
.span6.small-left-margin {
    margin-left: 8px;
}


section#content {
	margin-top:15px;
}

.gray-area {
	background:#ebebeb;
	padding:30px 0 0;
	margin-bottom:30px;
}

#hongkiat-form section#aligned {
	padding-bottom: 0;
}

#hongkiat-form h5 {
	font-weight: 600;
}








/* ----------------------------------------------------------------------------- */
/* ------------------------------- FONTS & TEXT -------------------------------- */
/* ----------------------------------------------------------------------------- */



a {
	color: #022e61;
}


.times {
	font-family: "Times New Roman", Times, serif;	
}


h2 {
	color: #051035;
}


.text_align_left {
	text-align: left !important;
}
.text_align_right {
	text-align: right !important;
}
.text_align_center {
	text-align: center !important;
}



.first-para a {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}


.ref a:link {
	color:#F00;
}


.content_start a {
	color: #022e61;
	font-size:14px;
	text-decoration:underline;
}
.content_start a:hover {
	color: #cd2122;
	text-decoration:none;
}



/* --- BLOCKQUOTE --- */
blockquote {
	margin: 0 0 20px 0;
	font-size: 14px;
}



/* --- PAGE TITLES --- */
.page-title {
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.page-title > h1 {
	font-size:26px;
	color:#050505;
	margin-top: 0;
}
.page-title > span {
	font-size:13px;
	color:#050505;
	margin-top: 10px;
}



/* --- MAKING FIRST PARAGRAPH LARGER & BOLD --- */
.first-para {
	font-weight:bold;
	font-size:16px;
	line-height:21px;
}
.first-para a {
	font-size:16px;
}


/* --- LEAD PARAGRAPH --- */
.lead {
  font-size: 21px;
}
.lead a {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}


/* --- WARNING TEXT --- */
.warning-text {
	background: #767676;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 20px 15px 70px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px #333;
	box-shadow: 5px 5px 10px 0px #333;
}
.warning-text:before {
	content:'';
	width:50px;
	height:50px;
	background:url(https://www.skillsyouneed.com/images/warning.png);
	position:absolute;
	left:5px;
	top:5px;
}


/* --- LIST STYLES --- */
ul.list-style1,
ul.list-style2 {margin-left:0;}
ul.list-style1 li,
ul.list-style2 li { list-style:none; background:url(https://www.skillsyouneed.com/images/list-style1.png) no-repeat 2px 8px; padding-left: 15px; margin-bottom: 4px;}
ul.list-style2 li { background:url(https://www.skillsyouneed.com/images/list-style2.png) no-repeat 2px 5px; padding-left: 25px;}
ul.list-style3 {
	margin-left:0;
}
ul.list-style3 li {
	list-style:none;
	background:url(https://www.skillsyouneed.com/images/list-style3.png) no-repeat 2px 8px;
	padding-left: 15px; 
	line-height: 1.4;
	margin-bottom: 4px;
}
ol.list-style3 li {
	padding-left: 15px; 
	line-height: 1.4;
	margin-bottom: 4px;
}


.circle_title:after {content:''; position:absolute; left:55px; right:0; bottom:5px; border-bottom:1px dotted #bbb;}
.circle_title > span {font-size:14px; font-weight:500; display:inline-block; background: white; width: 50px; height: 50px; line-height: 50px; text-align: center; position: relative; z-index: 1;
-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right: 5px;} 






/* ----------------------------------------------------------------------------- */
/* ---------------------------------- BUTTONS ---------------------------------- */
/* ----------------------------------------------------------------------------- */



/* --- SEARCH BUTTON --- */
.btn-search {
	background:#cd2122;
	font-size:18px;
	font-weight:700;
	color:#fff; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	border: 0;
	padding:3px 10px;
	margin-bottom:9px;
	margin-left:3px;
}
.btn-search:hover {
	background:#343434;
	color:#fff;
}





/* ----------------------------------------------------------------------------- */
/* ----------------------------------- MENU ------------------------------------ */
/* ----------------------------------------------------------------------------- */


header {
	position:absolute !important;
	width:100% !important;
	height:100px !important;
	background:rgba(0,0,0,0.5) !important;
	z-index:1 !important;
}


.main-nav {
	margin-right: 0;
}


nav#main-menu {
	margin-top: 17px;
	float: right;
}
nav#main-menu > ul > li > a {
	text-align:center;
}
nav#main-menu > ul > li.sfHover > ul {
	top:38px;
}


/* --- MENU ICONS --- */
nav i.glyphicon {
	margin-right: 5px;
}


/* --- MENU LOGO --- */
#logo {
	float: left;
}
#logo a {
	display: block;
	position: relative;
}



/* --- TWO LAYERED MENU --- */
nav.menu-two-layer {
	margin-top: 0 !important;
}
nav.menu-two-layer>ul {
	margin-top: 5px !important;
}
#search .searchBtn {
	margin: 0;
	padding: 7px;
}
nav#main-menu > ul > li > a {
	padding: 0 8px 0;
}
nav#main-menu > ul > li.active > a, nav#main-menu > ul > li > a:hover, nav#main-menu > ul > li:hover > a {
	padding: 6px 8px;
}
.site-header .topnav {
	margin-bottom: 10px;
}
.site-header.style2 .kl-top-header {
	background: none;
}


/* --- STICKY MENU --- */
.chaser {
	background: rgba(0,0,0,0.8);
}
.chaser .main-menu {
	margin-top: 0;
}
.chaser .top-row .topnav {
	margin-top: -65px;
	margin-right: 80px;
}
.chaser .second-row .sf-menu {
	margin-top: 30px;
}
.chaser .topnav {
	margin: 5px 0 0 0;
}
.chaser .topnav > li > a {
	font-size: 10px;
}
.chaser .navRight {
	display: block;
}
.row#chaserMenuRow {
	margin-bottom: 0;
}



/* --- MENU SEARCH FORM --- */
#search .top-nav-search {
	width: 280px !important;
}
.top-nav-search .gsc-search-box {
	padding: 2px 1px !important;
}
.top-nav-search .gsc-search-box .gsc-input {
	padding-right: 7px;
}
.top-nav-search .gsc-search-box .gsc-input input {
	background: #ffffff !important;
	width: 135px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.top-nav-search .gsc-search-box .gsc-input input.gsc-input-focus {
	border: none !important;
	box-shadow: none !important;
}
#search {
	float:right;
	clear: right;
	position:relative;
}
#search .search {
	display:none;
	position: absolute;
	right: -10px;
	padding:30px;
	background:#f4f4f4;
	width: 180px;
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
#search .searchBtn {
	padding: 8px;
	line-height: 1;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	position:relative;
	z-index:1;
	height: 27px;
	width: 27px;
}
#search .searchBtn:hover {
	background: rgba(0, 0, 0, 0.7);
}
#search .searchBtn.active {
	background:#f4f4f4;
}
#search form {
	margin:0;
	border-bottom:1px solid #ccc;
}
#search form:hover {
	border-bottom:1px solid #b5b5b5;
}
#search form input[type=text] {
	background: none; 
	border: none;
	font-size: 12px;
	font-style: italic;
	color: #999;
	width: 155px;
	padding:5px 0;
	margin:0;
	display: inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#search form input[type=text]:focus {
	font-style: normal;
	color: #565656;
}
#search form input[type=submit] {
	width:20px;
	background-color:
	transparent;
	border: none;
	text-indent:-9999px;
	padding:0;
	display: inline-block;
}
.site-header.style2 .header-search, .site-header.style2.cta_button .header-search {
	width: auto;
	height: auto;
}
.site-header.style2 .header-search, .site-header.style2.cta_button .header-search {
	margin-left: 25px;
}



/* --- SEARCH BOX --- */
.gsc-input-focus {
	box-shadow: 0px 0px 3px #AAAAAA !important;
	border: solid 1px #BBBBBB !important;
}
input.gsc-search-button {
	border-color: #cd2122 !important;
	background-color: #cd2122 !important;
	transition: all 0.2s ease-out;
}
.gsc-search-button:active, .gsc-search-button:focus {
	box-shadow: 0px 0px 3px #AAAAAA !important;  /* NOT WORKING? */
}
input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #FF0000 !important;
	background-color: #FF0000 !important;
}
input.gsc-input {
   margin-bottom: 0;
}
.google-search-box.google-search-home {
	width: 475px;
	text-align: center;
	margin: 0 auto;
}



/* --- RESPONSIVE MENU --- */
.site-header.style2 .zn-res-trigger {
	margin: 10px !important;
	width: auto;
}



/* --- MENU HOVER --- */
nav#main-menu > ul > li.active > a{
	padding: 2px 8px 1px 8px !important;
}
nav#main-menu > ul > li > a:hover, nav#main-menu > ul > li:hover > a {
	padding: 2px 8px 1px 8px !important;
}

.site-header.style2 .main-nav > ul > li.active > a:before {
	height: calc(100% + 13px);
	margin-bottom: 0;
	margin-top: 0;
}
.site-header.style2 .main-nav > ul > li > a:hover:before, .site-header.style2 .main-nav > ul > li:hover > a:before {
	height: calc(100% + 21px);
	margin-bottom: 0;
	margin-top: 0;
}


/* --- GETTING RID OF UNDERLINE TO INDICATE MENU ITEM HAS DROPDOWN --- */
.main-nav > ul > li.menu-item-has-children > a:after {
	content: none;
}









/* ----------------------------------------------------------------------------- */
/* ---------------------------------- HEADERS ---------------------------------- */
/* ----------------------------------------------------------------------------- */



/* --- GENERAL --- */
.header-main-bg {
	height: 175px;
	width: 100%;
}
.header-img {
	background-position: center center;
	background-size: cover;
	height: 171px;
}


/* --- BACKGROUND IMAGES --- */
.header-img-full {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/team3.jpg");
}
.header-img-info {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/5.jpg");
}
.header-img-rhubarb {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/rhubarb.jpg");
}
.header-img-gen {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/gen.jpg");
}
.header-img-ips {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/ips.jpg");
}
.header-img-lead {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/lead.jpg");
}
.header-img-learn {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/learn.jpg");
}
.header-img-num {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/6.jpg");
}
.header-img-parent {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/parent.jpg");
}
.header-img-present {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/present.jpg");
}
.header-img-ps {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/ps.jpg");
}
.header-img-write {
	background-image: url("https://www.skillsyouneed.com/images/sliders/common/banners/write.jpg");
}




/* --- BREADCRUMBS --- */
.breadcrumbs-row {
	margin-bottom: 0 !important;
	margin-top: -65px !important;
	/*margin-left: 0px !important;*/
	padding: 10px 10px 0 0;
}
.breadcrumbs-row .container {
	padding: 5px;
}
.breadcrumbs {
	position: relative;
	background: rgba(255,255,255,0.75);
	padding: 5px 10px;
}
.breadcrumbs li {
	color: #000000;
	font-size: 12.5px;
	font-weight: 400;
}
.breadcrumbs li:after {
	margin: 0 5px 1px 10px;
}
.breadcrumbs li a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;	
	padding: 3px;
	-webkit-transition: all 50ms linear;
	-moz-transition: all 50ms linear;
	-o-transition: all 50ms linear;
	-ms-transition: all 50ms linear;
	transition: all 50ms linear;

}
.breadcrumbs li.breadcrumbs-section a {
	font-weight: 600;	
}
.breadcrumbs a:hover{
	background-color: #CD2122;
	color: #fff;
	border-radius: 2px;
	text-decoration: none;
}	
.breadcrumbs .breadcrumbs-home img {
	height: 15px;
	width: 15px;
	margin-bottom: 2px;
}
.breadcrumbs .breadcrumbs-home a:hover {
	background: transparent;
}





/* ----------------------------------------------------------------------------- */
/* ---------------------------------- SIDEBAR ---------------------------------- */
/* ----------------------------------------------------------------------------- */



#main-sidebar {
	padding-left: 0;
}

#sidebar {
	padding: 15px;
}

#sidebar .title {
	color: #050505;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-bottom: 20px;
	position: relative;
	font-size: 18px;
}
#sidebar .title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 25px;
	height: 0;
	border-bottom: 1px solid #CBCBCB;
}
#sidebar .title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar ul.menu {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul.menu li {
	margin-bottom:0px;
}
#sidebar ul.menu li.active {
	color: #FFF;
	background-color: #0066FF;
	display: block;
	padding: 4px 0 4px 20px;
	position: relative;
	border-radius: 2px;
	font-weight: 700;
}
#sidebar ul.menu li a {
	color: #595959; 
	display: block; 
	padding: 4px 0 4px 20px; 
	position: relative; 
	border-radius: 2px;
}
#sidebar ul.menu li a:after {
	content: '\203A';
	position: absolute;
	left: 7px;
	top: 6px;
	color: #DDD;
	font-size: 16px;
	line-height: 1;
	width: 4px;
	height: 4px;
	font-family: Arial;
}
#sidebar ul.menu li.ebook a {
	color: #FFF;
	background-color: #ff7202;
	display: block;
	padding: 4px 0 4px 20px;
	position: relative;
	border-radius: 2px;
	font-weight: 700;
}
#sidebar ul.menu li.ebook a:hover {
	color: #FFF;
	background-color: #cd2122;
	display: block;
	padding: 4px 0 4px 20px;
	position: relative;
	border-radius: 2px;
	font-weight: 700;
}
#sidebar ul.menu li.active a:after, #sidebar ul.menu li a:hover:after {
	color: white;
	left: 8px;
}
#sidebar ul.menu li.active a, #sidebar ul.menu li a:hover {
	background: #CD2122;
	color: white;
}


#sidebar .btn-danger {
	padding: 10px 15px;
}

#sidebar .cse form.gsc-search-box, #sidebar form.gsc-search-box {
	padding: 0 !important;
}

#sidebar .widget {
	margin-bottom: 25px;
}


.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}













/* ----------------------------------------------------------------------------- */
/* ----------------------------- SPECIAL REGIONS ------------------------------- */
/* ----------------------------------------------------------------------------- */



.block-center {
	margin:0 auto;
}


/* --- ADVERTS --- */
.ad_left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.ad_right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
.ad_normal {
	margin-left:0px;
	margin-bottom:0px;
}
.new_ad_left {
	text-align:center;
	margin:auto;
	width:320px;height:100px;
}
.new_ad_right {
	text-align:center;
	margin:auto;
	width:300px;
	height:250px;
}


/* --- BOTTOM LINKS --- */
.btm-links {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-bottom: 20px;
	margin-top: 20px;
}
.btm_links a:hover {
	color: #cd2122;
}
.bottom-links {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#fff;
	-webkit-box-shadow: #B3B3B3 10px 10px 10px;
	-moz-box-shadow: #B3B3B3 10px 10px 10px; 
	box-shadow: #B3B3B3 10px 10px 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top:30px;
	margin-bottom:10px;
	font-size: 22px;
	line-height: 1.6;
	position: relative;
	text-align:center;	
	color:#666;
}
.bottom-links:before {
	content:'';
	width:75px;
	height:75px;
	background:url(https://www.skillsyouneed.com/images/more-syn.png);
	position:absolute;
	left:0px;
	top:0px;
}


/* --- TOP LINKS --- */
.toplink {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	padding: 3px;
	background-color:#efeded;
	border-radius: 2px;
}
.toplink a {
	padding: 3px;
}
.toplink a:hover{
	font-size: 14px;
	background-color: #CD2122;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	padding: 3px;
	text-decoration: none;
}	


/* --- BIG LINKS --- */
.biglinks p {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align:center;
}
.biglinks a {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align:center;
}


/* --- NEW BIG LINKS --- */
.newbig-links p {
	padding-top: 10px;
	border-bottom:thin;
	border-bottom-color:#CCC;
	border-bottom-style:dotted;
	font-weight:700;
}
.newbig-links a {
	font-size: 18px;
	font-weight:normal;
	line-height: 2;
	background-color: #f5f5f5;
	color: #005;
	border-radius: 2px;
	padding: 1px;
	/*text-decoration: none;*/
}
.newbig-links a:hover {
	background-color: #CD2122;
	color: #fff;
	border-radius: 2px;
	padding: 1px;
	text-decoration: none;
}


/* --- SMALL LINKS --- */
.littlelinks p {
	text-align:center;
	font-weight: bold;
}


/* --- NEW SMALL LINKS --- */
.new-littlelinks p {
	font-size: 15px;
	border-top:thin;
	border-top-color:#CCC;
	border-top-style:dotted;
	font-weight:700;
	padding-top:10px;
}
.new-littlelinks a {
	font-size: 14px;
	line-height:2;
	background-color: #f5f5f5;
	color: #005;
	border-radius: 2px;
	padding: 1px;
	/*text-decoration: none;*/
	font-weight:normal;
}
.new-littlelinks a:hover {
	background-color: #CD2122;
	color: #fff;
	border-radius: 2px;
	padding: 1px;
	text-decoration: none;
}


/* --- IDEA TEXT BOX --- */
.bulb-text {
	background: #767676;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 20px 15px 70px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px #333;
	box-shadow: 5px 5px 10px 0px #333;
}
.bulb-text:before {
	content:'';
	width:50px;
	height:50px;
	background:url(https://www.skillsyouneed.com/images/bulb-circle2.png);
	position:absolute;
	left:5px;
	top:5px;
}
.bulb-smtxt {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
.bulb-smtxt a {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}


/* --- QUOTE TEXT BOX --- */
.quote-text {
	background: #767676;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 70px 15px 70px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px #333;
	box-shadow: 5px 5px 10px 0px #333;
}
.quote-text:before {
	content:'';
	width:50px;
	height:50px;
	background:url(https://www.skillsyouneed.com/images/open-quote.png);
	position:absolute;
	left:5px;
	top:5px;
}
.quote-text:after {
	content:'';
	width:50px;
	height:50px;
	background:url(https://www.skillsyouneed.com/images/close-quote.png);
	position:absolute;
	right:5px;
	bottom:45px;
}


/* --- QUOTE SLIDER --- */
.testimonials_fader ul {
	margin-top: 10px;
	border-left: 1px solid #e2e2e2;
}
.testimonials_fader li {
	padding-bottom: 0;
}


/* --- INFO TEXT BOX --- */
.info-syn-text {
	background: #767676;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 70px 15px 70px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px #333;
	box-shadow: 5px 5px 10px 0px #333;
}
.info-syn-text .glyphicon {
	position:absolute;
	left:10px;
	top:10px;
	font-size: 45px;
}

.info-syn-text:before {
	content:'';
	width:50px;
	height:50px;
	background:url(https://www.skillsyouneed.com/images/info-circle50.png);
	position:absolute;
	left:5px;
	top:5px;
}

.info-syn-text h2 {
	color:#FFF;
}
.question-syn-text {
	background: #767676;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 70px 15px 70px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px #333;
	box-shadow: 5px 5px 10px 0px #333;
}
.question-syn-text:before {
	content:'';
	width:50px;
	height:50px;
	background:url(https://www.skillsyouneed.com/images/question.png);
	position:absolute;
	left:5px;
	top:5px;
}


/* --- TITLE & INTRO --- */
.infobox1 {
	padding: 20px 0 10px;
	margin-bottom: 0;
}
.infobox1:hover {
	background: #ececec;
}
.infobox1 .page-title {
    font-size: 25px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.infobox1 .page-subtitle {
    font-size: 35px;
    line-height: 40px;
	margin-top: 10px;    
}
.infobox2 {
	padding: 20px 20px 10px;
}
.ad_right.infobox2 {
	width: 235px;
}
.ad_right.infobox2 p.first-para {
	margin-bottom: 10px;
}
.ad_right.infobox2 .btn {
	font-weight: normal;
	padding: 9px 14px;
	margin: 5px 0 5px -7px;
}
.ad_right.infobox2 label {
	font-weight: normal;
}
.intro-text {
    font-size: 19px;
    line-height: 24px;
}


/* --- CATEGORY HOVER BOXES - VERTICAL --- */
.inner-box {
    padding: 20px;
    border: 3px solid #DDDDDD;
    /*height: 390px;*/
}
.screenshot-box {
	border: 1px solid #b3b3b3;
	margin-right: 0;
}
.inner-screenshot-box .list-style1 li {
	margin-bottom: 15px;
}
.inner-screenshot-box .list-style1 li h4 {
	margin-bottom: 5px;
}
.inner-screenshot-box .list-style1 li h6 {
	margin-top: 5px;
}



/* --- CATEGORY HOVER BOXES - HORIZONTAL --- */
.span4.box-2 {
    margin-left: 0;
}
.span4.box-2.first-box-2 {
    margin-left: 55px;
}
.inner-box-2 {
    padding: 20px;
    border: 3px solid #DDDDDD;
    height: 180px;
}
.span4.box-2.first-box-2 .inner-box-2 {
    border: 3px solid #DDDDDD;
}
.span4.box-2 .inner-box-2 {
    border-left: none;
}


/* --- POPULAR ARTICLES --- */
.row.screenshot-box {
    margin-left: 0;   
}
.screenshot-box {
    padding: 0;
}
.screenshot-box .span6 {
    margin-left: 5px;
}
.inner-screenshot-box {
    padding: 20px;
}
.screenshot-box h3.title {
    font-size: 19px;
    color: #cd2122;
    line-height: 1.4;
}
.screenshot-box ul.features {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.screenshot-box ul.features li:first-child {
    margin-top: 0;
}
.screenshot-box ul.features li {
    padding-left: 35px;
}
.screenshot-box ul.features li h4 {
    font-size: 14px;
    line-height: 1.3;
    margin: 5px 0 0;
}
.latest_posts.style3 .viewall {
    top: 25px;
}


/* --- BOOK TEXT --- */
.book-text {
	background: #FFFFA5;
	border-top: 2px solid #f37321;
	border-left: 2px solid #f37321;
	color: #000;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 20px 15px 75px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px #333;
	box-shadow: 5px 5px 10px 0px #333;
}
.book-text2 {
	background: #ddb8d9;
	border-top: 2px solid #f00;
	border-left: 2px solid #f00;
	color: #000;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 20px 15px 75px;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px 0px #333;
	box-shadow: 5px 5px 10px 0px #333;
}
.book-text:before {
	content:'';
	width:75px;
	height:75px;
	background:url(https://www.skillsyouneed.com/images/book-icon.png);
	position:absolute;
	left:-25px;
	top:-25px;
}
.book-text2:before {
	content:'';
	width:75px;
	height:75px;
	background:url(https://www.skillsyouneed.com/images/book-icon2.png);
	position:absolute;
	left:-25px;
	top:-25px;
}
.book-smtxt {
	color: #000;
	font-size: 16px;
	line-height: 1.2;
}
.book-smtxt a {
	color: #00E;
	font-size: 18px;
	line-height: 1.2;
}


/* --- RHUBARB --- */
.rhubarb {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#03F;
	padding-top: 2px;
	margin-bottom:10px;
	position: relative;
	text-align:center;
	background:#00F;	
	color:#FFF;
	font-size: 16px;
	line-height:1.6;
	margin-left:40px;
	margin-right:40px;
}
.rhubarb-text a {
	color:#FF3;
	text-decoration:none;
	
}




.image-boxes .box {
	padding: 0 10px;
}




.latest_posts.style3 ul.posts .title {
	color: #CD2122;
}
.latest_posts.style3 ul.posts li {
	border-bottom: none;
	padding-bottom: 0px;
}












/* ----------------------------------------------------------------------------- */
/* -------------------------- MAILCHIMP & INFUSIONSOFT ------------------------- */
/* ----------------------------------------------------------------------------- */



/* --- INFUSIONSOFT FORM --- */
.infusion-field-label-container {
	width: 40%;
}
.infusion-field-input-container {
	width: 95%;
	margin-bottom: 10px;
}


/* --- MAILCHIMP BUTTON --- */
#mc-embedded-subscribe {
    background: #CD2122 !important;
	color:#FFFFFF;
}
#mc-embedded-subscribe:hover {
    background: #ff0000 !important;
}


/* --- MAILCHIMP --- */
#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	border-radius:10px;
}
#mc_embed_signup .clear {
	visibility: visible !important;
}
#mc_embed_signup input[type="checkbox"] {
	margin: 0 5px 0 0;
}
#mc_embed_signup .mc-field-group .asterisk {
	top: 6px;
	right: auto;
	padding-left: 5px;
}
#mc_embed_signup input.button {
	display: inline-block;
}
#mailchimp-popup-outer {
	position: relative;
	z-index: 10000000;
}
.mailchimp-popup-wrapper {
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;							
	position:fixed;
	background-color: rgba(49,49,49,0.95);  /* VW note: don't use opacity, doesn't seem to work */
	overflow:auto;
}
.mailchimp-popup-wrapper img.close-btn {
	position:absolute;
	width: 30px;
	height: 30px;
	right:-14px;
	top:-14px;
	cursor:pointer;
}
.mailchimp-popup {
	position:absolute;							
	left:50%;
	top:17%;
	margin-left:-180px;
}
.mailchimp-popup-wrapper form {
	max-width:300px;
	min-width:250px;
	padding:10px 50px !important;
	border:2px solid gray;
	border-radius:10px;
	background-color:#fff;
}
.mailchimp-popup-wrapper p {
	margin-top:30px;
}
.mailchimp-popup-wrapper h4 {
	background-color:#F2F2F2;
	padding:20px 35px;
	margin:-10px -50px;
	text-align:center;
	border-radius:10px 10px 0 0;
}
.mailchimp-popup-wrapper hr {
	margin:10px -50px;
	border:0;
	border-top:1px solid #ccc;
}
.mailchimp-popup-wrapper input[type=text], .mailchimp-popup-wrapper [type=email] {
	width:82% !important;
	padding: 8px !important;
	border:1px solid #ccc;
	font-size:16px;
}
.mailchimp-popup-wrapper #submit {
	text-decoration:none;							
	width:100%;
	text-align:center;
	display:block;
	background-color:#FFBC00;
	color:#fff;
	border:1px solid #FFCB00;
	padding:10px 0;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
}
.mailchimp-popup-wrapper span {
	color:red;
	font-weight:700;
}
#confirm-popup-inner {
	max-width:300px;
	min-width:250px;
	padding: 10px 50px !important;
	border:2px solid gray;
	border-radius:10px;
	background-color:#fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}
#confirm-text {
	padding: 20px 0;
}
.mailchimp-popup-button {
	padding: 30px 0;
	text-align: center;
}
.mailchimp-popup-button button {
	font-family: inherit;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	height: 35px;
	min-width: 54px;
	background-color: #cd2122;
	border: 1px solid #cd2122;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all 0.2s ease-out;
}
.mailchimp-popup-button button:hover, .mailchimp-popup-button button:focus {
	background-color: #FF0000;
	border-color: #FF0000;
}


/* --- SUBSCRIBE ZONE --- */
.subscribe-dotted {
	border: 1px dotted red;
	padding: 10px;
	margin-top: 10px;
}
#subscribe-circlehover {
	text-decoration:none;
	margin-left: 12px;
}
.first-para-subscribe {
	color:white;
	text-decoration:none;
}
.subscribe-lead {
	margin-top:5px;
}
.subscribe-lead a {
	text-decoration:none;
	color:#CD2122;
}





/* ----------------------------------------------------------------------------- */
/* ----------------------------------- TABLES ---------------------------------- */
/* ----------------------------------------------------------------------------- */



.table-border-collapse {
	border-collapse:separate;
	border-spacing:2px;
}
table tr {
	min-height:25px;
}
tr.total td {
	background: #7c0210;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	text-align: center;
	padding:5px;
	width:25px;
}
tr.carried td {
	font-weight: bold;
	color: #000;
	background-color: #CFC;
	border: 1px solid #000;
	text-align: center;
}
td.htu {
	color: #000;
	background-color: #CCC;
	border: 1px solid #000;
	text-align: center;	
}
td.num {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	text-align: center;
	border-radius:3px;
	padding:5px;
}
td.smoke {
	font-weight: bold;
	font-size:16px;
	color: #000;
	background-color: #ececec;
	border: 1px solid #000;
	text-align: center;
	border-radius:3px;
	padding:5px;
}
td.oilleft {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius:3px;
	padding:5px;
}
td.oilheadpoly {
	font-weight: bold;
	font-size:24px;
	color: #000;
	background-color:#9dc3e6;
	border: 1px solid #000;
	text-align: left;
	border-radius:3px;
	padding-top:10px;
	padding-left:5px;
}
td.oilheadmono {
	font-weight: bold;
	font-size:24px;
	color: #000;
	background-color:#c5e0b4;
	border: 1px solid #000;
	text-align: left;
	border-radius:3px;
	padding-top:10px;
	padding-left:5px;
}
td.oilheadsat {
	font-weight: bold;
	font-size:24px;
	color: #000;
	background-color:#fe9898;
	border: 1px solid #000;
	text-align: left;
	border-radius:3px;
	padding-top:10px;
	padding-left:5px;
}
td.tlorange {
	font-weight: bold;
	font-size:14px;
	color: #000;
	background-color:#F90;
	border: 1px solid #000;
	text-align: left;
	border-radius:3px;
	padding:10px;
}
td.tlgreen {
	font-weight: bold;
	font-size:14px;
	color: #000;
	background-color:#c5e0b4;
	border: 1px solid #000;
	text-align: left;
	border-radius:3px;
	padding:10px;
}
td.tlred {
	font-weight: bold;
	font-size:14px;
	color: #000;
	background-color:#fe9898;
	border: 1px solid #000;
	text-align: left;
	border-radius:3px;
	padding:10px;
}
td.total {
	background: #7c0210;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	text-align: center;
	padding:5px;
	}
td.numwork {
	font-weight: bold;
	color: #000;
	background-color: #7c9afe;
	border: 1px solid #000;
	text-align: center;
	border-radius:3px;
}
td.numpart {
	font-weight: bold;
	color: #000;
	background-color: #ff90c2;
	border: 1px solid #000;
	text-align: center;
	border-radius:3px;
}
td.numdiv {
	font-weight: bold;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 18px;
}
td.numdivinto {
	font-weight: bold;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	font-size: 18px;
}
td.num-blue {
	font-weight: bold;
	color: #000;
	background-color: #A5BED8;
	border: 1px solid #000;
	text-align: center;
	border-radius: 3px;
	padding: 5px;
}
td.head-style-1 {
	font-weight: bold;
	color: #000;
	background-color: #7c9afe;
	border: 1px solid #000;
	text-align: left;
	border-radius:3px;
}





/* ----------------------------------------------------------------------------- */
/* ---------------------------------- IMAGES ----------------------------------- */
/* ----------------------------------------------------------------------------- */



.img-pull-left {
	float:left;
	margin:10px 15px 10px 0px;
}
.img-pull-right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.img-pull-left-cap {	
	float:left;
	margin:10px 15px 10px 0px;
	font-size: 80%;
	text-align: center;
	padding: 5px;
	border: thin dotted #CCC;
}
.img-pull-right-cap {
	float: right;
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
	border: thin dotted #CCC;
}
.img-cap {
	font-size: 80%;
	text-align: center;
	padding: 5px;
	border: thin dotted #CCC;
}
.img-polaroid {
	display: inline-block;
}	




/* ----------------------------------------------------------------------------- */
/* ---------------------------------- FOOTER ----------------------------------- */
/* ----------------------------------------------------------------------------- */



#footer .bulb-smtxt a {
	font-size: 18px;
	border-radius: 2px;
	padding: 3px;
	text-decoration: none;
}
#footer .bulb-smtxt a:hover {
	font-size: 18px;
	background-color: #CD2122;
	color: #fff;
	border-radius: 2px;
	padding: 3px;
	text-decoration: none;
}


#footer .copyright a {
	color: #00F;
}
#footer .copyright a:hover {
	color: #F00
}


#footer .menu li {
	float:none;
	width:auto;
}  /* Float and width were commented out, so I guess does that mean we want auto or none? */


.process_box .number {
	background: #767676;
}




/* ----------------------------------------------------------------------------- */
/* ------------------------------------ MISC ----------------------------------- */
/* ----------------------------------------------------------------------------- */



.badge-info {
	background-color: #8ec3a7;
}


.query_rule {
	color:#000;
}


/* --- IFRAMES --- */
.iframe-calc {
  margin-top: 20px;
  margin-bottom: 30px;
	padding: 0px;
    overflow: hidden;
   -moz-border-radius: 12px;
  -webkit-border-radius: 12px; 
  border-radius: 12px; 
  -moz-box-shadow: 4px 4px 14px #000; 
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000; 
}
.iframe-test {
  margin-top: 0px;
  margin-bottom: 0px;
	padding-top: -100px;
   -moz-border-radius: 12px;
  -webkit-border-radius: 12px; 
  border-radius: 12px; 
  -moz-box-shadow: 4px 4px 14px #000; 
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000; 
}


/* --- SLEEPINESS --- */
#sleepiness {
	max-width: 100%;
    -moz-transform: scale(0.8, 0.8); 
    -webkit-transform: scale(0.8, 0.8); 
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); 
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
#sleepinessmobile {
	max-width: 100%;
}


#calc {
	max-width: 100%;
}


.loader-bg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:url(loader_dark.gif) no-repeat center center #f5f5f5;
}


#slideshow.with-bg {
	background-image:url(https://www.skillsyouneed.com/images/loader_light.gif);
	background-position: 50% 60%;
	background-repeat:no-repeat;
	background-color:#000;
	min-height:100px;
}


header.style2 #logo a {
	background:rgba(0,0,0,0.5);
	border-bottom:2px solid #000;
	border-bottom:2px solid rgba(0,0,0,0.7);
	border-top: 3px solid #CD2122;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
}


#page_header.light-blue {
	background-color: #0087dc;
}


.subtitle {
	margin-bottom: 1px;
	padding-top:20px;
}


#fb-root {
  display: none;
}


/* --- NIVOSLIDER --- */
#nivoSlider, #nivoSlider img {
	width:100%;
	height: auto !important;
}
.nivo-caption {
	padding: 7px 12px;
	line-height: 34px;
	font-size: 27px;
	bottom: 10px !important;
}



/* --- MORPH ---- */
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}





/*                                                                               */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ------------------------------- MEDIA QUERIES ------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/*                                                                               */

/* ---------- EXTRA LARGE DESKTOP? ---------- */
@media (max-width: 1399px) {

	.nivo-caption {
		padding: 5px 10px;
		position: absolute;
		bottom: 10px;
		line-height: 20px;
		color: #E9E9E9;
		margin: 0;
		display:inline;
		border-left: 3px solid #CD2122;
		background: black;
		background: rgba(0, 0, 0, 0.9);
		font-size: 15px;
		text-transform: uppercase;
		opacity: 0;
		filter:alpha(opacity=0);
		left: 120px;
		z-index:9999;
	}
	.nivo-caption p {
		padding:5px;
		margin:0;
	}
	.nivo-caption a {
		display:inline !important;
	}
	.nivo-html-caption {
		display:none;
	}

}



/* ---------- LARGE DESKTOP ---------- */
@media (min-width: 1200px) {
   
/*
    .box {
        margin-left: 15px;
        margin-right: 15px;
    }
	.box.first-box {
        margin-left: 30px;
    }
    .box.last-box {
        margin-right: 0;
    } 
*/

}



/* ---------- MEDIUM DESKTOP ---------- */
@media (max-width: 1200px) {

    .inner-box {
        padding: 15px;
       /* height: 405px; */
    }


}


/* ---------- SMALL DESKTOP ~ONLY~ ---------- */
@media (min-width: 979px) and (max-width: 1200px) {
	 nav#main-menu > ul > li > a {
	 	font-size:10.5px !important;
	 	font-weight:700; color:#fff;
	 	padding: 0 8px 0;
	 	margin:0 0 5px;
	 	display: block;
	 	border: 0;
	 	line-height: 1;
	 	position:relative;
	}
	#logo {
		width:20%;
	}
}



/* ---------- BIGGER THAN 1100px ---------- */
@media (min-width:1100px) {

	.new_ad_left {
		float:left;
		margin-right:15px;
		margin-bottom:10px;
		width:336px;
		height:280px;
    }
    .new_ad_right {
    	float:right;
    	margin-left:15px;
    	margin-right:10px;
    	margin-bottom:10px;
    	width: 336px;
    	height: 280px;
    }

}


/* ---------- Alternative Small Desktop ---------- */
@media only screen and (max-width : 992px) {

	.chaser .top-row .topnav {
		margin-top: -100px;
		margin-right: 80px;
	}
	.chaser .second-row .sf-menu {
		margin-top: 30px;
	}
	.nivo-caption {
		padding: 0px 0px;
		position: absolute;
		bottom: 0px; 
		line-height: 0px;
		color: #E9E9E9;
		margin: 0;
		display:none;
		font-size: 0px;
	}
	.nivo-caption p {
		padding:0px;
		margin:0;
	}
	.nivo-caption a {
		display:none;
	}
	.nivo-html-caption {
		display:none;
	}
	#main-sidebar {
		display: none;
	}

}



/* ---------- SMALL DESKTOP UP TO 980px ---------- */
@media (max-width: 979px) {
    
    h3.m_title {
        font-size: 15px
    }    
    .inner-box {
      /*  height: 440px; */
    }    
    .latest_posts.style3 .viewall {
        top: 18px;
    }
    
        
}


/* ---------- Custom Up to 800px ---------- */
@media (max-width:800px) {

	section#content {
		margin-top:50px;
	}
	.page-title, .subtitle {
		line-height:1.4;
		margin-bottom: 1px;
		padding-bottom: 5px;
		padding-top:5px;
		border-bottom: 0px;
	}
	/*
	body {
		padding: 10px 15px;
	}
	*/
	#container {
		width: 100%;
	}
	#hongkiat-form #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#hongkiat-form #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 85%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		float: left;
		display: block;
		margin-right: 55px;
	}

}




/* ---------- PORTRAIT TABLET TO LANDSCAPE AND DESKTOP ~ONLY~ ---------- */
@media (min-width: 768px) and (max-width: 979px) {

	.cse-branding-form input {
		width:140px;
	}

}



/* ---------- BIGGER THAN LANDSCAPE PHONE ---------- */
@media (min-width:768px) {
	
	.new_ad_left {
		float:left;
		margin-right:15px;
		margin-bottom:10px;
		width:300px;
		height:250px;
    }
    .new_ad_right {
    	float:right;
    	margin-left:15px;
    	margin-right:10px;
    	margin-bottom:10px;
    	width: 300px;
    	height: 250px;
    }
    
}



/* ---------- LANDSCAPE PHONE TO PORTRAIT TABLET ---------- */
@media (max-width: 767px) {

    .inner-box {
       /* height: 305px; */
    }    
    .row.imgboxes_style1 {
        margin-bottom: 0;
    }
    #header {
		position:relative;
	}
	#main-menu {
		float:left !important;
		margin-left:30px;
	}
	#main-menu select {
		border:1px solid #666;
		margin-bottom:0px;
		height:40px;
		font-size:18px;
	}
	#footer {
		padding:10px !important;
	}
	#main-sidebar {
		display: none;
	}
/*	#sidebar {
		margin-top:20px;
	}
*/
	.img-pull-left {
		width:50%;
	}
	.img-pull-right {
		width:50%;
	}
	.row {
		margin-top:10px;
		margin-bottom:10px
	}
	
	.site-header {
		height:auto !important;
/*		position: relative !important;
		background-color: #2f2f2f !important;*/
	}
/*	.header-main-bg img {
		height: 250px;
	}
*/
	.site-header.style2 .header-search .searchBtn {
		transform: none !important;
		-webkit-transform: none !important;
	}
	.breadcrumbs-row .container {
		padding: 5px 25px;
	}
	.page-title {
		padding: 0 10px;
	}
	section#content {
		margin-top: 0;
		padding-top: 25px;
	}
    

}



/* ---------- SYN ZONE MENU FIX TO HIDE BREADCRUMBS WHEN RESPONSIVE MENU OVERSPILLS ---------- */
@media (max-width: 638px) {

	.breadcrumbs-row {
		display: none;
	}
	.tp-caption {
		display: none !important;
	}


}





/* ---------- SYN ZONE FOR HOVER VERTICAL CATEGORY BOXES ---------- */
@media (max-width: 550px) {

    .inner-box {
       /* height: 350px; */
    }
	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 80%;
	}
	
}



/* ---------- LANDSCAPE PHONES AND DOWN ---------- */
@media (max-width: 480px) {

	body {
		padding: 10px 0px;
	}
	select.selmenu {
		width: 190px;
	}
	.mailchimp-popup {
		position:absolute;							
		left:50%;
		top:3%;
		margin-left:-147px;
	}
	.mailchimp-popup-wrapper form, #confirm-popup-inner {
		max-width:240px;
		min-width:140px;
		padding:10px 25px !important;
	}	
	.mailchimp-popup-wrapper h4 {
		padding:20px 35px;
		margin:-10px -25px;
	}	
	.mailchimp-popup-wrapper hr {
		margin:10px -25px;
	}
	.site-header.style2 .header-search .searchBtn {
		top: auto !important;
		transform: translateY(50%) !important;
		-webkit-transform: translateY(50%) !important;
	}
	.ad_right.infobox2 {
		display: none !important;
	}
/*	.zn-res-trigger::after {
		top: auto;
	}*/
	.site-header.style2 .zn-res-trigger {
		width: 25px;
	}
	.site-header.style2 .header-search {
		height: 40px !important;
	}	
	/* HEADER STYLE FIX FOR MOBILES: DOESN'T WORK HERE COS RESPONSIVE.CSS OVERRIDES IT, SO PUT IN HTML INSTEAD
	.site-header {
		position: absolute !important;
		background: rgba(0,0,0,0.5) !important;
		height: 171px !important;
	}

}

/* ---------- HEADER MOBILE FIX ---------- */
@media (max-width: 390px) {

	header .topnav li img#twitter, header .topnav li img#facebook, header .topnav li#search {
		display: none;
	}

}


/* ---------- PORTRAIT PHONES AND DOWN ---------- */
@media only screen and (max-width: 320px) {
	
	body {
		padding: 10px 0px;
	}
 	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 70%;
	}
	#hongkiat-form #aligned {
		overflow: hidden;
	}
	select.selmenu {
		width: 160px;
	}
	#recipientcase {
		margin-right: 30px;
	}

/* ----------------------------------------------------------------------------- */
/* ------------------------------------ END ------------------------------------ */
/* ----------------------------------------------------------------------------- */