/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *




 */

/* @group Base */

.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fafafa;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 2px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 2px 5px rgba(0,0,0,.15);
  box-shadow        : 0 2px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efefef), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #efefef 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #efefef 0%, white 50%);
  background-image: -o-linear-gradient(top, #efefef 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #efefef 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #efefef 0%,#ffffff 50%);
  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 31px;
  line-height: 31px;
  padding: 0 0 0 11px;
  color: #666;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  position: absolute;
  right: 4px;
  top: 2px;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  width: 100% !important;
  padding-left: 6px !important;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius   : 0 0 2px 2px;
  border-radius        : 0 0 2px 2px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #efefef));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #efefef 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #efefef 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #efefef 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#efefef 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#efefef 99%);
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 0px 0px 0;
  max-height: 190px;
  padding: 0 0 0 0px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #fff;
  color: #888;
  display: none;
  line-height: 100%;
  padding: 7px 7px 8px 11px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results li:first-child {
  border-top: none;
}
.chzn-container .chzn-results li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;  
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #497eac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(107, 160, 206)), to(rgb(73, 126, 172)));
  background-image: -webkit-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -moz-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -o-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -ms-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6ba0ce', EndColorStr='#497eac');
  border-bottom: 1px solid #467cad;
  border-top: 1px solid #6ba0ce;
  color: #fff;
  text-shadow: 0 1px 0 #467cad;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single-with-drop {
  background: #fafafa;
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);

}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div { 
  left: 0; right: auto; 
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px; 
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat -38px -22px, #ffffff;
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);  
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('http://assets.t2themes.com/assets/chosen-sprite-4eb42e193da510e1a0c0f3198f2f0e97.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
/*-----------------------------------------------------------------------------------
	Theme Name: Two2Twelve
	Description: Premium Templates and WordPress Themes
	Author: Two2Twelve Themes
	Author URI: http://t2themes.com
	Version: 1.0
	
	Stylesheet: base.css
	
	0.	CSS Reset 
	1.	Global (body, page structure, common classes)
	2.  Header and Navigation
	3.  Homepage
	4.  Our Themes
	5. 	Support
	6.  Footers
	7. 	Icons
-----------------------------------------------------------------------------------*/


* { margin: 0; padding: 0; }

/*--------------------------------------------
	1. Global
---------------------------------------------*/
.container {
	width: 980px;
	margin: 0 auto;
}
body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
}
h1,h2,h3 {
	font-family: 'Signika Negative', sans-serif;
}
h1 {
	font-size: 30px;
	color: #3d3d3d;
	font-weight: 600;
}
h2 {
	font-size: 22px;
	color: #424242;
	font-weight: 600;
}
h3 {
	font-size: 20px;
	color: #424242;
	font-weight: 600;
}
h4 {
	font-size: 19px;
	color: #2c2c2c;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
h5 {
	font-family: 'Open Sans Condensed', sans-serif;
}
p {
	font-size: 14px;
	color: #5c5c5c;
	font-weight: 300;
}
body ul {
	list-style: none;
}
a {
	outline: none;
	-webkit-transition:color 0.2s ease-in;  
  -moz-transition:color 0.2s ease-in;  
  -o-transition:color 0.2s ease-in;  
  transition:color 0.2s ease-in;
}
form p { position: relative; }
label { 
	position: absolute; 
	top: 10px !important; 
	left: 45px !important; 
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
label.textarea {
	top: 28px !important;
	left: 12px !important;
}
:-moz-placeholder {
	color: #333333 !important;
	font-weight: bold;
}
:-webkit-input-placeholder {
	color: #333333 !important;
}
/*--------------------------------------------
	2. Header and Navigation
---------------------------------------------*/
header {
	height: 90px;
	margin-bottom: 35px;
}
	header nav {
		overflow: hidden;
		height: 90px;		
		border-bottom: 1px dashed #afafaf;
	}
		header nav ul {
			float: right;		
			list-style: none;
			margin-top: 7px;		
			padding-top: 22px;
		}
			header nav ul li {
				float: left;
				margin-right: 15px;
			}
			header nav ul li.end {
				margin-right: 0;
			}
				header nav ul li a {
					color: #333;
					text-decoration: none;
					font-size: 13px;
					font-weight: 600; 
				}
				header nav ul li a.active, header nav ul li a:hover {
					color: #00A1A3;
				}
				header nav ul li a.active { font-weight: 600; }
				header nav ul li span.dash {
					display: inline-block;
					color: #c9c9c9;
					margin-left: 15px;
					font-family: "Helvetica Neue", helvetica, sans-serif;
					font-weight: 100;
				}
				nav a img {
				}
/*--------------------------------------------
	3. Homepage
---------------------------------------------*/
/* Declaration */
					
div.declaration {
	overflow: hidden;
	clear: both;
	padding-bottom: 28px;
	margin-bottom: 5px;
	text-align: center;
}
div.declaration h1 {
		font-size: 45px;
		font-weight: normal;
		margin: 0 0 8px;

	}
	div.declaration p {
		font-family: 'Signika Negative', sans-serif;
		font-size: 16px;
		line-height: 16px;
		color: #6a6a6a;
		margin-left: 10px;
		font-weight: 300;
	}
div#slider {
	background: url('http://assets.t2themes.com/assets/page_separator-86688004b66cbd699940b80d60a79d67.png') no-repeat bottom;
	margin-bottom: 46px;
	padding-bottom: 30px;
	text-align: center;
}
	div#slider ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 630px;
		height: 400px;
	}
	div#slider li {
		width: 581px;		
		height: 364px;
		text-align: center;
		cursor: pointer;
		background: url('http://assets.t2themes.com/assets/browser_1-efc8016c649bfeb829e1684be6490861.png') no-repeat top left;
		position: relative;
	}
		div#slider li img {
			position: absolute;
			top: 17px;
			left: 1px;
			width: 99.7%;
		}
		div#slider li.roundabout-in-focus {
			cursor: default;
		}
	div#slider li span {
		display: block;
		padding-top: 6em;
	}

