/*

	Theme Name: SmartScreen
	Theme URI: http://www.highthemes.com
	Description: Responsive Fullscreen Wordpress Theme
	Author: Highthemes
	Author URI: http://www.highthemes.com
	Version: 3.0.8
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: translation-ready, theme-options, post-formats, featured-images,  custom-menu
	Text Domain: smartscreen
	Fallow us on Twitter: http://twitter.com/theHighthemes
	TABLE OF CONTENTS 

	--------------------

	0.  CSS Reset
	1.	Global Classes
	2.	General
	3.	Comments
	4.	Portfolio
	5.	Sidebar & Widgets
	6.	Navigation Menu
	7.	Controls Bar
	8.	Contact
	9.	Shortcodes
	10.	Responsive

*/
/*	0.	CSS Reset
/*-----------------------------------------------------------------------------------*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
* {
	outline: none;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
a img {
	border: none;
}
/* clearfix */

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/

.clearfix {
	display: block;
}
/* End hide from IE Mac */

.none {
	display: none;
}
#map_canvas img,  .google-map img {
	max-width: none !important;
}
/* End Clearfix */

#entries .frame {
	max-width: 100%
}
.poster-img {
	display: none
}
.video-background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.video-background > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mejs-container {
	width: 100% !important;
	height: auto !important;
	padding-top: 57%;
}
.mejs-overlay, .mejs-poster {
	width: 100% !important;
	height: 100% !important;
}
.mejs-mediaelement video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}
.wp-video {
	height: auto !important;
}
 @media (min-aspect-ratio: 16/9) {
.video-background > video {
	height: 300%;
	top: -100%;
}
}
 @media (max-aspect-ratio: 16/9) {
.video-background > video {
	width: 300%;
	left: -100%;
}
}
 @supports (object-fit: cover) {
 #video-bg > video {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
}
/*	1.	Global Classes

/*-----------------------------------------------------------------------------------*/

body {
	font: 12px/18px 'Droid Sans', Arial, Helvetica, Sans-serif;
}
a {
	text-decoration: none;
	color: #ee3c00;
}
.fix {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hidden {
	display: none !important;
}
/*	2.	General

/*-----------------------------------------------------------------------------------*/

/* wrap */

#wrap-wide {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#wrap {
	position: relative;
	width: 1000px;
	left: 355px;
}
/* main */

#main {
	float: left;
	width: 660px;
	/*background-color: rgba(255, 255, 255, 1);*/
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 25px 35px;
	margin-bottom: 100px;
	position: relative;
}
#wrap.no-sidebar #main {
	width: 920px;
}
#wrap.has-leftsidebar #main {
	float: right;
}
#wrap.has-leftsidebar #sidebar {
	float: left;
}
/* breadcrumb */

#breadcrumb {
	position: absolute;
	left: 0;
	margin-top: 19px;
	font: normal 10px verdana, arial, sans-serif;
	color: #999;
}
#breadcrumb a, #breadcrumb a:active {
	color: #666;
}
#breadcrumb a:hover {
	color: #333;
}
/* Audio */

#audiojs_wrapper0 {
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}
#audiojs_wrapper0 object {
	overflow: hidden;
}
/* video */

.videox {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.entry .videox {
	margin-bottom: 30px;
}
.videox iframe, .videox object, .videox embed {
	position: absolute;
	top: 0;
	left: 0;
}
/* post & page */

#entries .post-item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
#entries .post-item.page-item {
	margin-bottom: 15px;
}
#entries .page.post-item {
	padding-bottom: 20px;
}
#entries .post-image {
	margin-bottom: 15px !important;
}
#entries .post-meta, #entries .post-meta a, #entries .post-meta a:active {
	font: 11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #aaa;
	padding-top: 5px;
}
#entries .page-title {
	padding-bottom: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
	color: #444;
	position: relative;
	font: 400 22px/28px Oswald, Helvetica, Arial, Sans-serif;
	border-bottom: 1px solid #eee;
}
#entries .post-title, #entries .post-title a, #entries .post-title a:active {
	color: #676767;
	padding: 2px 0 10px;
	text-transform: uppercase;
	word-spacing: 5px;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	font-family: Oswald, Helvetica, Arial, Sans-serif;
}
#entries .post-title span {
	color: #eee;
}
#entries .post-title a:hover {
	color: #222;
}
#entries .entry {
	overflow: hidden;
}
#entries .entry p {
	padding-bottom: 15px;
}
#entries .entry img {
	max-width: 100%;
	height: auto;
}
#entries .read-more {
	color: #444;
}
.post-share-buttons li {
	margin-top: 15px
}
.single #entries .post-image {
	margin-right: 0;
	float: none;
	margin-bottom: 0;
}
/* frame */



#entries .frame img {
	display: block;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
	max-width: 95%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: none;
	-moz-backface-visibility: hidden;
}
#entries .frame {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	-moz-transition: background-color 1s ease 0s;
	-webkit-transition: background-color 1s ease 0s;
	-o-transition: background-color 1s ease 0s;
	-ms-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#entries .frame img, #supersized img, .thumbnail-container img {
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
#entries .frame .zoom:before,  #entries .frame .video:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
#entries .frame .zoom,  #entries .frame .video {
	text-align: center;
	position: absolute;
	width: 100%;
	top: -99px;
	cursor: pointer;
	font-size: 20px;
	color: #ddd;
}
#entries .frame .video:before {
	content: "\f03d";
}
/* author bio */

#author-info {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#author-info .inner img {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#author-info .author-name {
	display: block;
	padding-bottom: 5px;
}
#author-info .inner p {
	padding: 0 10px 5px 80px;
}
/* wp-pagenavi */

