/*
* Theme Name: Goltsman Template
* Theme URI: http://themes.tvda.eu
* Description: Goltsman Responsive One Page HTML Template for creative or digital agency
* Author: Iya Sidelnikov and TVDA
* Author URI: http://themes.tvda.eu
* Version: 1.0
*/

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

/* ========================================================
   General
======================================================== */

	/* Common Styles ------------------------------------------ */
	
	html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }
	
	body {
		font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
		font-size: 14px;
		line-height: 1.5;
		color: #3e4349;
		background-color: #fff;
		-webkit-font-smoothing: antialiased;
	}
	
	::-moz-selection {background: #3e4349; color: #fff; }
	::selection {background: #3e4349; color: #fff; }
	
	a { color: #fec400;
		text-decoration: none;
		-webkit-transition: color 0.1s linear, background-color 0.1s linear;
		   -moz-transition: color 0.1s linear, background-color 0.1s linear;
		    -ms-transition: color 0.1s linear, background-color 0.1s linear;
		     -o-transition: color 0.1s linear, background-color 0.1s linear;
		     	transition: color 0.1s linear, background-color 0.1s linear;
	}
	
	a:hover, a:focus { color: #25292c; }
		
	img {
		/* Responsive images (ensure images don't scale beyond their parents) */
		max-width: 100%;
		/* Part 1: Set a maxium relative to the parent */
		width: auto\9;
		/* IE7-8 need help adjusting responsive images */
		height: auto;
		/* Part 2: Scale the height according to the width, otherwise you get stretching */
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}
	
	.wrapper {
		position: absolute;
		top: 100%;
		width: 100%;
	}
	
	.green-text {
		color: #99cc33;
	}
	
	.white-text {
		color: #fff;
	}

	.blue-text {
		color: #0099cc;
	}

	.purple-text {
		color: #6d1178;
	}
	.grey-text {
	color: #25292c;
	}
	
	.lightergrey-text {
	color: #6e7a84;
	}
	
	.black-text {
	color: #000000;
	}
	.page {
		padding-top: 78px;
		padding-bottom: 90px;
	}
	
	.title {
		margin-bottom: 40px;
		font-size: 58px;
		letter-spacing: -2px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.1;
	}
	
	.titlecontact {
		font-size: 40px;

	}
	.lead {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 28px;
	margin-bottom: 35px;
	}
		
	.info-lead {
		font-size: 28px;
		letter-spacing: -1px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.3;
	}
	
	hr {
		border: 0;
		border-bottom: 1px solid #e9ebec;
		margin: 10px 0;
	}
	
	hr.thick {
		border-bottom: 4px solid #fff;
		
	}
	
	hr.dark-grey {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #797979;
	}
	
	hr.white {
		border-bottom: 1px solid #fff;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 10px 0;
		font-family: inherit;
		font-weight: bold;
		line-height: 1.3;
		color: inherit;
	}
	

	h33,
	h44 {
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	}
	
	h33 {
		font-size: 22px;
		color: #09C;
	}
	
	h44 {
	font-size: 15px;
	}
	
	h1,
	h2,
	h3 {
		line-height: 1.4;
		letter-spacing: -1px;
	}
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 14px;
	}
	
	h6 {
		font-size: 12px;
	}
	
	

	/* Header and Navigation ------------------------------------------ */
	
	header {
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		text-align: center;
		color: #fff;
		background: #3e4349 url(../img/header.jpg) no-repeat center center fixed;
		background-size: cover;
	}
	
	.pattern {
		width: 100%;
/*height: 100px; ----- BAR BACKGROUND FOR NAV -----  */
		height: 100%;
		margin-top: 0px;
		position: absolute;
		background-image: url(../img/pattern.png);
		opacity: 0.1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
		filter: alpha(opacity=10);
	}
	
	.pattern2 {
		width: 100%;
/*height: 100%; ----- BAR BACKGROUND FOR NAV -----  */
		height: 100px;
		margin-top: 0px;
		position: absolute;
		background-image: url(../img/pattern.png);
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
	}
	
	header .container {
		height: 100%;
		position: relative;
	}
	
	.slogan {
	font-size: 75px;
	font-weight: 700;
	letter-spacing: -5px;
	line-height: 1;
	margin-top: -150px;
	margin-bottom: 50px;
	}
	
	.maintext {
		font-size: 28px;
		color: #a5a7ac;
		margin: 15px 5% 0 5%;
		letter-spacing: -1px;
		line-height: 1.3;
		text-transform: uppercase;
	}
	

	.nextslide {
		width: 100%;
		display: block;
		position: absolute;
		margin: 180px 0 0 32px;
		padding-right: 5px;
		font-size: 24px;
		color: #000;
		font-weight: normal;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		     	transition: all 0.3s linear;
	}
	
	.nextslide:before {
		content: 'É';
		font-family: 'Web Symbols', sans-serif;
		margin-right: 5px;
		text-decoration: none;
	}
	
	.nextslide:hover {
		color: #fff;
	}
	
	.nextslide:hover:before {
		content: 'Ê';
	}
	
	.nextslide span {
		font-style: normal;
	}
	
	
	.topmediaicons {
		left: 50%;
		margin-left: -75px;
		font-family: 'Web Symbols', sans-serif;
		font-size: 35px;
		font-style: normal;
		line-height: normal;
		position: absolute;
		font-weight: lighter;
		font-variant: normal;
		margin-top: 120px;
		}
		
	.topmediaicons a {
		color: #036;		
		}
		
	.topmediaicons a:hover {
		color: #fff;		
		}
		
		/* Navigation ------------------------------------------ */
		
		nav ul {
			display: inline-block;
		}
		
		nav #fluid-nav li, nav #fixed-nav li {
			display: inline-block;
			margin-left: 6px;
			-webkit-font-smoothing: subpixel-antialiased;
		}
		
		#fixed-nav {
			width:100%;
			margin-left: 155px;
		}
	
		nav #fixed-nav li:first-child  {
			margin-left: 0px;
		}
		
		nav #fixed-nav li a {
			color: #fff;
			font-weight: normal;
			text-transform: lowercase;
		}
		
		nav #fluid-nav li:first-child {
			margin-left: 5px;
		}
		
		nav #fluid-nav li a {
			color: #fff;
			font-weight: normal;
			text-transform: lowercase;
			font-size: 14px;
		}
		
		nav #fluid-nav li a:hover, nav #fixed-nav li a:hover {
			color: #0099cc;
		}
		
		nav #fluid-nav li.current a, nav #fixed-nav li.current a {
			color: #0099cc;
			font-weight: 700;
		}
		
		nav ul.social-icons {
			float: right;
		}
		
		nav .social-icons li {
			display: inline-block;
		}
		
		nav .social-icons li a {
			font-family: 'Web Symbols', sans-serif;
			font-size: 13px;
			color: #99cc33;
		}

		nav .social-icons li a:hover {
			color: #fff;
		}
				
		nav#topnav {
			text-align: left;
			height: 100px;
			overflow: hidden;
		}
		
		nav#topnav .logo {
			position: relative;
			top: 35px;
		}
		
		nav#topnav .logo-status {
			position: relative;
			top: 16px;
			left: 220px;
			font-size: 12px;
			font-family: 'Trebuchet MS', sans-serif;
			font-weight: 700;
			color: #a5a7ac;
		}
		
		nav#topnav #fixed-nav li {
			margin-top: 56px;
		}
		
		nav#topnav ul.social-icons {
			margin-top: 54px;
			margin-bottom: -50px;
		}
		
		nav#mainnav {
			width: 100%;
			height: 55px;
			background-color: #25292c;
			overflow: hidden;
			position: relative;
			z-index: 1000;
		}
		
		nav#mainnav .logo {
			position: absolute;
			top: 7px;
		}
		
		nav#mainnav #fluid-nav li {
			margin-top: 16px;
		}
		
		nav#mainnav ul.social-icons {
			margin-top: 14px;
		}
			
		.selectnav {
			display: none;
			font-size: 12px;
			position: absolute;
		}
		
		nav#topnav .selectnav {
			margin-top: 26px;
		}
		
		nav#mainnav .selectnav {
			margin-top: -12px;
		}
		
		.logo-top {
			width: 380px;
			float: left;
		min-height: 1px;
		margin-left: 20px;
		}
		

		
		
		