/* Features */
div#features_wrap {
	overflow: hidden;
	clear: both;
}
	div#features_wrap div.features {
		overflow: hidden;
		clear: both;
		float: left;
		width: 570px;
		padding: 5px 5px 20px 5px;				
	}
		div#features_wrap div.features p {
			color: #888;
			line-height: 20px;
		}
		div#features_wrap div.features p a {
			color: #66bbbc;
			margin-left: 3px;
			font-size: 13px;
		}
		div#features_wrap div.features p a:hover { text-decoration: none; }
			div#features_wrap div.features ul li {
				width: 240px;
				display: inline;
				float: left;
				margin-bottom: 25px;
				margin-right:60px;
				border-top: 4px solid #b1dada;
			}
			div#features_wrap div.features ul li.last {
				margin-right: 30px;
			}
			
			div#features_wrap div.features ul li h4 .icon {
				color: #00a1a3;
				font-size: 55px;
				font-weight: normal;
				margin-right: 6px;
				vertical-align: -6px;
			}
			div#features_wrap div.features ul li h4 .social_icons {
				color: #00a1a3;
				font-size: 55px;
			    font-weight: normal;
			    margin-right: 5px;
			    vertical-align: -8px;
			}
		div#features_wrap div#email {
			overflow: hidden;
			float: right;
			width: 284px;
			height: 250px;
			margin-right: 5px;
			padding: 30px 35px 27px 35px;
			background: #f2f2f2;
			text-align: center;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-box-shadow: 3px 3px 5px #e2e2e2;
		}
		div#features_wrap div#email h3 {
			margin-bottom: 20px;
		}
		div#features_wrap div#email p {
			font-size: 14px;
			margin-bottom: 28px;
		}	
	div#email input {
		width: 245px;
		height: 35px;
		border: 1px solid #dedfdf;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding-left: 45px;
		font-size: 12px;
		font-style: normal;
		color: #444;
		outline: none;
	}
	div.button {
		clear: both;
	}
div#item .goodness .features {
	padding-bottom: 0;
	height: 310px;
}
div#item .goodness .features.html {
	height: 150px;
}
p.name {
	position: relative;
	margin-bottom: 15px !important;
}	
p.name span.icon {
	position: absolute;
	left: 10px;
	padding-right: 9px;
	color: #cfcfcf;
	font-size: 30px;
	border-right: 1px solid #ebebeb;
}
	p.name span.icon {
		position: absolute;
		left: 10px;
		padding-right: 9px;
		color: #cfcfcf;
		font-size: 30px;
		border-right: 1px solid #ebebeb;
	}