.navi {
	padding: 10px 0;
	clear: both;
}
.navi {
	clear: both;
	font: 11px Verdana, Geneva, sans-serif;
}
.navi a, .navi a:link, .navi a:visited, .navi a:active, .navi span.extend, .navi span.current {
	margin: 0 3px 5px;
	text-align: center;
	display: inline-block;
	padding: 6px 10px;
	color: #444;
	background-color: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.navi a:hover {
	color: #444;
	text-decoration: none;
	background-color: #ddd;
}
.navi span.current {
	color: #444;
	background-color: #ddd;
}
.navi a.first, .navi a.last {
	color: #fff;
	background-color: #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.navi .pages {
	float: right;
	padding: 6px 10px;
	color: #444;
	background-color: #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* wp caption */

#content .wp-caption img {
	float: left;
	margin: 0;
}
#content .wp-caption p.wp-caption-text {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 11px;
}
#content .wp-caption.alignleft {
	float: left;
	margin: 0 30px 25px 0;
}
#content .wp-caption.alignright {
	float: right;
	margin: 0 0 25px 30px;
}
/* gallery caption */

.gallery-caption {
	color: #666;
	padding: 0 4px;
}
/* sticky */

.sticky {
}
/* wpml frontpage switcher */

#menu-wrap #lang_sel {
	position: absolute;
	top: 1px;
	right: 57px;
	z-index: 1000;
}
/*	3.	Comments

/*-----------------------------------------------------------------------------------*/

#comments {
	width: 100%;
}
#comments .section-title, #related-folio .section-title {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.htitle, #reply-title {
	padding: 0 0 15px !important;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}
#comments .nocomments {
	padding-top: 20px;
	float: left;
}
.bypostauthor {
}
.comment-entry {
	border-bottom: 1px solid #eee;
	padding: 20px 10px 20px 0;
}
.comment-content {
	overflow: hidden;
}
.depth-2 .comment-entry {
	padding-left: 70px;
}
.depth-3 .comment-entry {
	padding-left: 140px;
}
.depth-4 .comment-entry {
	padding-left: 210px;
}
.depth-5 .comment-entry {
	padding-left: 280px;
}
#cancel-comment-reply-link {
	display: block;
	position: absolute;
	top: 44px;
	right: 5px;
	font: normal 12px arial, sans-serif;
}
#respond {
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}
.comment-author-wrap {
	display: inline;
	float: left;
	margin-right: 20px;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-author-wrap img {
	vertical-align: bottom;
	display: block;
	padding: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-author-info {
	display: inline-block;
	padding: 0 2px;
	margin-bottom: 5px;
}
.comment-author-info a, .comment-author-info a:active {
	color: #444 !important;
}
/* comment form */

#form-comment {
	clear: both;
}
#form-comment label {
	width: 195px;
	text-transform: uppercase;
	color: #666;
}
#form-comment input.txt {
	width: 95%;
	display: block;
	border: 1px solid #b3b3b3;
	margin: 0 4px 0 0;
	background-color: #f4f4f4;
	padding: 8px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
}
#form-comment input.txt:hover {
	background-color: #fff;
}
#form-comment textarea {
	width: 96%;
	display: block;
	border: 1px solid #b3b3b3;
	background-color: #f4f4f4;
	margin: 0 4px 0 0;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
}
#form-comment textarea:hover {
	background: #fff;
}
#form-comment .personal-data {
	overflow: hidden;
}
#form-comment p {
	padding-bottom: 15px;
}
#form-comment .personal-data p {
	width: 50%;
}
.contactform label {
	display: block !important;
}
.txt, textarea {
	border: 1px solid #ccc;
	font-size: 13px;
	color: #444;
}
textarea {
	overflow: auto;
}
.loading {
	font-style: italic;
	display: none;
}
.errortxt, textarea.errortxt {
	border: 1px solid red;
}
#submit {
	background-color: #555;
	border: medium none;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 4px;
	padding: 7px 10px;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-appearance: none;
}
#submit:hover {
	background: #444;
}
/*	4.	Portfolio

/*-----------------------------------------------------------------------------------*/

.portfolio #filters {
	padding-right: 10px;
	padding-left: 10px;
}
#folio-nav {
	overflow: hidden;
	margin-bottom: 15px;
}
#folio-nav a, #folio-nav a:active {
	color: #999;
}
#folio-nav a:hover {
	color: #555;
}
#related-folio {
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
.filterable-1c .folio-box {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#related-folio .folio-box .frame {
	margin-bottom: 10px;
}
#related-folio .folio-box h3.folio-title, #related-folio .folio-box h3.folio-title a, #related-folio .folio-box h3.folio-title:active {
	font: 400 14px/19px "Oswald", helvetica, sans-serif;
	color: #555;
}
#portfolio .folio-cats a, #portfolio .folio-cats a:visited, #portfolio .folio-cats {
	color: #999;
	font-size: 11px;
}
#portfolio .folio-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 40px;
	max-width: 100%;
}
#portfolio .folio-box .frame {
	margin-bottom: 10px;
}
#portfolio .folio-box h3.folio-title, #portfolio .folio-box h3.folio-title a, #portfolio .folio-box h3.folio-title:active {
	font: 400 14px/19px "Oswald", helvetica, sans-serif;
	color: #555;
}
#related-folio .folio-box h3.folio-title a:hover, #portfolio .folio-box h3.folio-title a:hover {
	color: #222;
}
#folio-single-slideshow {
	margin-bottom: 30px;
}
#portfolio .one_half {
	width: 50%;
	margin-right: 0;
}
#portfolio .one_third {
	width: 33.33%;
	margin-right: 0;
}
#portfolio.filterable .one_third {
	width: 33.30%;
	margin-right: 0;
}
#portfolio .one_fourth {
	width: 25%;
	margin-right: 0;
}
.single-portfolio .meta {
	font: 12px Helvetica, Arial, sans-serif;
	color: #999;
	padding-top: 0;
	text-transform: none;
}
.single-portfolio .meta a, .single-portfolio .meta a:active {
	color: #999;
	text-decoration: underline;
}
.single-portfolio .meta span {
	font-weight: bold;
	color: #555;
}
.single-portfolio .meta li {
	padding-bottom: 10px;
}
.ui-video-background {
	display: none;
}
/* folio filters */

