/*
Theme Name: Pitch Premium
Theme URI:
Author: Zablotskiy Serhiy
Author URI:
Version: 2.3.9
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Optimized Pitch theme for mobile devices using bootstrap 3.
Tags: gray, two-columns, fixed-width, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/


/* =Reset 
-------------------------------------------------------------- */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/robotoregular.eot');
    src: url('fonts/robotoregular.eot?#iefix') format('embedded-opentype'),
    url('fonts/robotoregular.woff') format('woff'),
    url('fonts/robotoregular.ttf') format('truetype'),
    url('fonts/robotoregular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
    min-width: 320px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =General 
-------------------------------------------------------------- */

body {
	background: #f4f4f4;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*font-family: "Helvetica Neue", sans-serif;*/
	font-size: 12px;
}

.container {
	position: relative;
	display: block;
	margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 990px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 990px;
    }
}

.clear {
	clear: both;
}

.separator {
	height: 7px;
	
	background: url(images/pattern.png) repeat;
	margin: 20px 0;
}

/* =Internet Explorer Fixes 
-------------------------------------------------------------- */

/* =Top Bar 
-------------------------------------------------------------- */

#topbar {
	background: #2c2c2c;
	box-shadow: 0 6px 0 rgba(0,0,0,0.05);
	font-size: 11px;
	padding: 15px 0;
}

#topbar-menu {
	float: right;
	text-align: right;
	word-wrap: break-word;
}

#topbar-menu li.menu-item {
	display: block;
	float: left;
	margin-left: 25px;
}

#topbar-menu li.menu-item a {
	color: #f4f4f4;
	text-decoration: none;
}

/* =Top Bar  : Topbar Dropdown 
-------------------------------------------------------------- */

#topbar-menu li.menu-item {
	position: relative;
	
}

ul#topbar-menu li.menu-item a {
}

ul#topbar-menu ul.sub-menu {
	position: absolute;
	top: 1em;
	left: 50%;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	display: none;
	margin-left: -60px;
	min-width: 120px;
	z-index: 99;
}

ul#topbar-menu li:hover ul.sub-menu {
	display: block;
	padding-top: 15px;
}

ul#topbar-menu ul.sub-menu .sub-wrapper {
	position: relative;
	
	background: #1c1c1c;
	padding: 4px 0;
	text-align: center;
}

ul#topbar-menu ul.sub-menu .sub-wrapper .pointer {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 18px;
	height: 8px;
	
	background: url('images/sprites-1-3-7.png') no-repeat -55px -12px;
	margin-left: -9px;
}

ul#topbar-menu ul.sub-menu li {
	float: none;
	margin-left: 0;
	padding: 8px 0;
}

ul#topbar-menu ul.sub-menu li a {
	white-space: nowrap;
}

/* =Logo 
-------------------------------------------------------------- */

#logo {
	width: 100%;
	
	margin: 35px 0;
}

#logo a {
	text-decoration: none;
}

#logo h1 {
	color: #5e5e5e;
	display: inline-block;
	font-family: 'Maven Pro', sans-serif;
	font-size: 48px;
	letter-spacing: -2px;
}

/* =Logo  : Search Bar 
-------------------------------------------------------------- */

#logo #searchform {
	position: absolute;
	top: 50%;
	right: 0;
	
	margin-top: -16px;
}

#logo #searchform #s {
	width: 200px;
	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	border: 1px solid #E2E2E2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.06);
	color: #707070;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	font: italic 11px 'Droid Serif', serif;
	outline: 2px #FAFAFA solid;
	padding: 8px 10px;
}

#logo #searchform #s:focus {
	outline: none;
}

#logo #searchform #searchsubmit {
	display: none;
}

/* =Main Menu 
-------------------------------------------------------------- */

#mainmenu {
	margin: 35px 0;
	word-wrap: break-word;
}

ul#mainmenu-menu {
	position: relative;
	
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	border: 1px solid #E2E2E2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
}

ul#mainmenu-menu li.menu-item {
	position: relative;
	
	border-right: 1px solid #E2E2E2;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

ul#mainmenu-menu li.menu-item a {
	color: #5e5e5e;
	display: block;
	padding: 20px 40px;
	text-decoration: none;
}

ul#mainmenu-menu li.menu-item a:hover {
	background: #F9F9F9;
}

/* =Main Menu  : Scaled Menu 
-------------------------------------------------------------- */

#mainmenu.scaled .container > div {
	width: 100%;
	height: 52px;
	
	display: table;
}