p.email {
	position: relative;
	margin-bottom: 25px !important;
}
	p.email span.icon {
		position: absolute;
		left: 10px;
		top: 2px;
		padding-right: 9px;
		color: #cfcfcf;
		font-size: 30px;
		border-right: 1px solid #ebebeb;
		padding: 2px 9px 2px 0px;
	}
p.name span.icon.red,
p.email span.icon.red { color: #cd0b7d; }
/* Testimonials */
div#testimonials {
	clear: both;
	width: 920px;
	height: 112px;
	padding: 20px 26px 5px 32px;
	background: #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 60px;
}
	div#testimonials .slides_container {
    width:915px;
    height:95px;
  }
  div#testimonials .slides_container div.slide {
	    width:915px;
	    height:95px;
      display:block;
			padding-top: 6px;
  }
	div#testimonials div.left {
		float: left;
		width: 100px;
		margin-top: -5px;
		position: relative;
	}
	div#testimonials .avatar {
		width: 80px;
		height: 80px;
		overflow: hidden;
		display: inline-block;
		border: 6px solid #aaa;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: transparent;
	}
	div#testimonials img {
		width: 90px;
		height: 90px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		position: absolute;
		top: 1px;
		left: 2px;
		z-index: 1;
	}
	div#testimonials div.right {
		width: 800px;
		float: right;
	}
		div#testimonials div.right p {
			margin-bottom: 10px;
			color: #5c5c5c;
			font-size: 17px;
			font-style: italic;
		}
		div#testimonials div.right a {
			text-decoration: none;
			color: #00a1a3;
			margin-bottom: 5px;
		}
	ul.pagination {
		overflow: hidden;
		clear: both;	
		margin: 0 auto;
		text-align: center;
		margin-top: -10px;
	}
			ul.pagination li {
				display: inline-block;
				margin-right: 5px;
			}
				ul.pagination li a {
					display: inline-block;
					width: 25px;
					height: 4px;
					background: #d8d8d8;
					margin-top: -5px;
					text-indent: -99999px;
				}
				ul.pagination li.current a, ul.pagination li a:hover {
					background: #888888;	 
				}
				
/* Design */
div.design_wrap {
	clear: both;
	overflow: hidden;
	padding-bottom: 45px;
	border-bottom: 1px dashed #afafaf;	
}
	div.design_wrap img.responsive {
		float: left;
		margin-right: 15px;
	}
	div.design_wrap div.design {
		overflow: hidden;
		float: right;
		width: 530px;
	}
		div.design_wrap div.design p {
			color: #8a8a8a;
			line-height: 22px;
		}
		div.design_wrap div.design h4 {
			margin-bottom: 24px;
			margin-top: 30px;
		}
		div.design_wrap div.design .browser_responsive {
			margin-right: 10px;
			float: left;
		}
		div.design_wrap div.design .browser_responsive:last-child {
			margin-right: 0;
		}
		div.design_wrap div.design h1 {
			margin-bottom: 20px;
			line-height: 30px;		
		}
			div.design_wrap div.design h1 span.icon {
			font-size: 60px;
			color: #cd007d;
			margin-right: 8px;
			vertical-align: -5px;		
		}
/* Custom */
div.custom {
	overflow: hidden;
	clear: both;
	margin-top: 24px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #AFAFAF;
}
	div.custom.sub {
		border-top: 1px dashed #AFAFAF;
		padding-top: 25px;
		margin-top: 0;
	}
	div.custom div.graphic {
		float: left;
		margin-right: 20px;
		padding-left: 10px;
	}
	div.custom div.graphic span.icon {
		display: block;
		color: #00A1A3;
		font-size: 80px;
		line-height: 44px;
	}
	div.custom div.text {
		float: left;		
	}
		div.custom div.text h2 {
			font-size: 18px;
			color: #2b2b2b;
			margin-bottom: 5px;			
		}
		div.custom div.text p.werk {
			color: #7cbcbe;
			font-size: 15px;
		}
			div.custom div.text h2 span {
				color: #7d7d7d;				
			}
	div.custom div.touch {
		display: block;
		float: right;		
		margin-top: 5px;
		padding-right: 10px;
	}

