/*
	Theme Name: TTP
	Theme URI: http://www.gjcwebdesign.com
	Description: GJC Blank WordPress Theme
	Version: 1.4.3
	Author: GJC
	Author URI: http://www.gjcwebdesign.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.author{
display:none;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
 
  color: #373737;
  font: 300 13px/1.4 Arial,sans-serif;
  background-size: auto 412px;
  /*background-image:url("img/back.jpg");*/
  background-color: #fff;
  background-position: 50% 0;
  background-repeat:no-repeat;
}
@media only screen and (min-width: 1200px){
    body {
        background-size: 1400px auto;
		/*background-image:url("img/back1400.jpg");*/
    }
}
@media only screen and (min-width: 1600px){
    body {
        background-size: 1600px auto;
		/*background-image:url("img/back1600.jpg");*/
    }
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#373737;
	text-decoration:none;
}
a:hover {
	color:#c80f17;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.button {
  border-radius: 0 !important;
  margin: 10px 0 0 !important;
  width: 100px !important;
}
.button:focus {
	border:0 !important;
	}
input, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  margin:0 0 5px !important;
}
input:focus, textarea:focus {
	outline:0;
	border:1px solid #c80f17;
}

h1, h2 {
color:#c80f17;
}
h3, h4, h5 {
color:#373737;
}
.noshow {
	display:none;
	}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.main_body_container {
    min-width: 300px; /* your desired width */
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
/* header */

/* logo */
.logo {
 width:30%;
 float:left;
}
.logo-img {

}
/* search */
.searchtop {
 width:70%;
 float:right;
}
.searchtop .topaddress {
  padding: 20px 20px 10px;
  text-align: right;
}
.sidebar .search-input{
	background:url(img/searchbox.png) no-repeat;
	width:210px;
	height:40px;
}
.sidebar .search-submit,
.sidebar .search-input {
	border:0;

	}
.sidebar .search-input {
	padding:0px 0 0 15px;
	}
.sidebar .search-submit {
  background: transparent none repeat scroll 0 0;
  font-size: 0;
  left: 190px;
  padding: 10px;
  position: absolute;
  top: 50px;
}
.search-input input:focus {
	outline:0;
	border:0px solid #04A4CC;
}
.searchtop .topaddress strong{
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
	}
.searchtop .topaddress strong span{
	color:#3f3cb3;
	}

.topaddress .fa {
  font-size: 55px;
  margin: 0 0 0 30px;
  transition: all 0.35s ease 0s;
}
.fa.fa-facebook {
  background: #3a5897 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 9px 17px 10px;
  position: relative;
  top: -9px;
  transition: all 0.35s ease 0s;
}

.fa.fa-facebook:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #3a5897;
    transition: all 0.35s ease 0s;
}
/* nav */
.nav {
	clear:both;
	background:#373737;
	width:100%;
	height:46px;
}
.nav ul {
	list-style: none outside none !important;
    margin: 0;
    padding: 0;
	}
.nav ul li{
	float:left !important;
    margin: 0;
    padding: 0 20px;
	line-height:46px;
	}
nav ul li a{
	display:block;
	font-weight:400;
	font-size:15px;
	color:#fff;
}
nav ul li:hover{
	background:#c80f17;
	}
nav ul li:hover a{
	color:#fff;
}
nav ul li.current-menu-item,
nav ul li.current-menu-parent {
	background:#c80f17;
}
nav ul li.current-menu-item  a,
nav ul li.current-menu-parent a,
nav ul li.hovered a{
	color:#fff !important;
}
/*newnav*/
.nav .main-nav {
}
.nav .wrapper {
  width: 100%;
  z-index: 999;
}
.main-nav ul.main-menu {
}
.main-nav ul.main-menu > li {
    display: inline-block;
    margin-bottom: -1px;
    position: relative;
	line-height:26px;
	padding:0;
}


