/*
Theme Name: Physioworks Health Group Theme BS3
Theme URI: http://getbootstrap.com/
Description: PHG Bootstrap 3 responsive theme
Version: 1.2.1
Author: Novariska Syahrial
Author URI: http://nsyahrial.com
*/



/*!
 * Start Bootstrap - Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
  font-family: 'Gill Sans';
  src: url('fonts/Gill Sans MT.ttf');
}

@font-face {
  font-family: 'Gill Sans Italic';
  src: url('fonts/Gill Sans MT Italic.ttf');
}
@font-face {
  font-family: 'Gill Sans Bold';
  src: url('fonts/Gill Sans MT Bold.ttf');
}


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	background: url('.../img/img_bg.png')no-repeat center top 70px , rgb(15,69,140); /* Old browsers */

background-image:url('img/img_bg.png')no-repeat center top 70px,  -moz-linear-gradient(top,  rgba(15,69,140,1) 0%, rgba(214,239,249,1) 41%, rgba(214,239,249,1) 100%); /* FF3.6+ */

background-image:url('img/img_bg.png')no-repeat center top 70px,  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,69,140,1)), color-stop(41%,rgba(214,239,249,1)), color-stop(100%,rgba(214,239,249,1))); /* Chrome,Safari4+ */

background-image:url('img/img_bg.png')no-repeat center top 70px,  -webkit-linear-gradient(top,  rgba(15,69,140,1) 0%,rgba(214,239,249,1) 41%,rgba(214,239,249,1) 100%); /* Chrome10+,Safari5.1+ */

background-image:url('img/img_bg.png')no-repeat center top 70px,  -o-linear-gradient(top,  rgba(15,69,140,1) 0%,rgba(214,239,249,1) 41%,rgba(214,239,249,1) 100%); /* Opera 11.10+ */

background-image:url('img/img_bg.png')no-repeat center top 70px,  -ms-linear-gradient(top,  rgba(15,69,140,1) 0%,rgba(214,239,249,1) 41%,rgba(214,239,249,1) 100%); /* IE10+ */

background-image:url('img/img_bg.png'),  linear-gradient(to bottom,  rgba(15,69,140,1) 0%,rgba(214,239,249,1) 41%,rgba(214,239,249,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f458c', endColorstr='#d6eff9',GradientType=0 ); /* IE6-9 */

 
	/*background:url('../img/img_bg.png')no-repeat center top rgb(15,69,140);*/
}



.container {
	background-color:#ffffff;
	padding-left:0;
	padding-right:0;
}
.box#blue-bg{
	background: #003A8D;
margin: 15px;
padding:35px;

}
.blue-box-container {
	padding:0 0 20px ;
	height:280px;

}

.box#blue-bg img{
margin: 0 0 0 -10px;
}
.col-xs-6 {
	padding-top:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a {
    color: #F46008;
    text-decoration: none;
	outline:0;
}
a:hover, a:focus {
    color: #F46008;
    text-decoration: underline;
	outline:0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/*grid*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 5%;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h6 {
    text-transform: capitalize;
    font-family: "Gill Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
	color: #003A8D;
}
h1 {
    font-size: 55px;
    font-weight: 200;
	 margin: 20px 0 45px 0;
	 color:#ffffff;
	
	
}
h2 {
    font-family: Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 200;
	 margin: 30px 30px 45px;
    color: #003A8D;
}

h3 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
	text-transform: uppercase;
   
    font-size: 40px;
    margin: 0;
    color: #003A8D;
}

h4 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 40px;
    margin: 0;
    color: #003A8D;
	text-align:left;
}

h5 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 28px;
    margin: 0;
    color: #F69416;
	text-align:left;
	line-height:1.4em;
	margin-bottom: 50px;
}
.read-more {
	font-size: 22px;
	color: #F46008;
    text-decoration: underline;
}
li {
	color: #003a8d;
    font-weight: 200;
    line-height: 1.6;
}


hr {
    max-width: 400px;
    border-color: #999999;
}
/* Text elements */
p {
   color: #003a8d;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 200;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small{
    font-size: 75%;
	color: #003a8d;
	padding: 0 ;
}

.small {
font-size: 14px;
color: #003a8d;
}

.small a {
color: #f69416;
text-decoration:underline;
}


big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
display: block;
}

.text-center img {
display: inline;

}

.brand,
.socialmedia,
.apa-logo {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    

}
.navbar-brand img {
    margin-top:-40px;
	padding:0 8px 0 8px;
}

.navbar-nav {
    
    font-weight: 400;
    
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
background-color:#003a8d;
}
.navbar-default .navbar-nav > li#menu-item-1343 > a {

background-color:#f46008;

}


.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    /*padding: 0 15px;*/
    /*background: #fff;
    background: rgba(255,255,255,0.9);*/
}