/*--------------------------------------------
Themes Page
---------------------------------------------*/
div#items_wrap {
}
	ul.filter_list {
		list-style: none;
		overflow: hidden;
		margin-bottom: 35px;
	}
		ul.filter_list li {
			display: inline-block;
			margin-right: 5px;
		}
		ul.filter_list li.title {
			font-weight: 600;
			font-size: 12px;
			margin-right: 12px;
		}
		ul.filter_list span.dash {
			margin-left: 5px;
			display: inline-block;
			color: #aaa;
			font-weight: 100;
			font-family: "Helvetica Neue", helvetica, sans-serif;
		}
			ul.filter_list li a {
				text-decoration: none;
				border: 1px solid transparent;
				font-size: 12px;
				color: #666;
				-webkit-transition:color 0.2s ease-in;  
		    -moz-transition:color 0.2s ease-in;  
		    -o-transition:color 0.2s ease-in;  
		    transition:color 0.2s ease-in;
				margin-right: 0px;
				font-weight: 600;
			}
				ul.filter_list li a:hover { color: #00A1A3; }
			ul.filter_list li.current a {
				font-weight: 600;
				color: #00A1A3;
			}
	ul.items {
		list-style: none;
		overflow: hidden;
		width: 1060px;
	}
		ul.items li{
			float: left;
			width: 277px;
			height: 275px;
			position: relative;
			margin-right: 74px;
			margin-bottom: 40px;
		}
		ul.items li.last { margin-right: 0; }
		ul.items li span.new {
			position: absolute;
			top: -6px;
			left: -13px;
			background: url('http://assets.t2themes.com/assets/new-856f1c6341c6a11bdc9d9c8adc65105d.png') no-repeat top left;
			width: 77px;
			height: 70px;
			display: block;
			z-index: 1;
		}
		ul.items li h3 {
			font-size: 22px;
			color: #444;
			font-weight: 500;
			margin-top: 10px;
			margin-bottom: 8px;
		}
			ul.items li h3 span{
				font-weight: bold;
				font-size: 10px;
				text-transform: uppercase;
				color: #afd16b;
				position: relative;
				top: -2px;
				left: 8px;
			}
		ul.items li p {
			color: #999;
			font-size: 12px;
			line-height: 19px;
			margin-bottom: 12px;
		}
		ul.items li .info {
			display: none;
			background: url('../images/hover.png') no-repeat top left;
			width: 275px;
			height: 170px;
			position: absolute;
			top: 0;
			left: 0;
		}
			ul.items li .info a{
				display: block;
				text-indent: -99999px;
				width: 117px;
				height: 30px;
				margin-top: 15px;
				margin-left: 80px;
			}
				ul.items li .info a.buy{ margin-top: 48px; background: url('../images/buy_theme.png') no-repeat; }
				ul.items li .info a.preview{ background: url('../images/live_preview.png') no-repeat; }
	
/*--------------------------------------------
    4. Item Page
---------------------------------------------*/	
div#item {
	padding: 0;
}
	div#item div.theme_wrap {
		padding-bottom: 30px;
		overflow: hidden;
	}
		div#item div.theme_wrap div.theme_info {
			overflow: hidden;
			width: 980px;
			padding-top: 15px;
			margin-top: 36px;			
		}	
		div#item div.theme_wrap div.theme_info p {
			float: left;
			width: 600px;
			line-height: 22px;
			margin-top: 16px;
		}		
		div#item div.theme_wrap div.theme_info ul {
			overflow: hidden;
			float: right;
			width: 300px;
			margin-bottom: 35px;
			padding: 18px 10px 25px 25px;
			background: #f6f6f6;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			font-size: 13px;
		}		
		div#item div.theme_wrap div.theme_info ul li {
			color: #8f8f8f;
			margin-bottom: 10px;
			overflow: hidden;
		}
			div#item div.theme_wrap div.theme_info ul li:last-child { margin-bottom: 0; }
		div#item div.theme_wrap div.theme_info ul li span.statement {
			color: #343434;
			margin-right: 12px;
			font-weight: bold;
			display: block;
			float: left;
			width: 115px;
		}	
		div#item div.theme_wrap div.theme_screenshots {
			background: url('http://assets.t2themes.com/assets/page_separator-86688004b66cbd699940b80d60a79d67.png') no-repeat center bottom;
			padding-bottom: 30px;
			width: 980px;
			text-align: center;
			margin-top: 10px;
		}
		
		div#screenshots div.theme_wrap div.theme_screenshots div.buttons {

		}
		div#item div.browser_item {
			margin-bottom: 25px;
		}
		div#screenshots .slides_container {
	    width:979px;
	    height:612px;
	  }
	  div#screenshots .slides_container div.slide {
	    width:978px;
	    height:585px;
      display:block;
	  }
	div#screenshots .prev,
	div#screenshots .next {
		position: absolute;
		top: 0px;
		right: 0px;
		text-decoration: none;
		color: #555;
		font-size: 42px;
		line-height: 28px;
		font-family: 'entypo';
		-webkit-font-smoothing: antialiased;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
		speak: none;
	}
	div#screenshots .prev {
		right: 25px;
	}
	div#screenshots .next {
		right: 10px;
	}
	div#screenshots .prev:hover,
	div#screenshots .next:hover { color: #222; }
			
