/*
Theme Name: Torque Child
Theme URI: http://torque.beantownthemes.com/
Description: Child Theme for Torque
Author: Fialovy & BeanTownDesign
Author URI: http://themeforest.net/user/BeantownThemes
Template:torque
Version: 1.0
*/



/* =Theme customization starts here
-------------------------------------------------------------- */

body.page .post_container, body.single-flv_portfolio .post_container {
	clear: both;
}

hr {
	margin: 15px auto !important;
	width: 90%;
}

address {
	margin-bottom: 0;
}
cite {
	clear: left;
	display: block;
	margin: 10px 0;
}

small {
	display: block;
	clear: both;
}

img.aligncenter {
	display: block;
	margin: 10px auto;
}

.cover_image {
	background: no-repeat center;
	background-size: cover;
}
html {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300 !important;
}

h1{	
	font-size: 32px;
}

h2{	
	font-size: 26px;
	line-height: 1.2;
	
	margin: 0 0 8px;
}

h3{	
	font-size: 20px;
	line-height: 1.2;
	
	margin: 0 0 10px;
}

h4{	
	font-size: 18px;
		
	margin: 0 0 12px;
}

h5{ 
	font-size: 14px;
	line-height: 1.2;
	
	margin: 14px 0;
}

h6{	
	font-size: 11px;
	line-height: 1.6;
	
	margin: 0px 0px 5px;
}

p:last-child {
	margin: 0 0 15px;
}
.clearfix {
	clear: both;
}
main ul {
	margin: 0 0 15px 15px;
}

main ul li a {
	color: #c91d22;
}

main .rev_slider ul li a {
	color: #fff !important;
}

/* NAVIGATION */

#mobile_nav {
	margin: 21px 5px;
}

#header nav ul {
	z-index:1;
}

#header nav ul li a{
	color: #888;
}

#header nav ul li a:hover{
	color: #555;
}

#page_header{
	padding: 10px 0 0;
}

#page_header ul, #page_header nav {
	float: left !important;
	margin: 0 !important;
}

#page_header nav {
	width: auto !important;
}

#topNetroBar {
	clear: both;
	border-bottom: 1px solid #eee;
	padding: 5px 0 13px;
	overflow: hidden;
	margin-bottom: 25px;
}

/* Phone Number */

#callNetro {
	float:right;
	height: 13px;
}

#callNetro img {
	width: 13px;
	float: left;
}

#callNetro a.netroPhone {
	margin: 6px 0 0 5px;
    display: block;
    float: left;
}

nav.theCrumbs {
	
}

main {
	padding: 25px 0;
}

/* Sub Navigation */

#subMenu {
	width: 100%;
	padding: 0;
	margin:10px auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #f0f0f0;
}

#subMenu ul {
	margin: 0;
}

#subMenu ul li {
	list-style-type: none;
	position:relative;
}

#subMenu ul li a {
	display: block;
	padding: 25px 5%;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	color: #888;
	font-size: 10px;
	text-transform: uppercase;
}

#subMenu ul li a:hover {
	background: #fcfcfc;
	color: #555;
}

#subMenu ul li:last-child > a {
	border-bottom: none;
}

#subMenu ul.sub-menu li:last-child > a {
	border-bottom: 1px solid #f0f0f0;
}

#subMenu ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	background: #fcfcfc;
}

#subMenu ul.sub-menu li a:hover {
	background: #fafafa;
}

#subMenu .menu > li .dropdown {
    float: right;
	position: absolute;
	right: 0;
	top: 0;
	padding: 14px;
	z-index: 9;
	background: #f0f0f0;
	color: #888;
}

#subMenu .menu > li .dropdown:hover {
	cursor: pointer;
}

.dropMenu {
	display: none;
}

#subMenu .dropMenu:checked + li ul.sub-menu {
	max-height: 400px;
}

/* LOGO */

    
#nav_logo {
    margin: 20px 0 0 10px;
	float:left;
}

    
#nav_logo img {
    width: 200px;
}

#header nav {
	border-right: none;
}

#header nav ul li a {
	padding: 0 20px;
}

/* Rev Slider */




/* CONTAIN */

#aboutNetro {
	width: 100%;
	padding: 20px 0;
	background: #111;
}

.homeContain {
	max-width: 960px;
	margin: 0 auto !important;
	overflow: hidden;
	width: 90%;
	padding: 15px 5% !important;
	float: none !important;

}