#filters {
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 5px 0;
	overflow: hidden;
	clear: both;
}
#filters li {
	float: right;
	padding-left: 5px;
}
#filters li a {
	padding: 5px 8px;
	color: #777;
	font-size: 12px;
	background-color: #eee;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px #fff;
	box-shadow: 1px 1px #ccc;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	display: block;
}
#filters li a:hover {
	color: #444 !important;
	background-color: #e7e7e7;
	box-shadow: 1px 1px #c5c5c5;
	-moz-box-shadow: 1px 1px #c5c5c5;
	-webkit-box-shadow: 1px 1px #c5c5c5;
}
#filters li a.selected {
	color: #444;
	background-color: #d9d9d9;
}
#filters li a.allcats {
	color: #fff !important;
	background-color: #999;
	box-shadow: 1px 1px #ccc;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	text-shadow: 1px 1px #555;
}
/* isotope styles */

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*	5.	Sidebar & Widgets

/*-----------------------------------------------------------------------------------*/

/* sidebar */

#sidebar {
	position: relative;
	top: 0;
	float: right;
	width: 220px;
	padding: 30px 25px 0;
	background-color: rgba(0, 0, 0, .8);
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-bottom: 100px;
}
.rpwe-block a {
	font-size:18px;
}
.rpwe-time {
	font-size:18px;
}
/* widget */

#sidebar .widget {
	padding-bottom: 30px;
}
#sidebar .google-map {
	width: 100%;
	height: 140px;
}
#sidebar select {
	width: 100%;
	padding: 5px;
	color: #fff;
	border: none;
}
#sidebar select option {
	padding-left: 5px;
}
#sidebar .widget h3.widget-title {
	margin-bottom: 15px;
	color: #fff;
	font: 400 14px Oswald, Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sidebar ul li {
	padding: 0 0 10px 0;
	color: #444;
}
#sidebar ul li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 9px;
	padding-right: 10px;
}
#sidebar ul li, #sidebar ul li a, #sidebar ul li a:active {
	color: #d2d2d2;
}
/* tag cloud */

.widget .tagcloud a, .tags a {
	background-color: #000;
	display: inline-block;
	height: 23px;
	padding: 0 10px;
	margin: 0 2px 7px 0;
	font-size: 11px !important;
	line-height: 21px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #fff !important;
}
.tags strong {
	float: left;
	padding-right: 10px;
}
/* thumbnail list for popular and recent posts */

#sidebar .thumb-list li:before {
	content: '';
	padding: 0;
}
#sidebar .thumb-list li {
	overflow: hidden;
	display: block;
	background: none;
	padding: 2px 0 20px;
}
#sidebar .thumb-details {
	overflow: hidden;
}
#sidebar .thumb-list li img {
	display: block;
	vertical-align: bottom;
	margin-top: 2px;
}
#sidebar .thumb-list .date {
	font: 10px Verdana, sans-serif;
	color: #777;
	display: block;
}
#sidebar .thumb-list a.fl {
	margin: 0 13px 5px 0;
}
#sidebar .thumb-list li a, #sidebar .thumb-list li a:visited {
	background: none;
	display: inline;
	padding: 0;
	font-size: 11px;
}
/* recent tweets */

#sidebar .recent-tweets li:before {
	content: '';
	padding: 0;
}
#sidebar .recent-tweets i.fa {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 20px;
}
#sidebar .recent-tweets li {
	display: block;
	color: #d2d2d2;
	padding: 0 0 20px 30px;
	margin-bottom: 20px;
	position: relative;
}
#sidebar .recent-tweets ul li a, #sidebar .recent-tweets ul li a:visited {
	display: inline;
	padding: 0;
	text-decoration: underline;
}
#sidebar .recent-tweets li span.twitterTime a {
	display: block;
	padding-top: 5px;
	text-decoration: none;
	color: #34b7d7;
}
#sidebar .recent-tweets li {
	margin-bottom: 0;
}
/* text widget */

.widget .textwidget {
	color: #d2d2d2;
	line-height: 22px;
}
/* contact details */

#sidebar .contact-details ul li:before {
	content: '';
	padding: 0;
}
.contact-details ul li {
	padding: 0 0 15px 0 !important;
}
.contact-details ul li span {
	text-decoration: underline;
	padding-right: 5px;
}
.contact-details ul li i {
	padding-right: 5px;
	font-size: 14px;
	width: 15px;
	text-align: center;
}
.contact-details p {
	padding-bottom: 20px;
	color: #eee;
}
/* ads */

#sidebar .widget .ads-banner ul li:before {
	content: '';
	padding: 0;
}
#sidebar .widget .ads-banner ul li {
	float: left;
	margin: 0 15px 5px 0;
	background: none;
	padding: 0;
}
#sidebar .widget .ads-banner ul li a {
	display: block;
}
/* wp-calendar */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: center;
	font: bold 11px/23px Arial, Helvetica, sans-serif;
	color: #fff;
}
#wp-calendar td, #wp-calendar th {
	border: 1px solid #666;
	text-align: center;
	padding: 3px;
	color: #eee;
}
#wp-calendar th {
	background: #222;
	color: #fff;
	font-weight: 700;
}
#wp-calendar td:hover {
	background: #444;
	cursor: pointer;
}
#wp-calendar tfoot td {
	background: #222;
}
#wp-calendar a:link, #wp-calendar a:visited {
	color: #fff;
}
/* Clients logo */

.clients a {
	display: block;
	float: left;
	margin: 3px;
}
.clients a img {
	float: left;
}
/* flickr widget */

.flickr .wrap {
	margin-left: 0;
	position: relative;
	padding: 10px 0 0;
}
.flickr a {
	display: inline-block;
	padding: 0 !important;
}
.flickr a img {
	border: 1px solid #777;
	float: left;
}
.flickr a:hover img {
	border: 1px solid #fff;
	transition: border 1s;
	-moz-transition: border 1s;
	-webkit-transition: border 1s;
	-o-transition: border 1s;
	-ms-transition: border 1s;
}
.flickr div.flickr_badge_image {
	float: left;
	margin-bottom: 16px;
	margin-right: 16px;
	width: 79px;
	height: 79px;
	display: inline;
	padding: 0;
}
/* search widget */