#mainmenu.scaled ul#mainmenu-menu {
	height: 52px;
	
	display: table-row;
}

#mainmenu.scaled li.menu-item {
	width: auto;
	height: 52px;
	
	border: none;
	display: table-cell;
	float: none;
}

#mainmenu.scaled li.menu-item a {
	border: 1px solid #E2E2E2;
	border-width: 1px 1px 1px 0;
	text-align: center;
}

#mainmenu.scaled li.menu-item:first-child a {
	border-left-width: 1px;
}

#mainmenu.scaled ul#mainmenu-menu ul.sub-menu li {
	border-width: 0;
	display: block;
}

#mainmenu.scaled ul#mainmenu-menu ul.sub-menu a {
	border: none;
}

/* =Main Menu  : Main Dropdown 
-------------------------------------------------------------- */

ul#mainmenu-menu li.menu-item a {
	height: 52px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #5e5e5e;
	display: block;
	padding: 20px 40px;
	text-decoration: none;
}

ul#mainmenu-menu ul.sub-menu {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 100%;
	
	background: white;
	border: none;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	display: none;
	z-index: 99;
}

ul#mainmenu-menu ul.sub-menu ul.sub-menu {
	top: 0px;
	left: 100%;
	width: 160px;
	
}

ul#mainmenu-menu li:hover > ul.sub-menu {
	display: block !important;
}

ul#mainmenu-menu ul.sub-menu li {
	border: none;
	display: block;
	float: none;
	font-weight: normal;
}

ul#mainmenu-menu ul.sub-menu li a {
	height: auto;
	
	line-height: 15px;
	padding: 15px;
}

/* =Slider 
-------------------------------------------------------------- */

#slider {
	margin: 0 0 35px 0;
}

/* =Slider  : Slides 
-------------------------------------------------------------- */

#slider .slides {
	line-height: 0;
}

#slider .slides img {
	width: 100%;
	
}

/* =Slider  : Indicators 
-------------------------------------------------------------- */

#slider .indicators-wrapper {
	width: 100%;
	
	border-collapse: collapse;
	display: table;
}

#slider .indicators {
	background: #f1f1f1;
	display: table-row;
}

#slider .indicators .indicator {
	height: 100%;
	
	border-bottom: 1px solid #c6c6c6;
	border-top: 3px solid #c9c9c9;
	cursor: pointer;
	display: table-cell;
}

#slider .indicators .indicator .indicator-container {
	position: relative;
	
	padding: 20px 25px;
}

#slider .indicators .indicator.active {
	border-top-color: #bbbbbb;
}

#slider .indicators .indicator.active .indicator-container {
	background-color: #ebebeb;
}

#slider .indicators .indicator .pointer {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 10px;
	height: 5px;
	
	background: url('images/sprites-1-3-7.png') no-repeat -84px 0;
	margin-left: -10px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#slider .indicators .indicator.active .pointer {
	opacity: 1;
	visibility: visible;
}

/* CSS3 Animations */

#slider .indicators .indicator,
#slider .indicators .indicator .pointer {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#slider .indicators .indicator h4 {
	color: #5e5e5e;
	font: bold 13px 'Droid Sans', sans-serif;
}

#slider .indicators .indicator p {
	color: #777777;
	font: italic 11px 'Droid Serif', serif;
	margin-top: 2px;
	min-height: 1em;
}

/* =Slider  : Indicators  : Indicator Widths 
-------------------------------------------------------------- */

#slider .indicator-group-2 {
	width: 50%;
	
}

#slider .indicator-group-3 {
	width: 33.3333%;
	
}

#slider .indicator-group-4 {
	width: 25%;
	
}

#slider .indicator-group-5 {
	width: 20%;
	
}

#slider .indicator-group-6 {
	width: 16.6667%;
	
}

/* =Call To Action 
-------------------------------------------------------------- */

#call-to-action {
	margin: 0 0 35px 0;
}

#call-to-action{
    background-color: #ffffff;
	-moz-box-sizing: border-box;
    box-sizing: border-box;

	-webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.17);
       -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.17);
            box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.17);

    border-radius: 5px;
	/*padding: 20px;*/
}
#call-to-action div{
    min-height: 52px;
    padding-top: 19px;
    padding-bottom: 19px;
    /*padding-right: 25px;*/
    padding-left: 0;
    padding-right: 0;
}
#call-to-action div:first-child{
    min-height: 52px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 22px;
    font-size: 15px;
    color: #3f3e3f;
    font-weight: bold;
    text-transform: uppercase;
}
h3 a .call-to-action {
	color: #555555;
	font: 18px 'Droid Sans', sans-serif;
}