.homeContain h3 {
	color: #eee;
}


/* HOMEPAGE */

.homeHalf {
    width: 90%;
    padding: 10px 5%;
    overflow: hidden;
}

.homeFull {
    width: 90%;
    padding: 0 5% 10px;
    overflow: hidden;
	margin: 0 auto;
}

/* Streaming Tabs */

#streamingSolutions {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#streamingSolutions .streamingTab {
	min-height: 250px;
	width: 80%;
	padding: 5% 10%;
	margin: 0;
	position: relative;
}

#streamingSolutions .streamingTab .streamOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
}

#streamingSolutions .streamingTab .streamOverlayFirst {
	background: rgba(31, 31, 31, 0.7);
}

#streamingSolutions .streamingTab .streamOverlaySecond {
	background: rgba(201, 29, 34, 0.7);
}

#streamingSolutions .streamingTab .streamOverlayThird {
	background: rgba(31, 31, 31, 0.7);
}

#streamingSolutions .streamingTab .streamOverlayFourth {
	background: rgba(201, 29, 34, 0.7);
}

#streamingSolutions .streamingTab h3, #streamingSolutions .streamingTab p {
	text-shadow: 1px 1px #000;
	position: relative;
}

#streamingSolutions .streamingTab h3 {
	color: whitesmoke;
	font-weight: 400 !important;
}

#streamingSolutions .streamingTab p {
	margin-top: 15%;
	color: #ddd;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

#streamingSolutions .streamingTab:hover > p {
	color: whitesmoke;
}



/* TESTIMONIALS */

#homeTestimonials {
	max-width: 960px !important;
	width: 90% !important;
	padding: 15px 5% !important;
	margin: 0 auto !important;
}

.flexslider {
	background: none;
	box-shadow: none;
	clear: both;
	border: none;
	margin: 0 auto !important;
}

blockquote {
	border-left: none;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	text-transform: none;
	color: #999 !important;
	font-size: 14px;
	position: relative;
	border: 1px solid #ccc !important;
	margin: 25px 0;
}

blockquote:after, blockquote:before {
	top: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

blockquote:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 14px;
	margin-left: -14px;
}
blockquote:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ccc;
	border-width: 16px;
	margin-left: -16px;
}

.clientName {
	margin-left: 15px;
	float:left;
}

.clientImage {
	max-width: 150px;
	height: 150px;
	width: 150px !important;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	float:right;
	margin-bottom: 12px;
}

#homeTestimonials a.homeButton {
		display: block;
		margin-left: 15px;
		padding: 15px 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		max-width: 200px;
		text-align: center;
		color:#999;
		-webkit-transition: all 0.3s ease 0s; /* Safari and Chrome */
		-moz-transition: all 0.3s ease 0s; /* Firefox */
		-ms-transition: all 0.3s ease 0s; /* IE 9 */
		-o-transition: all 0.3s ease 0s; /* Opera */
		transition: all 0.3s ease 0s;
}

#homeTestimonials a.homeButton:hover {
		color: #666;
}

/* TESTIMONIAL PAGE */

.testimonialBlock {
	max-width: 840px;
}

/* Clients */

.client {
	width: 96%;
	padding:25px 2%;
	margin: 0 auto;
	text-align:center;
	border-bottom: 1px solid #eee;
	overflow:hidden;
}

.client h3.clientTitle {
	font-size: 14px;
}

.client img {
	max-height: 90%;
	width: auto;
	margin: 0 auto;
}
/* HOMEPAGE POSTS */

#featuredPosts {
	overflow:hidden;
	display: block;
}

.featuredPost {
	width: 90%;
	padding: 0;
	display: inline-block;
	margin: 0 5% 15px;
	background: #1f1f1f;
	box-shadow: 0 2px 7px 0px #000;
	position: relative;
	-webkit-transition: all 0.3s ease 0s; /* Safari and Chrome */
    -moz-transition: all 0.3s ease 0s; /* Firefox */
    -ms-transition: all 0.3s ease 0s; /* IE 9 */
    -o-transition: all 0.3s ease 0s; /* Opera */
    transition: all 0.3s ease 0s;
}