.search-box {
	position: relative;
}
.search-box .search-field {
	width: 140px;
	border: none;
	background-color: #333;
	font: 11px Verdana, Geneva, sans-serif;
	color: #eee;
	padding: 5px 36px 6px 10px;
	height: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
}
.search-box .search-go {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	color: #fff;
	border: none;
	background: none;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
#footer .search-box .search-field {
	width: 143px;
}
/*	6.	Navigation Menu

/*-----------------------------------------------------------------------------------*/

#menu-wrap {
	width: 266px;
	position: fixed;
	top: 0;
	left: 80px;
	padding: 50px 0;
	/*background-image: url("images/sec_highlight.png");*/
	background-repeat: no-repeat;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	z-index: 999;
	-webkit-transform: translateZ(0);
}
#menu {
	width: 215px;
	margin: 0 auto;
}
#nav {
	padding-top: 25px;
}
#mobilepro {
	width: 100%;
	font-weight: bold;
	display: none;
	cursor: pointer;
	margin: 0;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.subarrow {
	top: auto !important;
	display: none;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
#mobile-nav {
	width: 90%;
	margin: 0 auto;
}
#mobile-menu {
	display: none;
}
#mobile-nav li ul.sub-menu {
	display: none;
}
.jqueryslidemenu ul li,  #mobile-nav ul li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 3px 0;
	margin: 5px 0;
}
.jqueryslidemenu ul li li,  #mobile-nav ul li li {
	padding: 5px 0 5px 15px;
}
.jqueryslidemenu span {
/*	font: 11px helvetica, arial, sans-serif;*/
	font-size:16px;
	color: #777;
	display: block;
	text-transform: none;
}
.jqueryslidemenu ul li a,  #mobile-nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0;
	font: 300 18px 'Oswald', Serif;
	text-transform: uppercase;
}
#mobile-nav ul li a {
	font: 300 16px 'Oswald', Serif;
}
.jqueryslidemenu ul li li a {
	text-transform: none;
}
.jqueryslidemenu ul li a:link,  .jqueryslidemenu ul li a:visited,  .jqueryslidemenu ul li a:active,  #mobile-nav ul li a:link,  #mobile-nav ul li a:visited,  #mobile-nav ul li a:active {
	color: #fff;
}
.jqueryslidemenu ul li ul {
	position: absolute;
	width: 170px;
	top: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .7);
	border: 1px solid #444;
	padding: 0 10px;
}
.jqueryslidemenu ul li:last-child,  #mobile-nav ul li:last-child {
	border-bottom: none;
}
* html .jqueryslidemenu ul li {
	float: left;
	height: 1%;
}
* html .jqueryslidemenu ul li a {
	height: 1%;
}
/*	7.	Controls Bar

/*-----------------------------------------------------------------------------------*/

/* slideshow caption */

.slider-caption {
	padding: 25px;
}
#slidecaption {
	width: 450px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	background: rgba(0, 0, 0, .7); 
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	color: #fff;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 #menu-wrap, #slidecaption {
 background-size: 261px 261px;
 background-image: url('images/sec_highlight@2x.png');
}
}
#slidecaption h2 {
	font: 300 25px 'Oswald', 'Helvetica', Sans-serif;
	padding-bottom: 10px;
	color: #fff;
}
#slidecaption p {
	font: normal 13px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	;
}
#slidecaption h1,  #slidecaption h2,  #slidecaption h3,  #slidecaption h4,  #slidecaption h5,  #slidecaption h6 {
	color: #fff;
	margin-bottom: 15px;
}
/* controls bar wrap */

#controls-wrap {
	margin: 0 auto;
	height: 45px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 4;
	background-color: rgba(0, 0, 0, .7);
	clear: both;
	position: fixed;
	-webkit-transform: translateZ(0);
}
/* thumbs list */

#tray-button {
	position: absolute;
	top: 7px;
	left: 38px;
	cursor: pointer;
}
#thumb-tray {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	height: 170px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	padding: 0;
}
ul#thumb-list li {
	width: 110px !important;
	height: 80px !important;
	margin: 12px 10px 0 !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul#thumb-list li img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#thumb-back, #thumb-forward {
	position: absolute;
	z-index: 5;
	bottom: 42px;
	height: 130px;
	width: 40px;
}
#thumb-back {
	left: 0;
	background: url('images/slider/thumb-back.png') no-repeat center center;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 #thumb-back {
 background-size: 28px 28px;
 background-image: url('images/slider/thumb-back@2x.png');
}
}
#thumb-forward {
	right: 0;
	background: url('images/slider/thumb-forward.png') no-repeat center center;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 #thumb-forward {
 background-size: 28px 28px;
 background-image: url('images/slider/thumb-forward@2x.png');
}
}
#thumb-back:hover, #thumb-forward:hover {
	cursor: pointer;
	background-color: rgba(256, 256, 256, 0.1);
}
#thumb-back:hover {
	border-right: 1px solid rgba(256, 256, 256, 0.2);
}
#thumb-forward:hover {
	border-left: 1px solid rgba(256, 256, 256, 0.2);
}
ul#thumb-list {
	display: inline-block;
	list-style: none;
	position: relative;
	left: 0px;
	padding: 10px 0px;
}
ul#thumb-list li {
	background: #111;
	list-style: none;
	display: inline;
	width: 150px;
	height: 108px;
	overflow: hidden;
	float: left;
	margin: 0;
}
ul#thumb-list li img {
	width: 200px;
	height: auto;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
}
ul#thumb-list li:hover {
	cursor: pointer;
}
/* slideshow next/prev/play */

#prevslide, #nextslide, #play-button {
	width: 19px;
	height: 18px;
	float: right;
	margin-top: 15px;
	opacity: 0.6;
}
#prevslide {
	margin-right: 5px;
}
#nextslide {
	margin-right: 10px;
}
#play-button {
	margin-right: 3px;
}
#tray-button {
	margin-left: 6px;
}
#tray-button i {
	color: #fff;
	font-size: 12px;
	display: block;
	line-height: 32px;
	text-align: center;
}
#prevslide:hover, #nextslide:hover, #play-button:hover {
	cursor: pointer;
	opacity: 1;
}
#prevslide i, #nextslide i, #play-button i {
	color: #fff;
	font-size: 14px;
}
/* slideshow progress */

