/*
Theme Name: Mirage
Theme URI: http://themeforest.net/item/mirage-premium-responsive-wordpress-theme/3531447
Description: Mirage is a premium responsive WordPress theme.
Author: virtualsense
Author URI: http://www.themeforest.net/user/virtualsense?ref=virtualsense
Version: 1.0
Tags: black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, theme-options, translation-ready, custom-background, custom-colors
Text Domain: mirage

License: The license purchased (regular or extended)
License URI: http://themeforest.net/licenses/regular_extended
*/

/* GENERAL STYLES */
html {
	overflow-y: scroll; /* the scrollbar never disappears */
}

body {
	background-color: #ddd;
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 14px;
	color: #666;
}

input[type=submit] {
	line-height: 12px !important;
	padding: 8px 12px !important;
}

i {
	font-size: inherit;
	margin-right: 8px;
}

i:only-child {
	margin: 0;
}

.button > i {
	color: #fff;
	font-size: 18px;
	font-weight: normal !important;
}

span.post-type {
	color: #bbb;
	font-size: 9px;
}

mark.search-highlight {
	background-color: #fff486;
	color: inherit;
	font-weight: bold;
}

img.attachment-thumbnail {
	margin-right: 10px;
}

div.large,
span.fawesome.large {
	color: #333;
	font-size: 52px;
	line-height: 52px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

i.last {
	margin: 0 0 0 8px;
}

ul.the-icons > li {
	margin-bottom: 20px;
	cursor: pointer;
}

ul.the-icons > li em {
	color: #666;
	font-size: 18px;
	margin-right: 6px;
}

a {
	color: #24bfb6;
	outline: none;
}

a.secondary {
	color: #666;
}

a:visited,
a:link {
	text-decoration: none;
}

a:hover {
	color: #222;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}

p {
	color: #787878;
	line-height: 20px;
	margin-bottom: 10px;
}

b {
	font-weight: bold;
}

li {
	color: #666;
	font-size: 12px;
}

span {
	font-size: 12px;
}

strong {
	font-weight: bold;
}

blockquote {
	padding-left: 40px;
	background: url(images/quote.png) no-repeat top left;
}

blockquote p {
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	margin: 0;
}

h1 {
	color: #333;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 20px;
}

h2 {
	color: #444;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 20px;
	line-height: 28px;
}

h3 {
	color: #333;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 20px;
}

h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

h5 {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: -5px;
}

h6 {
	color: #888888;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}

textarea {
	font-family: inherit;
}

hr {
	background-color: #e4e4e4;
	border: none;
	clear: both;
	height: 1px;
	margin: 30px 0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* slider */
#slider {
	padding: 30px 0;
}

.boxed #slider {
	padding: 0;
	margin-bottom: 30px;
}

#main-slider {
	position: relative;
}

/* HEADER BEGINS */
header.boxed {
	padding-top: 10px;
}

header.boxed #header {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

header.boxed nav#main-nav {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

header.boxed > #header #logo { 
}

#header > .inner {
	padding: 10px;
position:relative;
}

#logo.tiny {
	margin-top: -1px;
	float: left;
	margin-right: 10px;
}

#logo.tiny > img {
	max-height: 42px;
}