a.demo {
	margin-right: 8px;
	padding-right: 20px;
}
	a.demo span.icon {
		margin-right: 4px;
	}		
a.demo span.icon, a.buy span.icon {
	font-size: 30px;
	vertical-align: -3px;
}
a.demo, a.buy {
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
a.buy {

}		
a.buy:hover {
	-webkit-box-shadow: 0px 0px 15px #ccc;
	-moz-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
	
}
	a.buy span.icon {
		font-weight: normal;
		font-size: 30px;
	}
	a.buy span.buy_now {
		margin-right: 40px;
		margin-left: 12px;
		padding: 5px 15px 5px 0px;
		border-right: 1px solid rgba(0,0,0,0.1);
	}				
	a.buy span.price {
		font-size: 16px;
		position: absolute;
		top: 0px;
		right: 15px;
	}
	div#item div#features_wrap div.features {
		width: 100%;
		clear: both;
	}
			div#item div#features_wrap div.features ul li {
				width: 212px;
				display: inline;
				float: left;
				margin-bottom: 50px;
				margin-right: 42px;
				border-top: 4px solid #b1dada;
			}
				div#item div#features_wrap div.features ul li.last {
					margin-right: 0!important;
				}
				div#item div#features_wrap div.features ul li h4 {
					font-size: 17px;
				}
.goodness {
	overflow: hidden;
	width: 920px;
	background: #f4f4f4;
	padding: 40px 30px 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 40px;
}
	.goodness h2 {
		font-size: 26px;
		color: #00a1a3;
		text-align: center;
		margin-bottom: 40px;
	}
			div#item div.goodness div#features_wrap div.features ul li {
				border: none;
				width: 208px;
				margin-right: 28px;
			}
				div#item div.goodness div#features_wrap div.features ul li span.icon {
					font-size: 35px;
					vertical-align: -3px;
				}
					div#item div.goodness div#features_wrap div.features ul li h4 {
					font-size: 14px;
				}
			.goodness div#features_wrap div.features p { font-size: 13px; }
