﻿@font-face {
	font-family: 'Signika';
	src: url('../fonts/subset-Signika-Regular.eot');
	src: url('../fonts/subset-Signika-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Signika-Regular.woff2') format('woff2'),
		url('../fonts/subset-Signika-Regular.woff') format('woff'),
		url('../fonts/subset-Signika-Regular.ttf') format('truetype'),
		url('../fonts/subset-Signika-Regular.svg#Signika-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Signika';
	src: url('../fonts/subset-Signika-Bold.eot');
	src: url('../fonts/subset-Signika-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Signika-Bold.woff2') format('woff2'),
		url('../fonts/subset-Signika-Bold.woff') format('woff'),
		url('../fonts/subset-Signika-Bold.ttf') format('truetype'),
		url('../fonts/subset-Signika-Bold.svg#Signika-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Signika-Light';
	src: url('../fonts/subset-Signika-Light.eot');
	src: url('../fonts/subset-Signika-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Signika-Light.woff2') format('woff2'),
		url('../fonts/subset-Signika-Light.woff') format('woff'),
		url('../fonts/subset-Signika-Light.ttf') format('truetype'),
		url('../fonts/subset-Signika-Light.svg#Signika-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Signika-Semibold';
	src: url('../fonts/subset-Signika-Semibold.eot');
	src: url('../fonts/subset-Signika-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Signika-Semibold.woff2') format('woff2'),
		url('../fonts/subset-Signika-Semibold.woff') format('woff'),
		url('../fonts/subset-Signika-Semibold.ttf') format('truetype'),
		url('../fonts/subset-Signika-Semibold.svg#Signika-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Otama-ep';
	src: url('../fonts/subset-Otama-ep.eot');
	src: url('../fonts/subset-Otama-ep.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Otama-ep.woff2') format('woff2'),
		url('../fonts/subset-Otama-ep.woff') format('woff'),
		url('../fonts/subset-Otama-ep.ttf') format('truetype'),
		url('../fonts/subset-Otama-ep.svg#Otama-ep') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Signika', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 1.25;
	background: #fff;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 14px;
	overflow: hidden;
}

/* Section */

.section {
	max-width: 1200px;
	margin: 0 auto;
}

/* Header */

#header .section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 35px;
}

#header .logo {
	display: block;
	width: 362.5px;
	margin: 0 auto 23px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .est {
	text-align: center;
	font-size: 17.5px;
	color: #58595b;
}

#header .info {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 27px;
	table-layout: fixed;
	font-size: 17.5px;
	color: #58595b;
	letter-spacing: 1px;
}

#header .info span {
	display: table-cell;
	vertical-align: middle;
}

#header .info .left {
	text-align: left;
}

#header .info .middle {
	text-align: center;
}

#header .info .right {
	text-align:right;
}

#header .search {
	position: absolute;
	right: 0;
	top: 71px;
}

#header .search .textbox {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	border: 0;
	font-family: 'Signika', Arial, sans-serif;
	font-size: 15px;
	color: #484848;
	width: 53px;
	height: 17px;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}

#header .search .textbox:focus {
	width: 100px;
}

#header .search .btn {
	float: left;
	margin: 3px 0 0;
	padding: 0;
	width: 13px;
	height: 13px;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	background: url(../img/search-ico.png) no-repeat center;
	-webkit-background-size: 13px;
	-moz-background-size: 13px;
	background-size: 13px;
	-ms-behavior: url(./backgroundsize.min.htc);
}

#header .topNavi {
	position: relative;
	text-align: center;
}

#header .topNavi:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
	height: 1px;
	background: #19325e;
	z-index: -1;
}

#header .topNavi ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #58595b;
	font-size: 16.50px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
}

#header .topNavi ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 23px 10px 27px;
	padding: 0;
	list-style: none;
}

#header .topNavi ul li a {
	display: inline-block;
}

#header .topNavi ul li:hover a,
#header .topNavi ul li.current_page_item a {
	color: #19325e;
}

#header .topNavi ul li.hasSub a {
	position: relative;
	padding-right: 16px;
}

#header .topNavi ul li.hasSub a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #57585b transparent transparent transparent;
}

#header .topNavi ul li.hasSub:hover a:after {
	border-color: #19325e transparent transparent transparent;
}