.box .inner-text p {
	padding:20px;
}
.inner-text {
	padding:30px;
}

.our-services {
	padding:30px;
}
.our-services table, td, th {
      border: none;
	  width:85%;
	  padding:10px 0;
	  font-size:22px;
	  font-weight:200;
	  text-align:left;
	  margin:10px 0; 
	
}
.our-services a {
	text-decoration:underline;
}
.container-white-box {
	 margin-bottom: 20px;
    padding: 35px;
}

.blue-gradient-container {
    margin-bottom: 20px;
    padding: 35px;
  background: rgb(0,59,141); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(0,59,141,1) 0%, rgba(0,59,141,1) 22%, rgba(112,157,209,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,59,141,1)), color-stop(22%,rgba(0,59,141,1)), color-stop(100%,rgba(112,157,209,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,59,141,1) 0%,rgba(0,59,141,1) 22%,rgba(112,157,209,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,59,141,1) 0%,rgba(0,59,141,1) 22%,rgba(112,157,209,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,59,141,1) 0%,rgba(0,59,141,1) 22%,rgba(112,157,209,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,59,141,1) 0%,rgba(0,59,141,1) 22%,rgba(112,157,209,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b8d', endColorstr='#709dd1',GradientType=0 ); /* IE6-9 */





}


.intro-text {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 200;
	 margin: 20px 0 45px 0;
	 color:#ffffff;
   
}
.intro-text2{
	padding:0 20px;
}

.intro-text2 li{
	font-size: 20px;
	margin: 15px 0;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}





.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	float:right;
	
}
.mtt-orange-box col-md-4 {
padding: 0 !important;
}

/*** Shortcodes Ultimate - other elements ***/

/*		Tooltip
---------------------------------------------------------------*/

.qtip.su-qtip { max-width: 480px !important; }
.su-tooltip { display: inline-block; }
.su-qtip-size-1 { font-size: 0.8em !important; }
.su-qtip-size-2 { font-size: 0.9em !important; }
.su-qtip-size-3 { font-size: 1em !important; }
.su-qtip-size-4 { font-size: 1.1em !important; }
.su-qtip-size-5 { font-size: 1.2em !important; }
.su-qtip-size-6 { font-size: 1.3em !important; }
.su-tooltip-content { display: none; }
.su-tooltip-content > :last-child { margin-bottom: 0; }
.qtip-content .su-tooltip-content img,
.qtip-content .su-tooltip-content object,
.qtip-content .su-tooltip-content iframe,
.qtip-content .su-tooltip-content embed { max-width: 430px; }
.qtip-content .su-tooltip-content .su-responsive-media-yes { width: 430px; }

/*		Private
---------------------------------------------------------------*/

.su-private { margin: 0 0 1.5em 0 }

/*		Members
---------------------------------------------------------------*/

.su-members {
	margin-bottom: 1.5em;
	padding: 1em;
	border-width: 1px 0;
	border-style: solid;
	text-align: center;
}
.su-members a {
	text-decoration: underline;
	color: inherit;
}

/*		Guests
---------------------------------------------------------------*/

.su-guests { margin-bottom: 1.5em }

/*		Posts
---------------------------------------------------------------*/

.su-posts-default-loop { }
.su-posts-default-loop .su-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}
.su-posts-default-loop .su-post:after {
	content: '';
	display: table;
	clear: both;
}
.su-posts-default-loop .su-post-thumbnail {
    display: block;
    float: left;
    height: 200px !important;
    margin-right: 1em;
    width: 200px !important;
}
.su-posts-default-loop .su-post-thumbnail img {
	max-width: 200px !important;
	max-height: 200px !important;
}
.su-posts-default-loop h2.su-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
.su-posts-default-loop .su-post-meta {
	margin-bottom: 0.7em;
	font-size: 1.2em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.su-posts-default-loop .su-post-excerpt { margin-bottom: 0.5em }
.su-posts-default-loop .su-post-excerpt p:last-child { margin-bottom: 0 }
.su-posts-default-loop .su-post-comments-link { font-size: 1.2em }
.su-posts-teaser-loop { }
.su-posts-teaser-loop .su-post {
	margin-bottom: 1.5em;
	line-height: 1.2;
}
.su-posts-teaser-loop .su-post:after {
	content: '';
	display: table;
	clear: both;
}
.su-posts-teaser-loop .su-post-thumbnail {
	float: left;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 1em 0 0;
}
.su-posts-teaser-loop .su-post-thumbnail img {
	display: block;
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
}
.su-posts-teaser-loop h2.su-post-title {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.9em;
	font-weight: normal;
	clear: none;
}
.su-posts-single-post { }
.su-posts-single-post .su-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}
.su-posts-single-post .su-post:after {
	content: '';
	display: table;
	clear: both;
}
.su-posts-single-post h1.su-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
.su-posts-single-post .su-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.su-posts-single-post .su-post-content { margin-bottom: 0.5em }
.su-posts-single-post .su-post-content p:last-child { margin-bottom: 0 }

