@import url('https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400');
@import url('../fancybox/jquery.fancybox.css');

@import url('../fonts/stylesheet.css');

/* Website Color Palete */
.green {
	color: #90ee90;
}
.light-grey {
	color: #eeeeff;
}
.darker-gray {
	color: #d6d9ce;
}
.dark-grey {
	color: #5b5b5b;
}
.white {
	color: #fff;
}
/****************************************************************************************************************/

/* Page Loader ****************************************************************************************************/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	z-index: 999;
}
.circle {
	position: relative;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.inner-circle {
	position: relative;
	width: 70px;
	height: 70px;
	border: 2px #d6d9ce solid;
	border-bottom: 2px #90ee90 solid;
	border-top: 2px #5b5b5b solid;
	border-left-color: #fff;
	border-right-color: #fff;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	z-index: 7;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}
/****************************************************************************************************************/

body {
	max-width: 1440px;
	min-width: 1000px;
	margin: 0 auto;
	font-family: 'caviar_dreamsregular';
	font-size: 13px;
	background-color: #fff;
}
input[type=submit], textarea, copyright, button, footer {
	font-family: 'caviar_dreamsregular';
}
input {
	font-family: 'caviar_dreamsregular';
}
h1,h2,h3,h4,h5 {
	font-weight: 500;
	color: #000;
	font-weight: bold;
}
p, li {
	line-height: 150%;
}
li {
	margin-bottom: 20px;
}
.wrapper {
	position: relative;
	max-width: 90%;
	padding: 20px 5%;
}
.content {
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
}
.content-alt {
	padding: 20px 0px; 
	max-width: 1100px;
}
header {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
nav {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: -20px;
}
.site-title {
	font-weight: bold;
	font-size: 4em;
	margin-top:;
}
.line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #666666;
	margin: 20px auto 5px;
	display: block;
}
nav a {
	color: #5b5b5b;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;
	margin: 0 1px;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px #fff solid;
}
nav a:hover, .active-link {
	border-bottom: 1px #5b5b5b solid;
}
.searchbox-wrap {
	position: relative;
	width: 100%;
	background-color: #eee;
	overflow: hidden;
	margin: 0;
	padding: 1px 0;
}
.searchbox-wrap .wrapper {
	padding: 0px 0;
	max-width: 1100px;
	line-height: 35px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.searchbox-wrap form {
	position: relative;
	float: left;
	width: 60%;
	margin-top: -2px;
}
.searchbox-wrap input[type=search] {
	background: none;
	border: none;
	padding: 5px;
	height: 28px;
	width: 150px;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
	font-size: .9em;
	border-left: 1px #5b5b5b solid;
}
::-ms-input-placeholder {
	color: #5b5b5b;
}
::placeholder {
	color: #5b5b5b;
}
.searchbox-wrap i {
	font-size: 18px;
}
.searchbox-wrap form button {
	color: #fff;
	border: none;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 50px;
	padding: 5px;
	text-align: center;
	background-color: #5b5b5b;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: -3px;
	cursor: pointer;
}
.social-header {
	position: relative;
	float: right;
	line-height: 35px;
	text-align: right;
	overflow: hidden;
}
.social-header i {
	margin: 0 5px;
	cursor: pointer;
}
.social-header i:active {
	color: #90ee90;
}
#plane {
	width: 50px;
	height: 50px;
	background-color: #90ee90;
	color: #fff;
	border-radius: 50%;
	line-height: 50px;
	font-size: 40px;
}
.main-post {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin: 1% 0;
	background-color: #fff;
	text-align: left;
}
.main-post:nth-child(even) {
	margin-left: 2%;
	margin-right: 2%;
}
.main-post:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
.featured-post {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	background-color: #fff;
	text-align: left;
	margin-bottom: 2%;
}
.featured-post:nth-child(odd) {
	margin-right: 1%;
}
.featured-post:nth-child(even) {
	margin-left: 1%;
}
.featured-post img {
	width: 100%;
}
.featured-text {
	position: relative;
	width: 90%;
	padding: 15px 5%;
	color: #5b5b5b;
}
.featured-post .image-wrap {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.featured-post .image-wrap:hover {
	cursor: pointer;
	opacity:.8;
	filter: alpha(opacity=80);
}
.main-post .image-wrap {
	width: 100%;
	height: 260px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.featured-title {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: url('../images/70-tr-bg-black.png');
	color: #fff;
}
.featured-text h2 {
	color: #000;
	margin-top: 10px;
	font-weight: 400;
}
.featured-title h2 {
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.1em;
}
.featured-text button {
	color: #fff;
	padding: 10px 15px;
	background-color: #000;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.featured-text button:hover {
	opacity: .8;
}
.featured-text button:active {
	color: #fff;
	background-color: #6BE96B;
}
.date, .author {
	font-size: .8em !important;
}
.date i {
	font-size: 20px;
	vertical-align: middle;
	width:30px;
}
.author {
	text-transform: capitalize;
}
/**************************************************************************************************************/

/*** Single Post *********************************************************************************************/

.post-info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	color: #5b5b5b;
}
.post-info h3 {
	color: #B2B2B2;
	font-size: 1.5em;
}
.post-info img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.main-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin-left: 5%;
	padding-top: 0;
	margin-top: 0;
	color: #5b5b5b;
}
.main-text p, .main-text ul, .main-text ol, .main-text a, .main-text blockquote, .main-text table {
	font-size: 1.1em;
	letter-spacing: 0px;
	font-weight: 500;
	word-spacing: 1px;
	line-height: 190%;
}
.main-text img, .featured-pic {
	border: 3px #F7F7F7 solid !important;
}
.main-text img, .main-text iframe {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	max-width: 100%;
}
.main-text h1, .main-text h2, .main-text h3, .main-text h4, .main-text h5 {
	font-weight: normal;
	color: #5b5b5b;
}
.main-text .post-title {
	margin-top: 0;
	padding-top: 0;
	font-size: 3em;
	font-weight: bold;
	color: #000;
}
.page-title {
	font-size: 3em;
	font-weight: 400;
}
.c-info {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-right: 2%;
	margin-left: 1%;
}
.cform-wrap {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-left: 2%;
}
.cform-wrap input, .cform-wrap textarea, .comment-form input, .comment-form textarea {
	width: 80%;
	padding: 10px;
	border: none;
	background-color:#f7f7f7;
	color: #5b5b5b;
	display: block;
	margin-bottom: 20px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.cform-wrap textarea, .comment-form textarea {
	height: 150px;
	font-size: 1.1em;
}
.cform-wrap form button, .comment-form button {
	width: 200px;
	color: #666666;
	padding: 10px 15px;
	text-align: center;
	background-color: #d6d9ce;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	font-size: 1.3em;
}
.comment-form button {
	width: auto;
}
.cform-wrap form button:hover, .comment-form button:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
.c-info p, .c-info li, .c-form-wrap p, .cform-wrap li, .content p, .content li {
	line-height: 140%;
	word-spacing: 1px;
	font-size: 1.1em;
	font-weight: 400;
}
.bigger-text {
	font-size: 1.3em !important;
	font-weight: bold !important;
	margin-top: 0;
	padding-top: 0;
}
.pic-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.about-pics {
	position: relative;
	width: 30%;
	margin-right: 1%;
	margin-top: 20px;
}
.wrap-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
 }
.page-content {
	position: relative;
	width: 68%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin-top: 30px;
	text-align: left;
}
.sidebar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 28%;
	margin-left: 2%;
	margin-top: 30px;
}
.subscribe {
	background-color: #eee;
	padding: 15px 10%;
}
.subscribe h3 {
	text-transform: uppercase;
}
.subscribe input[type=email] {
	background-color: #d6d9ce;
	text-align: center;
	margin-bottom: 10px;
	width: 90%;
	border: none;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 5%;
}
.subscribe input[type=submit] {
	background-color: #000;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	border-radius: 2px;
	height: 40px;
	text-transform: uppercase;
	width: 100%;
}
.special-list {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.special-list li {
	display: inline-block;
	border-right: 1px #666 solid;
	padding-right: 10px;
	margin-right: 10px;
}
/* Footer *******************************************************************************************************/
footer {
	position: relative;
	width: 100%;
	color: #eee;
	background-color: #5b5b5b;
	overflow: hidden;
	color: #eee;
}
footer .content {
	padding: 20px 0;
	max-width: 1100px;
}
footer h2 {
	text-align: center;
	font-weight: 500;
	color: #eee;
	font-size: 3em;
	margin-bottom: 50px;
}
footer .line {
	margin-bottom: 30px;
}
footer .credit {
	float: right;
}
footer copyright, footer .credit {
	color: #999;
}
.footer-section {
	position: relative;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0;
	margin-right: 3%;
	font-size: 1em;
	border-right: 1px #666666 solid;
	min-height: 200px;
}
.contacts {
	margin-right: 0;
	border-right: none !important;
}
footer h3 {
	color: #eee;
	margin-top: 0;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer-section a {
	display: block;
	line-height: 150%;
	color: #eee;
	text-decoration: none;
}
.footer-section p i {
	margin-right: 10px;
}
.footer-section a, .footer-section p {
	color: #999999;
}
.share .fb-share-button {
	width: 40px;
	height: 40px;
	background-color: #3366CC;
	color: #fff;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.share .fa-twitter {
	background-color: #1DA1F3;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-right: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.share .fa-facebook:active, .share .fa-twitter:active {
	opacity: .8;
	filter: alpha(opacity=80);
}
.reply-title {
	font-size: 2.5em;
	color: #000 !important;
	font-weight: bold;
	margin-top: 50px;
}
.comment {
	position: relative;
	border-radius: 2px;
	margin-bottom: 20px;
	border: 1px #eee solid;
}
.comment p:first-of-type {
	background-color: #f7f7f7;
	margin-top: 0;
}
.comment p {
	padding: 10px;
}
.comment p:last-of-type {
	margin-left: 20px;
}
.page-num {
	margin: 0 10px;
}


/* Mobile devices 480px ***********************************************************************************************/
@media only screen and (max-width: 480px) {
body {
	max-width: 100%;
	min-width: 100%;
}
.content, .content-alt {
	max-width: 100%;
	padding: 20px 0;
}
.searchbox-wrap .wrapper {
	padding: 0px 3%;
	max-width: 94%;
}
.searchbox-wrap input[type=search] {
	width: 130px;
}
.main-post {
	display: block;
	width: 100%;
}
.main-post:nth-child(even) {
	margin-left: 0%;
	margin-right: 0%;
}
.page-content {
	width: 100%;
	display: block;
	margin-right: 0%;
}
.searchbox-wrap form {
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 63%;
	margin-top: -2px;
	margin-right: 0;
	overflow: hidden;
}
.social-header {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
}
.social-header span {
	display: none;
}
.featured-post {
	display: block;
	width: 100%;
}
.featured-post:nth-child(odd) {
	margin-right: 0%;
}
.featured-post:nth-child(even) {
	margin-left: 0%;
}
.sidebar {
	margin-left:0;
	width: 100%;
	display: block;
}
.twitter-timeline {
	display: none;
}
.cform-wrap input, .cform-wrap textarea, .comment-form input, .comment-form textarea {
	width: 90%;
	padding: 10px 5%;
}
.cform-wrap form button, .comment-form button {
	width: 100%;
}
.c-info {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 50px;
}
.cform-wrap {
	display: block;
	width: 100%;
	margin-left: 0%;
}
.post-info {
	display: block;
	width: 100%;
}
.main-text {
	display: block;
	width: 100%;
	margin-left: 0%;
}
footer .content {
	padding: 20px 5%;
	max-width: 90%;
}
.footer-section {
	width: 100%;
	display: block;
	margin-right: 0%;
	border-right: none;
}
footer .credit {
	float: none;
	margin: 10px auto
}

}