#header ul.widget-area {
	float: right;
	width: 25%;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main-nav {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #333;
	background: -moz-linear-gradient(top, #333333 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
	background: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
	background: -o-linear-gradient(top, #333333 0%, #222222 100%);
	background: -ms-linear-gradient(top, #333333 0%, #222222 100%);
	background: linear-gradient(top, #333333 0%, #222222 100%);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#main-nav {
	padding: 0 20px;
}

.boxed #main-nav {
	padding: 0;
}

header.boxed > nav#main-nav > div.wrap {
	padding: 0;
}

#menu-toggle {
	display: none;
}

/* =navigation */
div.navigation > ul,
ul.navigation {
	font-size: 0;
	float: left;
}

div.navigation > ul > li.page_item,
div.navigation > ul > li.current_page_item,
ul.navigation > li.menu-item {
	display: inline-block;
	margin-top: -1px;
}

div.navigation > ul > li.page_item > a,
div.navigation > ul > li.current_page_item > a,
ul.navigation > li.menu-item > a {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	color: #aaa;
	text-shadow: 0px -1px #111;
	padding: 15px 14px 16px 14px;
	display: block;
}

div.navigation > ul > li.page_item:hover > a,
div.navigation > ul > li.current_page_item:hover > a,
ul.navigation > li.menu-item:hover > a {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	padding-left: 13px;
	padding-right: 13px;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

header.boxed ul.navigation > li.current-menu-item:first-child > a {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

header.boxed ul.navigation > li.menu-item:first-child:hover > a {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border-left: none;
	padding-left: 14px;
}

div.navigation > ul > li.current_page_item > a,
ul.navigation > li.current-menu-item > a,
ul.navigation > li.current-menu-ancestor > a,
ul.navigation > li.current-menu-parent > a {
	background: rgba(0, 0, 0, 0.2) !important;
	border: none !important;
	color: #fff;
	padding-left: 14px !important;
	padding-right: 14px !important;
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
}

/* =subnavigation */
ul.navigation li {
	position: relative;
}

ul.navigation ul.sub-menu {
	z-index: 9999;
}

ul.navigation ul.sub-menu a {
	background-color: #222;
	border-bottom: 1px solid #181818;
	border-top: 1px solid #282828;
	color: #888;
	display: block;
	line-height: 20px;
	padding: 8px 12px;
	text-shadow: 0px -1px #111;
}

ul.navigation li.menu-item > a.has-sub-menu {
	background-image: url(images/menu/arrow.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}

ul.navigation ul.sub-menu a:hover {
	background-color: #333;
	color: #fff;
}

ul.navigation ul.sub-menu > li.menu-item:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top: none;
}

ul.navigation ul.sub-menu > li.menu-item:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom: none;
}

ul.navigation ul.sub-menu { /* level 2 */
	background-image: url(images/menu/triangle-top.png);
	background-position: 20px 1px;
	background-repeat: no-repeat;
	display: none;
	left: 0px;
	top: 45px;
	padding-top: 7px;
	position: absolute;
	width: 150px;
}

ul.navigation ul.sub-menu ul.sub-menu { /* level 3+ */
	background-image: url(images/menu/triangle-left.png);
	background-position: 1px 14px;
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-top: 0;
	left: 150px;
	top: 0px;
}

@media all and (max-width: 700px) {
	ul.navigation {
		float: none;
	}
	
	ul.navigation li.menu-item > a {
		display: block;
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	
	ul.navigation > li.menu-item {
		display: none;
	}
	
	ul.navigation ul.sub-menu {
		display: block;
		background: none !important;
		padding: 0 0 0 30px !important;
		position: static;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	ul.navigation li.menu-item > a.has-sub-menu {
		background-image: none;
	}
	
	ul.navigation ul.sub-menu a {
		background: none;
		border: none;
		padding: 8px;
	}
	
	ul.navigation ul.sub-menu > li.menu-item:hover > a {
		padding: 8px;
	}
	
	ul.navigation ul.sub-menu > li.menu-item {
		background: none;
	}
	
	#main-nav {
		padding: 0;
	}
	
	#menu-toggle {
		background: url(images/menu/navigation.png) no-repeat 20px;
		display: block;
		height: 44px;
	}
	
	#header-search {
		padding-right: 20px;
	}

	.boxed #header-search {
		padding-right: 6px;
	}
	
	#header ul.widget-area {
		display: none;
	}
	
	#logo.tiny {
		float: right;
	}
	
	#header #logo {
		width: 100%;
	}
	
	#header #logo img {
		margin: 0 auto;
		display: block;
	}
}

/* search form */
#header-search #searchform {
	margin-top: 6px;
	float: right;
	width: 25% !important;
	min-width: 160px;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.boxed #header-search {
	padding-right: 8px;
} 

#searchform {
	position: relative;
	max-width: 240px;
}

#searchform > input#s {
	width: 100%;
	font-size: 12px;
	padding: 8px;
	padding-right: 30px;
}

#searchform > input#searchsubmit {
	background: url(images/viewer.png) center no-repeat !important;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 7px;
	right: 4px;
	border: none;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page-content #searchform {
	margin-bottom: 20px;
}
/* HEADER ENDS */

/* CONTENT BEGINS */
.right {
	float: right !important;
}

.left {
	float: left !important;
}

.fill {
	display: block !important;
}

.full {
	width: 100% !important;
}

.nowrap {
	white-space: nowrap;
}