#progress-back {
	z-index: 5;
	position: fixed;
	bottom: 51px;
	left: 0;
	height: 4px;
	width: 100%;
	background: url('images/slider/progress-back.png') repeat-x;
}
#progress-bar {
	position: relative;
	height: 4px;
	width: 100%;
	background: url('images/slider/progress-bar.png') repeat-x;
}
/* footer copyright */

.copyright {
	font: 12px Verdana;
	color: #fff;
	float: left;
	padding: 15px 0 0 80px;
}
/* shutdown, menu toggle, page toggle, scrollup */

.arrow-toggle:after,  .arrow-toggle[data-active="yes"]:after {
	content: "\f077";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: block;
	width: 32px;
	height: 28px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.arrow-toggle[data-active="yes"]:after {
	content: "\f078";
}
#shutdown {
	top: 7px;
	left: 45px;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	cursor: pointer;
}
#shutdown i {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 32px;
	text-align: center;
}
.menu-toggle {
	position: absolute;
	bottom: 0;
	left: 117px;
}
.entries-toggle:after {
	background-color: transparent !important;
}
.entries-toggle {
	position: absolute;
	top: 0;
	right: 0;
}
.home #shutdown {
	left: 10px !important;
}
#shutdown.active i {
	color: yellow;
}
.scrollup {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 99;
	display: none;
}
/*	8.	Contact

/*-----------------------------------------------------------------------------------*/

#contact-box {
	padding: 20px 0;
}
#contactform .error {
	color: red;
	font-weight: bold;
}
#contactform p {
	margin-bottom: 5px;
}
#contactform label {
	width: 195px;
	padding: 0 0 5px 10px;
	color: #2a2a2a;
	text-shadow: 1px 1px 0 #fff;
	display: block;
}
.wpcf7-form-control-wrap {
	margin-top: 5px;
	display: block;
}
#contactform input.txt, .wpcf7-text {
	width: 84%;
	display: block;
	padding: 3px 10px;
	height: 25px;
	border: 2px solid #eee;
	-webkit-appearance: none;
}
#contactform textarea, .wpcf7-textarea {
	width: 84%;
	display: block;
	padding: 10px;
	border: 2px solid #eee;
	-webkit-appearance: none;
}
.wpcf7-select {
	padding: 3px 10px 3px 2px;
	border: 1px solid #eee;
}
.txt, textarea {
	border: 1px solid #eee;
	border-top: none;
	border-left: none;
	font: 11px Verdana, Geneva, sans-serif;
	color: #444;
}
#contactform input.txt:focus, #contactform textarea:focus, .wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color: #f4f4f4;
}
#contactform .submit-button, .wpcf7-submit {
	padding: 6px 10px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-box-border-radius: 4px;
	-ms-box-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s;
	cursor: pointer;
	background-color: #555;
	border: 1px solid #606060;
	margin-right: 5px;
	-webkit-appearance: none;
}
#contactform .submit-button:hover, .wpcf7-submit:hover {
	background-color: #333;
}
.wpcf7-list-item {
	padding-right: 10px;
}
/*	9.	Shortcodes

/*-----------------------------------------------------------------------------------*/

/* heading */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-family: "Oswald";
	font-weight: 400;
	color: #2a2a2a;
}
#main .entry h1, #main .entry h2, #main .entry h3, #main .entry h4, #main .entry h5, #main .entry h6 {
	padding-bottom: 10px;
}
#main .entry h1 {
	font-size: 26px;
}
#main .entry h2 {
	font-size: 18px;
}
#main .entry h3 {
	font-size: 15px;
}
#main .entry h4 {
	font-size: 13px;
}
#main .entry h5 {
	font-size: 12px;
}
#main .entry h6 {
	font-size: 11px;
}
.special-heading {
	border-left-width: 1px;
	border-left-style: dotted;
	text-indent: 8px;
	padding: 0 !important;
	margin-bottom: 20px;
}
/* tables */

table.tbl-style {
	font-size: 12px;
	width: 100%;
	text-align: left;
	margin: 0;
}
/* table style1 */

table.tbl-style th {
	font-size: 13px;
	font-weight: 700;
	background: #eee;
	border-top: 4px solid #c2c4c5;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-shadow: #fff 0 1px 1px;
	padding: 8px;
}
table.tbl-style td {
	border-bottom: 1px solid #eee;
	color: #888;
	border-top: 1px solid transparent;
	padding: 8px;
}
table.tbl-style tr:hover td {
	background: #f6f6f6;
	color: #000;
	cursor: pointer;
}
/* Google Map */

.google-map {
	width: 100%;
	height: 230px;
}
/* Socialize Icons */

