/*
Theme Name: torquee
Author: Pat - iconcept
*/

@font-face {
  font-family: 'AbadiMT-CondensedLight';
  src: url('fonts/AbadiMT-CondensedLight.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/AbadiMT-CondensedLight.woff') format('woff'), 
	url('fonts/AbadiMT-CondensedLight.ttf')  format('truetype'), 
	url('fonts/AbadiMT-CondensedLight.svg#AbadiMT-CondensedLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	line-height: 1.2;
}

article {
	display: block;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #6997d1;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

img {
	border: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input:focus,
textarea:focus,
 {
	outline:0 !important; 
}
input[type="text"], input[type="email"], textarea {
	padding:2px 8px !important;
	width:100%;
	margin-bottom:8px;
	font-size:14px;
}
input.submit-button {
	display: inline-block;
    padding: 6px 20px;
    border-radius: 4px;
    background: rgb(211,32,38);
    background: -moz-linear-gradient(top, rgba(211,32,38,1) 0%, rgba(158,23,25,1) 100%);
    background: -webkit-linear-gradient(top, rgba(211,32,38,1) 0%,rgba(158,23,25,1) 100%);
    background: linear-gradient(to bottom, rgba(211,32,38,1) 0%,rgba(158,23,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32026', endColorstr='#9e1719',GradientType=0 );
    color: #fff;
    margin: 4px;
}

textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #ebeced;
}
td,
th {
	padding: 6px;
	border-color: #ebeced;
}
.mobile-version td,
.mobile-version th {
	padding: 0;
}
th {background: #F9F9F9;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #838383;
	font-family: 'AbadiMT-CondensedLight', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.2;
}
h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}

p {
	margin: 0 0 1em;
}

input[type="text"],
textarea {
	border: solid 1px #ebeced;
	padding: 12px 8px;	
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body,html { height: 100% }
body {
	background: #fefefe; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
hr {
	background: none; 
	border-bottom: dotted 2px #ccc;	
}

ul,
ol {
	margin: 0 0 1em; padding: 0;
}

ul, ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# GENERALS
--------------------------------------------------------------*/

img {max-width: 100%;}

.text-right {text-align: right;}
.text-center {text-align: center;}
.float-right {float: right; display: block;}

.site-content {position: relative; height: 735px;width: 1100px; margin: 0 auto; left: 0; right: 0; background: #fff;}

.site-content .stage-item {position: absolute;}


.owl-carousel .owl-nav {position: absolute; top: 45%; left: 0; right: 0;}
.owl-carousel .owl-nav > div {position: absolute; opacity: 0.6;}
.owl-carousel .owl-nav > div:hover {opacity: 1;}
.owl-carousel .owl-nav .owl-prev {left: 2%;}
.owl-carousel .owl-nav .owl-next {right: 2%;}

a.button {display: inline-block; padding: 6px 20px;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32026+0,9e1719+100 */
	background: rgb(211,32,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(211,32,38,1) 0%, rgba(158,23,25,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(211,32,38,1) 0%,rgba(158,23,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(211,32,38,1) 0%,rgba(158,23,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32026', endColorstr='#9e1719',GradientType=0 ); /* IE6-9 */
	color: #fff;
	margin: 4px;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.site-header {
	background: #636263;
	text-align: center;	
	height: 50px;
	position: relative;
	z-index: 99;
}
.site-header #primary-menu {padding: 11px 0; margin: 0; background: none;}
.site-header #primary-menu li {display: inline-block; padding: 0 20px;}
.site-header #primary-menu li a {color: #fff; font-size: 22px; opacity: 0.7;}
.site-header #primary-menu li.current-menu-item a {opacity: 1;}

.mobile-title h2 {font-size: 14px; color: #626162;
	display: inline-block;
	border-top: solid 4px #D81921;
	margin: 0;
	font-weight: normal;
	line-height: 1.4;
}
.mobile-menu-toggle {color: #fff; line-height: 1; font-size: 18px; float: right;}
.mobile-menu-toggle:hover {color: #ffffff;}

#mobile-menu-pop {height: 100%;background: #636263; }
.mobile-menu-list {margin-top: 10%; padding: 0 20%;}
.mobile-menu-list li {border-bottom: solid 1px #ffffff;}
.mobile-menu-list a {font-size: 15px; display: block; padding: 8px 0; color: #ffffff; opacity: 0.6; text-align: center;}
.mobile-menu-list li.current-menu-item a,
.mobile-menu-list a:hover {opacity: 1;}

/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/
#about-text {
	top: 40.8%;
    left: 10.5%;
    width: 34%;	
}
#about-text p {
	font-size: 16px;
	color: #626263;	
}
.about-bottom-text {
	font-size: 28px; color: #231f20;	
}

/*--------------------------------------------------------------
# OUR SERVICES
--------------------------------------------------------------*/

#page-our-services .site-header {z-index: 2;}

.services-top-title {top: 19%; left: 47.5%; width: 21%;}
.services-top-title p {
	font-size: 36px; color: #626263; line-height:1.1;	
}
.services-number p {
	font-size: 20px;
	line-height: 1;
	color: #6c6b6c;
}
.services-red-title {
	font-size: 55px;color: #d71920; text-indent:35%;	
}
.services-number {opacity: 0.6;}
.services-number:hover {opacity: 1;}
#services-text {font-size: 14px; top: 38%; left: 48%; width: 51%;}
#services-text span.red-title {margin: 0 8px 8px 0; font-size: 38px; line-height:1;}
#services-text .desc > span {font-size: 20px; color: #231f20;}
#services-text > div {opacity: 0.6;}
#services-text > div.hovered,
#services-text > div:hover {opacity: 1;}

span.red-num {font-size: 38px; line-height: 1;}

span.service-gear {position: relative;}
span.service-gear:after {
	content: " ";
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: -8px;
	right: -15px;
	z-index: 10;	
	background: url('images/about-us/smallgear.jpg') center no-repeat;
	background-size: cover;
}

/*--------------------------------------------------------------
# OUR CLIENTS
--------------------------------------------------------------*/

#our-clients img:not(#gear) {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	transition-property: filter;
	transition-duration: 1s;		
}
#our-clients img:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);	
}
.mobile-client-list {margin: 0;}
.mobile-client-list td {margin-bottom: 6px; padding: 0 5px 20px;}
.mobile-client-list img {max-height: 40px;}

/*--------------------------------------------------------------
# CASE STUDIES
--------------------------------------------------------------*/

#case-text p {font-size: 15px; color: #636263;}

.case-gear {position: relative;font-size: 55px;color: #d71920;}
.case-gear:after {
	content: " ";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 5px;
	right: -8px;
	z-index: 10;	
	background: url('images/case-studies/case-gear.jpg') center no-repeat;
	background-size: cover;
}
.mobile-version .case-gear:after {
	width: 10px;
	height: 10px;	
}

.close-case-study a {opacity: 0.6;
	width: 30px; height: 30px; display: block; background: #bbbbbb; color: #fff;
	font-size: 20px;
	padding: 4px 6px 6px;
	line-height: 1;
}
.close-case-study a:hover {opacity: 1;}

.case-in-title {font-size: 68px; color: #636263; margin: 0; line-height: 1.1;}
.case-in-subtitle {font-size: 26px; color: #d71920; margin: 0; line-height: 1.1}

.case-1-bulb {top: 0; left: 0; width: 25%;}
.case-1-line {top: 70%; left: 8%; width: 32%;}
.case-in-1 {top: 54.5%; left: 8%; width: 33%;}
.case-1-text {top: 8%; left: 42%; width: 52%}

.case-in-2 {top: 68%; left: 5%; width: 40%;}
.case-2-text {top: 8%; left: 5%; width: 30%;}
.case-2-text p {margin: 0 0 6px;}
.case-2-line {top: 84%; left: 5%; width: 30%;}
.case-2-line2 {top: 66%; left: 5%; width: 9.5%;}

.case-3-text {top: 76%; left: 34.5%; width: 32%}

.case-in-4 {top: 39%; left: 44%; width: 40%;}
.case-4-vid1 {top: 14%; left: 44%; width: 17.2%;}
.case-4-vid2 {top: 14%; left: 62%; width: 17.9%;}
.case-4-line {top: 53%; left: 44%; width: 86%;}
.case-4-line3 {top: 65%; left: -50%; width: 62%;}
.case-4-line2 {top: 37%; left: 44%; width: 10%;}
.case-4-gear {top: 14%; left: 42%;}
.case-4-text {top: 56%; left: 44%; width: 48%}

/*--------------------------------------------------------------
# CONTACT US
--------------------------------------------------------------*/

#contact-text {top: 53%; left: 17%; width: 63%; font-size: 14px; color: #636263;}

/*--------------------------------------------------------------
# RESPONSIVES
--------------------------------------------------------------*/

.desktop-version {overflow: hidden;}

.mobile-version,
.mobile-menu-version {display: none;}

.mobile-version {height: calc(100% - 30px);}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px){
	.site-content {
		width: 980px;
		height: 655px;	
	}
	
	.site-header #primary-menu li a {font-size: 20px;}
	
	/*--------------------------------------------------------------
	# ABOUT US
	--------------------------------------------------------------*/
	#about-text p {font-size: 15px;}
	.about-bottom-text {font-size: 22px; line-height: 1.1;}
	
	/*--------------------------------------------------------------
	# OUR SERVICES
	--------------------------------------------------------------*/
	.services-top-title {top: 19%; left: 44%; width: 21%;}
	.services-top-title p {font-size: 35px; margin-bottom: 10px;}
	.services-red-title {font-size: 42px;}
	.services-number p {font-size: 18px;}
	.services-number p span {font-size: 38px !important;}
	span.red-num {font-size: 24px;}
	#services-text {font-size: 13px; top: 38%; left: 44%; width: 50%;}
	#services-text .desc > span {font-size: 16px;}
	
	/*--------------------------------------------------------------
	# CASE STUDIES
	--------------------------------------------------------------*/
	.case-gear {font-size: 40px;}
	
	.case-in-title {font-size: 54px;}
	.case-in-subtitle {font-size: 24px;}
	#case-text p {font-size: 14px;}
	
	.case-1-text {top: 10%;}
	
	.case-2-text {width: 38%; top: 2%;}
	
	.case-3-text {width: 40%;}
	
	.case-4-text {top: 58%;width: 50%;}
	
	/*--------------------------------------------------------------
	# CONTACT US
	--------------------------------------------------------------*/
	#contact-text p {margin: 0 0 10px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
	.site-content {
		width: 768px;
		height: 513px;	
	}
	
	.site-header #primary-menu li {padding: 0 16px;}
	
	/*--------------------------------------------------------------
	# ABOUT US
	--------------------------------------------------------------*/
	#about-text {top: 36%; left: 5%; width: 40%;}
	#about-text p {font-size: 13px;}
	.about-bottom-text {font-size: 18px;}
	
	/*--------------------------------------------------------------
	# OUR SERVICES
	--------------------------------------------------------------*/
	.services-top-title p {font-size: 26px; margin-bottom: 10px;}
	.services-red-title {font-size: 34px;}
	.services-number p {font-size: 15px;}
	.services-number p span {font-size: 34px !important;}
	#services-text {font-size: 11px; top: 36%; width: 54%;}
	#services-text .desc {margin: 0 0 6px;}
	
	/*--------------------------------------------------------------
	# CASE STUDIES
	--------------------------------------------------------------*/
	.case-gear {font-size: 30px;}
	
	.case-in-title {font-size: 38px;}
	.case-in-subtitle {font-size: 18px;}
	#case-text p {font-size: 13px;}
	
	.case-in-1 {top: 44%; left: 6%;}
	.case-1-bulb {width: 22%;}
	.case-1-line {top: 56.5%; left: 6%; width: 94%;}
	.case-1-text {top: 2%; width: 58%; left: 38%;}
	.case-1-text img {max-width: 250px;}
	
	.case-in-title#title-2 {font-size: 30px;}
	.case-in-subtitle#subtitle-2 {font-size: 16px;}
	.case-in-2 {top: 65%; left: 2%; width: 40%;}
	.case-2-line {top: 75.5%; left: 2%; width: 98%;}
	.case-2-line2 {top: 63%;left: 2%;}
	.case-2-text {width: 44%; top: 2%; left: 2%;}
	
	.case-3-text {width: 55%;}
	
	.case-in-4 {top: 28%;}
	.case-4-vid1 {top: 4%;}
	.case-4-vid2 {top: 4%;}
	.case-4-gear {top: 4%;}
	.case-4-line {top: 40%;}
	.case-4-line2 {top: 25%;}
	.case-4-text {top: 43%;}
	
	/*--------------------------------------------------------------
	# CONTACT US
	--------------------------------------------------------------*/
	#contact-text p {margin: 0 0 6px;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px){
	body {color: #626162;}
	.site {min-height: 100%;}
	.site-header {height: 30px;}
	
	.mobile-version,
	.mobile-menu-version {display: block;}
	.desktop-version,
	.desktop-menu-version {display: none;}	
	.site-content {
		width: 100%;
		height: auto;	
		min-height: 480px;
		min-width: 320px;
		text-align: center;
		padding: 15px;
	}	
	
	/*--------------------------------------------------------------
	# ABOUT US
	--------------------------------------------------------------*/
	.about-bottom-text {font-size: 14px;}
	
	/*--------------------------------------------------------------
	# OUR SERVICES
	--------------------------------------------------------------*/
	.services-red-title {
		font-size: 28px;
	}
	.services-number p span {font-size: 23px;}
	.services-number p {font-size: 12px;}
	#services-text {font-size: 10px; top: 0; width: 100%; margin: 18px 0;}
	
	/*--------------------------------------------------------------
	# CASE STUDIES
	--------------------------------------------------------------*/
	.case-in-1 {width: 100%;}
	.case-in-title {font-size: 34px;}
	.case-in-subtitle {font-size: 14px;}
	.case-1-line {width: 100%; margin-top: 6px;margin-bottom: 20px;}
	
	.case-in-2 {width: 100%;}
	.case-2-line {width: 100%; margin-top: 6px;margin-bottom: 20px;}
	
	.case-4-vid1, .case-4-vid2 {width: 75%; margin-bottom: 4px;}
	
	/*--------------------------------------------------------------
	# CONTACT US
	--------------------------------------------------------------*/
	#contact-text {width: 100%;}
	#contact-text p {font-size: 10px; margin: 0 0 12px;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px){
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){}