.inner {
	clear: both;
	padding: 20px;
	margin: 0 auto;
}

.boxed {
	padding: 0 20px;
	margin: 0 auto;
}

.boxed:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.wrap {
	margin: 0 auto;
	clear: both;
	position: relative;
	width: 100%;
}

.inner,
.boxed,
.wrap {
	max-width: 960px;
}

#content {
	background: #fff;
}

.boxed #content {
	margin-bottom: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

div.page-content a {
	font-weight: bold;
}

#begin {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -webkit-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -o-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -ms-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: linear-gradient(top, #f4f4f4, #eeeeee 100px);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}

#begin p {
	margin: 0;
}

.boxed #begin {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#begin h2 {
	text-shadow: 0px 1px 0px #ffffff;
}

#end {
	clear: both;
	overflow: hidden;
	max-width: 100%;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6, #e8e8e8 100px);
	background: -webkit-linear-gradient(top, #f6f6f6, #e8e8e8 100px);
	background: -o-linear-gradient(top, #f6f6f6, #e8e8e8 100px);
	background: -ms-linear-gradient(top, #f6f6f6, #e8e8e8 100px);
	background: linear-gradient(top, #f6f6f6, #e8e8e8 100px);
	border-top: 1px solid #e0e0e0;
}

.boxed #end {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#end p {
	color: #888;
	text-shadow: 0px 1px #ffffff;
}

#end p:last-child {
	margin-bottom: 0;
}

#end span {
	color: #888;
	text-shadow: 0px 1px #ffffff;
	line-height: 24px;
}

/* breadcrumb */
.breadcrumb {
	margin-top: -5px;
	line-height: 10px;
}

.breadcrumb a {
	font-size: 10px;
	line-height: 10px;
	color: #888888;
	font-weight: normal !important;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb li {
	margin-bottom: 5px;
	margin-right: 4px;
	display: inline-block;
}

.breadcrumb li:after {
	font-size: 10px;
	color: #888888;
	content: ' /';
}

/* Generic input and textarea */
label {
	cursor: pointer;
	color: #666;
}

textarea {
	width: 100%;
}

input[type=text],
input[type=password] {
	width: 260px;
}

textarea,
input[type=text],
input[type=password] {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-top: 1px solid #d8d8d8;
	color: #666;
	display: block;
	font-size: 12px;
	padding: 6px;
	margin: 0;
	max-width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

textarea:hover,
input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #ccc;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
	transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	background-color: #fff;
	border: 1px solid #24bfb6;
	color: #333;
}

#main-nav input[type=text],
#main-nav input[type=password] {
	background: #222;
	background: rgba(0, 0, 0, 0.2);
	border: none;
	border-bottom: 1px solid #333;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.4);
}

#main-nav ::-webkit-input-placeholder {
	color: #666;
}

#main-nav :-moz-placeholder {
	color: #666;
}

#main-nav :-ms-input-placeholder {
	color: #666;
}