.featuredPost h3 {
	padding: 10px 5%;
	color: #fff;
	font-size: 14px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.featuredPost p {
	padding: 10px 5%;
	color: #eee;
	border-top: 1px solid #000;
}

.featuredPost img {
	min-width: 100%;
}

/* Around The World */

header.travelHeader {
	overflow: hidden;
}

.featuredPostImage {
	display: block;
}
/* SIDEBAR */

.sidebar, .sidebar_100 {
	width: 29.4%;
}

/* RED BACKGROUND */

.redBack {
	background: #ca1d23; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ca1d23 0%, #9e161a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ca1d23), color-stop(100%,#9e161a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ca1d23 0%,#9e161a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ca1d23 0%,#9e161a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ca1d23 0%,#9e161a 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ca1d23 0%,#9e161a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca1d23', endColorstr='#9e161a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 30px 2%;
}

/* INFORMATION BOXES */

.infoBox {
	width: 90%;
	padding: 5%;
	text-align: left;
	margin: 0 auto;
}

.infoBox img {
	display: block;
	max-height: 300px;
	width: auto;
	margin: 0 auto !important;
}

/* Chat Button */

#chatButtonMobile {
	background: #c91d22;
	padding: 25px 15px;
	width: 120px;
	color: #fff !important;
	clear:both;
	text-indent: 45px;
	background-image: url(/wp-content/themes/torque-child/images/chaticon.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 16px;
	-webkit-animation: 3s slideOut 1s;
	-moz-animation: 3s slideOut 1s;
	-ms-animation: 3s slideOut 1s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 9999999;
}

@-webkit-keyframes slideOut {
    0% {-webkit-transform: translateX(90px);}
    40% {-webkit-transform: translateX(0);}
	60% {-webkit-transform: translateX(0);}
	100% {-webkit-transform: translateX(90px);}
}

@keyframes slideOut {
    0% {-webkit-transform: translateX(90px);}
    40% {-webkit-transform: translateX(0);}
	60% {-webkit-transform: translateX(0);}
	100% {-webkit-transform: translateX(90px);}
}

@-moz-keyframes slideOut {
    0% {-webkit-transform: translateX(90px);}
    40% {-webkit-transform: translateX(0);}
	60% {-webkit-transform: translateX(0);}
	100% {-webkit-transform: translateX(90px);}
}

#chatButtonMobile {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
}

#chatButtonDesktop {
	display: none;
}


/* Gallery */

.masonryGallery .gallery {
	-webkit-column-count: 1;
	-webkit-column-gap: 5px;
	-moz-column-count: 1;
	-moz-column-gap: 5px;
	column-count: 1;
	column-gap: 5px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	-webkit-backface-visibility:hidden;
}

.masonryGallery .gallery .gallery-item {
	display: inline-block !important;
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
}

.masonryGallery .gallery .gallery-item img {
	width: 99% !important;
	border: 1px solid #1f1f1f !important;
}

/* FOOTER */

h2.widgettitle {
        font-size: 19px;
        margin-top: 5px;
}

#sub_footer{
	padding: 25px 0 10px;
    background: #eee;
	height: auto;
	display: none;
}

#sub_footer .one_half {
    padding-left: 5%;
}

#sub_footer ul{
	margin: 0 45px 0 0;
	float: left;
}

#sub_footer ul li {
	line-height: 1;
    margin: 10px 0;
    font-size: 13px;
    color: #999;
    text-align: left;
	float: left;
	clear: both;
}

#sub_footer ul li a:hover {
        color: #777;
}

footer ul li i{ 
	margin: 0 0 0 30px; 
}

#sub_footer ul.blog-articles li a {
    display: block;
    line-height: 1.5;
    padding: 0 0 10px 0;
}

#sub_footer ul.blog-articles li a {
    display: block;
    line-height: 1.5;
    padding: 0 0 10px 0;
}

#main_footer {
	background: #1f1f1f;
	padding-bottom: 50px;
}

#toTopContain {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 99;
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}
#toTop {
	margin: 0 auto;
	width: 86px;
    padding: 0 0 0 13px;
    line-height: 39px;
	font-weight: normal;
    height: 40px;
    background: rgba(0,0,0,0.8) url(/wp-content/themes/torque-child/images/uparrow.png) no-repeat;
    background-position: 70px 9px;
    background-size: 20px;
	display: block;
	color: #fff;
	border-radius: 5px;
}

#toTop:hover {
	cursor: pointer;
}

.nav-down {
	top: 80px !important;
}

/* Start Streaming */