.social-in-homepage,  .social-in-page {
	position: fixed;
	top: 0;
	right: 10px;
	z-index: 999;
}
.social-in-page {
	right: -2px;
}
.social-bookmarks.social-in-page ul li {
	float: none;
	display: block;
	overflow: hidden;
}
.social-in-page ul li,  .social-in-page ul li a {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.social-in-homepage ul li,  .social-in-homepage ul li a {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	;
}
.social-bookmarks {
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transform: translateZ(0);
}
.social-bookmarks.res-social-bookmarks {
	display: none;
}
.social-bookmarks ul li {
	margin: 0 2px 2px 0;
	padding: 0 !important;
	float: left;
	list-style-type: none !important;
	background-color: rgba(0, 0, 0, 0.7);
}
.social-bookmarks ul li a {
	display: inline-block;
	width: 40px;
	height: 30px;
	padding-top: 10px !important;
	font-size: 20px;
	color: #fff;
	text-align: center;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.social-bookmarks a:hover {
	background-color: #444;
}
.social-bookmarks .facebook a:hover {
	background-color: #3b5998;
}
.social-bookmarks .gplus a:hover {
	background-color: #d94a39;
}
.social-bookmarks .twitter a:hover {
	background-color: #48c4d2;
}
.social-bookmarks .youtube a:hover {
	background-color: #f45750;
}
.social-bookmarks .vimeo a:hover {
	background-color: #62a0ad;
}
.social-bookmarks .flickr a:hover {
	background-color: #f1628b;
}
.social-bookmarks .skype a:hover {
	background-color: #18b7f1;
}
.social-bookmarks .linkedin a:hover {
	background-color: #71b2d0;
}
.social-bookmarks .behance a:hover {
	background-color: #18a3fe;
}
.social-bookmarks .dribble a:hover {
	background-color: #ef5b92;
}
.social-bookmarks .digg a:hover {
	background-color: #2882c6;
}
.social-bookmarks .delicious a:hover {
	background-color: #3274d1;
}
.social-bookmarks .tumblr a:hover {
	background-color: #3a5976;
}
.social-bookmarks .dropbox a:hover {
	background-color: #18b7f1;
}
.social-bookmarks .rss a:hover {
	background-color: #fe9900;
}
.social-bookmarks .instagram a:hover {
	background-color: #5d3d35;
}
.social-bookmarks .pinterest a:hover {
	background-color: #c9232f;
}
.social-bookmarks .soundcloud a:hover {
	background-color: #fe531b;
}
.social-bookmarks .email-social a:hover {
	background-color: #1f6f8a;
}
/* Bottons */

#wrap a.button {
	padding: 10px 20px;
	border: 1px solid #606060;
	font-size: 18px;
	color: #fff;
	-webkit-box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-o-box-shadow: 0 1px 3px #666;
	-ms-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-box-border-radius: 4px;
	-ms-box-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	text-shadow: 0 1px #111;
}
#wrap a.button:hover {
	border: 1px solid #555;
	color: #fff !important;
	text-shadow: 0 1px #111;
	background-image: linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);
	background-image: -o-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(38, 38, 38)), color-stop(0.77, rgb(133, 133, 133)));
}
#wrap a.button span {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/btn_glow.png") center top repeat-x;
	border-top: 1px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-box-border-radius: 4px;
	-ms-box-border-radius: 4px;
	border-radius: 4px;
}
a.s-button {
	padding: 10px 20px;
	font-size: 18px;
	color: #fff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-box-border-radius: 4px;
	-ms-box-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s;
}
a.s-button:hover {
	background-color: #555;
}
a.large {
	font-size: 21px;
	margin-right: 4px;
	padding: 15px 30px;
}
a.medium {
	font-size: 13px;
	margin-right: 4px;
}
a.small {
	font-size: 11px;
	margin-right: 4px;
	padding: 5px 10px;
}
.s-magenta {
	background-color: #C25283;
}
.s-pink {
	background-color: #F9A7B0;
}
.s-orange {
	background-color: #F96E5B;
}
.s-red {
	background-color: #DC4F49;
}
.s-green {
	background-color: #78D18B;
}
.s-blue {
	background-color: #7CC0CB;
}
.s-grey {
	background-color: #444;
}
.s-black {
	background-color: #000;
}
.s-purple {
	background-color: #9A86A2;
}
.magenta {
	border: 1px solid #7a0136;
	background-image: linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);
	background-image: -o-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);
	background-image: -moz-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);
	background-image: -webkit-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);
	background-image: -ms-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(56, 4, 27)), color-stop(0.56, rgb(122, 1, 53)));
}
.pink {
	border: 1px solid #a21769;
	background-image: linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);
	background-image: -o-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(163, 12, 102)), color-stop(0.5, rgb(235, 12, 146)));
}
.orange {
	border: 1px solid #b74200;
	background-image: linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);
	background-image: -o-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(209, 109, 2)), color-stop(0.5, rgb(250, 168, 5)));
}
.red {
	border: 1px solid #a61c1c;
	background-image: linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);
	background-image: -o-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(186, 11, 11)), color-stop(0.54, rgb(245, 10, 10)));
}
.green {
	border: 1px solid #1b5122;
	background-image: linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);
	background-image: -o-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgb(63, 154, 56)), color-stop(1, rgb(89, 197, 72)));
}
.blue {
	border: 1px solid #007cab;
	background-image: linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);
	background-image: -o-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(8, 128, 158)), color-stop(0.85, rgb(50, 157, 250)));
}
.grey {
	border: 1px solid #4a4a4a;
	background-image: linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);
	background-image: -o-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(117, 117, 117)), color-stop(0.85, rgb(174, 175, 176)));
}
.black {
	border: 1px solid #252525;
	background-image: linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);
	background-image: -o-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(38, 37, 38)), color-stop(0.85, rgb(84, 81, 84)));
}
.purple {
	border: 1px solid #4f2f53;
	background-image: linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);
	background-image: -o-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(79, 47, 83)), color-stop(0.85, rgb(169, 91, 179)));
}
/* Icon-Link */

.icon-link {
	margin-right: 10px;
	display: inline-block;
	color: #444 !important;
}
.icon-link i {
	padding-right: 5px;
	font-size: 14px;
}
/* basic list */

.entry ul li {
	list-style-type: disc;
	padding: 3px 0 3px 0;
	list-style-position: inside;
}
.entry ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 3px 0 3px 0;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.entry ul.children {
	margin-top: 10px;
}
.entry ul, ol {
	margin: 0 0 10px;
}
.entry p, .slideshow-html p {
	padding-bottom: 15px;
}
/* image based list */