/* button */
input[type=submit],
.button {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 12px;
	text-align: center;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

input[type=submit]:hover,
.button:hover {
	color: #fff;
}

input[type=submit]:active,
.button:active {
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* big button */
.large.button  {
	line-height: 42px;
	font-size: 18px;
	padding: 0px 18px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* rounded button */
.rounded.button {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

/* gray button */
.gray.button {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	color: #666;
	text-shadow: 0px 1px #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gray.button:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	color: #444;
}

.gray.button:active {
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-top: 1px solid #bbb;
}

/* =pagination */
.switch-post a,
.page-numbers {
	margin-right: 4px;
	padding: 5px 10px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

.switch-post a,
a.page-numbers {
	color: #666;
	background: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background: linear-gradient(top, #f8f8f8, #eeeeee);
}

.switch-post a:hover,
a.page-numbers:hover {
	color: #444;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
}

.switch-post a:active,
a.page-numbers:active,
span.page-numbers.current {
	background: #c4c4c4;
	background: -moz-linear-gradient(top, #c4c4c4 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #c4c4c4 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #c4c4c4 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #c4c4c4 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #c4c4c4 0%,#dddddd 100%);
	border-top: 1px solid #999;
	color: #666 !important;
}

/* pagination switch */
ol.pag_switch {
	font-size: 0px;
}

ol.pag_switch li {
	display: inline-block;
}

ol.pag_switch a.pag_switch_button {
	border: 1px solid #bbbbbb;
	border-left: none;
	display: inline-block;
	margin: 0px;
	padding: 3px 6px 1px 6px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background: linear-gradient(top, #f8f8f8, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 );
	
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}

ol.pag_switch a.selected.pag_switch_button, ol.pag_switch a.pag_switch_button:active {
	background: #d0d0d0 url('../images/pag-bg-selected.png') repeat-x;
}

ol.pag_switch li:first-child a.pag_switch_button {
	border-left: 1px solid #bbbbbb;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

ol.pag_switch li:last-child a.pag_switch_button {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* =tabs */
.tabs {
	margin-bottom: -1px;
}

.page_tabs {
	margin-top: 10px;
	margin-bottom: -21px;
}

.tabs > li,
.page_tabs > li {
	display: inline-block;
	margin-right: 2px;
}

.tabs > li > a,
.page_tabs > li > a {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background: linear-gradient(top, #f8f8f8, #eeeeee);
	border: 1px solid #e0e0e0;
	color: #666;
	display: block;
	font-weight: bold;
	line-height: 32px;
	padding: 0px 20px;
	text-shadow: 0px 1px 0px #fff;
	white-space: nowrap;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.tabs > li > a:hover,
.page_tabs > li > a:hover {
	color: #333;
}

.page_tabs li.current-menu-item a,
.tabs li.active a,
.page_tabs li.active a {
	color: #333;
	background: #fff;
	border-bottom: 1px solid #fff; 
}

.tab_container {
	background: #fff;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
}

.tab_content {
	margin: 19px; /* 20 - border */
}

/* =toggle and accordion */
.toggle,
.accordion {
	position: relative;
	margin-bottom: 20px;
}

.toggle_container {
	padding: 0 10px;
}

.trigger {
	background: #f4f4f4 url(images/toggle-button.png) top right no-repeat;
	border-top: 1px solid #dddddd;
	width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.trigger a {
	font-weight: bold;
	line-height: 32px;
	color: #666;
	padding-left: 10px;
	display: block;
}

.trigger a:hover,
.active.trigger a {
	color: #333;
}

.trigger.active { background-position: bottom right; }

/* =notification boxes */
.notification {
	background-position: 10px center;
	background-repeat: no-repeat;
	border-left: 1px solid rgba(0, 0, 0, 0.06);
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #666;
	display: block;
	font-weight: bold;
	padding: 10px 16px 10px 36px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.notification:hover {
	color: #666;
}

.notification.info {
	background-color: #8bdced;
	background-image: url(images/icons/info.png);
	color: #3a87ad;
}

.notification.alert {
	background-color: #fff489;
	background-image: url(images/icons/alert.png);
}

.notification.error {
	background-color: #FF8E9B;
	background-image: url(images/icons/cross.png);
}

.notification.success {
	background-color: #96ED61;
	background-image: url(images/icons/tick.png);
}

.infobox:hover, .successbox:hover, .errorbox:hover {
	color: #ffffff;
}

/* smthn else */
.box {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -webkit-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -o-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -ms-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: linear-gradient(top, #f4f4f4, #eeeeee 100px);	
	border: 1px solid #eee;
	border-top: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	overflow: hidden;
}

.box p {
	margin: 0;
}

/* =lists */
.list {
	padding-left: 15px;
}

ul.widget-area .list {
	padding-left: 0 !important;
}

.list p {
	line-height: 14px;
	margin: 0;
}

.list li {
	padding: 8px 0;
}

.list.none { list-style-type: none; }
ul.list.circle { list-style-type: circle; }
ul.list.disc { list-style-type: disc; }
ul.list.square { list-style-type: square; }
ol.list.decimal { list-style-type: decimal; }
ol.list.lower-roman { list-style-type: lower-roman; }
ol.list.lower-alpha { list-style-type: lower-alpha; }
ol.list.upper-roman { list-style-type: upper-roman; }
ol.list.upper-alpha { list-style-type: upper-alpha; }

.list.star > li,
.list.flag > li,
.list.cross > li,
.list.tick > li {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left;
}

.list.tick > li { background-image: url(images/lists/tick.png); }
.list.cross > li { background-image: url(images/lists/cross.png); }
.list.star > li { background-image: url(images/lists/star.png); }
.list.flag > li { background-image: url(images/lists/flag_blue.png); }

/* =icons */
.icon {
	padding: 1px 0px 1px 22px;
}

img.icon {
	float: left;
	margin-right: 10px;
	padding: 0;
}

.icon.home { background: url(images/icons/home.png) no-repeat; }
.icon.phone { background: url(images/icons/phone.png) no-repeat; }
.icon.fax { background: url(images/icons/fax.png) no-repeat; }
.icon.mail { background: url(images/icons/mailc.png) no-repeat; }
.icon.globe { background: url(images/icons/globe.png) no-repeat; }
.icon.user { background: url(images/icons/user.png) no-repeat; }
.icon.calendar { background: url(images/icons/calendar.png) no-repeat; }
.icon.tags { background: url(images/icons/tags.png) no-repeat; }
.icon.comments { background: url(images/icons/comments.png) no-repeat; }
.icon.heart { background: url(images/icons/heart.png) no-repeat; }

/* Comments */
ol.comment-list > li.comment ul.children {
	margin-left: 50px;
}

ol.comment-list article.comment {
	padding: 20px 0;
	border-top: 1px solid #e4e4e4;
}

ol.comment-list article.comment:after {
	content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;
}

img.avatar {
	margin-right: 10px;
	float: left;
}

article.comment span.author {
	color: #444;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	margin-right: 4px;
}

article.comment a.date {
	color: #aaa;
	font-size: 11px;
	font-weight: normal !important;
	margin-right: 4px;
}

article.comment a.date:hover {
	color: #666;
}

article.comment div.comment-content p {
	padding-right: 40px;
	margin: 0;
}

article.comment em.comment-awaiting-moderation {
	line-height: 24px;
	font-weight: bold;
}

article.comment footer.comment-meta {
	margin-bottom: 10px;
}

nav.comment-nav {
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;
}

nav.comment-nav a {
	font-weight: normal;
}

nav.comment-nav > div.nav-previous {
	float: left;
}

nav.comment-nav > div.nav-next {
	float: right;
}

article.comment a.comment-reply-link {
	color: #888;
	float: right;
	font-size: 10px;
	font-weight: normal;
}

article.comment a.comment-reply-link:hover {
	color: #333;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
	float: left;
	padding-left: 20px;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#commentform p.comment-form-comment {
	clear: both;
}

#commentform p.comment-form-author {
	padding: 0;
}

@media all and (max-width: 600px) {	
	ol.comment-list > li.comment ul.children {
		margin-left: 25px;
	}
	
	article.comment div.comment-content p {
		padding-right: 0;
	}
	
	#commentform p.comment-form-author,
	#commentform p.comment-form-email,
	#commentform p.comment-form-url {
		width: 100%;
		padding: 0;
	}
}

div#respond a#cancel-comment-reply-link {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	float: right;
}

div#respond a#cancel-comment-reply-link:hover {
	color: #444;
}

div#respond a#cancel-comment-reply-link:hover i {
	color: #da6161;
}

/*
* portfolio
*
*
*/
#items.grid {
	margin: -10px;
	margin-bottom: 0;
}

#items.grid > li {
	float: left;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	width: 25%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#items.grid > li {
	padding: 10px;
}

.left-sidebar #items.grid > li,
.right-sidebar #items.grid > li {
	width: 33%;
}

@media all and (min-width: 600px) and (max-width: 800px) {
	#items.grid > li {
		width: 33%;
	}
}

@media all and (min-width: 400px) and (max-width: 599px) {
	#items.grid > li,
	.left-sidebar #items.grid > li,
	.right-sidebar #items.grid > li {
		width: 49%;
	}
}

@media all and (max-width: 399px) {
	#items.grid > li,
	.left-sidebar #items.grid > li,
	.right-sidebar #items.grid > li {
		width: 100%;
	}
}

#items > li.isotope-hidden {
	pointer-events: none;
	z-index: 1;
}

article.project > div.preview {
	float: left;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	width: 160px;
}

#items.grid article.project > div.preview {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

article.project > div.preview > a,
article.project > div.preview > a > img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.project a.title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

#items.grid article.project a.title {
	margin: 10px 5px;
}

article.project a.title:hover {
	color: #24bfb6;
}

article.project p.excerpt {
	margin: 5px;
}

/* image frame */
.frame {
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: 1px solid #eee;
	display: inline-block;
	padding: 3px;
	font-size: 0px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.inline.frame {
	margin: 0 20px 20px 0;
	float: left;
}

a > .frame:hover,
a.frame:hover {
	transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;

	background-color: #fff;
	border-color: #24bfb6;
}
/* CONTENT ENDS */

/* SIDEBAR BEGINS */
#sidebar {
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#container.left-sidebar #sidebar {
	float: left;
	padding-right: 20px;
}

#container.right-sidebar #sidebar {
	float: right;
	padding-left: 20px;
}

#sidebar hr {
	margin: 10px 0px;
}