.main-nav ul.main-menu > li > a {
    color: #fff;
    display: block;
    font-size: 15px;
    height: 100%;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-nav ul.main-menu > li > a:hover {
    color: #fff;
}
.main-nav ul.main-menu > li:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease 0s;
    width: 0;
}
.main-nav ul.main-menu > li:hover:after {
    opacity: 1;
}
.main-nav ul.main-menu > li.current-menu-item > a, .main-nav ul.main-menu > li.current-page-ancestor > a {
    color: #fff;
    font-size: 15px;
}
.main-nav ul.main-menu > li.current-menu-item > a:hover, .main-nav ul.main-menu > li.current-page-ancestor > a:hover {
}
.main-nav .sub-menu-wrap {  
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 46px;
    z-index: 998;
}
/*2nd level*/
.main-nav .sub-menu-wrap .sub-menu-wrap2 {  
    display: none;
    height: auto;
    left: 200px;
    position: absolute;
    top: 0px;
    z-index: 998;
}
.main-nav ul.sub-menu {
    margin: 0;
    padding: 0;
    width: 320px;
}
/*our com*/
.main-nav li#menu-item-128  ul.sub-menu,
.main-nav li#menu-item-143  ul.sub-menu {
    width: 300px;
}
.main-nav li#menu-item-128  ul.sub-menu li ,
.main-nav li#menu-item-143  ul.sub-menu li{
  width: 300px;
}
.main-nav li#menu-item-128  ul.sub-menu .sub-menu-wrap2,
.main-nav li#menu-item-143  ul.sub-menu .sub-menu-wrap2 {
    left: 300px;
}
.main-nav li#menu-item-128  ul.sub-menu .sub-menu-wrap2 li,
.main-nav li#menu-item-143  ul.sub-menu .sub-menu-wrap2 li  {
  width: 200px;
}
.main-nav ul.sub-menu li {
  background: none repeat scroll 0 0 rgba(200, 15, 23,0.75);
  display: table-cell;
  float: none;
  height: 42px;
  padding: 0 10px;
  vertical-align: middle;
  width: 320px;
}
.main-nav ul.sub-menu li:hover {
	background: rgba(200, 15, 23,1.0);
	}
.main-nav ul.sub-menu li a {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
	display:block;
}
.main-nav ul.sub-menu > li + li {
    padding-left: 15px;
}

.main-nav ul.sub-menu li a:hover {
    text-decoration: none;
}
/*mobile menu*/
.mobile-header {
    display: none;
}
.mobile-nav ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
}
.mobile-nav-button {
    background-image: url("img/mobile-menu-icon.png");
    background-position: 0 0;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 26px;
}
.mobile-nav-button.active , .mobile-nav-button:hover{
    background-position: 26px 0;
}
.mobile-nav-title {
  top:5px;
  color: #fff;
  display: block;
  font-size: 26px;
  left: 30px;
  position: absolute;
  text-transform: uppercase;
}
.mobile-nav {
    display: none;
    position: relative;
}
.mobile-nav ul.main-menu {
    border-bottom: 4px solid #c80f17;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.75);
    margin: 0;
    padding: 0;
}
.mobile-nav ul.main-menu > li {
  background-color: #231f20;
  text-align: left;
  float: none !important;
  width:100%;
  line-height:30px;
}
.mobile-nav ul.main-menu > li + li {
}
.mobile-nav ul.main-menu > li > a {
    background-color: #231f20;
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.mobile-nav ul.sub-menu {
    padding-bottom: 10px;
}
.mobile-nav .sub-menu-wrap {
    background-color: #231f20;
    padding-left: 20px;
    padding-right: 20px;
}
.mobile-nav ul.sub-menu li a {
    color: #fff;
    display: block;
    margin: 0 20px;
    padding: 4px 2px;
}
.mobile-nav ul.sub-menu li a:hover {
    text-decoration: none;
}
.mobile-nav ul.sub-menu li + li a {
    border-top: 1px solid #747474;
}
/* slider */
.topslider {
  max-height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
}
.wrapper.head {
  background: transparent none repeat scroll 0 0;
  margin: 40px auto 0;
  padding: 0;
  position: relative;
  width: 80%;
  z-index: 2000;
  max-width: 1200px;
}
.header {
  background: #fff none repeat scroll 0 0;
}
#slogan {
  color: #fff;
  font-size: 50px;
  margin: 30px 0 40px 50px;
  text-align: left;
}
#slogan > span#second {
  margin: 0 0 0 60px;
}
#slogan > span#slred {
  color: #c80f17;
}
#slogan > span span#slblue{
  color: #3f3cb3;
}
/* sidebar */
.sidebar {

}
/*main*/
main > section>article {
  min-height: 300px !important;
margin-top:250px;
}
article.type-page {
	padding:0 0 20px;
	}