ul.dottedlist ul, ul.dashedlist ul, ul.linelist ul, ul.checklist ul, ul.bulletlist ul, ul.arrowlist ul {
	margin: 5px 0 0 0;
}
ul.dottedlist li, ul.dashedlist li, ul.linelist li, ul.checklist li, ul.bulletlist li, ul.arrowlist li {
	list-style: none outside;
	color: #444;
	padding: 5px 0 5px 27px;
	line-height: 17px;
}
ul.arrowlist li {
	padding: 5px 0 5px 35px;
}
ul.arrowlist li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 9px;
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
	margin-left: -30px;
	text-align: center;
	background-color: #555;
	color: #fff;
}
ul.checklist li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 15px;
}
ul.bulletlist li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 9px;
	padding-right: 15px;
}
ul.linelist li {
	padding: 5px 0;
	background: url(images/s_line.png) bottom repeat-x;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 ul.linelist li {
 background-size: 1px 2px;
 background-image: url('images/s_line@2x.png');
}
}
ul.dashedlist li {
	padding: 5px 0;
	background: url(images/dashed.png) bottom repeat-x;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 ul.dashedlist li {
 background-size: 6px 1px;
 background-image: url('images/dashed@2x.png');
}
}
ul.dottedlist li {
	padding: 5px 0;
	background: url(images/dotted.png) bottom repeat-x;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 ul.dottedlist li {
 background-size: 5px 1px;
 background-image: url('images/dotted@2x.png');
}
}
/* CTA Box */

.cta-box {
	background-color: #eee;
	padding: 20px 15px;
}
.cta-box .button, .cta-box .s-button {
	float: right;
}
.cta-box .cta-text {
	text-align: left;
	display: inline;
	line-height: 20px;
}
#main .cta-box .cta-text h2 {
	font-size: 20px;
	padding-bottom: 5px;
}
.cta-box .cta-text p {
	color: #989898;
	font-size: 15px;
}
/* divider */

div.divider, .line-sc {
	clear: both;
	display: block;
	height: 2px;
	padding-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}
div.top {
	position: relative
}
div.top a, div.top a:active {
	font-size: 10px;
	color: #bbb;
	position: absolute !important;
	right: 0;
	bottom: 0 !important;
}
div.top a:hover {
	color: #000;
	text-decoration: none;
}
/* pullquote */

.pullquote-right:before,  .pullquote-left:before,  .pullquote:before,  .sc-testimonials li.testimonial:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 35px;
	color: #ccc;
	position: relative;
	top: 40px;
	left: 0;
}
.pullquote-right,  .pullquote-left {
	float: right;
	width: 33%;
	margin: 20px 0 0 20px;
	padding: 0 0 0 20px;
	color: #555;
}
.pullquote-right p,  .pullquote-left p {
	margin-left: 10px;
}
.pullquote-left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}
.pullquote {
	margin: 30px 0 0;
	display: block;
	width: 100%;
	clear: both;
}
.pullquote p {
	text-align: center;
}
.pullquote cite {
	display: block;
	text-align: right;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
}
#entries .pullquote p, #entries .pullquote-right p, #entries .pullquote-left p {
	color: #555;
	padding: 0 0 0 40px !important;
	font-size: 16px;
	font-style: italic;
	font-family: georgia, serif;
	line-height: 24px;
}
/* drop-cap */

.dropcap1 {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0 8px 0 0;
}
.dropcap2, .dropcap3 {
	color: #fff;
	background-color: #444;
	display: block;
	float: left;
	font-size: 24px;
	margin: 0 8px 0 0;
	padding: 5px 0;
	line-height: 32px;
	text-align: center;
	text-shadow: none;
	width: 44px;
}
.dropcap2 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.dropcap3 {
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
}
/* Code , Pre */

.code, .pre {
	overflow: auto;
	white-space: pre-wrap;
	display: block;
	line-height: 21px;
	padding: 21px 10px;
	margin-bottom: 20px;
	color: #444;
	border: 1px solid #ddd;
	background-color: #fff;
	background: url(images/code_bg.png) repeat;
	white-space: nowrap;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 .code, .pre {
 background-size: 5px 42px;
 background-image: url('images/code_bg@2x.png');
}
}
/* text highlights */

.entry .highlight-yellow, .entry .highlight-red, .entry .highlight-black {
	padding: 0 6px;
	text-shadow: none;
}
.entry .highlight-yellow {
	background: #FEEB43;
}
.entry .highlight-red {
	background: #F96E5B;
}
.entry .highlight-black {
	background: #444;
	color: #fff;
}
/* alignment */