a#startStreaming {
	height: 30px;
	padding: 10px 15px 9px;
	position: fixed;
	line-height: 29px;
	color: #fff;
	bottom: 0;
	left: 0;
	background: #25a71c;
	display: block;
	border-top-right-radius: 5px;
	animation: 3s stream 1s;
	-webkit-animation: 3s stream 1s;
	-moz-animation: 3s stream 1s;
	-webkit-transition: background 1s;
	transition: background 1s;
	-moz-transition: background 1s;
	z-index: 99;
}

a#startStreaming:hover {
	background: #1f1f1f;
}

@keyframes stream {
	0% { background: #25a71c; }
	50% { background: #1f1f1f; }
	100% { background: #25a71c; }
}

@-webkit-keyframes stream {
	0% { background: #25a71c; }
	50% { background: #1f1f1f; }
	100% { background: #25a71c; }
}

@-moz-keyframes stream {
	0% { background: #25a71c; }
	50% { background: #1f1f1f; }
	100% { background: #25a71c; }
}

.fadeInButton {
	opacity: 1 !important;
}

/* Product Box */

.productBox {	
	background: #ffffff;
	box-shadow: 0 0 0 1px #f0f0f0;
	overflow: hidden;
	margin: 0 1% 10px;
	display: block;
}

.productBox h4 {
	color: #c91d22;
}

/* Radio Page */

.productRadio {	
	background: #ffffff;
	box-shadow: 0 0 0 1px #f0f0f0;
	margin: 10px auto 0;
	width: 94%;
	padding: 20px 4% 10px;
	overflow: hidden;
	position: relative;
}

.productRadio h4 {
	color: #c91d22;
}

.productRadioRight {
	background: #ffffff;
	box-shadow: 0 0 0 1px #f0f0f0;
	margin: 10px auto 0;
	width: 94%;
	padding: 20px 4% 10px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.gotit, .dontgotit {
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
}

.gotit {
	background-image: url(/wp-content/themes/torque-child/images/checkMark.png);
	background-repeat: no-repeat;
}

.dontgotit {
	background-image: url(/wp-content/themes/torque-child/images/exMark.png);
	background-repeat: no-repeat;
}

.theLevel {
	display: none;
}

/* Video Slider */

.videoPricingDisplay {
	color: #89B30C;
	display: block;
	font-size: 1.4em;
	margin: -18px 0 15px;
	position: relative;
	text-align: center;
}

.videoPricingDisplay b {
	font-size: 1.1em;
	margin: 0 3px;
}

#videoPricingSliderDisplay {
	display:none;
}

/* Leadership Page */




/* Flow Player */

.videoContain {
	margin: 10px auto;
	clear: both;
}

.sixty .videoContain {
	margin: 0 auto;
}

.flowplayerCont {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}
.flowplayerCont object, .flowplayerCont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Show Video Toggle */

.showVideoToggle {
	display: none;
}

.showVideoToggle:checked ~ .videoContain .videoHidden {
	padding-bottom: 56.25% !important; /* 16:9 */
	padding-top: 25px !important;
}

label span.hideStream, label span.viewStream {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	
}

label span.hideStream {
	left: -100px;
	position: absolute;
}

label span.viewStream {
	left: 0;
	position: relative;
}
.showVideoToggle:checked ~ label span.hideStream {
	left: 0;
	position: relative;
}

.showVideoToggle:checked ~ label span.viewStream {
	left: -100px;
	position: absolute;
}

.videoHidden {
	padding-bottom: 0 !important; /* 16:9 */
	padding-top: 0 !important;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

/* Custom CSS */

.netroButton {
	display: block;
	float: right;
	margin: 10px;
	padding: 5px 15px;
	line-height: 1.5;
	border-radius: 5px;
	overflow: hidden;
	background: #c91d22;
	max-width: 240px;
	color: #fff;
	text-align: center;
}

.netroButton:hover {
	cursor: pointer;
}

.row {
	clear:both;
	margin-left: 0 !important;
}

table {
	border: none;
	margin: 0 auto 15px;
	width: 100%;
	overflow: visible;
}

td img {
	margin: -3px 10px 0;
}

tr.videoFormat {
	font-size: 20px;
	margin-top: 15px;
	display: block;
}

tr.multiFormat {
	font-size: 20px;
	margin-top: 15px;
}

tr.multiFormat td {
	margin-top: 15px;
	padding: 10px 8px;
}

tr.multiFormat td img {
	margin: 0 10px -5px;
}

.showToggle {
	display: none;
}

.toggleLabel {
	display: block;
}

.toggleLabel:hover {
	cursor: pointer;
}

.showToggle:checked + .hiddenBox {
	max-height: 800px;
}

.hiddenBox {
	overflow: hidden;
	max-height: 0;
	display: block;
}

.post_img_container {
	max-width: 300px;
}

.avatar {
	display: none !important;
}

.post_container {
	border-bottom: 1px solid #f2f2f2;
	padding: 35px 0 35px 53px;
}

.post_container h3 {
	text-transform: none;
}


/* Support Bars */

#supportBars {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;

}

.supportBar {
	width: 22%;
	margin: 0 1%;
	display: inline-block;
	position: relative;
	-webkit-transform-style: preserve-3d;
	bottom: 0;
	text-align: center;
	border-top-right-radius: 10px;
	opacity: 0.7;
	transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
}

.supportBar:hover {
	opacity: 1;
	cursor: pointer;
}
.supportBar h5 {
	position: absolute;
	text-align: center;
	width: 140px;
	max-width: 100%;
	margin-top: -25px;
	background: #1f1f1f;
	color: #fff;
	border-top-right-radius: 10px;
	padding: 5px 0;
	
}

.supportBar label.supportPrice {
	position:absolute;
	color: #fff;
	width: 100%;
	display: block;
	background: #1f1f1f;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
	padding: 25px 0;
	top: 15px;
	font-weight: bold;
	box-shadow: 0px 6px 10px -5px #111;
}

#bronze {
	height: 100px;
	background: #d98e17;
	-webkit-animation: grow 3s;
}

#silver {
	height: 150px;
	background: #ddd;
	-webkit-animation: grow 3s;
}

#gold {
	height: 190px;
	background: gold;
	-webkit-animation: grow 3s;
}

#platinum {
	height: 220px;
	background: #eee;

}

@-webkit-keyframes grow {
	0% { max-height:0; }
	100% { max-height: 220px; }
}

#bronzeSupport::before {
	content:" ";
	width: 25px;
	height: 25px;
	background: #d98e17;
	display: block;
	float: left;
	margin-right: 5px;
}

#silverSupport::before {
	content:" ";
	width: 25px;
	height: 25px;
	background: #ddd;
	display: block;
	float: left;
	margin-right: 5px;
}

#goldSupport::before {
	content:" ";
	width: 25px;
	height: 25px;
	background: gold;
	display: block;
	float: left;
	margin-right: 5px;
}

#platinumSupport::before {
	content:" ";
	width: 25px;
	height: 25px;
	background: #eee;
	display: block;
	float: left;
	margin-right: 5px;
}

/* FAQ */

.faqTitle {
	text-transform: none;
	font-size: 20px;
	display: block;
	padding: 20px 4%;
	background: #1f1f1f;
	color: #fff;
}

.faqSideTitle {
	text-transform: none;
}

.theSolution {
	overflow: hidden;
	padding: 20px 4%;
	background: #E6FCFC;
	color: #1f1f1f;
	border: 2px solid #1f1f1f;
	border-radius: 10px;
	margin: 10px auto;
}

.theSolution p {
	color: #1f1f1f;
}

.theSolution a {
	color: #c91d22;
}

.faq {
	border-bottom: 1px solid #eee;
}

.faq h4 {
	text-transform: none;
}

.faq .meta-button {
	margin: 0 5px; 
}

/* Case Studies */

#casestudies {
	overflow: hidden;
	background: #1f1f1f;
	text-shadow: 1px 1px #000;
}