.loopholder.classes article {
  min-height: 200px !important;
}
/*homepage*/
article#post-6 {
	padding:0 0 0 0px;
}

.classesBox.topRow {
	margin:0px 0 0 0;
	}
h3.title1 {
	margin:10px 0;
	text-align:center;
}
.box_inner {
  height: 100%;
}
 article.class-box  {
	padding-bottom:20px;
	}
.thumbnail {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  padding: 0px;
  transition: all 0.2s ease-in-out 0s;
  border-bottom: 3px solid #c80f17;
	min-height:310px; 
	position:relative;	
	height: 100%;
}
.thumbnail:hover {
	border-color: #3f3cb3;
	}
figure {
	position:relative;
	text-align: center;
	}
.thumbnail .caption {
  color: #373737 !important;
}

/*.thumbnail img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    transition: all 0.4s ease-in-out 0.5s;
}
.thumbnail img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}*/
.thumb-pad1 .caption {
  min-height: 130px;
}
.thumbnail .tilereadmore {
  bottom: 10px;
  display: block;
  position: absolute;
  width: 150px;
}

.thumbnail .tilereadmore a, .button {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 10px 6px;
  width: auto;
  text-align: center;
  max-width: 100px;
  font-size: 14px;
  border:0;
}

.thumbnail .tilereadmore a:hover, .button:hover {
	background: #3f3cb3;
	}

#scroll-post-excerpt > h3 {
  color: #3f3cb3;
  text-align: center;
  margin:0 0 10px 0;
  font-size:30px;
}
#scroll-post-excerpt {
  font-size: 14px;
  margin: 0 auto 10px;
  text-align: center;
  width: 80%;
}
#scroll-post-excerpt  .spe_excerpt strong {
	float:right;
	padding:0 20px 0 0 ;
}
/*other content*/
.satitleholder {
  background: none ;
  border: 0 solid #fff;

 
}
.col-lg-12 .satitleholder { 

	top: -95px;
}
.satitleholder h1.satitle {
  color: #373737;

  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}
.loopholder {
	margin:0px 0 0 0;
	}
/*sideber*/
.sidebar-widget {
	margin:40px 0 0 0;
	}
.sidebar h3 {
  margin: 10px 0;
}
	/*gcal sidebar*/
	.gce-event-day {
	  border-top: 1px dotted #222b52;
	  margin: 10px 0 0;
	  padding: 10px 0 0;
	}
	.box_inner .gce-event-day{
	  border-top: 0px dotted #222b52;
	  margin: 0px 0 0;
	  padding: 0px 0 0;
	}
	.gce-list-event, .gce-tooltip-event {
	  background-color:  rgba(132,11,38,1.0) !important;
	  color:#fff !important;
	  font-size:15px;
	  padding:3px 5px;
	}
	.box_inner .gce-tooltip-event {
	  background-color:  #fff !important;
	  color:#222b52 !important;
	  font-size:14px;
	  padding:3px 0px;
	}