h3 a .qa-faq-title {
	color: #555555;
	font: 18px 'Droid Sans', sans-serif;
}

#call-to-action a {
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: 0;
}
#call-to-action a.register{
    background-color: #389e2e;
}
#call-to-action a.fb{
    background-color: #3c5b9b;
}
#call-to-action a.tw    {
    background-color: #2eabe1;
}
@media (min-width: 768px){
    #call-to-action  a {
        float: none;
    }
}
@media (min-width: 992px){
    #call-to-action  a {
        float: none;
    }
}
/* =Feature List 
-------------------------------------------------------------- */

#site-features {
}

#site-features .feature-list {
	margin: 0 -15px;
}

#site-features .feature {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#site-features .feature .feature-inner{
    background-color: #c8e0f1;
    position: relative;
    height: 170px;
    border-radius: 4px;
    padding: 15px 10px;
    overflow: hidden;
}

#site-features .feature-lastrow {
	padding-bottom: 0;
}

#site-features .feature .icon {
	position: relative;
	height: 100%;
	
	background: url('images/feature-bg.png') no-repeat center;
	float: left;
}
#site-features .feature .feature-text{
    float: left;
    padding-left: 15px;
    height: 140px;
}
@media (min-width: 768px) {
    #site-features .feature .feature-text {
    }
}
@media (min-width: 992px) {
    #site-features .feature .feature-text {
    }
}
@media (min-width: 1200px) {
    #site-features .feature .feature-text {
    }
}

#site-features .feature .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin: -22px 0 0 -27px;
}

#site-features .feature h3 {
	color: #3b3b3b;
	font: bold 16px 'Droid Sans', sans-serif;
}

#site-features .feature h3 a {
	color: #3b3b3b;
	text-decoration: none;
}

#site-features .feature p {
	color: #474747;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
}

/* =Home Loop 
-------------------------------------------------------------- */

.home-loop {
	margin: 20px 0;
}

.home-loop .container {
}

/* =Home Loop  : Nav 
-------------------------------------------------------------- */

.home-loop .nav {
	height: 21px;
	
	float: right;
}

.home-loop .nav a {
	display: block;
	float: left;
	overflow: hidden;
}

.home-loop .nav a.next,
.home-loop .nav a.prev {
	width: 24px;
	height: 21px;
	
	margin-left: 5px;
	text-indent: -999px;
}

.home-loop .nav a.next {
	background: url('images/sprites-1-3-7.png') no-repeat -19px -12px;
}

.home-loop .nav a.prev {
	background: url('images/sprites-1-3-7.png') no-repeat -72px -39px;
}

.home-loop .nav a.all {
	color: #333;
	font-weight: 500;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
}

.home-loop h3 {
	color: #3f3e3f;
	font: 26px "Helvetica Neue", sans-serif;
    font-weight: bold;
    text-decoration: underline;
	margin-bottom: 24px;
}

.home-loop .post-list {

	overflow: hidden;
}

.home-loop .post-list-wrapper {
	margin: 0 -10px;
	overflow: hidden;
}

/* =Home Loop  : Post 
-------------------------------------------------------------- */

.home-loop .post-list .post {
    margin: 0 auto;
	width: 218px;
    padding-bottom: 15px;
}
@media (min-width: 992px){
    .home-loop .post-list .post {
        width: 218px;
    }
}
.home-loop .post-list .post img{
    width: 210px;
    height: auto;
    border-radius: 5px;
}
@media (min-width: 992px){
    .home-loop .post-list .post img{
        width: 210px;
        height: auto;
    }
}
.home-loop .post-list li.post a {
	text-decoration: none;
}

.home-loop .post-list li.post img {
	margin-bottom: 13px;
}

.home-loop .post-list li.post .placeholder {
	width: 225px;
	height: 150px;
	
	background: #E9E9E9;
	display: block;
	margin-bottom: 13px;
}

.home-loop .post-list li.post.type-client img {
	width: 100% !important;
	height: auto;
	
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.home-loop .post-list li.post h4 {
	color: #3b3b3b;
	font: bold 12px 'Droid Sans', sans-serif;
	margin-bottom: 9px;
	text-align: center;
}

.home-loop .post-list li.post p {
	color: #777777;
	font: italic 12px 'Droid Serif', serif;
	line-height: 1.4em;
}

/* =Blog Post Loop 
-------------------------------------------------------------- */

#loop {
	/*width: 620px;*/
	
	float: left;
}