#header .topNavi ul li ul {
	display: none;
	position: absolute;
	left: -27px;
	top: 18px;
	margin: 0;
	padding: 14px 0 0;
	text-align: left;
	color: #fff;
	background: none;
	font-weight: normal;
	width: 211px;
}

#header .topNavi ul li:hover ul {
	display: block;
}

#header .topNavi ul li ul li {
	position: static;
	display:block;
	margin: 0;
	padding: 0;
	background: #19325e;
	border-top: 1px solid #082049;
}

#header .topNavi ul li ul li:first-child {
	border-top: 0;
}

#header .topNavi ul li ul li a {
	display: block;
	padding: 11px 56px 11px 27px;
}

#header .topNavi ul li ul li a:after {
	display: none;
}

#header .topNavi ul li:hover ul li a {
	color: #fff;
}

#header .topNavi ul li ul li a:hover {
	font-weight: bold;
}

/* Sub Header */

#subHeader {
	margin-bottom: 20px;
}

#subHeader .adBanner {
	float: left;
	width: 880px;
}

#subHeader .adBanner img {
	display: block;
	width: 100%;
}

#subHeader .newsletter {
	float: right;
	width: 300px;
	height: 109px;
	border: 1px solid #a3adbf;
	padding: 16px;
}

#subHeader .newsletter label {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	font-family: 'Otama-ep', Times, serif;
	font-size: 19px;
	color: #19325e;
	margin: 0 0 14px;
	padding: 0;
}

#subHeader .newsletter .textbox {
	float: left;
	margin: 0;
	padding: 0 15px;
	height: 33px;
	width: 69.17293233082707%; /* 184px */
	border: 1px solid #a3adbf;
	font-family: Arial, sans-serif;
	font-size: 12.50px;
	color: #000;
	text-align: center;
	-webkit-appearance: none;
}

#subHeader .newsletter .textbox::-webkit-input-placeholder {
	color: #a1a3a6;
	opacity: 1;
	font-style: italic;
}

#subHeader .newsletter .textbox:-moz-placeholder {
	color: #a1a3a6;
	opacity: 1;
	font-style: italic;
}

#subHeader .newsletter .textbox::-moz-placeholder {
	color: #a1a3a6;
	opacity: 1;
	font-style: italic;
}

#subHeader .newsletter .textbox:-ms-input-placeholder {  
	color: #a1a3a6;
	opacity: 1;
	font-style: italic;
}

#subHeader .newsletter .submitBtn {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 27.44360902255639%; /* 73px */
	height: 33px;
	border: 1px solid #a3adbf;
	-webkit-appearance: none;
	background: none;
	font-family: 'Signika-Semibold', Arial, sans-serif;
	font-size: 11px;
	color: #19325e;
	cursor: pointer;
}

#subHeader .newsletter .submitBtn:hover {
	background-color: #a3adbf;
	color: #fff;
}

/* Sorter */

#sorter {
	margin-bottom: 22px;
}

#sorter ul {
	margin: 0;
	padding: 0;
}

#sorter ul li {
	margin: 0 11px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #a3adbf;
}

#sorter ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16.5px;
	padding: 0.6060606060606061em 1.454545454545455em;
}

#sorter ul li:hover a {
	background-color: #a3adbf;
	color: #fff;
}

/* Slider */

#slider {
	margin-bottom: 20px;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .slides .owl-nav {
	display: block;
}

#slider .slides .owl-nav .owl-prev,
#slider .slides .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 22px;
	height: 32px;
	background: url(../img/slider-arrows.png) no-repeat;
	text-indent: -9999em;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(./backgroundsize.min.htc);
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#slider .slides .owl-nav .owl-prev:hover,
#slider .slides .owl-nav .owl-next:hover {
	opacity: 1;
}

#slider .slides .owl-nav .owl-prev {
	left: 2.083333333333333%;	
	background-position: left top;
}

#slider .slides .owl-nav .owl-next {
	right: 2.083333333333333%;	
	background-position: left bottom;
}

/* Content */

#content {
	margin-bottom: 50px;
}

/* Left Column */

#leftColumn {
	float: left;
	width: 880px;
}

/* Right Column */

#rightColumn {
	float: right;
	width: 299px;
}

#rightColumn .playlist {
	margin-bottom: 22px;
}