.sidebar > #sidebar_contact {
  margin: 0 0 20px;
}

 .sidebar > #sidebar_contact ul {
  padding: 0;
}

.sidebar > #sidebar_contact li{
	list-style: none outside none !important;
    margin: 0;
    padding: 0;
}	
.gfield_description.validation_message, .validation_error {
  color: #c80f17;
  margin: 0 0 5px 0;
}
/* bottom */
.bottom {
  background: #000 none repeat scroll 0 0;
  border-top: 1px solid #c80f17;
  clear: both;
  color: #fff;

  margin: 0;
  width: 100%;
}
.bottom >.bot_hold{
	display:block;
	max-width:1200px;
	margin:0 auto;
	display:block;
	padding:20px;
	width:100%;
	}
.bottom h3 {
	color:#fff;
	margin:0 0 20px;
	text-transform:uppercase;
	font-size:17px;
	}
	
/*newletter form*/
.bottom .gfield input {
  background: none repeat scroll 0 0 #3d3c52;
  border: 2px solid #7e7da8;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #cacadf;
  float: left;
  font: 17px/34px Arial,Helvetica,sans-serif !important;
  height: 36px;
  margin: 0;
  outline: medium none;
  padding: 9px 15px 9px 9px !important;
  resize: none;
  width: 100%;
}
.bottom .gfield input:first-child {
	margin:0 0 10px 0;
	}
.bottom .gform_wrapper label {
  color: #fff !important;
  font-family: arial;
  font-size: 17px;
  font-weight: normal !important;
  left: auto;
  line-height: 34px !important;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  position: absolute;
  text-transform: none !important;
  top: auto;
  z-index: 1;
}
.gform_wrapper .gfield_required {
  color: #fff !important;
}
.bottom .gform_button {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid transparent;
  color: #fff;
  font-size: 17px !important;
  padding:10px 15px;
}
.bottom .gform_button:hover {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 17px !important;
}
.bottom .gform_wrapper div.validation_error {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: normal !important;
  margin-bottom:10px  !important;
}
.bottom .gform_wrapper li.gfield.gfield_error,
.bottom  .gform_wrapper li.gfield.gfield_error.gfield_contains_required  {
  background-color: transparent  !important;
  margin-bottom: 6px !important;
    margin-top: 6px !important;
  padding: 0 !important;
  padding-left: 0  !important;
  border: 0 !important;
}
.bottom .gform_wrapper .top_label .gfield_error .ginput_container,
.bottom  .gform_wrapper .top_label .gfield_error {
  width: 100% !important;
  max-width: 100% !important;
}
.bottom  .gform_wrapper li.gfield_error input[type="text"] {
  border: 2px solid #fff;
}
.bottom .gform_wrapper .validation_message {
  color: #fff !important;
  font-weight: normal !important;
  letter-spacing: normal;
  padding:0  !important;
}
.bottom  .gform_wrapper .gform_footer {
  clear: both;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}
/*bottom menu*/
ul#menu-quick-links, .bot_hold ul , ul.lessonssidebar{
	list-style: circle inside none !important;
    margin: 0;
    padding: 0;
	}
ul#menu-quick-links a , .bot_hold a{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
ul#menu-quick-links  a:hover, .bot_hold a:hover{
	color:#c80f17;
	}


/* footer */
.footer {
	background:#201f1f;
}
.footer .copyright{
	
	color:#fff;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 95%;
  padding:10px 20px;
}
.footer .copyright p{
	float:left;
}
.footer .copyright a{
	color:#fff;
}
.footer .copyright a:hover{
	color:#c80f17;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1260px)  and (min-width:1000px) {
	.thumbnail #datedate, .thumbnail #datemonth {
		  line-height: 24px;
		}
		.thumbnail #datemonth{
			font-size:16px;
		}
		.thumbnail {
			min-height:320px;
			}
	}