.widget p {
	color: #999;
	margin-bottom: 10px;
}

.widget span {
	color: #999;
}

.widget p:last-child {
	margin: 0;
}

li.widget span.count {	
	background: #cccccc;
	font-size: 10px;
	padding: 2px 6px;
	float: right;
	color: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}

li.widget li:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

li.widget_categories a {
	padding-left: 12px;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 16px;
}

li.widget > ul > li {
	padding-top: 10px;
}

ul#sidebar > li.widget > ul > li {
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px 0;
}

ul#sidebar > li.widget > ul > li:first-child {
	border-top: none;
}

ul#sidebar > li.widget > ul > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

ul#sidebar > li.widget {
	padding: 16px;
	margin-bottom: 20px;
}

ul#sidebar > li.widget {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -webkit-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -o-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: -ms-linear-gradient(top, #f4f4f4, #eeeeee 100px);
	background: linear-gradient(top, #f4f4f4, #eeeeee 100px);	
	border: 1px solid #eee;
	border-top: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.boxed ul#sidebar > li.widget {
	border: none;
	border-top: 1px solid #fff;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

ul#sidebar > li.widget > h2 {
	margin-top: -5px;
	color: #555;
	text-shadow: 0px 1px 0px #fff;
}

/* Recent Posts Widget */
li.widget_recent_entries {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

li.widget_recent_entries > h2 {
	padding-left: 16px;
}

li.widget_recent_entries > ul > li {
	padding: 0 !important;
}

li.widget_recent_entries a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
	padding: 10px 16px;
	text-shadow: 0px 1px 0px #fff;
}