#rightColumn .playlist img {
	display: block;
	width: 100%;
}

#rightColumn .ad {
	margin-bottom: 22px;
}

#rightColumn .ad img {
	display: block;
	width: 100%;
}

#rightColumn .facebook {
	margin-bottom: 22px;
}

#rightColumn .facebook img {
	display: block;
	width: 100%;
}

/* Posts */

#posts {
	margin: 0 0 40px -20px;
	padding: 0;
}

#posts li {
	display: inline-block;
	margin: 0 -4px 25px 0;
	padding: 0 0 0 20px;
	list-style: none;
	vertical-align: top;
	width: 50%;
}

#posts li a {
	display: block;
}

#posts li img,
#bigPost .image {
	display: block;
	margin-bottom: 14px;
	width: 100%;
}

#posts li p,
#bigPost p {
	margin: 0 0 6px;
}

#posts li h2,
#bigPost h2 {
	margin: 0 0 6px;
}

#posts li .readmore,
#bigPost .readmore {
	font-weight: bold;
	color: #19325e;
}

/* Blog */

#blog .blogImage {
	margin-bottom: 20px;
}

#blog .blogImage img {
	display: block;
	width: 100%;
}

#blog .blogPost {
	margin-bottom: 60px;
}

/* Big Post */

#bigPost {
	margin-bottom: 20px;
}

/* Current Issue */

#currentIssue {
	margin-bottom: 30px;
}

#currentIssue .issue {
	display: block;
}

#currentIssue .issue img {
	display: block;
	width: 100%;
}

/* Archive */

#archive ul {
	margin: 15px 0 0 -20px;
	padding: 0;
}

#archive ul li {
	margin: 0 -3px 20px 0;
	padding: 0 0 0 20px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

#archive ul li img {
	display: block;
	width: 100%;
}

/* Contact Us */

#contactUs dl {
	margin: 0;
	padding: 0;
}

#contactUs dl dt,
#contactUs dl dd { 
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 1.6;
	/*letter-spacing: 1px;*/
}

#contactUs dl h2 {
	margin: 0;
}

#contactUs dl dd {
	margin-bottom: 25px;
}

#contactUs dl dd ul,
#contactUs dl dd ol {
	margin: 0;
	padding: 0;
}

#contactUs dl dd ul li,
#contactUs dl dd ol li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#contactUs dl dd ol li {
	padding-left: 19px;
}

#contactUs dl dd ol li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#contactUs dl dd span {
	font-weight: bold;
	color: #19325e;
}

#contactUs dl h3 {
	margin: 0;
}

.page-template-page-contact-us-php .nf-form-cont .nf-form-fields-required {
	margin-bottom: 5px;
}

.page-template-page-contact-us-php .nf-form-cont .nf-field-container {
	margin-bottom: 13px;
}

#contactUs .form,
.page-template-page-contact-us-php .nf-form-cont {
	margin-top: 47px;
	max-width: 556px;
}

#contactUs .form .field,
.page-template-page-contact-us-php .nf-form-cont nf-field {
	margin-bottom: 13px;
}

#contactUs .form .field .textbox,
#contactUs .form .field textarea,
.page-template-page-contact-us-php .nf-form-cont nf-field .textbox-wrap input,
.page-template-page-contact-us-php .nf-form-cont nf-field .email-wrap input,
.page-template-page-contact-us-php .nf-form-cont nf-field .textarea-wrap textarea {
	display: block;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #a3adbf;
	width: 100%;
	height: 29px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	-webkit-appearance: none;
}

#contactUs .form .field .textbox:-moz-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textbox-wrap input:-moz-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .email-wrap input:-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;	
	font-style: italic;
}

#contactUs .form .field .textbox::-webkit-input-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textbox-wrap input::-webkit-input-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .email-wrap input::-webkit-input-placeholder {
	color: #aaaaaa;
	opacity: 1;
	font-style: italic;
}

#contactUs .form .field .textbox::-moz-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textbox-wrap input::-moz-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .email-wrap input::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
	font-style: italic;
}

#contactUs .form .field .textbox:-ms-input-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textbox-wrap input:-ms-input-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .email-wrap input:-ms-input-placeholder {  
	color: #aaaaaa;
	opacity: 1;
	font-style: italic;
}