#loop.loop-posts {
}

#loop.loop-posts .post,
#loop.loop-posts > div {
	margin-bottom: 60px;
}

#loop.loop-posts .sticky {
}

#loop.loop-posts .post-info {
	/*width: 120px;*/
	
	float: left;
}

/* =Blog Post Loop  : Date 
-------------------------------------------------------------- */

#loop.loop-posts .post-info .date {
	background-image: url(images/pattern.png);
	color: #474747;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 20px;
}

#loop.loop-posts .post-info .date .day {
	font-size: 30px;
}

#loop.loop-posts .post-info .date .month-year {
	float: right;
	line-height: 1.25em;
	padding-top: 1px;
}

#loop.loop-posts .post-info .extras {
	font-size: 11px;
	text-align: right;
}

#loop.loop-posts .post-info .extras div {
	margin-bottom: 8px;
}

#loop.loop-posts .post-info .extras a {
	color: #474747;
	text-decoration: none;
}

#loop.loop-posts .post-info .extras a:hover {
	text-decoration: underline;
}

#loop.loop-posts .post-main {
	/*margin-left: 160px;*/
}

#loop.loop-posts .post-main .content {
	color: #5e5e5e;
	line-height: 1.5em;
}

#loop.loop-posts .post-main h2.post-title {
	font: bold 14px 'Droid Sans', sans-serif;
	margin: 15px 0;
}

#loop.loop-posts .post-main h2.post-title a {
	color: #474747;
	text-decoration: none;
}

#loop.loop-posts .post-main .read-more {
	margin-top: 25px;
}

#loop.loop-posts .post-main .read-more a {
	color: #303030;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#loop.loop-posts .post-main .read-more a i {
	width: 6px;
	height: 10px;
	
	background: url('images/sprites-1-3-7.png') no-repeat -11px 0;
	display: inline-block;
	margin: 0 0 -1px 5px;
}

/* =Archive 
-------------------------------------------------------------- */

h1#archive-title {
	color: #474747;
	font-family: 'Droid Sans', sans-serif;
	font-size: 25px;
	margin-bottom: 25px;
}

/* =Archive  : Navigation 
-------------------------------------------------------------- */

/* =Project Archive 
-------------------------------------------------------------- */

#projects {
	margin: 0 -10px;
}

#projects .project {
	width: 245px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
}

#projects .project .wrapper {
	position: relative;
	
}

#projects .project a.image {
	background: #F0F0F0 url(images/loader.gif) no-repeat center center;
	display: block;
	line-height: 0;
}

#projects .project .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: #000;
	display: block;
	opacity: 0;
	visibility: hidden;
}

#projects .project .info {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: block;
	opacity: 0;
	visibility: hidden;
}

#projects .project .overlay {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#projects .project .info {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#projects .project:hover .overlay {
	opacity: 0.7;
	visibility: visible;
}

#projects .project:hover .info {
	opacity: 0.9;
	visibility: visible;
}

#projects .project .info h3 {
	position: absolute;
	top: 15px;
	left: 0;
	
	background: #000;
	color: #CCC;
	display: inline-block;
	font: italic 16px 'Droid Serif', serif;
	padding: 10px;
}

#projects .project .info p {
	position: absolute;
	right: 0;
	bottom: 15px;
	
	background: #000;
	color: #CCC;
	display: inline-block;
	font: normal normal 14px 'Droid Sans', sans-serif;
	padding: 10px;
}

/* =Post Single 
-------------------------------------------------------------- */

#post-single {
	margin: -35px 0;
}

#post-single .separator.first {
	margin-top: 0px;
}

#post-single .separator.light {
	opacity: 0.4;
}

#post-single h1.post-title {
	color: #474747;
	font: 26px 'Droid Sans', sans-serif;
	margin-bottom: 25px;
}

/* =Post Single  : General Content 
-------------------------------------------------------------- */

.entry-content {
	color: #555;
	line-height: 1.5em;
}

.entry-content p {
	margin: 1.5em 0;
}

.entry-content ol {
	list-style-type: decimal;
	padding-left: 1.5em;
}

.entry-content ul {
	list-style-type: disc;
	padding-left: 1.5em;
}

.entry-content ul li,
.entry-content ol li {
	line-height: 1.5em;
}