.like {
	overflow: hidden;
	background: url('http://assets.t2themes.com/assets/page_separator-86688004b66cbd699940b80d60a79d67.png') no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.like h2 {
	color: #00a1a3;
	margin-bottom: 3px;
	font-size: 26px;
}
	.like p {
		font-size: 17px;
		color: #888;
	}		
.like h2, .like p {
	text-align: center;
}
.like ul.similar {
	margin-top: 45px;
	overflow: hidden;
	margin-bottom: 15px;
}
	.like ul.similar li {
		float: left;
		width: 259px;
		height: 210px;
		background: #f5f5f5;
		margin-right: 45px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;		
		overflow: hidden;
		padding: 0px 15px;
	}
	.like ul.similar li:last-child {
		margin-right: 0 !important;
	}
		.like ul.similar li h5 {
			margin: 13px 0px 5px 0px;
			font-size: 18px;
		}
		.like ul.similar li p {
			font-size: 13px;
			margin-bottom: 15px;
		}
		.like ul.similar li .browser_related {
			margin: 0 auto;
		}
.inspired {
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.inspired h2 {
	color: #00a1a3;
	margin-bottom: 3px;
	font-size: 26px;
}
.inspired p {
	font-size: 17px;
	color: #888;
}
.inspired h2, .inspired p {
	text-align: center;
}
.inspired ul.example {
	margin-top: 45px;
	margin-left: 10px;
}
.inspired ul li {
	display: inline-block;
	margin-right: 32px;
	margin-bottom: 40px;
}
		.inspired ul li:nth-child(even) {
			margin-right: 0 !important;
		}
		.inspired ul li a {
			display: block;
			border: 8px solid #E3E3E5;
			height: 210px;
			-webkit-transition:all 0.2s ease-in;  
		  -moz-transition:all 0.2s ease-in;  
		  -o-transition:all 0.2s ease-in;  
		  transition:all 0.2s ease-in;
		}
		.inspired ul li a:hover {
			border-color: #afafaf;
		}
.service_wrap {
	overflow: hidden;
	border-top: 1px dashed #AFAFAF;
	border-bottom: 1px dashed #AFAFAF;
    margin-top: 24px;
    padding: 25px 0px;
}
.service_wrap span.icon {
	display: block;
	float: left;
	margin-right: 20px;
	color: #00a1a3;
	font-size: 65px;
	line-height: 42px;
}
.service_wrap div.customization {
	overflow: hidden;
	float: left;
	width: 445px;
	padding-left: 40px;
	border-right: 1px solid #e2e2e2;
}
.service_wrap div.customization h3, .service_wrap div.support h3 {
	margin-bottom: 0px;
}
.service_wrap div.customization p, .service_wrap div.support p {
	color: #999;
}
.service_wrap div.customization, .service_wrap div.support {
	cursor: pointer;
}
.service_wrap div.support {
	float: right;
	width: 420px;
}
.surround {
overflow: hidden;
	margin-left: 25px;
}

/*--------------------------------------------
    5. Contact
---------------------------------------------*/	
div#contact {
	border-bottom: 1px dashed #AFAFAF;
	padding-bottom: 10px;
}
div#faqs article {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
	div#faqs article:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	div#faqs article h3 {
		font-size: 17px;
		font-weight: 600;
		margin-bottom: 10px;
		color: #555;
	}
		div#faqs article h3 span {
			color: #00a1a3;
			padding-right: 5px;
		}
	div#faqs article p {
		font-size: 13px;
		line-height: 20px;
		margin-left: 25px;
	}