#contactUs .form .field textarea,
.page-template-page-contact-us-php .nf-form-cont nf-field .textarea-wrap textarea {
	resize: none;
	overflow: auto;
	height: 184px;
}

#contactUs .form .field textarea:-moz-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textarea-wrap textarea:-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;	
	font-style: italic;
}

#contactUs .form .field textarea::-webkit-input-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textarea-wrap textarea::-webkit-input-placeholder {
	color: #aaaaaa;
	opacity: 1;
	font-style: italic;
}

#contactUs .form .field textarea::-moz-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textarea-wrap textarea::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
	font-style: italic;
}

#contactUs .form .field textarea:-ms-input-placeholder,
.page-template-page-contact-us-php .nf-form-cont nf-field .textarea-wrap textarea:-ms-inputer-placeholder {  
	color: #aaaaaa;
	opacity: 1;
	font-style: italic;
}

#contactUs .form .note {
	float: left;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #aaaaaa;
}

#contactUs .form .submitBtn {
	float: right;
}

.page-template-page-contact-us-php .nf-form-cont nf-field .submit-wrap {
	float: left;
}

/* Pagi */

.pagi ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 16.5px;
	font-weight: bold;
	color: #58595b;
}

.pagi ul li {
	margin: 0 -4px 0 0;
	padding: 0 7.5px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.pagi ul li.active,
.pagi ul li a:hover {
	color: #19325e;
}

.pagi .prev {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 7px 5.5px 0;
	border-color: transparent #58595b transparent transparent;
	text-indent: -9999em;
}

.pagi .next {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-top: 1px;
	margin-left: 1px;
	border-style: solid;
	border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #58595b;
	text-indent: -9999em;
}

.pagi .prev:hover {
	border-color: transparent #19325e transparent transparent;
}

.pagi .next:hover {
	border-color: transparent transparent transparent #19325e;
}

.heading {
	float: left;
}

.meta {
	font-family: 'Signika-Light', Arial, sans-serif;
	margin-bottom: 30px;
}

.meta strong {
	font-family: 'Signika-Semibold', Arial, sans-serif;
	font-weight: normal;
}

.share {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.share span {
	display: inline-block;
	vertical-align: middle;
	color: #58595b;
	font-family: Arial, sans-serif;
	font-style: italic;
	margin-top: -3px;
}

.share ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.share ul li {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
}

.share ul li img {
	height: 20px;
}

.blueBtn {
	position: relative;
	display: inline-block;
	padding: 15px;
	background: #19325e;
	font-family: 'Otama-ep', Times, serif;
	font-size: 20.51px;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
}

.blueBtn:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff;
}

.blueBtn:hover {
	background-color: #314776;
}

.page-template-page-contact-us-php .nf-form-cont nf-field .submit-wrap {
	position: relative;
	display: inline-block;
	background: #19325e;
	color: #fff;
	cursor: pointer;
	border: 4px solid #19325e;
}

.page-template-page-contact-us-php .nf-form-cont nf-field .submit-wrap input {
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-appearance: none;
	border: 0;
	background: #19325e;
	color: #fff;
	font-family: 'Otama-ep', Times, serif;
	font-size: 20.51px;
	text-transform: lowercase;
	border: 2px solid #fff;
	padding: 10px 10px;
	cursor: pointer;
}

.page-template-page-contact-us-php .nf-form-cont nf-field .submit-wrap input:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff;
}

.page-template-page-contact-us-php .nf-form-cont nf-field .submit-wrap:hover {
	background-color: #314776;
}

.page-template-page-contact-us-php .nf-form-cont nf-field .submit-wrap:hover input {
	background-color: #314776;
}

/* Footer */

#footer {
	background: #f1f1f1;
}

#footer .section {
	padding-top: 45px;
	padding-bottom: 90px;
}

#footer .logo {
	float: left;
	width: 299px;
}

#footer .links {
	float: right;
	margin: 15px 0 15px;
	padding: 0;
	font-size: 17.50px;
	color: #19325e;
}

#footer .links li {
	float: left;
	margin: 0 0 0 39px;
	padding: 0;
	list-style: none;
}

#footer .socials {
	clear: right;
	float: right;
	margin: 0;
	padding: 0;
}

#footer .socials li {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

#footer .socials li img {
	display: block;
	height: 21px;
}

/* Copyright */

#copyright {
	text-align: center;
}