.entry-content a {
	color: #1e7cd2;
}

.entry-content a:hover {
	color: #4593ec;
}

.entry-content strong,
.entry-content b {
	color: #444;
	font-weight: bold;
}

.entry-content em,
.entry-content i {
	font-style: italic;
}

.entry-content blockquote {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	padding-left: 2em;
}

.entry-content blockquote cite {
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-top: 1em;
}

.entry-content sup,
.entry-content sub {
	position: relative;
	height: 0;
	
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
	
}

.entry-content sub {
	top: .5ex;
	
}

.entry-content .flexslider {
	margin: 1.5em 0;
}

/* =Post Single  : General Content  : Definition list 
-------------------------------------------------------------- */

.entry-content dl {
	margin-top: 1.5em;
}

.entry-content dl dt {
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.entry-content dl dd {
	margin-bottom: 1em;
	padding-left: 1.5em;
}

/* =Post Single  : General Content  : Table 
-------------------------------------------------------------- */

#post-single table {
	width: 100%;
	
}

/* =Post Single  : General Content  : Images 
-------------------------------------------------------------- */

.entry-content img {
	height: auto;
	
	max-width: 100%;
}

.alignnone {
}

.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;
}

a img.alignright {
	float: right;
	margin: 5px 0px 20px 20px;
}

a img.alignnone {
}

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;
	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 {
	width: auto;
	height: auto;
	
	border: 0 none;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px;
}

/* =Post Single  : General Content  : Headings 
-------------------------------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	margin: 1em 0;
}

.entry-content h1 {
	font-size: 1.8em;
}

.entry-content h2 {
	font-size: 1.7em;
}

.entry-content h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.entry-content h4 {
	font-size: 1.45em;
}

.entry-content h5 {
	font-size: 1.375em;
}

.entry-content h6 {
	font-size: 1.2em;
}

/* =Post Single  : Page 
-------------------------------------------------------------- */

#post-single.type-page .post-container,
#post-single.error-404 .post-container,
#post-single.type-forum .post-container,
#post-single.type-topic .post-container {
	/*width: 620px;*/
	
	float: left;
}

/* =Post Single  : Post 
-------------------------------------------------------------- */

#post-single.type-post {
}

#post-single.type-post .post-container {
	float: left;
}

#post-single.type-post .post-info {
	color: #777;
	font: italic 11px 'Droid Serif', serif;
	margin-bottom: 25px;
	margin-top: -18px;
}

#post-single.type-post .post-info a {
	color: #505050;
	text-decoration: none;
}

/* =Post Single  : Project 
-------------------------------------------------------------- */

/* =Post Single  : Project  : Images 
-------------------------------------------------------------- */

#post-single.type-project #project-images {
	float: left;
    position: relative;
    width: 100%;
}

#post-single.type-project #project-images .image {
	position: relative;
	
	line-height: 0;
}

#post-single.type-project #project-images .pagination {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	
	display: block;
	text-align: center;
}

#post-single.type-project #project-images .pagination li {
	display: inline-block;
	margin: 0 1px;
}

#post-single.type-project #project-images .pagination li a {
	width: 10px;
	height: 11px;
	
	background: url('images/sprites-1-3-7.png') no-repeat -44px -12px;
	display: block;
}

#post-single.type-project #project-images .pagination li.active a {
	background: url('images/sprites-1-3-7.png') no-repeat 0 0;
}

#post-single.type-project #project-images img {
	width: 100%;
	height: auto;
	
}

#post-single.type-project #project-info {
	width: 320px;
    margin: 0 auto;
}

#post-single.type-project #project-info h1 {
	color: #474747;
	font: 16px 'Droid Sans', sans-serif;
}

#post-single.type-project #project-info .excerpt {
	color: #777777;
	font: italic 12px 'Droid Serif', serif;
	line-height: 1.4em;
}

#post-single.type-project .skills {
	color: #777777;
}

#post-single.type-project .skills strong {
	color: #474747;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-right: 4px;
}

#post-single.type-project .skills a {
	color: #777777;
	font-family: 'Droid serif', sans-serif;
	font-style: italic;
	text-decoration: none;
}

/* =Pagination 
-------------------------------------------------------------- */

#loop .pagination .separator {
	clear: both;
}

#loop .pagination .nav-next {
	float: right;
	padding-right: 10px;
}

#loop .pagination .nav-previous {
	float: left;
	padding-left: 10px;
}

