/*
	Theme Name: spwy
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Tajawal', sans-serif;
	color: #58585A;
	font-size:18px;
	line-height:24px;
	    font-weight: 500;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
	 clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
	text-decoration:none;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul,li,h1,h2,h3,h4
{list-style-type:none;margin:0;padding:0}


.mapsection iframe {
	width:100%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* header */
.header {
padding:10px 0 0 0;

}
.sticky1 {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(123, 123, 123, 0.4);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.top-text, .top-text a {
    text-align: right;
    color: #a59b93;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-text {
	padding-right:15px;
}


/* logo */
.logo {
    margin: 0 auto;
}
.logo-img {
}
/* nav */
/* nav */


.menu-side {
   background: rgba(47, 105, 110, 0.88);
}

.main-nav{
	color:#015198;
}
.nav_area ul li{
	display:inline-block;
	position:relative;
	
}
.nav_area ul li a {
	padding: 20px 20px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}

.nav_area ul li:hover {
	background:#a79d93;
}
.nav_area ul li:hover .fa-angle-down{
	color:#fff;
}

.ms_btn:hover, .view-article:hover, .gform_button:hover{background:#a79d93 !important;}

span.arrow {
    display: inline-block;
    font-size: 20px;
    color: #a59b93;
    vertical-align: middle;
	margin-right: 15px;
	margin-left: -8px;
	cursor:pointer;
}

.nav_area ul li a:hover,
.nav_area ul li.current-menu-item a{

}
ul.sub-menu {
    position: absolute;
    display: none;
    background: rgba(47, 105, 110, 0.88);
    z-index: 555;
	padding: 10px 5px;
	text-align: left;
    left: -40px;
    right: -40px;
}

ul.sub-menu li{
	display:block;
	text-align:center;
}
ul.sub-menu li a{
	padding:5px 15px;
	display:block;
	font-size:16px; 	
	letter-spacing:1px;
	text-align:center;
}
.menu-side form.search input, .menu-side form.search button,
.footer form.search input, .footer form.search button{
    background: transparent;
    border: 0px;
	color: #fff;
	display: inline-block;
    vertical-align: middle;
}


.menu-side form.search input::placeholder, .footer form.search input::placeholder{
	color:#fff;
}

/* sidebar */



.post-sidebar h3.widget-title.section-title {
    margin-bottom: 10px;
}

.post-sidebar .widget_search {
    margin-bottom: 40px;
}

.post-sidebar .widget_categories {
    margin-bottom: 40px;
}

.post-sidebar form.search {
    background: #a79d93;
}

.post-sidebar input, .post-sidebar button{
	border:0px;
	background:transparent;
	    font-style: italic;
}

.post-sidebar form.search {
    background: #a79d93;
    padding: 15px;
    width: 250px;
    color: #fff;
}

.post-sidebar .search input::placeholder{
	color:#fff;
}

.sidebar li{
    line-height: 45px;
}

.sidebar li a {
    font-weight:800;
    font-size: 20px;
    text-transform: uppercase;
    color: #0C5156;
    letter-spacing: 2px;
    line-height: 30px;
}




/* footer */
.footer {
}

.footer .footer-right a{color:#fff;}

.bottom-footer {
    background: #a59b93;
    color: #fff;
	padding:30px 0;
	font-size:14px;
	text-align:center;
	line-height: 16px;
}

.top-footer {
    background: #0c5156;
	padding:100px 0;
}

.footer-links li a{
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    line-height: normal;
	font-size:14px;
}

.copyright {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.top-footer .container {
    max-width: 1500px;
    width: 100%;
}


.footer-right {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}


.footer form.search{
	background:#5f8c90;
	padding: 15px;
	width: 150px;
}

.footer-right p, .footer-right form {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.footer-right p {
    text-align: left;
  
}



.footer-right span b{font-weight:400;}


.footer-right p, .footer-right a, .footer-right span {
    display: inline;
    vertical-align: top;
    width: auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* Home page */
.home-banner img{width:100%;}
.section-title {
    font-weight:800;
    color: #A59B93;
    letter-spacing: 2px;
    text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 45px;
}

.subtitle, .address h3{
     font-weight:700;
	font-size:22px;
	text-transform:uppercase;
	color: #0C5156;
	letter-spacing: 1px;
	line-height: 30px;
}


@media (min-width:768px) and (max-width: 1499px){
	.practice-col .col-sm-3 .inner-con{width:250px}
	.practice-col h3.subtitle{font-size:16px;}
}
@media (min-width:768px) and (max-width: 1199px){
	.practice-col .col-sm-3 .inner-con{width:202px}
	.practice-col h3.subtitle{font-size:12px;}
}
@media (min-width:768px) and (max-width: 991px){
	.practice-col .col-sm-3 .inner-con{width:150px}
}
/*.practice-col h3.subtitle{
	font-size:30px;
}
@media (max-width: 1499px){
	.practice-col h3.subtitle{font-size:29px;}
	.practice-col .col-sm-3 .inner-con{width:250px}
}
@media (max-width: 1199px){
	.practice-col h3.subtitle{font-size:23px;}
	.practice-col .col-sm-3 .inner-con{width:202px}
}
@media (max-width: 991px){
	.practice-col h3.subtitle{font-size:16px;letter-spacing:1px}
	.practice-col .col-sm-3 .inner-con{width:150px}
}*/

.title-text {
    margin-bottom: 65px;
}

.tested {
	margin:50px 0;
	text-align: center;
}


.tested .col-sm-4 {
    position: relative;
    display: table-cell;
    float: none;
	padding-left:50px;
	padding-right:50px;
} 

.tested .col-sm-4:after {
  	content: '';
  	height: 100%;
  	width: 1px;
	position: absolute;
  	right: 0;
  	top: 0;
	background-color:  #DDD9D6;
}

.tested .col-sm-4:last-child:after {
    display: none;
}

.mapsection {background-color: #F6F5F4;}

.contact-section .mapsection {
    height: 400px;
}
@media (max-width: 767px){
	.contact-section .mapsection {height:auto;}
}

.address {
    padding-top: 70px;
}

.contact-section .address h2.section-title {
    margin-bottom: 5px;
}


.mapsection .ms_btn {
       background-color: #2f696e;
    color: #fff;
    font-size: 18px;
    border: 1px solid #BFBDB8;
    padding: 12px 30px;
    font-style: italic;
    display: inline-block;
    margin-top: 40px;
    font-weight: 500;
}

.home-banner {
    margin-top: -65px;
}

.practice {
    padding: 50px 0 40px 0;
}

.practice-col .subtitle{
	background:#a59b93;
	height:50px;
	text-align:center;
	color:#fff;
	position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
  -ms-transform:    translateY(-50%);
  -o-transform:     translateY(-50%);
	font-size:18px;
	letter-spacing:2px;
	display:table;
	line-height:normal;
}

.inner-con span {
    display: table-cell;
    vertical-align: middle;
}
.small-container{
	max-width:820px;
	margin:0 auto
}

.practice-col > div .inner-con {
    position: relative;
}


.practice-col > div .inner-con a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(12, 81, 86, 0.74);
}



/* End Home page */

/*------------------------------------*\
    SUB PAGES
\*------------------------------------*/



.title-area {
    margin: 50px 0;
	text-align:center;
}

.list-area, .title-area, .box-area, .img-cont, .cta-area{
	padding:50px 0;
}

.cta-area a:hover{color:#a79d93;}

.container .content ul li{list-style-type:disc;margin-left:21px;}

.container .content em{font-style:italic;}

.people-section .container .content{max-width:762px;margin:0 auto;}

.allfields{
	margin-bottom: -10px;
    padding-bottom: 0;
    font-size: 15px;
}

.termsform, .gchoice_1_8_1{
	font-size:15px;
}

.people-desc:before {
    content: '';
    height: 12px;
    width: 100%;
    top: 0;
    background-color: #A69C94;
    display: block;
    margin-bottom: 20px;
}

.list-area .row {
    margin-bottom: 70px;
}

.list-area .container {
    max-width: 1280px;
    width: 100%;
}

.cta-area{
	text-align:center;
}

.practice-col {
    text-align: center;
}

.practice-col > div{
    float: none;
    display: inline-block;
}
/* Contact Page */
.contact-section .contact-area {
    padding-top: 50px;
}
.contact-box .details p {
    line-height: 25px;
    padding-bottom: 8px;
}

/* End Contact page */
/*------------------------------------*\
	BLOG
\*------------------------------------*/

.spacer{
	padding:50px 0;
}

.latest-post .section-title a {
    color: #A59B93;
}

.latest-post .section-title{
	margin-bottom:15px;
}

.meta {
    color: #0c5156;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 20px;
}

.meta a{
	 color: #0c5156;
}

a.view-article {
    display: table;
    background: #0c5156;
    color: #fff;
    padding: 15px 30px;
    margin: 25px 0;
    font-style:italic;
    font-size: 17px;
    border: 1px solid #a79d93;
}

.latest-post .list-post > div{
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 15px solid #a79d93;
}

.latest-post .list-post > div:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.latest-post{
	margin-bottom:50px;
}

/*------------------------------------*\
	CONTACT
\*------------------------------------*/


span.page-numbers.current {
    color: #0c5156;
}

.page-numbers {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    padding: 0 25px;
	  color:#a59b93;
}

.pagination {
    margin-bottom: 0px;
	margin-top: 0;
}

.contact-box {
    margin-bottom: 30px;
}

.add-section .content p {
    padding-bottom: 12px;
}
/* Form */
.gform_wrapper h3.gform_title {
    display: none;
}
.gform_wrapper input , .gform_wrapper textarea{
    background-color: #A79D93;
    padding: 10px 15px !important;
	color:#fff;
	border:0px;
	font-style:italic;
}

.gform_wrapper input::placeholder , .gform_wrapper textarea::placeholder{
	color:#fff;
	font-style:italic;
}
.gform_wrapper  .ginput_container_text {   
    font-style:italic;
}

.gform_wrapper label.gfield_label {
    display: none !important;
}

.gform_wrapper .field_description_below.form-content {
	font-size:12px;
	line-height: 16px !important;
}

.contact-area .gform_wrapper ul.gfield_checkbox li input[type=checkbox]{
   
    border: 1px solid #a79d93;
    background: transparent;
    padding: 0px !important;
	width: 20px !important;
    height: 20px !important;
    margin-right: 15px;
	-webkit-appearance: none;
    border: 1px solid #a79d93;
    background: transparent;
}


.contact-area .gform_wrapper ul.gfield_checkbox li   label:before{
    content: "";
    position: absolute;
    display: none;
}



.contact-area .gform_wrapper ul.gfield_checkbox li input:checked ~ label:before{
    left: 8px;
    top: 9px;
    width: 7px;
    height: 11px;
    border: solid #a79d93;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.gform_wrapper  input[type="checkbox"]:checked {
   
}


.contact-area .gform_wrapper .gfield_checkbox label {
    font-weight: 100;
    font-size: 15px;
	padding-top: 4px;
}



.gform_wrapper{position:relative;}

.gform_wrapper input[type="submit"] {
    background: #487b80;
    font-style:italic;
    position: absolute;
    right: 0;
    bottom: 25px;
    border: 1px solid #a79d93;
    padding: 11px 30px !important;
    margin-right: 0 !important;
}

.contact-section b {
    font-weight:700;
}


.contact-section i {
    font-style:italic;
}

div#contact-slider .owl-nav {
    display: block;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
	    margin-top: 0px;
}

#contact-slider .owl-nav .owl-prev {
  	left: -25px;
}

#contact-slider .owl-nav .owl-next {
  	right: -25px;
}

#contact-slider.owl-theme .owl-nav [class*=owl-]{
	background:transparent;
	  position: absolute;
	color:#A79D93;
	font-size:30px;
	padding: 0;
    margin: 0;
}



.mapsection .col-sm-7 {
    padding-left: 0;
}

.mapsection .col-sm-7 p{
	margin:0;
}

.slider-section {
    margin: 80px 0;
}

/* End Form */




/*------------------------------------*\
	404 PAGE
\*------------------------------------*/

.letters {
    line-height: 155px;
    font-size: 150px;
    font-weight: 700;
    display: block;
    width: 100%;
}


.letters strong {
    color: #5f636b;
    transform: rotate(24deg);
	 -webkit-transform:  rotate(24deg);
  -ms-transform:     rotate(24deg);
  -o-transform:     rotate(24deg);
    display: inline-block;
    padding: 0 10px 0 17px;
}

.error-page h2 {
    color: #000;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

a.home-btn {
    display: inline-block;
    padding: 0 40px;
    background: #0c5156;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0 40px 0;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Facit-Regular';
	src:url('fonts/Facit Regular.otf');
	
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Facit-Bold';
	src:url('fonts/Facit Bold.otf');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Facit-Italic';
	src:url('fonts/Facit Italic.otf');
    font-weight:normal;
    font-style:normal;
}
.footer form.search input{
	font-style:italic;
    width: 75%;
	font-size: 16px;
	float:left;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
 .toggle {
    display: none;
}

span.date i {
    color: #a79d93;
}

span.cat a:first-child {
    border-bottom: 3px solid #0c5156;
}

.single-blog{padding:40px 0;}

.post-sidebar {
    margin-bottom: 40px;
}

.mapsection .row {
    margin: 0;
}

.mapsection .address .fitwidth{max-width:538px !important;}
@media (max-width: 767px){
	.mapsection .address .fitwidth {margin:0 auto;}
}

.contact .mapsection .address .content {max-width:285px !important;}
@media (max-width: 767px){
	.contact .mapsection .address .content {margin:0 auto;}
}

.inner-con a {
    display: block;
    cursor: pointer;
}


.practice-col > div:hover .inner-con a:before{background: transparent;}


@media (min-width: 1500px){
.container {
    width: 1400px;
}
}



@media (min-width: 1900px){
.container {
    width: 1800px;
}
}

@media(min-width:768px){
	
	.header button.search-submit {
    position: absolute;
    right: 15px;
	top:20px;
}
	.menu-side form.search input {
    font-style:italic;
    width: 150px;
	font-size: 16px;
	position: absolute;
    right: 0;
    top: 0;
    background: #a79d93;
    height: 100%;
    padding: 15px;

}
	.menu-side form.search input:-webkit-autofill{background: #a79d93;}
.menu-side form.search input:focus {
    width: 250px;
	background:#a79d93;
}
	
	.home .address {    padding-top: 115px;    padding-bottom: 160px;  }
	
	.footer .footer-right a:before, .footer .footer-right span:before{
		content: ' \25CF';
		font-size: 12px;
   	 	width: 18px;
    	display: inline-block;
	    vertical-align: top;
	}
	
	.mobile-title ,a.more-text, a.less-text, label.form-toggle, .sidebar .mobile-div{display:none !important;}

ul.menu,.menu-side form.search{display:block !important; }
	
	.nav_area{		text-align:center;	}
	
	.menu-side{		position:relative;	}
	
	.footer-right{		text-align:right;	}
	
	.footer-links{	padding-left:50px;	}

	.practice-col > div{		width:24%;	}
	
	.content .right{		text-align:right;	}
	
	.content .left{		text-align:left;	}
	
.content .right:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}
	
	.latest-post , .contact-left{    border-right: 1px solid #ddd;    padding-right: 50px;}
	
	.post-sidebar, .contact-right {    padding-left: 50px;  }
	
	.nav_area ul li.menu-item-has-children:hover ul.sub-menu{
		display:block;
	}
	
	
	
}
@media only screen and (max-width:968px) and (min-width:767px) {
	.practice-col .subtitle {
		font-size:13px;
		line-height:normal;
		letter-spacing:2px;
	}
	.nav_area {
		text-align: left;
	}
	.nav_area ul li a{
		font-size:15px;
		letter-spacing:2px;
	}
}


@media only screen and (max-width:767px) {
	
	.footer-right span b {
    display: inline-block;
	float:left;
	padding-right: 5px;
}
	
	.map-section iframe{height:450px;}
	
	.section-title{
		font-size:30px;
	}	
	
	.top-area, .desktop-title, aside.sidebar .search, .sidebar .desktop-div, .mobile-div label.screen-reader-text{display:none;}
	
	a.less-text{display:none;}
	
.menu-side {   position: absolute;    top: 0;    width: 100%;  }
	
.nav_area {    position: initial;	padding: 15px;  }
	
.nav_area  .menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    background: #a79d93;
    z-index: 999;
    top: 75px;
}

span.arrow {  display: inline-block;    width: 10%;    text-align: center;	cursor:pointer;	color:#fff;  }

label.toggle {    display: block;    position: relative;    width: 100%;    height: 40px;   }

.toggle i{
    display: block;
    cursor: pointer;
    color: #a79d93;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-right: 0;
    background: #fff;
    font-size: 24px;
    position: absolute;
    right: 0;
}
	
	
	label.form-toggle {    position: absolute;    top: 15px;    right: 71px;  }
	
	.form-toggle i{
    display: block;
    cursor: pointer;
    color: #fff;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-right: 0;
    background: #a79d93;
    font-size: 24px;
    position: absolute;
    right: 0;
}
	
	.menu-side form.search{
		display:none;
		    position: absolute;
    top: 75px;
    width: 100%;
    height: auto;
    text-align: center;
	background: #a79d93;
		padding:15px;
	}
	.menu-side form.search input{
		width:75%;
	}
	
	.logo-side {    margin: 75px 0 5px 0;  }

.nav_area ul li {    display: block;	 border-bottom: 1px solid #fff;  }
	
.nav_area ul li a {
    padding: 15px;
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    float: none;
    clear: both;
}

ul.sub-menu li a{	border-bottom:0px; }

ul.sub-menu {    position: relative;  }
	
	ul.sub-menu li {    border-bottom: 0;  }


.nav_area > ul > li.menu-item-has-children  > a {	display:inline-block;	width:85%;  }

	
	.home-banner {    margin-top: 0;  }
	
	.inner-con img {    display: none;  }
	
	.gform_wrapper input[type="submit"]{position: relative;max-width: 150px;margin: 0 auto !important;display: table;}
	
	
	.gform_wrapper.gf_browser_chrome .gform_body {    width:  100% !important; }	
	
	.mapsection{height:auto;}
	
	div#contact-slider .owl-nav, .practice-col > div .inner-con:before{display:none;}

	.practice-col > div{display:block;margin-bottom:10px;padding:0;height:70px;}
	
	.practice-col .subtitle{background: #0c5156;position:unset;height:70px;
		 -webkit-transform: translateY(0%);
  -ms-transform:    translateY(0%);
  -o-transform:     translateY(0%);
 
		transform: translateY(0%); font-size: 20px;}
	
	.address { padding-bottom: 70px;   text-align: center;  }
	
	.tested, .footer-logo {  display: none; }
	
	.top-footer{position:relative;	    padding-bottom: 50px;}
	
	.footer-right{position:initial;}
	
	.top-footer form.search { position: absolute;   top: 0;   width: 100%;    left: 0;    padding: 15px 40px; }
	
	.footer form.search button {  width: 22%;    text-align: right; }
	
	.footer .footer-right a, .footer .footer-right span{display:block;}
	
	.footer-links {  margin-bottom: 40px; }
	
	.bottom-footer {    font-size: 16px;    line-height: 24px;  }
	
	.copyright {  margin-top: 15px;  }
	
	.footer .container { max-width: 90%;}
	
	.title-area{margin:0;}
	
	.title-area h3.subtitle {  margin-bottom: 30px; }
	
	.list-area, .title-area, .box-area, .img-cont, .cta-area {    padding: 30px 0;  }
	
	.list-area img {   margin-bottom: 30px;  }
	
	.list-area .row .col-sm-6:first-child {    padding: 0; }
	
	.list-area,.box-area {   background: #fff !important;  }
	
	.img-cont {    text-align: center; }
	
	.mobile-title {    margin: 30px 0;  }
	
	.box-area{padding-bottom:10px;}
	
	.contact-box .subtitle {    margin-bottom: 20px;  }
	
	.slider-section {    margin: 80px 0 40px;  }
	
	.list-area .content {    height: 148px;    overflow: hidden;  }
	
	.single-blog .section-title{	text-align:center;	}
	
	.single-blog{padding:40px 0;}
	
	aside.sidebar {    margin-bottom: 40px; }
	
	.mobile-div select {
    width: 100%;
    margin: 0 auto;
    font-family: 'Facit-italic', sans-serif;
    padding: 15px 15px;
    font-size: 20px;
    border-color: #a59b93;
    color: #a59b93;
	-webkit-appearance: none;
	}
	
	.mobile-div  {    position: relative;   }
	
	.mobile-div .open{
    font-size: 30px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #a59b93;
	}
	
	

	
}
@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@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
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-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;
}

/*------------------------------------*\
    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;
	}
}