#copyright .section {
	padding-top: 20px;
	padding-bottom: 20px;
}

#copyright p {
	margin: 0;
	padding: 0;
	font-size: 12.5px;
	color: #19325e;
}

/* Miscelleneous */

p {
	margin: 0 0 14px;
}

h1 {
	margin: 0 0 2px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #19325e;
}

h2,
.nf-form-cont h3 {
	font-family: 'Signika-Semibold', Arial, sans-serif;
	font-size: 16.5px;
	font-weight: normal;
	color: #19325e;
	margin: 0 0 19px;
	/*letter-spacing: 1px;*/
}

h3 {
	font-family: 'Signika-Semibold', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 19px;
	letter-spacing: 1px;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}


/* Media Queries */


/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}
	
	#header .section {
		padding-bottom: 22px;
	}
	
	#header .topNavi ul li {
		margin: 0 16px 10px 20px;
	}
	
	#subHeader .adBanner,
	#leftColumn	{
		width: 653px;
	}
	
	#subHeader .adBanner {
		margin-top: 13px;
	}
	
	#content {
		margin-bottom: 30px;
	}
	
	#footer .logo {
		width: 276px;
	}
	
	#footer .links li {
		margin-left: 27px;
	}
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header .topNavi ul li {
		margin-right: 8px;
		margin-left: 12px;
	}
	
	#header .topNavi ul {
		font-size: 15.5px;
	}
	
	#header .info {
		font-size: 16.5px;
	}
	
	#header .search {
		right: 15px;
	}
	
	#subHeader .adBanner {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	#subHeader .newsletter {
		float: none;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#subHeader .newsletter .textbox {
		height: 38px;
		width: 85.173%;
	}
	
	#subHeader .newsletter .submitBtn {
		height: 38px;
		width: 12.444%;
	}
	
	#subHeader .adBanner, #leftColumn {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	#leftColumn {
		margin-bottom: 50px;
	}
	
	#rightColumn {
		float: none;
		width: auto;
	}
	
	#contactUs .form,
	.page-template-page-contact-us-php .nf-form-cont {
		max-width: 100%;
	}
	
	#footer .logo {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
	
	#footer .links {
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#footer .links li {
		display: inline-block;
		float: none;
		margin: 0 -4px 0 0;
		padding: 0 15px;
		vertical-align: top;
	}
	
	#footer .socials {
		float: none;
		text-align: center;
	}

}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	#header .section {
		padding-top: 28px;
		padding-bottom: 10px;
	}
	
	#header .logo {
		width: 240px;
		margin-bottom: 10px;
	}
	
	#header .info {
		display: block;
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	#header .info span {
		display: block;
	}
	
	#header .info .left,
	#header .info .right {
		display: none;
	}
	
	#header .topNavi {
		display: none;
	}
	
	#header .search {
		display: table;
		position: static;
		margin: 0 auto;
	}
	
	#subHeader {
		margin-bottom: 15px;
	}
	
	#subHeader .adBanner {
		margin-bottom: 15px;
	}
	
	#subHeader .newsletter {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#subHeader .newsletter .textbox {
		width: 69.173%;
	}
	
	#subHeader .newsletter .submitBtn {
		width: 26.444%;
	}
	
	#sorter {
		margin-bottom: 15px;
	}
	
	#sorter ul {
		text-align: center;
	}
	
	#sorter ul li {
		margin: 0 7px 0 10px;
	}
	
	#sorter ul li a {
		font-size: 12.5px;
	}
	
	#posts li {
		display: block;
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#bigPost {
		text-align: center;
	}
	
	#archive ul {
		margin-left: -15px;
	}
	
	#archive ul li {
		padding-left: 15px;
		width: 33.33333333333333%;
	}
	
	#content {
		margin-bottom: 1px;
	}
	
	#leftColumn {
		margin-bottom: 25px;
	}
	
	.pagi {
		text-align: center;
	}
	
	#footer .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#footer .logo {
		width: 200px;
	}
	
	#footer .links li {
		display: block;
		margin: 15px 0;
	}
	
	.heading {
		float: none;
	}
	
	.share {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.meta {
		text-align: center;
		margin-bottom: 15px;
	}
	
	h1 {
		text-align: center;
	}
	
}

@media only screen and (max-width : 479px) {

}