#loop .pagination a {
	color: #5e5e5e;
	text-decoration: none;
}

/* =Comments 
-------------------------------------------------------------- */

#comments {
	margin-top: 35px;
}

/* =Comments  : Single Comment 
-------------------------------------------------------------- */

#comment-list {
	margin-top: -5px;
}

.comment,
.pingback {
	list-style: none;
	margin: 35px 0;
}

.comment.bypostauthor {
}

.comment .avatar-container {
	position: relative;
	width: 65px;
	height: 65px;
	
	box-shadow: inset 0 0 5px rgba(0,0,0,0.15);
	float: left;
}

.comment .avatar-container .shadow {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 65px;
	height: 8px;
	
	background: url('images/sprites-1-3-7.png') no-repeat -18px 0;
}

.comment .comment-text {
	margin-left: 90px;
}

.comment .comment-text .content {
	color: #6a6a6a;
	margin-bottom: 20px;
}

.comment .comment-separator {
	position: relative;
	width: 9px;
	height: 1px;
	
	background: #ababab;
	margin-bottom: 15px;
}

.comment .comment-separator a.comment-reply-link {
	position: absolute;
	top: -6px;
	left: 24px;
	
	color: #303030;
	font-size: 10px;
	text-decoration: none;
}

.comment .comment-info {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.comment .comment-info .comment-author,
.comment .comment-info .comment-author a {
	color: #303030;
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
	text-decoration: none;
}

.comment .comment-info .comment-date {
	color: #5e5e5e;
}

/* =Comments  : Single Comment  : Pingback 
-------------------------------------------------------------- */

.pingback .pingback-title,
.pingback .pingback-title a {
	color: #303030;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}

.pingback .pingback-date {
	color: #5e5e5e;
	margin-bottom: 10px;
}

.pingback .pingback-content {
	color: #474747;
}

/* =Comments  : Single Comment  : Multi Levels 
-------------------------------------------------------------- */

.comment .comment {
	margin-left: 90px;
}

/* =Comments  : Respond 
-------------------------------------------------------------- */

h3#reply-title,
h3#reply-title a,
h3#comments-title {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	margin-bottom: 1.5em;
}

#comment-list #respond {
	background: #EFEFEF;
	border: 1px solid #E2E2E2;
	padding: 20px;
}

#comment-list .comment #respond {
	margin-left: 90px;
}

#respond {
	margin-bottom: 35px;
}

#commentform #comment,
#commentform .comment-form-field input {
	border: 1px solid #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font: italic 12px 'Droid Serif', serif;
	padding: 10px;
}

#commentform .comment-form-field input {
	display: inline-block;
	margin-right: 20px;
}

#commentform #comment {
	width: 100%;
	height: 200px;
	
}

#commentform .comment-form-field input:focus,
#commentform .comment-form-field input:hover,
#commentform #comment:hover,
#commentform #comment:focus {
	border-color: #C0C0C0;
}

#commentform .comment-form-field label {
	color: #525252;
	font-size: 11px;
}

#commentform .logged-in-as {
	color: #777;
	margin-bottom: 15px;
}

#commentform .logged-in-as a {
	color: #1e7cd2;
	text-decoration: none;
}

#commentform .comment-form-field,
#commentform .comment-form-comment {
	margin-bottom: 10px;
}

#commentform input[type=submit] {
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	border: 1px solid #cbc9c9;
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	color: #525252;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
	font: bold 10px/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 14px 20px;
	text-shadow: 0 1px 0 #FFF;
}

#commentform input[type=submit]:hover {
	border: 1px solid #BBB;
}

/* =Sidebar 
-------------------------------------------------------------- */

#sidebar {
	width: 280px;
	
	margin: 0 auto;
	word-wrap: break-word;
}

#sidebar .widget {
	color: #767676;
	list-style: none;
	margin-bottom: 20px;
}

#sidebar img {
	height: auto;
	
	max-width: 100%;
}

#sidebar .widget .separator {
	height: 5px;
	
	background: #eeeeee url(images/pattern.png) repeat;
	border: solid #dedede;
	border-width: 1px 0;
	margin-top: 10px;
}

#sidebar .widget h2.widgettitle {
	color: #2c2c2c;
	font: 16px 'Helvetica', sans-serif;
	margin-bottom: 10px;
text-transform:uppercase;
font-weight:bold;

}

#sidebar .widget div {
	line-height: 1em;
}