li.widget_recent_entries a:hover {
	transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-webkit-transition: background-color 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;

	color: #24bfb6;
	background: rgba(36, 191, 182, 0.08);
}

li.widget_recent_entries a:after {
	content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;
}

li.widget_recent_entries img {
	float: left;
	margin-right: 10px;
}

li.widget_recent_entries span {
	font-size: 10px;
	color: #aaa;
	display: block;
	font-weight: normal;
	font-style: italic;
}

li.recentcomments {
	background-image: url(images/icons/comments.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	line-height: 16px;
	padding-left: 26px !important;
}

li.recentcomments a {
	display: inline;
	margin: 0;
	padding: 0;
}

/* responsive sidebar */
@media all and (max-width: 760px) {
	#content,
	div.page-content {
		width: 100% !important;
	}
	
	#sidebar {
		width: 100% !important;
		padding: 0 !important;
	}
	
	ol.commentlist > li.comment ul.children {
		margin-left: 20px !important;
	}
}

/* SIDEBAR ENDS */
#container.boxed {
	padding-top: 30px;
}

/* FOOTER BEGINS */
#footer {
	clear: both;
}

li.widget > h2 {
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
}

footer.boxed {
	padding-bottom: 20px;
}

.boxed #footer {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#footer hr {
	margin: 20px 0;
}

#copyright img {
	vertical-align: -12px;
}

#copyright p {
	margin: 0;
}

/* FOOTER ENDS */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
      -ms-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
	 -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	  -ms-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	   -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
		  transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-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;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*
* Blog styles
*
*
*
*/
h3 > a {
	color: #333;
}
 
h3 > a:hover {
	color: #24bfb6;
}

article.post h3 {
	margin-bottom: 10px;
}

article.post img.sticky {
	padding-right: 6px;
	vertical-align: text-bottom;
}
 