div.toggle_list {
	margin-bottom: 25px;
}
	div.toggle_list ul {
		list-style: none;
	}
		div.toggle_list ul li {
			margin-bottom: 25px;
		}
		div.toggle_list ul li.opened {
			-webkit-box-shadow: 0px 1px 10px #eaeaea;
			-moz-box-shadow: 0px 1px 10px #eaeaea;
			box-shadow: 0px 1px 10px #eaeaea;
		}
			div.toggle_list ul li div.title {
				background: #f5f5f5;
				border: 1px solid #f5f5f5;
				padding: 30px;
				cursor: pointer;
				position: relative;
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
			div.toggle_list ul li.opened div.title {
				border: 1px solid #e1e1e1;
			}
			div.toggle_list ul li span.icon {
				font-size: 60px;
				color: #00a1a3;
				float: left;
				line-height: 40px;
			}
			div.toggle_list ul li .inner {
				margin-left: 50px;
			}
				div.toggle_list ul li div.title h1 { margin-bottom: 10px; color: #848484; font-weight: normal; }
				p { font-size: 14px; color: #848484; }
				div.toggle_list ul li div.title a.toggle_link {
					position: absolute;
					top: 35px;
					right: 33px;
					color: #c3c3c3;
					font-weight: normal;
					font-size: 50px;
					text-decoration: none;
				}
				div.toggle_list ul li.opened div.title a.toggle_link { color: #999; }
			div.toggle_list ul li div.content {
				background: #fff;
				border: 1px solid #e5e5e5;
				border-top: none;				
				padding: 30px !important;
				display: none;
				-webkit-border-bottom-right-radius: 3px;
				-webkit-border-bottom-left-radius: 3px;
				-moz-border-radius-bottomright: 3px;
				-moz-border-radius-bottomleft: 3px;
				border-bottom-right-radius: 3px;
				border-bottom-left-radius: 3px;
			}
				div.toggle_list ul li div.content p { margin-bottom: 15px; font-size: 12px; }
				div.toggle_list ul li div.content p:last-child { margin-bottom: 0; }
				div.toggle_list ul li .title a,
				div.toggle_list ul li .content p a { color: #00a1a3; }
				div.toggle_list ul li .title a:hover,
				div.toggle_list ul li .content p a:hover { text-decoration: none; }
				div.toggle_list ul li div.content p b { color: #555; }
				div.toggle_list ul li#support_desk div.content ul {
					font-size: 12px;
					color: #888;
					line-height: 20px;
					margin: 0;
					padding: 0;
					margin-left: 15px;
					list-style-type: circle;
					margin-bottom: 20px;
				}	
				div.toggle_list ul li#support_desk div.content ul:last-child { margin-bottom: 0px; }
					div.toggle_list ul li#support_desk div.content ul li {
						margin: 0;
						padding: 0;
					}
#customization_form {
	
}
	#customization_form p.hint {
		line-height: 20px;
		margin-bottom: 25px;
	}
	#customization_form #success {
		background: #95c3da;
		padding: 8px 8px 8px 12px;
		margin-bottom: 20px;
		margin-top: -10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
		#customization_form #success p {
			margin: 0;
			padding: 0;
			height: auto;
			color: #fff;
			text-shadow: #333 0px 1px 1px;
			font-weight: 600;
		}
	#customization_form .text,
	.chzn-container-single .chzn-search input {
		padding: 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #ddd;
		background: #f9f9f9;
		width: 260px;
		outline: none;
		font-size: 12px;
	}
	.chzn-container-single .chzn-search input { width: 250px !important; } 
	#customization_form .textarea {
		width: 880px;
		height: 170px;
		font-size: 12px;
		color: #333;
		line-height: 18px;
	}
	#customization_form p {
		height: 60px;
	}
		#customization_form p span.column {
			display: inline-block;
			float: left;
			width: 280px;
			margin-right: 30px;
		}
		#customization_form p span.column:last-child {
			margin-right: 0;
		}
		#customization_form p b {
			display: block;
			margin-bottom: 5px;
			font-weight: normal;
		}
		select {
		  width: 280px;
		}
		#customization_form .text:focus {
			border-color: #cacaca;
		}
		#customization_form .red,
		#customization_form .red.text:focus { border-color: #cd0b7d }
		

/*--------------------------------------------
    6. Footer
---------------------------------------------*/
footer {
	overflow: hidden;	
	clear: both;
	width: 100%;
	height: 60px;
	padding-top: 40px;
	font-size: 13px;
	margin-top: 0px;
}
	footer p {
		float: left;
		color: #acacac;
		font-size: 13px;	
	}
	footer a {
		float: right;
		text-decoration: none;
		color: #00a1a3;
	}
	
	footer aside.social {
		float: right;
		line-height: 18px;
	}
		footer aside.social ul li {
			float: left;
			display: inline;
			margin-right: 10px;
		}
		footer aside.social ul li:last-child {
			margin-right: 0 !important;
		}
			footer aside.social ul li a {
				color: #c9c9c9;
				font-size: 45px;				
				text-decoration: none;
			}
/*--------------------------------------------
Browsers
---------------------------------------------*/
.browser_item {
	background: url('http://assets.t2themes.com/assets/browser_item-a9abb9ed0dfa99fe5a51776dce0ebabd.png') no-repeat;
	width: 980px;
	height: 613px;
	position: relative;
}
	.browser_item img {
		position: absolute;
		top: 27px;
		left: 1px;
	}
.browser_related {
	background: url('http://assets.t2themes.com/assets/browser_related-45f3b7783ab055d531da0b5556a992f0.png') no-repeat;
	width: 251px;
	height: 158px;
	position: relative;
}
	.browser_related img {
		position: absolute;
		top: 7px;
		left: 1px;
	}