/* ===============================================================================
   Pages
================================================================================== */














	/* About ------------------------------------------ */
	
	#about {
	background-color: #e5e5e5;
		}
		
	.two-columns {
	margin-bottom: 20px;
	}
	
	/* Services ------------------------------------------ */
	
	#services {
		background-color: #f3f3f3;
		color: #25292c;
	}

	#services hr.thick{
		margin-top: 40px;
		margin-bottom: 35px;
	}
	
	#services hr.white{
		margin-top: 33px;
	}
		
	.service-title {
		font-size: 16px;
		text-transform: uppercase;
		position: relative;
		font-weight: 700;
		margin-bottom: 14px;
	}
	
	.service-title span {
		font-size: 24px;
		font-family: 'Web Symbols', sans-serif;
		margin-right: 6px;
		position: relative;
		top: 2px;
		text-transform: none;
		font-weight: normal;
		display: none;
	}
	
	.service-text {
	font-size: 14px;
	font-family: 'Trebuchet MS', sans-serif;
	margin-top: -25px;		
	}
	
	/* Clients ------------------------------------------ */
	
	#clients {
		background-color: #f3f3f3;
		color: #25292c;
	}

	#clients hr.thick{
		margin-top: 40px;
		margin-bottom: 35px;
	}
	
	#clients hr.white{
		margin-top: 33px;
	}
		
	.clients-title {
		font-size: 16px;
		text-transform: uppercase;
		position: relative;
		font-weight: 700;
		margin-bottom: 14px;
	}
	
	.clients-title span {
		font-size: 24px;
		font-family: 'Web Symbols', sans-serif;
		margin-right: 6px;
		position: relative;
		top: 2px;
		text-transform: none;
		font-weight: normal;
		display: none;
	}
	
	.clients-text {
		font-size: 14px;
		font-family: 'Trebuchet MS', sans-serif;
		
	}
	
	
	/* Team ------------------------------------------ */
	
	#team {
		background-color: #e5e5e5;
	}
	
	
	aa { 
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, background-color 0.1s linear;
	}
	
	.profile {
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 0px;
	margin-right: -26px;
	}
	
	.profile img {
		border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-ms-border-radius: 4px 4px 0 0;
		-o-border-radius: 4px 4px 0 0;
		margin-bottom: 5px;
	}
	
	.profile-name {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.2;
	width: 100%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	}
	
	
	.profile-job {
		font-size: 12px;
		color: #939aa2;
		margin: 0 20px 16px 20px;
	}
	
	.profile-desc {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0 20px 23px 20px;
	position: relative;
	visibility: inherit;
	}
	
	.profile-social-icons {
	display: inline-block;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-bottom: 20px;
	}
	
	.profile-social-icons a {
		font-family: 'Web Symbols', sans-serif;
		font-size: 15px;
		color: #939aa2;
	}
	
	.profile-social-icons a:hover {
		color: #0099cc;
	}
	
	
	#team-wrp {
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative;
	overflow: hidden;
	}
	
	.team-wrp:hover {
	color: #0099cc;
	}	
	
	.team-img {
	padding-right: 20px;
	float: left;
	position: relative;
	width: 350px;
	}
	
	.team-para {
	float: left;
	width: 390px;
	position: relative;
	font-size: 13px;
	}
	
	/* Awards ------------------------------------------ */
	
	#awards {
		background-color: #f3f3f3;
		color: #25292c;
	}

	#awards hr.thick{
		margin-top: 40px;
		margin-bottom: 35px;
	}
	
	#awards hr.white{
		margin-top: 33px;
	}
		
	.awards-title {
		font-size: 16px;
		text-transform: uppercase;
		position: relative;
		font-weight: 700;
		margin-bottom: 14px;
	}
	
	.awards-title span {
		font-size: 24px;
		font-family: 'Web Symbols', sans-serif;
		margin-right: 6px;
		position: relative;
		top: 2px;
		text-transform: none;
		font-weight: normal;
		display: none;
	}
	
	.awards-text {
		font-size: 14px;
		font-family: 'Trebuchet MS', sans-serif;
		
	}
	
	.awards-header {
	color: #0099cc;
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	letter-spacing: -.05em;
	text-transform:uppercase;
	}
	
	.awards-subheader {
	color: #25292c;
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	font-size: 18px;
	letter-spacing: -.05em;
	}
	
	
	/* Careers ------------------------------------------ */
	
	#careers {
	color: #000;
	background-color: #e5e5e5;
	}
	

	#careers hr.thick{
		margin-top: 40px;
		margin-bottom: 35px;
	}
	
	#careers hr.white{
		margin-top: 33px;
	}
		
	.careers-title {
		font-size: 16px;
		text-transform: uppercase;
		position: relative;
		font-weight: 700;
		margin-bottom: 14px;
	}
	
	.careers-text {
		font-size: 14px;
		font-family: 'Trebuchet MS', sans-serif;
		
	}
	
	.careers-smalltext {
	font-size: 10px;
	height: 25px;
	padding-top: 30px;
	padding-left: 10px;
		}
	
	
	/* Portfolio ------------------------------------------ */
	
	#portfolio {
	background-image: url(../img/pattern_portfolio.png);
	background-repeat: repeat;
		}
	
	#portfolio .flexslider {
		margin-bottom: 60px;
	}
		
	#portfolio hr {
		margin: 6px 0 24px 0;
	}
	
	#portfolio .option-set {
		margin: 0 0 -15px 0;
	}
	
	.project-wrp {
		display: block;
		background-color: #f3f4f5;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		position: relative;
		overflow: hidden;
		padding-bottom: 16px;
	}
	
	.project-wrp .profile-photo {
		position: relative;
		overflow: hidden;
	}
	
	.project-wrp img {
		border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-ms-border-radius: 4px 4px 0 0;
		-o-border-radius: 4px 4px 0 0;
		-webkit-transition: all 0.1s linear;
		   -moz-transition: all 0.1s linear;
		    -ms-transition: all 0.1s linear;
		     -o-transition: all 0.1s linear;
		     	transition: all 0.1s linear;
	}
	
	.project-wrp .project-name {
	color: #4a4e53;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 16px 20px 0 20px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	letter-spacing: -.5px;
	}
	
	.project-wrp .project-client {
		font-size: 12px;
		color: #939aa2;
		font-weight: normal;
		margin: 0 20px 0 20px;
		-webkit-transition: all 0.1s linear;
		   -moz-transition: all 0.1s linear;
		    -ms-transition: all 0.1s linear;
		     -o-transition: all 0.1s linear;
		     	transition: all 0.1s linear;
	}
	
	.project-wrp .profile-icon {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		position: absolute;
		top: 2%;
		left: 50%;
		margin-left: -30px;
		font-family: 'Web Symbols', sans-serif;
		font-size: 60px;
		color: #fff;
		z-index: 2;
		-webkit-transition: all 0.1s linear;
		   -moz-transition: all 0.1s linear;
		    -ms-transition: all 0.1s linear;
		     -o-transition: all 0.1s linear;
		     	transition: all 0.1s linear;
	}
	
	.project-wrp:hover {
		background-color: #99cc33;
	}
	
	.project-wrp:hover img {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
	}
	
	.project-wrp:hover .project-name, .project-wrp:hover .project-client {
		color: #fff;
	}
	
	
	.project-wrp:hover .profile-icon {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		top: 50%;
		margin-top: -50px;
	}
	
	.sub-title {
		float: left;
		margin-right: 15px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 18px;
	}
	
	.option-set {
		position: relative;
		bottom: 7px;
	}
	
	.option-set li {
		display: inline-block;
		margin-left: 15px;
	}
	
	.option-set li.filter-icon {
		font-size: 24px;
		font-family: 'Web Symbols', sans-serif;
		color: #939aa2;
		position: relative;
		top: 2px;
		text-transform: none;
	}
	
	.option-set li a {
	font-size: 16px;
	font-weight: 500;
	display: block;
	color: #4a4e53;
	}
	
	.option-set li a:hover {
		color: #0099cc;
	}
	
	.option-set li a.selected {
		color: #0099cc;
	}
	
	
	
	/* Twitter Feed ------------------------------------------ */
	
	.twitter-timeline {
	text-align:center;
	background-color: #e5e5e5;
	width:70%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding-top: 25px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 60px;
	}
	
	#twitter {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #003366;
	background-image: url(../img/top-waves.png);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	background-position: top;
	}
	
	#twitter a {
	color: #0099cc;
	}
	
	#twitter a:hover {
	color: #003366;
	}
	
	.twitter-title {
		font-size: 30px;
		text-transform: uppercase;
		letter-spacing: -1px;
		font-weight: 700;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	
	.twitter-title a {
	text-transform: lowercase;
	}
	
/*	.tweet-date {
		font-size: 11px;
		font-family: 'Trebuchet MS', sans-serif;
		color: #002345;
	}
*/
	
	.tweet-date a {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
	color: #002345;
	display: block;
	margin-bottom: 10px;
	}

	.tweet_list li {
	display: block;
	}


	/* Contact Us ------------------------------------------ */
	
	#contact {
	color: #fff;
	text-align: center;
	padding-top: 0px;
	background-color: #002345;
	background-image: url(../img/bottom-waves.png);
	background-repeat: repeat-x;
	}
	
	#contact a {
		color: #fff;
	}
	
	#contact a:hover {
		color: #0099cc;
	}

	#contact .title {
	letter-spacing: .25px;
	margin-bottom: 5px;
	margin-top: 80px;
	color: #99cc33;
	}
	
	.contact-text {
	font-size: 20px;
	padding: 0 3%;
	}

	.email, .phone {
	font-size: 23px;
	font-weight: lighter;
	letter-spacing: -1px;
	font-style: normal;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 6px
	}
	
	.email {
		margin-right: 25px;
	}
	
	.email:before {
	content: '8';
	margin-right: 15px;
	font-family: 'Web Symbols', sans-serif;
	font-size: 43px;
	position: relative;
	top: 6px;
	font-weight: lighter;
	color: #9C0;
	}
	
	.phone:before {
	content: '|';
	margin-right: 15px;
	font-family: 'Web Symbols', sans-serif;
	font-size: 43px;
	position: relative;
	top: 6px;
	font-weight: lighter;
	color: #9C0;
	}
	
	.address:before {
	content: 'u';
	margin-right: 15px;
	font-family: 'Web Symbols', sans-serif;
	font-size: 43px;
	position: relative;
	top: 7px;
	font-weight: lighter;
	color: #9C0;
	}
	
	.address {
		font-size: 23px;
		font-weight: lighter;
		letter-spacing: -1px;
		font-style: normal;
		margin-bottom: 35px;
		margin-top: -20px;
	}
	
	.address-small{
		font-size: 13px;
		font-weight: lighter;
		letter-spacing: -1px;
		font-style: normal;
		margin-bottom: 35px;
		margin-top: -40px;
	}
	
	.mediaicons{
	font-family: 'Web Symbols', sans-serif;
	font-size: 35px;
	font-style: normal;
	line-height: normal;
	position: relative;
	margin-bottom: 75px;
	font-weight: lighter;
	font-variant: normal;
		}
		
	/* Blog ------------------------------------------ */
	
	#blog {
	background-color: #f3f3f3;
	text-align: center;
	}
	
	.single-container {
	background-color: #e5e5e5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 15px 10px 15px 10px;
	float: left;
	}
	
	.single-container img {
	max-width: 180px;
	float: left;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	}
	
	.single-container-title {
	color: #0099cc;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 21px;
	float: left;
	margin-left: 10px;
	width:63%;
	}
	
	.single-container-text {
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 14px;
	text-align: left;
	float: left;
	line-height: 19px;
	margin-top: 8px;
	margin-left: 10px;
	width:63%;
	}
	
	.single-container-main {
	width: 100%;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 45px;
	}
	
	.single-container-main a {
	color: #99cc33;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
	}
	
	.single-container-main a:hover {
	color: #003366;
	}
	
	.single-container-date {
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 16px;
	color: #3e4349;
	text-align: left;
	font-weight: bold;
	float: left;
	line-height: 18px;
	margin-top: 28px;
	margin-left: 10px;
	}

	/* Copyright ------------------------------------------ */
	
	#copyright {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		background: #e5e5e5;
	}
	