@media only screen and (max-width:1000px) {
#slogan {
  color: #fff;
  font-size: 40px;
  height: 160px;
  margin: 10px 0 40px 20px;
  text-align: left;
}
		.bottom {
		height:auto;
		}
	.bottom article{
		border-bottom:1px solid #ccc;
		margin:0 0 20px 0;
		padding:0 0 20px 0;
		min-height:120px;
		}
	.col-sm-6 {
	  margin-bottom:10px;
	}
	.main-nav ul.main-menu > li > a {
		  font-size: 14px;
		  padding: 10px;
		}

}
@media only screen and (max-width:768px) {
body {
  background-color: #fff;
  /*background-image: url("img/back.jpg");*/
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 360px;
  color: #373737;
  font: 300 13px/1.4 Arial,sans-serif;
}
.logo {
  float: left;
  position: absolute;
  width: 30%;
}
.searchtop {
  float: right;
  width: 100%;
}
#slogan {
  color: #fff;
  font-size: 30px;
  height: 140px;
  line-height: 40px;
  margin: 10px -10px;
  text-align: left;
}
#slogan > span#second {
  margin: 0 0 0 10px;
}
	.nav .main-nav{
        display: none;
    }
	.mobile-header {
	  background-color: #dadada;
	  display: block;
	  text-align: center;
	}
    .mobile-nav-button{
        display: block;
    }

    .mobile-nav-bar > div{
        position: relative;
        height: 46px;
        width: 100%;
        bottom: 0px;
        background-color: #231f20;
    }


    .mobile-nav ul.sub-menu{
        display: block;
    }
    
    .mobile-nav ul.sub-menu li {
        text-transform: uppercase;
		float:none !important;
		line-height:26px;
    }
	.mobile-nav ul.sub-menu li:hover {
		background:#231f20;
		}
    .mobile-nav ul.main-menu > li > a:hover, .mobile-nav ul.sub-menu li a:hover {
        color: #c80f17;
    }
	
	.thumb-pad1.maxheight {
		margin:0 0 20px 0;
		}
	.classesBox article.class-box {
	  padding-bottom: 10px;
	}


}
@media only screen and (max-width:480px) {
	.wrapper.head {
  margin: 5px auto 0;
}
	/* logo */
	.logo {
  float: none;
  position: static;
  width: auto;
}
	.logo-img {

	}
#slogan {
  color: #fff;
  font-size: 22px;
  height: 100px;
  line-height: 30px;
  margin: 10px  -10px;
  text-align: left;
}
	/* search */
	.searchtop {
  clear: both;
  float: none;
  width: 100%;
}
.searchtop .topaddress strong {
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
}
	.searchtop .searchbox {
	  background: url("img/searchbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  float: left;
	  height: 40px;
	  width: 210px;
	}
.searchtop .topaddress {
  padding: 0 10px;
  text-align: left;
}
	.logo-img {
  width: 200px;
}
	.fphighlight > .fph_hold img ,
	.fpfirst img{
		padding:20px 0 0 0;
		float:none !important;
		margin:0 !important;
		height:180px;
		}
	.fphighlight h1 {
	  padding: 0px 0 0;
	}
	#spe_Holder {
	height:147px !important;
	}
	.spe_div {
	  height: 140px !important;
	}
	.footer .copyright {
	  padding: 10px 10px;
	  width: 100%;
	}
	.footer .copyright > div{
		float:none !important;
	}


}
@media only screen and (max-width:360px) {
body {
  background-size: auto 350px;
}
.wrapper.head {
  width: 90%;
}
	.logo-img {
  width: 180px;
}
.searchtop .topaddress strong {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
#slogan {
  color: #fff;
  font-size: 20px;
  height: 100px;
  line-height: 30px;
  margin: 10px 0px;
  text-align: left;
}
#slogan > span#second {
  margin: 0;
}


}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/
.search-input ::selection {
	background:0;
	}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.search-input ::-webkit-selection {
	background:0;
	}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.search-input ::-moz-selection {
	background:0;
	}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