.browser_responsive {
	background: url('http://assets.t2themes.com/assets/browser_responsive-0c6d2077392c9d850b7aa65fb379b43b.png') no-repeat;
	width: 168px;
	height: 105px;
	position: relative;
}
	.browser_responsive img {
		position: absolute;
		top: 5px;
		left: 1px;
	}
.browser_theme {
	background: url('http://assets.t2themes.com/assets/browser_themes-8dc16bc9b7197043e4e32cedc1d2b354.png') no-repeat;
	width: 281px;
	height: 176px;
	position: relative;
}
	.browser_theme img {
		position: absolute;
		top: 7px;
		left: 1px;
	}
	
	.browser_theme a,
	.browser_responsive a {
		display: block;
		position: relative;
	}
	.browser_theme a div,
	.browser_responsive a div,
	.browser_related a div {
		display: block;
		position: absolute;
		width: 279px;
		height: 168px;
		background-color: rgba(0,0,0,0.6);
		opacity: 0;
		transition: opacity .2s ease-out;
		-webkit-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		top: 7px;
		left: 1px;
	}
	.browser_responsive a div {
		width: 166px;
		height: 100px;
		top: 4px;
	}
	.browser_related a div { 
		width: 248px;
		top: 7px;
	}
		.browser_theme a div span,
		.browser_responsive a div span,
		.browser_related a div span {
			font-family: "entypo";
			color: #fff;
			font-size: 65px;
			position: absolute;
			left: 110px;
			top: 50px;
			text-align: center;
			line-height: 30px;
			text-shadow: #111 0px 1px 1px;
		}
		.browser_responsive a div span {
			left: 55px;
			top: 25px;
			font-size: 60px;
		}
		.browser_related a div span {
			top: 35px;
			left: 90px;
		}
		.browser_theme a div span em,
		.browser_responsive a div span em,
		.browser_related a div span em {
			display: block;
			font-size: 13px;
			font-family: "Signika Negative";
			font-style: normal;
		}
		.browser_responsive a div span em { font-size: 12px; }
	.browser_theme a:hover div,
	.browser_responsive a:hover div,
	.browser_related a:hover div {
		display: block;
		opacity: 1;
	}
/*--------------------------------------------
Buttons
---------------------------------------------*/
.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	border: 1px solid #5db948;
	background-color: #85d375;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.13) 0%, rgba(255,255,255,.13) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.13) 0%, rgba(255,255,255,.13) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.13) 0%, rgba(255,255,255,.13) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.13) 0%, rgba(255,255,255,.13) 100%);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.55);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.11);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.11);
	box-shadow: 0 2px 4px rgba(0,0,0,.11);
	
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	padding: 0px 15px;
}
.button.medium {
	height: 37px;
	line-height: 37px;
	font-size: 11px;
}
.button.solid {
	background: #444;
	border: 1px solid #4d4d4d;
	-webkit-transition:background 0.2s ease-in;  
  -moz-transition:background 0.2s ease-in;  
  -o-transition:background 0.2s ease-in;  
  transition:background 0.2s ease-in;
}
	.button.solid:hover {
		background: #595959;
	}
/*--------------------------------------------
	7. Icons
---------------------------------------------*/
@font-face {
    font-family: 'entypo';
    src: url('entypo.eot');
    src: url('http://assets.t2themes.com/assets/entypo.eot?#iefix') format('embedded-opentype'),
         url('http://assets.t2themes.com/assets/entypo-b742812e9193b21bde39655380539f96.woff') format('woff'),
         url('http://assets.t2themes.com/assets/entypo-27ac74d486fd4d7507057f3720231b39.ttf') format('truetype'),
         url('http://assets.t2themes.com/assets/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'entypo-social';
    src: url('entypo-social.eot');
    src: url('http://assets.t2themes.com/assets/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('http://assets.t2themes.com/assets/entypo-social-ba8ff2d3dc9e342baf3dc8ca391a6588.woff') format('woff'),
         url('http://assets.t2themes.com/assets/entypo-social-970aa38def2f9ef2cf296ee0e5c025f0.ttf') format('truetype'),
         url('http://assets.t2themes.com/assets/entypo-social.svg#entypo-social') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon {
	font-family: 'entypo';
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
	speak: none;
}
.social_icons {
	font-family: 'entypo-social';
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
	speak: none;
}
img { border: none; }