/* date-box */
article.post div.date-box {
	background: -moz-linear-gradient(top,  #333333 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #333333 0%,#222222 100%);
	background: -o-linear-gradient(top,  #333333 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #333333 0%,#222222 100%);
	background: linear-gradient(top,  #333333 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);

	float: right;
	width: 50px;
	height: 60px;
	text-align: center;
	margin-left: 20px;
	background: #333333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

article.post div.date-box span.post-day {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

article.post div.date-box span.post-month {
	color: #fff;
 	display: block;
	font-size: 14px;
	font-weight: bold;
}

/* meta */
article .post-meta {
	font-size: 0;
	margin-bottom: 24px;
}

article .post-meta a,
article .post-meta span {
	color: #bbb;
	font-weight: normal !important;
	white-space: nowrap;
}

article .post-meta a:hover {
	color: #666;
}

article .post-meta > li {
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	margin-right: 20px;
}

article .post-meta > li.author > a,
article .post-meta > li.date > a,
article .post-meta > li.categories,
article .post-meta > li.comments > a,
article .post-meta > li.comments > span {
	padding-left: 20px;
	line-height: 20px;
}

article .post-meta > li.author { background-image: url(images/icons/author.png); }
article .post-meta > li.date { background-image: url(images/icons/calendar.png); }
article .post-meta > li.categories { background-image: url(images/icons/category.png); }
article .post-meta > li.comments {
	background-image: url(images/icons/comment.png);
	margin-right: 0;
}

article .post-meta > li:hover {
	background-position: left bottom;
}

/*
* Tags
*
*
*
*/
.widget.widget_tag_cloud ul.wp-tag-cloud > li {
	display: inline-block;
	margin-right: 3px;
}

.tags a,
div.tagcloud a {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	color: #666 !important;
	display: inline;
	font-size: 11px;
	font-weight: normal !important;
	line-height: 26px;
	text-shadow: 0px 1px #fff;
	white-space: nowrap;
	padding: 3px 6px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

li.tags a:hover,
div.tagcloud a:hover {
	color: #333 !important;
}

li.tags a:active,
div.tagcloud a:active {
	background: #eeeeee;
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
}

/*
* Boxed layout
*
*
*
*/
div.boxed.right-sidebar > #content,
div.boxed.left-sidebar > #content,
div.right-sidebar div.page-content,
div.left-sidebar div.page-content {
	width: 75%;
}

div.boxed.right-sidebar > #content {
	float: left;
}

div.boxed.left-sidebar > #content {
	float: right;
}

div.right-sidebar div.page-content {
	float: left;
}

div.left-sidebar div.page-content {
	float: right;
}

div.boxed div.page-content {
	width: 100% !important;
}

/* Social Counts Widget */
#social-counts div {
	display: inline-block;
	width: 50%;
}

#social-counts div:hover {
	background: #282828;
	background: rgba(255, 255, 255, 0.05);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#social-counts a {
	display: block;
	padding: 12px 10px;
	margin: 0 auto;
}

#social-counts a,
#social-counts span {
	font-size: 11px;
	color: #888888;
	text-align: center;
}
	
#social-counts span.number {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #bbbbbb;
	display: block;
}

#social-counts a:hover span.like { color: #3c5a98; }
#social-counts a:hover span.follow { color: #32ccfe; }
#social-counts a:hover span.subscribe { color: #fe9900; }

/* Social Icons */
ul.social-icons li {
	float: left;
	font-size: 0;
	margin-right: 4px;
	margin-bottom: 4px;
}

ul.social-icons > li > a {
	padding-top: 6px;
}

.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* other */
.centered {
	display: block;
	margin: 0 auto !important;
}

a.date {
	color: #aaa;
	font-size: 11px;
	font-weight: normal !important;
	margin-right: 4px;
}

a.date:hover {
	color: #666;
}

li.twitter-widget p {
	margin: 0;
}

.google-maps {
	width: 100%;
	margin-bottom: 20px;
}

#author-info {
	margin-top: 20px;
}

/* contact form 7 */
.wpcf7-captchar {
	float: left;
}

/* Dark skin */
.dark a.secondary {
	color: #888;
}

.dark a:hover {
	color: #ccc;
}

.dark p {
	color: #666;
}

.dark span {
	color: #444;
}

.dark strong {
	font-weight: bold;
}

.dark h1 {
	color: #888;
}

.dark h2 {
	color: #aaa;
	text-shadow: 0px -1px 0px #111;
}

.dark h3 {
	color: #aaa;
}

.dark h4 {
	color: #888;
}

.dark h5 {
	color: #666;
}