#casestudies h1, #casestudies h3, #casestudies h4, #casestudies h5 {
	color: #eee;
}

#casestudies h2.caseTitle {
	text-align: right;
	color: #eee;
}

#casestudies h2.companyName {
	color: #c91d22;
	margin: 0;
}

#casestudies h5 {
	margin: 0 0 14px;
}

#casestudies a {
	color: #c91d22;
	transition: color 0.4s;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
}

#casestudies a:hover {
	color: #fff;
}


.caseLeft, .caseRight, .caseMiddle {
	width: 94%;
	padding: 25px 3%;
}

.caseImage {
	max-width: 300px;
	margin-top: 15px;
}

.newsExcerpt {
	padding: 15px;
	border: 1px solid #000;
	background: #111;
	color: #fff;
	font-style: italic;
}

/* Carousel */

#slider ul li {
	padding: 0 !important;
}

.caseTab:hover {
	cursor: pointer;
}

/* Players Page */

.players h2 {	
	width: 100%;
	padding: 15px;
	background: #1f1f1f;
	color: #fff;
	margin: 0;
}

.playerBox {
	background: #1f1f1f;
	overflow: hidden;
	text-shadow: 1px 1px #000;
	width: 96%;
	padding: 15px 2%;
	box-shadow: 0 0 0 1px #000;
	margin: 0 auto;
	clear: both;
	text-align: center;
	display: block;
}
.playerBox:hover {
	cursor: pointer;
}