#sidebar .widget a {
	color: #005bff;
	text-decoration: none;
	line-height: 16px;
	font: 13px 'Helvetica', sans-serif;
}

#sidebar .widget ul li {
	margin-bottom: 3px;
        list-style-type: square;

}

/* =Footer and Copyright 
-------------------------------------------------------------- */

#footer {
	position: relative;
    background-color: #474747;
	/*background: url(images/footer.png) repeat;*/
	margin-top: 35px;
	padding: 25px 0;
}

#footer .container {
	display: table;
}

#footer .pointer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 15px;
	
	background: url('images/sprites-1-3-7.png') no-repeat 0 -39px;
	margin-left: -15px;
	z-index: 2;
}

/* =Footer and Copyright  : Widgets 
-------------------------------------------------------------- */

#footer ul.widgets {
	width: 100%;

	display: table-row;
}

#footer li.widget {
	display: table-cell;
	padding: 0 15px;
}

#footer li.widget h2.widgettitle {
	color: #dbdbdb;
	font: bold 14px 'Droid Sans', sans-sefid;
	line-height: 1em;
	margin-bottom: 30px;
}

#footer li.widget {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 1.5em;
}

#footer li.widget p {
	margin-top: 1em;
}

#footer li.widget a {
	text-decoration: none;
    color: #ffb500;
    font-size: 14px;
}
.after-footer{
    position: relative;
    width: 100%;
    background-color: #282828;
    height: 10px;
}
#copyright {
	background: #181818;
	box-shadow: inset 0 5px 0 rgba(0,0,0,0.2);
	color: #b6b6b6;
	font-size: 10px;
	padding: 15px 0;
	text-align: center;
}

#copyright a {
	color: #CCC;
	text-decoration: none;
}

/* =Flex Slider 
-------------------------------------------------------------- */

.gallery-caption {
}

.flexslider {
	position: relative;
	width: 100%;
	
	margin-bottom: 40px;
}

.flexslider img {
	width: 100%;
	height: auto;
	
}

.flexslider ul,
.flexslider ol {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.flexslider .shadow,
#project-images .shadow {
	position: absolute;
	bottom: -31px;
	left: 0;
	width: 600px;
	height: 31px;
	
	background: url(images/sprites/shadow-large.png) no-repeat center center;
}

.flexslider .flex-control-nav {
	display: none;
}

.flexslider .flex-direction-nav {
}

.flexslider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 26px;
	
	display: block;
	margin-top: -13px;
	opacity: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flexslider:hover .flex-direction-nav a {
	opacity: 1;
}

.flexslider .flex-direction-nav a.prev {
	left: 25px;
	
	background: url('images/sprites-1-3-7.png') no-repeat 0 -55px;
}

.flexslider .flex-direction-nav a.prev:active {
	left: 20px;
	
}

.flexslider .flex-direction-nav a.next {
	right: 25px;
	
	background: url('images/sprites-1-3-7.png') no-repeat 0 -12px;
}

.flexslider .flex-direction-nav a.next:active {
	right: 20px;
	
}

.flexslider .flex-caption {
	display: none;
}

.reg_form {
position: absolute;
margin-top: -360px;
z-index: 999;
left: 760px;
float: right;
width: 190px;
height: 350px;
overflow: hidden;
background-color: #BFE1F2;
padding: 5px 5px;
}

.reg_form label {
display: block;
margin-top: 10px;
line-height: 20px;
font-size: 13px;
clear: both;
margin-bottom: 3px;
}

.reg_form input {
border: 1px solid #0b4775;
}

.reg_form input[type="text"] {
display: inline-block;
width: 180px;
height: 18px;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #555555;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family: 'Cuprum', sans-serif;

}

.reg_form input[type="submit"] {
border: 1px solid #CCCCCC;
display: inline-block;
font-family: 'Cuprum',sans-serif;
font-size: 17px;
height: 42px;
margin-bottom: 9px;
margin-left: 45px;
margin-top: 5px;
padding: 0 18px;
background-color: #EB8206;
border-radius: 7px;
color: #fff;
}
#carousel-example-generic{

}
ol.carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 0;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: content-box;;
    padding-bottom: 20px;
    overflow: hidden;
}
.indicators-block{
    display: table;
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    border-top: 3px solid #c9c9c9;
}