.wpcf7-form {
width:90%;
}
.admin-bar-showing#click-menu {
   
   
    width: 100% !important;
    
}

#click-menu.admin-bar-showing {
    width: 100% !important;
}

#responsive-menu .responsive-menu li a {
   
    height: 16px !important;
    line-height: 14px !important;
    overflow: hidden !important;
    padding: 12px 0 10px 5% !important;
    width: 95% !important;
    white-space: normal;
}

.responsive-menu#responsive-menu li a {
   
    height: 16px !important;
    line-height: 14px !important;
    overflow: hidden !important;
    padding: 12px 0 10px 5% !important;
    width: 95% !important;
    white-space: normal !important;
}


#responsive-menu .responsive-menu li li a {
    padding-left: 1% !important;
    width: 100% !important;
 font-size: 16px !important;
}

.responsive-menu#responsive-menu  li li a {
    padding-left: 1% !important;
    width: 100% !important;
 font-size: 16px !important;
}




@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 20px 0;
      margin: 20px 40px 0 40px;
		background:url('img/pwg-footer-logo.svg') no-repeat left center;
       height: 150px
        
    }
	.apa-logo {
        display: inherit;
        margin: -20px -20px 0 0;
       height: 50px;
	   text-align:right;
	  
	
        
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .socialmedia {
    color: #003A8D;
	 font-family: "Gill Sans",Helvetica,Arial,sans-serif;
    display: inherit;
    font-size: 25px;
    margin: -10px 35px 0 0;
    padding: 0 0 20px 0;
    text-align: right;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
    text-transform: uppercase;
    }
	.socialmedia img {
		padding:0 0 0 25px; 
	}
	.navbar-collapse {
    background-color: #003a8d;
   
}
    .vision-img {
	margin-left:20px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
		margin-bottom: 0;
    }

    .navbar-default {
        border: none;
        background: none;
    }

    .nav>li>a {
        padding: 10px 30px 10px 30px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 21px;
    }
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #F46008;
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #F46008;
    color: #fff;
}

.location-lightbox {
	background:#92ACCC;
	padding:30px;
	height:261px;
	
}

.location-lightbox .loc-address {
	margin:20px 0 0 ;
	font-size:18px;
	font-weight:normal;
	
}

.location-lightbox a {
	color:#fff;
	text-decoration:underline;	
}

.location-lightbox p {
	
	padding:0;
	color:#003A8D;
	line-height: .8em;
	
	
	
}

.location-lightbox .book-now {
	float:right;
	background-color:#F46008;
	margin:0;
	margin-top: -25%;
	width:30%;
	text-align:center;
	
}
.location-lightbox .book-now a {
	text-decoration:none;
}
.location-lightbox .book-now p {
	padding:15px;
	line-height: 1.5em;
	color:#fff;
	font-size:22px;
}
.location-lightbox table, td, th {
      border: none;
	  width:55%;
	  padding:10px 0;
	  font-size:22px;
	  font-weight:200;
	  text-align:left;
	  margin:10px 0;
	  
    }
	
.service-col {
	 border: none;
	  width:55%;
	  padding:10px 0;
	  font-size:22px;
	  font-weight:200;
	  text-align:left;
	  margin:10px 0;
}



.book-an-app {
	background:#F46008;
	width:90%;
	margin: 70px 0;
	
}

.book-an-app h4 {
	text-align:center;
	color:#fff;
	padding:30px;
}

.book-an-app p{
	color:#ffffff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight:200;
	text-align:center;
	font-size:39px;
	padding:15px;
}
.team-white-container {
	background-color:#fff;
	
	padding:30px;
}
.team-white-container h4 {
	margin:25px 30px 0 ;
}

.team-white-container p {
	margin:25px 30px 0 ;
}
.team-block {
	height:211px;
	background-color:#fff;
	
}

.team-block p {
	padding:5px 0 0 0;
}

.team-block h4 {
	padding:25px 0 25px 0;
}

.team-block li {
	 color: #003a8d;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.6;
}
.team-block .team-list-desc{
	padding:25px 0 10px 0;
}

small, .small {
    font-size: 95%;
	color: #003a8d;
	padding: 0 ;
}


}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
	.blue-gradient-container:after  {
		content: '';
        display: table;
        clear: both;
	}
	.container-white-box:after  {
		content: '';
        display: table;
        clear: both;
	}
	
}

@media screen and (max-width: 767px) {
	.navbar-brand img {
    margin-top:0;
	padding:0;
}
}
@media (max-width:900px) and (min-width:400px) {
    .navbar-brand img {
    margin-top:0;
	padding:0;
}​
	


button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-size: small;
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*background-color:#F46008D;*/
    color: #ffffff;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}