.playerBox:hover > a img {
	box-shadow: 0 0 20px #eee;
	-webkit-transform: scale(1.05);
}

.playerBox:hover > p {
	color: #eee;
	transition: color 0.5s;
}

.playerBox:hover > ul li {
	color: #eee;
	transition: color 0.5s;
}

.playerBox h2 {
	color: #fff;
	white-space: nowrap;
}

.playerBox img {
	width: 150px;
	margin: 25px auto;
	display: block;
	border-radius: 75px;
	transition: all 0.5s;
}

a.scroll {
	overflow: hidden;
'
}

/* reporting page */

label.toReports:hover {
	cursor: pointer;
}

/* Pricing */

ul.pricingFaq {
	list-style:none;
}

ul.pricingFaq li ul.subPricingList {
	list-style: disc;
}

ul.subPricingList li a {
	color: #c91d22;
}

.pricingBox {
	overflow: hidden;
	width: 96%;
	padding: 15px 2%;
	margin: 0 auto;
	clear: both;
	text-align: center;
	display: block;
}
.pricingBox:hover {
	cursor: pointer;
}

.pricingBox:hover > a img {
	box-shadow: 0 0 30px 1px #666;
	-webkit-transform: scale(1.05);
}

.pricingBox:hover > p {
	color: #666;
	transition: color 0.5s;
}

.pricingBox:hover > ul li {
	color: #666;
	transition: color 0.5s;
}

.pricingBox h2 {
	white-space: nowrap;
}

.pricingBox img {
	width: 150px;
	margin: 25px auto;
	display: block;
	border-radius: 75px;
	transition: all 0.5s;
}

/* Knowledge Centre */

.knowledge {
	text-align: left !important;
}

ul.knowledge {
	list-style: none;
	clear:both;
}

/* Bandwidth Calculator */

table#bandwidthCalculator {
	max-width: 850px;
	margin: 10px auto;
}

table#bandwidthCalculator th {
	background: none;
	padding: 15px 8px;
	text-align: left;
}

table#bandwidthCalculator .right {
	float: right;
	margin: 10px 0;
}

table#bandwidthCalculator td {
	vertical-align: middle;
}

table#bandwidthCalculator td select {
	background: none;
	border: none;
	padding: 5px;
	float: right;
}

table#bandwidthCalculator td input[type=text] {
	width: auto;
}

table#bandwidthCalculator input {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	float: right;
	color: #222;
	width: auto;
	background: #fcfcfc;
	border: 1px solid #ccc;
	padding: 8px 10px;
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	-moz-box-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.015);
	-moz-box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.015);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.015);
}

table#bandwidthCalculator a#calcGetStarted {
	padding: 15px 10px;
	color: #fff;
	text-align: center;
	background: #c91d22;
	display: block;
	max-width: 500px;
	margin: 10px auto;
}

/* Service Wizard */

table.wizard th {
	display:none;
}

table.wizard label.theFormat {
	display:inline;
}

.tooltip:hover:before, .tooltip:hover:after {
	display: none;
}

a.tooltip span {
  display: none;
  padding: 10px;
  margin-left: 8px;
  width: 350px;
  max-width: 200px;
  font-size: 1.1em;
  line-height: 1.5;
}

a.tooltip:hover span {
  display: inline;
  position: absolute;
  border: 1px solid #cccccc;
  background: #1f1f1f;
  color: #eee;
  z-index: 99;
}

.inputWizard {
	clear: both;
	margin: 0 0 10px;
}

.selectWizard {
  background: none;
  border: none;
  padding: 5px;
}

/* Footer */

#nav_search {
	margin-right: 25px;
	margin-left: 25px;
	float: left;
	margin-top: 5px;
	clear: both;
}

#nav_searchbox {
	height: auto;
	width: auto;
}