.dark h6 {
	color: #888888;
}

.dark hr {
	background-color: #282828;
	border-top: 1px solid #181818;
}

.dark textarea,
.dark input[type=text],
.dark input[type=password] {
	background-color: #2c2c2c;
	border: 1px solid #1f1f1f;
	border-top: 1px solid #1a1a1a;
	color: #aaa;
}

.dark textarea:hover,
.dark input[type=text]:hover,
.dark input[type=password]:hover {
	border: 1px solid #181818;
}

.dark textarea:focus,
.dark input[type=text]:focus,
.dark input[type=password]:focus {
	background-color: #383838;
	border: 1px solid #24bfb6;
	color: #ddd;
}

.dark ::-webkit-input-placeholder {
    color: #666;
}

.dark :-moz-placeholder {
	color: #666;
}

.dark :-ms-input-placeholder {
	color: #666;
}

.dark a.date {
	color: #444;
	font-size: 11px;
	font-weight: normal !important;
	margin-right: 4px;
}

.dark a.date:hover {
	color: #aaa;
}

/* default WordPress classes */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 20px;
}

.bypostauthor span.author {
	padding: 2px 4px;
	background: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/*Corra*/
ul#menu-main > li.menu-item > a  {
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color:white;
}

h2,h3 {
	font-family: Oswald, sans-serif;
font-size: 22px;
color:#555;
font-weight:lighter;
padding-top:10px;
margin-bottom:10px;
}
h3 {
font-size: 16px;
color:#444;
}

body,
li.widget > h2 {
	font-family: Source Sans Pro, sans-serif;
}

#content {
margin-top: 0;
}

#main-nav {
background:url('/assets/navback.png') 0 0 repeat-x !important;
}
#header > .inner {
padding: 20px 10px;
}
.services h3 {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.services h3 {
text-align:center;
background: #eee;
background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee 100px);
border-bottom:1px solid #aaa;
padding: 10px 0;
}
.services h3 span {
line-height:45px;
font-size:26px;
color:#04A8E7;
padding-left: 55px;
display:inline-block;
}
.services h3 span.mobile {
background:url('/assets/mobile.png') 18px 0 no-repeat;
}
.services h3 span.web {
background:url('/assets/web.png') 0 0 no-repeat;
}

.ptop {
position:absolute;
bottom:0;
right:0;
width:500px;
height:95px;
}

.smallsize .ptop {
display:none;
}

.ptop a {
position:absolute;
display:block;
background-image: url('/assets/corra_phones.png');
background-repeat: no-repeat;
}
.ptop a.pweb {
width:142px;
height:95px;
bottom:0;
left:0;
background-position:-20px -30px;
}
.ptop a.pandroid {
width:165px;
height:95px;
bottom:0;
left:150px;
background-position:-215px -20px;
}
.ptop a.pios {
width:152px;
height:95px;
bottom:0;
left:320px;
background-position:-440px -20px;
}
.ptop a span {
display:none;
}

#main-slider .i1 {
position:absolute;
top:15%;
left:3%;
height: 70%;
}
#main-slider .h1 {
position:absolute;
top: 15%;
left:47%;
color:white;
}

.smallsize #main-slider .h1 {
top: 43%;
text-align: center;
width: 47%;
}

#main-slider p {
color:white;
}
#main-slider p em {
font-style: italic;
font-size: 1.2em;
font-weight:normal !important;
}
#main-slider .p1 {
position:absolute;
top: 33%;
width:50%;
right: 3%;
}
#main-slider .p2 {
position:absolute;
top: 60%;
right: 3%;
width:50%;
color:white;
}
.smallsize #main-slider .p1 {
display:none !important;
}
.smallsize #main-slider .p2 {
display:none !important;
}

.rightlink {
position:absolute;
background: url('/assets/cmpbuttons.png') 0 -3px no-repeat;
height: 40px;
top: 4px;
}
.rightlink span {
display:none;
}
.rightlink.webml {
width: 104px;
right:85px;
}
.rightlink.webml:hover {
background-position: 0 -44px;
}

.rightlink.cmp {
width: 74px;
right:10px;
background-position: -110px -3px;
}
.rightlink.cmp:hover {
background-position: -110px -44px;
}

.page-content em {
font-style:italic;
font-size:1.2em;
}

.emaillist h3 {
margin-bottom:10px;
}