.carousel-indicators li{
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    text-indent: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
    color: #5e5e5e;
    font: bold 13px "Droid Sans",sans-serif;
    border-top-color: #bbbbbb;
    height: auto;
    margin-bottom: -300px;
    padding-bottom: 300px;
    padding-top: 20px;
    box-sizing: content-box;;
}
.carousel-indicators .active{
    display: inline-block;
    width: 50%;
    height: auto;
    background-color: #ebebeb;
    margin-bottom: -300px;
    padding-bottom: 300px;
    box-sizing: content-box;;
}
.home-loop .post-list .post h4{
    color: #3f3e3f;
    font: bold 14px "Helvetica Neue",sans-serif;
    margin-bottom: 9px;
    text-align: left;
    text-transform: uppercase;
}

.carousel-indicators li.active .pointer {
    opacity: 1;
    visibility: visible;
}
.carousel-indicators .pointer {
    background: url("images/sprites.png") no-repeat scroll 0 -16px rgba(0, 0, 0, 0);
    height: 5px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    position: absolute;
    top: -8px;
    visibility: hidden;
    width: 10px;
    z-index: 1000;
}
.post-block{
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
@media (min-width: 100px){
    .post-block{
        width: 100%;
    }
}

@media (min-width: 500px){
    .post-block{
        width: 50%;
    }
}
@media (min-width: 992px){
    .post-block{
        width: 30%;
    }
}
@media (min-width: 1200px){
    .post-block{
        width: 25%;
    }
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-primary {
    background-color: #3475ad;
    border-color: #2c689c;
}
.btn-custom-signin {
    margin: 2px 0;
    width: 175px;
    height: 42px;
    line-height: 28px;
}
[class^="icon-custom-"], [class*=" icon-custom-"] {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    height: 20px;
    line-height: 14px;
    vertical-align: middle;
    width: 20px;
}

.icon-custom-facebook {
    background-image: url("images/facebook-4-48.png");
    background-position: center center;
}
.icon-custom-twitter {
    background-image: url("images/twitter-4-48.png");
    background-position: center center;
}
.signin-with {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.signin-row{
    text-align: center;
}
.right-sidebar{
    margin: auto 0;
}
.responsive-player{
    width: 100%;
    height: 315px;
    max-width: 560px;
}
.post-block .img-wrapper{
    position: relative;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    border: 4px solid #ffffff;
}

.post-block .link-wrapper{
    margin-top: 7px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: left;
    padding: 20px 15px 15px 15px;
    height: 85px;
    overflow: hidden;
}
#menu-footer-menu{
    position: relative;
    width: 100%;
}
#menu-footer-menu li{
    float: left;
    margin-right: 10px;
}
.header-logo-login a.register,
.header-logo-login a.register:hover{
    color: #ffffff;
    background-color: #389e2e;
    border-color: #389e2e;
}

header {
    background-color: #c8e0f1;
}

div.header-logo {
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 2px solid #aacae0;
    min-height: 64px;
}
.header-logo .logo-wrapper{
    margin-bottom: 1px;
    position: relative;
    width: 100%;
    /*height: 61px;*/
    background-color: #c8e0f1;
}

.head-container {
    display: block;
    margin: 0 auto;
    position: relative;
}

.head-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .head-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .head-container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .head-container {
        width: 990px;
    }
}
.head-container{
    margin: 0 auto;
}

.head-container a.href-logo {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
    height: 74px;
    /*line-height: 56px;*/
    text-decoration: none;
    float: left;
    padding-top: 5px;
}
.head-container a.href-logo img{
    position: relative;
    height: auto;
    width: 276px;
}


a {
    color: #0088cc;
}

.header-logo-login {
    position: relative;
    width: 100%;
    float: right;
    margin: 19px 0 12px 0;
}

.header-logo-login a {
    position: relative;
    display: block;
    float: right;
    border-radius: 5px;
    border: 2px solid #86acc2;
    background-color: #c8e0f1;
    text-decoration: none;
    padding: 6px 14px;
    vertical-align: text-top;
    font-size: 14px;
    color: #224062;
    font-weight: bold;
}
.header-logo-login a:hover{
    color: #c8e0f1;
    background-color: #86acc2;
}

.left5 {
    margin-left: 5px;
}
.grey {
    color: #848484;
}
.social-links a{
    border-radius: 3px;
    float: left;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffff;
}
.social-links a.fb{
    background-color: #3c5b9b;
}
.social-links a.tw{
    background-color: #2eabe1;
}
.social-links a.gp{
    background-color: #ec700c;
}
.social-links a.yt{
    background-color: #d33131;
}
.top-join-block{
    margin-top: -35px;
}