#nav_searchbox input {
	background: url(/wp-content/themes/torque-child/images/search.png) no-repeat 5px center / 15px;
	box-shadow: none !important;
}

.copyRight {
	float: left;
}

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

#callNetro {
	margin-top: 10px;
}

}


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

#nav_logo {
	margin: 25px 0 0 10px;
}

#nav_logo img {
	max-width: 120px;
}

#nav_search {
	display: none;
}

.socialicons {
	display: none;
}

table {
	width: 90%;
}
table td {
	display: block;
	overflow: hidden;
}

.theLevel {
	display: block;
	float: right;
	margin: 15px;
	font-weight: bold;
}

/* Support Bars */

.supportBar {
	width: 47%;
	margin-top: 30px;
}

/* Bandwidth Calculator */

table#bandwidthCalculator th {
	display: block;
	width: 90%;
	clear: both;
}

	
}



@media only screen and (min-width: 501px) {
/* Knowledge */

table.wizard th {
	display:table-cell;
}

table.wizard label.theFormat {
	display:none;
}

#nav_search {
	margin-top: -4px;
	clear: none;
}

}
@media only screen and (min-width: 661px) {

.homeContain {
	padding: 15px 0 !important;

}

/* HOMEPAGE POSTS */

.featuredPost {
	width: 44%;
	float: left;
	margin: 0 3% 15px;
	min-height:390px;
}

/* Around The World */

header.travelHeader cite {
	float: left;
}

.featuredPostImage {
	display: block;
	float:right;
	margin: -30px 10px 0 0;
	max-width: 150px;
}

/* Chat Button */


#chatButtonMobile:hover {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}

.masonryGallery .gallery {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

/* Streaming Tabs */

#streamingSolutions .streamingTab {
	width: 30%;
	float: left;
}

#streamingSolutions .streamingTab .streamOverlayThird {
	background: rgba(201, 29, 34, 0.7) ;
}

#streamingSolutions .streamingTab .streamOverlayFourth {
	background: rgba(31, 31, 31, 0.7);
}

/* Radio Page */

.productRadio {	
	width: 40%;
	float: left;
	margin: 10px 1% 0;
	min-height: 260px;
	padding: 20px 4% 10px;
}

.productRadioRight {	
	width: 90%;
	margin: 10px 1% 0;
}

.netroPrice {
	font-size: 18px;
	clear: both;
}


/* Leadership */

.toggleTabs .leadershipLabel {
	width: 25.33%;
	float: left;
	padding: 15px 3%;
}
.toggleTabs .leadershipLabel:hover {
	background: #1f1f1f;
}

/* Players */

.toggleTabs .playerLabel {
	width: 27.33%;
	float: left;
	padding: 15px 3% !important;
	margin: 0 !important;
}

.toggleTabs .playerLabel:hover {
	background: #1f1f1f;
}

.toggleTabs .mobileLabel {
	width: 44%;
	float: left;
	padding: 15px 3% !important;
	margin: 0 !important;
}

.toggleTabs .mobileLabel:hover {
	background: #1f1f1f;
}

/* Pricing */


.playerBox {
	width: 46%;
	float: left;
	clear: none;
	height: 340px;
}

.pricingBox {
	width: 46%;
	float: left;
	clear: none;
	height: 340px;
	box-shadow: 1px 0 0 #ccc;
}

/* Case Studies */

.caseLeft, .caseMiddle {
	width: 44%;
	float: left;
}

.caseRight {
	clear: both;
}

a.tooltip span {
  max-width: 350px;
}

/* Knowledge */

.inputWizard {
	clear: none;
	float: left;
}


/* Clients */

.client {
	width: 46%;
	float: left;
	height: 250px;
}

/* footer */


}



@media only screen and (min-width: 840px) {

/* Sub Navigation */

#subMenu .dropdown {
	display: none;
}

#subMenu {
	overflow: visible;
	float: left;
}

#subMenu ul li {
	width: auto;
	float: left;
}

#subMenu ul li a {
	padding: 25px;
	white-space: nowrap;
	border-bottom: none;
}

#subMenu li ul.sub-menu {
	position: absolute;
	top: 100%;
	left: -1px;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-radius: 0 0 4px 4px;
}

#subMenu li ul.sub-menu li {
	clear: both;
	width: 100%;
}

#subMenu li ul.sub-menu li a {
	border-bottom: 1px solid #f0f0f0;
}