.alignright, img.alignright, a img.alignright {
	float: right;
	margin: 10px 10px 10px 16px;
}
.alignleft, img.alignleft, a img.alignleft {
	float: left;
	margin: 10px 16px 10px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* tooltip */

.tool_tip {
	display: none;
	z-index: 999;
	cursor: pointer;
	color: #fff;
}
.tooltip_sc {
	cursor: pointer;
	color: #444;
}
.tooltip_body {
	overflow: auto;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #555;
	font: 11px verdana;
}
.tooltip_tip {
	background: url(images/tooltip-tip.png) no-repeat 50% -2px transparent;
	height: 20px;
	position: relative;
	top: -1px;
	overflow: auto;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
 .tooltip_tip {
 background-size: 26px 13px;
 background-image: url('images/tooltip-tip@2x.png');
}
}
/* lightbox */

.sc-lightbox {
	display: inline-block;
}
.sc-lightbox.fc {
	display: block;
}
.frame.fl {
	margin: 10px 20px 10px 0 !important;
}
.frame.fr {
	margin: 10px 0 10px 20px !important;
}
.frame.fc img {
	text-align: center;
	margin: 0 auto;
}
/* testimonial shortcode */

.sc-testimonials {
	margin: 30px 0 0;
}
.sc-testimonials li.testimonial {
	list-style: none;
	font: italic 16px/26px Georgia, "Times New Roman", Times, serif;
	color: #828282;
}
.sc-testimonials li.testimonial p {
	padding: 0 40px;
	text-align: center;
}
.sc-testimonials .testimonial cite {
	text-align: center;
	display: block;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #888;
	padding-top: 10px;
}
/* boxes */

.simple-box, .titled-box {
	/* border: 1px solid #ddd;*/
	padding: 15px;
	/* background: #fff; */
	
border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.simple-box {
	text-shadow: none;
}
.titled-box {
	border-top: none;
}
.titled-box-header {
	background-position: center;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13px !important;
}
.titled-box-header span {
	padding: 10px 0;
	display: block;
	color: #fff;
}
.simple-box p, .fancy-box p, .titled-box p {
	color: #888;
	padding: 0;
}
.simple-box .divider, .fancy-box .divider, .titled-box .divider {
	padding-top: 10px;
	margin: 0 0 10px 0;
}
/* informative boxes */

.info-content-box {
	border: 1px solid #fff;
	padding: 12px 10px 10px 15px;
}
.info-content-box-icon {
	border: 1px solid #fff;
	padding: 12px 10px 10px 38px;
	position: relative;
}
.info-content-box-icon i {
	position: absolute;
	top: 14px;
	left: 10px;
	font-size: 15px;
}
.info-box-red-header,  .info-box-green-header,  .info-box-orange-header,  .info-box-blue-header,  .info-box-silver-header {
	background-position: 10px 15px;
	background-repeat: no-repeat;
}
.info-box-red-header {
	border: 1px solid #fdced0;
	background-color: #fde9ea;
	color: #a14a40;
}
.info-box-red-body {
	border: 1px solid #fdced0;
	background-color: #fff3f3;
	border-top: none;
	color: #a14a40;
}
.info-box-green-header {
	border: 1px solid #b4e168;
	background-color: #e5fac0;
	color: #68A500;
}
.info-box-green-body {
	border: 1px solid #b4e168;
	background-color: #f0fcdb;
	border-top: none;
	color: #68A500;
}
.info-box-blue-header {
	border: 1px solid #93d1eb;
	background-color: #d8f2fe;
	color: #00A1E4;
}
.info-box-blue-body {
	border: 1px solid #93d1eb;
	background-color: #ebf7fd;
	border-top: none;
	color: #00A1E4;
}
.info-box-silver-header {
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	color: #777;
}
.info-box-silver-body {
	border: 1px solid #ccc;
	background-color: #fff;
	border-top: none;
	color: #777;
}
.info-box-orange-header {
	border: 1px solid #d7c993;
	background-color: #fff2bf;
	color: #A48200;
}
.info-box-orange-body {
	border: 1px solid #d7c993;
	background-color: #fef6d8;
	border-top: none;
	color: #A48200;
}
/* slideshow shortcode */

.slideshow-sc {
	clear: both;
	position: relative;
	margin-bottom: 30px !important;
}
.slideshow-sc ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.slideshow-sc ul li {
	list-style: none !important;
	padding: 0 !important;
}
.slideshow-sc ul li img {
	display: block;
	vertical-align: bottom;
}
.slideshow-sc .flex-control-nav {
	bottom: 40px;
}
/* Tab */

.tab-set ul.tabs-titles {
	padding: 0;
	height: 32px;
	margin: 0 !important;
	clear: right;
}
.tab-set .tabs-titles li {
	float: left;
	list-style-type: none;
	border-bottom: none;
	margin: 0 3px 0 0;
	padding: 0;
}
.tab-set .tabs-titles li a {
	padding: 9px 15px 9px;
	color: #555;
	display: block;
}
.tab-set .tabs-titles li .current {
	padding: 9px 15px 8px;
	position: relative;
	top: 1px;
	color: #444;
	background: #f0f0f0;
	-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;
}
.tab-content {
	padding: 20px 20px 10px !important;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	background-color: #f0f0f0;
	clear: both;
}
.tab-content p {
	padding: 0;
}
/* toggle + accordion */

.toggle-item, .accordion .acc-item {
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #B4B5B4;
	border-right: 1px solid #B4B5B4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f6f6f6;
}
.toggle-head, .acc-head {
	position: relative;
	cursor: pointer;
	clear: both;
	padding: 5px 15px;
}
.toggle-head h3, .acc-head h3 {
	font-size: 15px !important;
	line-height: 20px;
	padding-bottom: 0 !important;
}
.toggle-head .arrow:after,  .acc-item .arrow:after,  .toggle-head .minus .arrow:after,  .acc-head .arrow:after {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	margin: 7px 15px 0 0;
}
.toggle-head .minus .arrow:after,  .acc-head .current .arrow:after {
	content: "\f068";
}
.toggle-body, .acc-content {
	padding: 10px 30px !important;
}
.accordion .acc-content {
	display: none;
}
/* Pricing Table */

.pricing-tables {
	width: 100%;
	overflow: hidden;
}
.pricing-table {
	float: left;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	padding: 1px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pricing-table-3col .pricing-table {
	width: 33.33%;
}
.pricing-table-4col .pricing-table {
	width: 25%;
}
.pricing-table-5col .pricing-table {
	width: 20%;
}
.pricing-special {
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	-webkit-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}
.pricing-block {
	color: #fff;
	padding: 15px 0;
}
.pricing-block h2.pricing-title {
	font-size: 25px !important;
	padding: 0 !important;
	color: #fff;
}
.pricing-block h2.pricing-price {
	font-size: 35px !important;
	padding: 0 !important;
	color: #fff;
}
.pricing-block .pricing-price span {
	font-size: 22px;
	line-height: 0;
	position: relative;
	top: -0.5em;
	left: 0.2em;
	vertical-align: baseline;
}
.pricing-body {
	background-color: #eee;
}
.pricing-body .odd {
	background-color: #f7f7f7;
}
.pricing-body ul {
	margin-bottom: 0;
}
.pricing-body ul li {
	color: #555;
	padding: 10px 0;
	list-style-type: none;
}
/* Progress */

.progress {
	border: 1px solid #999;
	height: 24px;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.progress .meter {
	height: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
.progress.round, .progress.round span {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
/* misc */

.p-sc {
	margin: 0 !important;
	padding: 0 !important;
}
#entries .entry p:last-child {
	padding-bottom: 0;
}
#entries .entry .image-sc img {
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100%;
}
#entries .entry .line-sc {
	padding-top: 10px;
	margin-bottom: 10px;
}
/* grouping */

table.tbl-style, .google-map, ul.dottedlist, ul.dashedlist, ul.linelist, ul.checklist, ul.bulletlist, ul.arrowlist,  .cta-box, .pullquote-right, .pullquote-left, .pullquote, .sc-testimonials, .simple-box, .titled-box, .info-box-wrapper,  .tab-set, .accordion, .pricing-tables {
	margin-bottom: 30px;
}
/*	15.	Grid

/*-----------------------------------------------------------------------------------*/

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	display: inline;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
