/*
Theme Name: Spot Trading
Author: Headstand Media
*/



/* CSS RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* FONTS */

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

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


/* GENERAL */

html {
	background: url(/images/site-bg.jpg) repeat;
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	overflow-x: hidden; 
	letter-spacing: 0.04em;
	height: 100%;
	width: 100%;
}

#siteContainer {
	height: 100%;
	width: 100%;
	background: url(/images/diagonal-bar-bg.png) top left no-repeat;
}

a {
	text-decoration: none;
	color: #32abff;	
}

a:hover {
	color: #9dd7ff;
}

.clearDiv {
	height: 1px;
	clear: both;	
}

h1 {
	font-family: 'NewsGothicFSBook', Arial, Helvetica, sans-serif;
	color: #dfdfdf;
	font-weight: normal;
	font-size: 38px;
	font-size: 3.8rem;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

h2 {
	font-family: 'NewsGothicFSBook', Arial, Helvetica, sans-serif;
	color: #a09f2e;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 10px;	
}

h3 {
	font-family: 'NewsGothicFSBook', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 8px;	
}

p {
	margin-bottom: 15px;
	line-height: 150%;
}

blockquote {
	margin-bottom: 15px;
	line-height: 150%;
	padding-left: 25px;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	color: #ccc;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin-right: 20px; margin-bottom: 10px; }
.alignright { float:right; margin-left: 20px; margin-bottom: 10px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

.pagination {
	float: left;
	margin: 0 20px 20px 0;
	text-transform: uppercase;
}

/* Header */

header {
	overflow: hidden;
	max-width: 1000px;
	padding-top: 12px;
	margin: 0 75px 15px 75px;
}

.logo {
	display: block;
	float: left;
}

.headerSocial {
	width: 100%;
	height: 25px;
	overflow: hidden;
	text-align: right;
}

.headerSocial div {
	float: right;
	overflow: hidden;
	margin-left: 20px;
}

.fb-like {
	width: 100px !important;
}

.linked-like {
	width: 132px !important;
}

.twitter-like {
	width: 220px !important;
}

.mobileNav {
	display: none;
	cursor: pointer;
	float: right;
	width: 40px;
}

nav {
	float: right;
	margin-top: 50px;
	text-transform: uppercase;
	overflow: hidden;
}

	nav.topNav ul li {
		display: block;
		float: left;
		padding-left: 25px;
		font-family: 'NewsGothicFSBook', Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-size: 2rem;
		letter-spacing: 1px;
	}
	
		nav.topNav ul li a {
			color: #4d4d4d;	
		}
		
		nav.topNav ul li.current-menu-item a {
			color: #32abff;	
		}
		
		nav.topNav ul li.current-page-ancestor a,
		nav.topNav ul li.current-category-ancestor a,
		nav.topNav ul li.current-post-ancestor a {
			color: #a09f2e;	
		}
	
	nav.topNav ul li:first-child {
		padding-left: 0px;
		background: none;
	}
	
.subNav {
	float: right;
	text-transform: uppercase;
	margin-bottom: 25px;	
}

	.subNav li {
		display: block;
		float: left;
		padding-right: 25px;
		margin-bottom: 10px;
		font-family: 'NewsGothicFSBook', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	
		.subNav li a {
			color: #908f8f;
		}
		
		.subNav ul li.current_page_ancestor a {
			color: #a09f2e;
		}
		
		.subNav ul li.current_page_ancestor ul li a {
			color: #908f8f;
		}
		
		.subNav li.current_page_item a, .subNav li.current-post-parent a, .subNav li.current-menu-item a {
			color: #32abff !important;	
		}
		
		.subNav li.current_page_item ul li a {
			color: #908f8f !important;	
		}
		
	
	.subNav li:last-child {
		padding-right: 0px;
		background: none;
	}
	
	.subNav li ul {
		display: none;
	}

/* Content */

.container {
	background: url(/images/content-bg.png)	repeat;
	width: 100%;
}

.contentContainer {
	max-width: 1000px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 75px;
	margin-right: 75px;
	color: #989898;
}

.content {
	width: 67.5%;
	padding-right: 4%;
	float: left;
	overflow: hidden;
	border-right: 1px solid #3b3b3b;
}

.contentCategory {
	width: 71.5%;
	float: left;
	overflow: auto;
	border-right: 1px solid #3b3b3b;
}

.categoryIntroDiv {
	border-bottom: 1px solid #3b3b3b;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.categoryDiv {
	background: url("/images/border-gray.png") repeat-x bottom;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.newsImage {
	float: left;
	padding: 0px 25px 0px 0px;	
}

.postDate {
	font-family: 'NewsGothicFSBook', Arial, Helvetica, sans-serif;
	color: #a09f2e;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;	
}

.mainImage {
	margin-bottom: 25px;
}

.breadcrumb {
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 2;
}

.content ul, .contentCategory ul {
	margin-bottom: 5px;
	margin-left: 22px;
}
	
	.content ul li, .contentCategory ul li {
		padding-bottom: 10px;
		list-style: disc;
		line-height: 150%;	
	}
	
	.content ol, .contentCategory ol {
		margin-bottom: 5px;
		margin-left: 22px;
	}
	
	.content ol li, .contentCategory ol li {
		padding-bottom: 10px;
		list-style: decimal;
		line-height: 150%;	
	}

/* Right */

.rightColumn {
	width: 24%;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
}

.h3home {
	margin-bottom: 0 !important;
}

.rightDiv {
	padding-left: 18%;
	width: 100%;
	margin-bottom: 40px;
}

.rightDivBorder {
	padding-left: 18%;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url("/images/border-gray.png") repeat-x bottom;
}

.rightImage {
	margin-bottom: 18px;
}

.rightColumn h3 {
	color: #dfdfdf;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.sideNav ul li {
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: 'NewsGothicFSBook', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	list-style-type: none;
}
	
	.sideNav ul li a {
		color: #908f8f;	
	}
		
	.sideNav ul li.current_page_item a {
		color: #32abff;	
	}
	
	.sideNav ul li:last-child {
		margin-bottom: 0px;
	}

.readMoreLink {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.contentRightLink {
	font-size: 14px;
	font-size: 1.4rem;
}

.rightDivBottom {
	font-size: 14px;
	font-size: 1.4rem;
}

.socialIcons {
	padding-top: 20px;
}

/* Internships */

.internOpenings {
	float: left;
	width: 46%;
	margin-right: 4%;
}

.internQuote {
	float: right;
	width: 46%;
	margin-left: 4%;
}

.quote {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 10px;
}

.quoteAuthor {
	font-size: 12px;
	font-size: 1.2rem;
	color: #989898;
	font-style: italic;
}

.internActivity1 {
	width: 212px;
	margin-right: 19px;
	float: left;
	padding-top: 15px;
}

.internActivity2 {
	width: 212px;
	margin-right: 19px;
	float: left;
	padding-top: 15px;
}

.internActivity3 {
	width: 212px;
	float: left;
	padding-top: 15px;
}

.internActivity1 img,
.internActivity2 img,
.internActivity3 img {
	display: block;
	margin-bottom: 10px;
}
	

/* Technology */

.techMainImage {
	width: 100%;
	margin-bottom: 25px;
	height: 40%;
	background: url('/images/technology-main-image.jpg') top left;
}

	.techMainImage h1 {
		padding-top: 43%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	@-moz-document url-prefix() {
		.techMainImage h1 {
			padding-bottom: 20px;
		}
	}
	
	.techMainImage h1 strong {
		font-family: 'NewsGothicFSBold';
		font-weight: normal;
	}

.techRightDiv {
	margin-bottom: 30px;
}

.techRightDiv h3, .contentRightDiv .techRightDiv h3 {
		color: #A09F2E;
	}

.techBlogLink,
.techGitHubLink {
	width: 46%;
	display: block;
	background: #908f8f;
	color: #fff;
	font-family: 'NewsGothicFSBold';
	font-weight: normal;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 1px;
    line-height: 24pt;
    text-align: center;
    padding: 40px 0;
    margin-top: 20px;
}

.techBlogLink:hover,
.techGitHubLink:hover {
	color: #fff;
	background: #32ABFF;
}

.techBlogLink {
	float: left;
	margin-bottom: 20px;
}

.techGitHubLink {
	float: right;
	margin-bottom: 20px;
}


/* Contact */

.contactLeft {
	float: left;
	width: 50%;
}

	.contactLeft input,
	.contactLeft textarea {
		width: 100%;
		border: 1px solid #555555;
		padding: 5px;
		background: none;
		color: #fff;
	}
	
	.contactLeft .captcha-790 input {
		width: 90px;	
	}
	
	.contactLeft input.wpcf7-submit {
		width: 100px;
		padding: 7px 1px 7px 1px;
		text-transform: uppercase;
		letter-spacing: 1px;
		border: none;
		background: #32ABFF;
		color: #fff;
		margin-top: 10px;
		cursor: pointer;
		-webkit-appearance: none;
	}
	
	.formTitle {
		margin-bottom: 5px;
		font-size: 9pt;	
	}
	
	.captchaTitle {
		margin-bottom: 12px;
		font-size: 9pt;	
	}

.contactRight {
	float: right;
	width: 40%;
}

.rightMap {
	margin-bottom: 18px;
}

/* Sharing */

.sharing {
	overflow: auto;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
}

.sharing div {
	float: left;
}

.fb-like{
    height: 20px;
    overflow: hidden;
    margin-right: 14px;
}

/* Comments */

#commentform {
	width: 100%;
}

	#commentform input,
	#commentform textarea {
		width: 50%;
		border: 1px solid #555555;
		padding: 5px;
		background: none;
		color: #fff;
	}
	
	#commentform #submit {
		width: 100px ;
		padding: 7px 1px 7px 1px;
		text-transform: uppercase;
		letter-spacing: 1px;
		border: none;
		background: #32ABFF;
		color: #fff;
		margin-top: 10px;
		cursor: pointer;
		-webkit-appearance: none;
	}
	
	#commentform label {
		display: block;
		margin-bottom: 5px;
	}
	
.commentlist li {
	border-bottom: 1px dashed #3b3b3b;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.commentlist {
	margin: 0 !important;
}

.commentlist li {
	list-style-type: none !important;
}

/*facebook*/
.facebook-album-wrapper:nth-child(n+7){
  display: none;
}
/* Footer */

footer {
	background: url(/images/site-bg.jpg) repeat;
	width: 100%;
	padding: 20px 0px 30px 0px;
	color: #989898;
	text-align: center;
	line-height: 1.6rem;
	font-size: 12px;
	font-size: 1.2rem;
}

/* Responsive */

@media all and (max-width: 1020px) {

		header {
			margin-left: 20px;
			margin-right: 20px;
		}
		
		.contentContainer {
			margin-left: 20px;
			margin-right: 20px;
		}
		
		nav.topNav ul li {
			font-size: 18px;
			font-size: 1.8rem;
		}
}

@media all and (max-width: 870px) {

		.logo {
			float: none;
			display: inline;
		}
		
		nav.topNav {
			float: none;
			margin-top: 20px;
		}
}

@media all and (max-width: 685px) {
		
		.headerSocial {
			display: none;
		}
		
		.mobileNav {
			display: inline;
		}
		
		nav.topNav {
			display: none;
			margin-top: 0px;
		}
		
		nav.topNav ul {
			float: right;
		}
		
		nav.topNav ul li {
			float: none;
			font-size: 18px;
			font-size: 1.8rem;
			padding-left: 0;
			margin-bottom: 8px;
		}
		
		.subNav {
			float: none;	
		}

		.subNav li {
			float: none;
			display: block;
			padding-right: 0;
			margin-bottom: 10px;
		}
		
		.subNav li ul {
			display: block;
			margin-left: 25px;
			margin-top: 10px;
		}
		
		.content, .contentCategory {
			float: none;
			border-right: none;
			width: 100%;
			padding-right: 0;
		}
		
		.rightColumn {
			border-top: 1px solid #3b3b3b;
			padding-top: 20px;
			float: none;
			width: 100%;
		}
		
		.rightDiv,.rightDivBorder {
			text-align: left;
			padding-left: 0;
			margin-left: 0;
		}
		
		.rightDivBorder.sideNav {
			display: none;
		}
		
		.internOpenings {
			float: none;
			width: 100%;
			margin-right: 0;
            margin-bottom: 20px;
		}

		.internQuote {
			float: none;
			width: 100%;
			margin-left: 0;
		}
		
		.contactLeft {
			float: none;
			width: 100%;
		}
		
		.contactRight {
			float: none;
			width: 100%;
		}
		
		.techBlogLink, .techGitHubLink {
			font-size: 20px;
			font-size: 2rem;
			line-height: 20px;
			letter-spacing: 1px;
			text-align: center;
			padding: 20px 0;
			margin-top: 20px;
		}
		
		.newsImage {
			float: none;
			padding: 0;
			margin: 10px 0;
		}
		
		.sharing {
			display: none;
		}
		
		.alignleft, .alignright {
			display: block;
			float: none;
			margin: 0;
			margin: 10px 0;
		}
}


/* Slider */

.bx-wrapper ul {
	margin: 0 !important;
}

.bx-wrapper li {
	list-style-type: square !important;
	padding: 0 !important;
	line-height: 0 !important;
}

#bx-pager {
    position: relative;
    top: -40px;
    z-index: 1000;
    overflow: auto;
}

#bx-pager div a {
    margin-left: 14px;
    cursor: pointer;
    float: left;
    background: url(/scripts/images/bullets.png) no-repeat;
	background-position: -12px 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
	border: 1px solid #efefef;
		-moz-box-shadow: 1px 1px 2px #777;
		-webkit-box-shadow: 1px 1px 2px #777;
		box-shadow: 1px 1px 2px #777;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#777777')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#777777');
}

#bx-pager div a.active {
    background-position: 0px 0px;	
}

/* Large images are responsive */

.wp-caption {
	max-width: 96% !important;
	width: auto !important;
	text-align: center;
	overflow: auto;
}

.attachment-large, .size-full, .size-large, .wp-post-image, .size-medium {
	max-width: 100% !important;
	height: auto;
}