#subMenu ul.sub-menu li:last-child > a {
	border-bottom: none;
}


#subMenu ul li.menu-item-has-children:hover {
	-webkit-box-shadow: 1px 0 0 #f0f0f0, -1px 0 0 #f0f0f0, 0 1px 0 #fcfcfc;
}

#subMenu ul li.menu-item-has-children:hover > a {
	-webkit-box-shadow: 1px 0 0 #f0f0f0, -1px 0 0 #f0f0f0, 0 1px 0 #fcfcfc;
	background: #fcfcfc;
	position: relative;
	z-index: 99;
}

#subMenu ul li.menu-item-has-children a:hover + ul.sub-menu, #subMenu ul li.menu-item-has-children ul.sub-menu:hover {
	max-height: 400px;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}


    
/* HOMEPAGE */
.homeHalf {
    width: 40%;
    float: left;
}

/* rows and columns */

.fifty {
	width: 40%;
	float: left;
	clear: none;
}

/* Radio Page */

.productRadio {	
	width: 23%;
}

.productRadioRight {
	width: 56%;
	float: left;
}

/* Players */

.playerGraph {
	padding: 130px 0 0 5% !important;
	width: 35% !important;
}

.playerBox {
	width: 21%;
	height: 380px;
}

.pricingBox {
	width: 21%;
	height: 380px;
}

/* Clients */

.client {
	width: 29.33%;
	height: 175px;
}
}

@media only screen and (min-width: 960px) {

/* HOMEPAGE POSTS */

.featuredPost {
	width: 21%;
	margin: 0 2%;
}

.redBack {
	padding: 30px 2% 40px;
	min-height: 400px;
}


.featuredPost:after { 
    pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -20px;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition: opacity 0.5s ease 0s; /* Safari and Chrome */
    -moz-transition: opacity 0.5s ease 0s; /* Firefox */
    -ms-transition: opacity 0.5s ease 0s; /* IE 9 */
    -o-transition: opacity 0.5s ease 0s; /* Opera */
    transition: opacity 0.5s ease 0s;
}

.featuredPost:hover {
	-webkit-transform: translateY(-10px);
}

.featuredPost:hover:after {
	z-index: 1;
	opacity: 1;
}


/* Case Studies */

.caseLeft, .caseMiddle, .caseRight {
	width: 27.33%;
	float: left;
	clear: none;
}

/* Clients */

.client {
	width: 21%;
}

}

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

article.post_container {
	padding-left: 0;
}

.post_container {
	padding: 35px 0;
	margin-left: 0;
}

}



/* MENU FIX */

@media only screen and (min-width: 661px) and (max-width: 881px) {
    
/* NAVIGATION */

#header nav {
		margin: 0 5% 0 auto;
		border-right: none;
		border-left: none;
}

#header nav ul li a {
    padding: 0 9px !important;
}

/* LOGO */

    
#nav_logo {
    margin: 27px 0 0;
	margin-left: 10px !important;
}

    
#nav_logo img {
    width: 100px;
}

#nav_search {
	margin-left: 10px;
}

/* SOCIAL ICONS */

.socialicons {
	position: fixed;
	top: 95px;
	border-left:none;
	right: 0;
}


/* Gallery */

.masonryGallery .gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
    
}

@media only screen and (min-width: 881px) {

#chatButtonMobile {
	top: 111px;
	bottom: auto;
}
}

@media only screen and (min-width: 770px) and (max-width: 1165px) {
    
/* NAVIGATION */

#header nav ul li a {
    padding: 0 14px!important;
}

/* LOGO */

    
#nav_logo {
    margin: 25px 0 0;
	margin-left: 10px !important;
}

    
#nav_logo img {
    width: 120px;
}
    
}

@media only screen and (min-width: 1025px) and (max-width: 1090px) {

/* LOGO */

    
#nav_logo {
    margin: 24px 0 0 10px;
	float:left;
}

    
#nav_logo img {
    width: 150px;
}

}

@media only screen and (min-width: 790px) and (max-width: 960px) {
	.featuredPost {
		min-height: 425px;
	}
}

/* SOCIAL */

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

.sidebar {
	display: block !important;
	width: 90%;
}
}

@media only screen and (min-width: 1300px) {

#chatButtonMobile {
	top: 3px;
	padding: 36px 15px 35px;
}

/* Clients */

.client {
	width: 16%;
}


}