/*
 1.) Global Typography
 ----------------------------------------*/
body {
	/*background: url(../images/1bg.jpg) no-repeat;*/
	color: #fff;
	/*opacity: 0.5;*/
	background-position: center top;
	font-size: 62.5%;
	font-family: 'Open Sans', sans-serif;
}
/*
 Font Face
 -----------------------------*/
@font-face {
	font-family: 'Trajan Pro';
	src: url('../fonts/TrajanPro-Bold.eot');
	src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TrajanPro-Bold.woff') format('woff'), url('../fonts/TrajanPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*
 Global Headings
 -----------------------------*/
h1 {

	font-family: 'Trajan Pro';
	color: #ffffff;
	font-size: 3.17rem;
	letter-spacing: 1.2px;
	font-weight: 700;
}
h2 {
	font-size: 3.1rem;
	color: #3d3d3d;
	font-family: 'Trajan Pro';
	margin: 12px 0 25px;
	letter-spacing: 1px;
	font-weight: 700;
}
.h2 {
	font-size: 3.2rem;
	color: #3d3d3d;
	text-transform: uppercase;
	font-family: 'Trajan Pro';
	margin-bottom: 18px;
	font-weight: 700;
	text-align: center;
}
h3 {
	font-size: 2.1rem;
	color: #242020;
	font-family: 'Trajan Pro';
	letter-spacing: 1px;
	font-weight: 700;
}
.h3 {
	font-size: 1.9rem;
	font-family: 'Trajan Pro';
	color: #1f1f1f;
	font-weight: 700;
}
h4 {
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #5e5d5d;
	letter-spacing: 1px;
}
h5 {
	font-size: 1.5rem;
	color: #fff;
	font-family: 'Trajan Pro';
	font-weight: 700;
}
h6 {

}
img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.float-lt {
	float: left;
}
.float-rt {
	float: right;
}
.dis-blk {
	display: block;
}
ul {
	padding: 0;
}
ul li {
	list-style: none;
}
p {
	color: #5e5d5d;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:focus {
	text-decoration: none;
}
.btn {
	padding: 10px 29px;
	font-size: 1.5rem;
	color: #313131;
	font-family: 'Trajan Pro';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,ebecec+27,d9d9d9+88,dadbda+96,e4e4e4+100&0.05+0,0.78+2,0.99+4,1+6,0.99+96,0.78+98,0.05+100 */
	background: -moz-linear-gradient(top,  rgba(240,240,240,0.05) 0%, rgba(240,240,240,0.78) 2%, rgba(240,240,240,0.99) 4%, rgba(240,240,240,1) 6%, rgba(235,236,236,1) 27%, rgba(217,217,217,0.99) 88%, rgba(218,219,218,0.99) 96%, rgba(223,224,223,0.78) 98%, rgba(228,228,228,0.05) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,0.05) 0%,rgba(240,240,240,0.78) 2%,rgba(240,240,240,0.99) 4%,rgba(240,240,240,1) 6%,rgba(235,236,236,1) 27%,rgba(217,217,217,0.99) 88%,rgba(218,219,218,0.99) 96%,rgba(223,224,223,0.78) 98%,rgba(228,228,228,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(240,240,240,0.05) 0%,rgba(240,240,240,0.78) 2%,rgba(240,240,240,0.99) 4%,rgba(240,240,240,1) 6%,rgba(235,236,236,1) 27%,rgba(217,217,217,0.99) 88%,rgba(218,219,218,0.99) 96%,rgba(223,224,223,0.78) 98%,rgba(228,228,228,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0df0f0f0', endColorstr='#0de4e4e4',GradientType=0 ); /* IE6-9 */
	border: none;
	letter-spacing: 0.5px;
}
.btn-blue{
	display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
	background: rgb(0, 162, 255);
    cursor: pointer;
}
a.btn-blue:hover { 
	color: white;
}

/*
 2.0.8) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"], .owl-prev, .owl-next, .top-quote, .bottom-quote {
	background-image: url(../images/sprite.png);
	background-position: -218px -2px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 17px;
}

/*
 Form Elements
 -----------------------------*/
input[type="text"], input[type="email"] {
	font-size: 1.5rem;
	color: #6b6b6b;
	padding: 10px 17px;
	width: 100%;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
}
::-webkit-input-placeholder {
	color: #6b6b6b;
	opacity: 1;
}
:-moz-placeholder {/* Firefox 18- */
	color: #6b6b6b;
	opacity: 1;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #6b6b6b;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #6b6b6b;
	opacity: 1;
}

/*
 Table Of Contents

 1.) Homepage
 ===============================================*/

/*===========Header CSS================*/
#wrapper {
	position: relative;
}
#header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	z-index: 999;
}
.logo-img {
	width: 70px;
}
.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #a1a1a1;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	min-height: 77px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid #a1a1a1;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 21px;
	padding: 9px 10px;
	position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #013b70;
	height: 3px;
	background-image: none;
}
.navbar-default .navbar-toggle {
	border-color: #a1a1a1;
}
.navbar-default .navbar-collapse {
	background: #fff;
	border: medium none;
	left: 0;
	position: absolute;
	right: 0;
	top: 76px;
	width: 100%;
	z-index: 9;
}
.navbar-nav {
	border-bottom: 2px solid #a1a1a1;
	border-top: 2px solid #a1a1a1;
	margin-bottom: 0;
	margin-top: 0;
}
.navbar-default .navbar-nav  li {
	border-bottom: 1px solid #555;
	position: relative;
}
.navbar-default .navbar-nav  li:last-child {
	border-bottom: none;
}
.navbar-default .navbar-nav  li a {
	color: #555;
	font-size: 1.2rem;
	font-family: 'Trajan Pro';
	letter-spacing: 0.5px;
	padding-bottom: 5px;
    padding-top: 5px;
}
.navbar-default .navbar-nav  li a:hover, .navbar-default .navbar-nav  li a:focus {
	color: #555;
}
.conatct-info {
	left: 0px;
	position: absolute;
	top: 79px;
	/*background: #013b70;*/
	right: 0;
	margin: 0 auto;
	width: 283px;
	padding: 10px;
	top: 96px;
	text-align: center;
}
.conatct-info a {
	font-size: 1.6rem;
	color: #555;
	display: block;
}
.tel-num {
	font-family: 'Trajan Pro';
}
.mail-info {
	/*font-weight: 700;*/
}
.conatct-info a i {
	margin-right: 16px;
}
.navbar-default .dropdown {
	margin: 5px 0;
	display: none;
}
.navbar-default .dropdown li a {
	font-size: 1.2rem;
	padding: 5px 30px;
	display: block;
}
.navbar-default .dropdown li a i {
	margin-right: 5px;
}
.down-arrow {
	font-size: 1.3rem;
    position: absolute;
    right: 23px;
    top: 7px;
}


/*===========Banner CSS================*/
@media screen and (max-width: 500px) {
	.banner {
		background: url("../images/banner-img-mob.jpg");
	}
} 
@media screen and (min-width: 501px) {
	.banner {
		background: url("../images/banner-img-new.jpg");
	}
}
.banner {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: top center !important;
	min-height: 400px;
	padding: 184px 0 0;
	position: relative;
}
.owl-controls {
	position: absolute;
	bottom: 15px;
	left: 0;
	/*width: 80px;*/
	width: 105px;
	right: 0;
	margin: 0 auto;
}
.owl-dot {
	height: 13px;
	width: 13px;
	display: block;
	background: rgba(255,255,255,0.56);
	border-radius: 50%;
	display: inline-block;
	margin-right: 9px;
}
.owl-dot:last-child {
	margin-right: 0;
}
.owl-dot.active {
	background: #fff;
}

/*===========Our-website CSS================*/
.our-website {
	padding: 30px 0;
}
.our-website p, .greek-temple p {
	/*margin-bottom: 18px;*/
}

/*===========Our-Offer CSS================*/
.our-offer {
	background: #f6f6f6;
	padding: 30px 0;
}
.our-offer .owl-controls {
	top: 18.5%;
	bottom: auto;
	width: 100%;
	font-size: 0;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-prev {
	left: -15px;
    position: absolute;
    top: 0;
}
.owl-next {
	background-position: -249px -2px;
    position: absolute;
    right: -13px;
    top: 0;
}
.our-offer p{
	color:#242020;
}
/*===========Greek-Temple CSS================*/
.greek-temple {
	padding: 30px 0;
}
.greek-temple-info {
	padding: 15px 0 0;
}
.greek-temple figure img {
	width: 100%;
}
/*===========Blog-info CSS================*/

.blog-info .item {
	padding-bottom: 51px;
}
.blog-info {
	padding: 30px 0 52px;
	background: #f6f6f6;
}
.date-info {
	font-size: 1.4rem;
	color: #5e5d5d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}
.blog-info figure img {
	width: 262px;
	height: 142px;
}
.testimonials-wrap p {
	font-style: italic;
	margin-bottom: 18px;
	z-index: 999;
	position: relative;
}
.testimonials-wrap {
	padding: 24px 15px 55px;
	background: #fff;
	position: relative;
	z-index: -111;
}
.blog-info .owl-dots{
	margin: 0 auto;
}
.user-img {
	border: 3px solid #b9b9b9;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin: 0 auto;
	bottom: -50px;
	left: 0;
	right: 0;
	position: absolute;
}
.top-quote {
	background-position: -177px -79px;
	width: 33px;
	height: 26px;
	position: absolute;
	top: 28px;
	left: 10px;
	display: block;
}
.bottom-quote {
	background-position: -224px -81px;
	width: 33px;
	height: 26px;
	position: absolute;
	bottom: 14px;
	right: 14px;
	display: block;
}
.blog-info .owl-controls {
	bottom: 5px;
}
.blog-info .owl-dot {
	background: #b1b1b1;
}
.blog-info .owl-dot.active {
	background: #575757;
}

/*===========News-Letter CSS================*/
.news-letter {
	padding: 30px 0;
}
.news-letter p {
	margin-bottom: 28px;
}
/*===========Footer CSS================*/
#footer {
	padding: 30px 0;
	background: #262626;
}
.footer-nav li {
	margin-bottom: 12px;
}
.footer-nav li a {
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Trajan Pro';
	letter-spacing: 1px;
}
.copyright, .privacy {
	font-size: 1.1rem;
	display: block;
	color: #b6b6b6;
	margin-bottom: 8px;
}
.social-icons li {
	display: inline-block;
	margin-right: 15px;
}
.social-icons li:last-child {
	margin-right: 0;
}
.social-icons li a {
	font-size: 2.3rem;
	color: #f2f2f2;
	cursor: pointer;
}
#footer h5 {
	margin-top: 15px;
	letter-spacing: 1px;
}
.footer-nav {
	margin-bottom: 18px;
}
/*******CONTACT US PAGE*****/
.contact-page #header
{
	position:static;
	background:url(../images/contact-header-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom:1px solid #458fb2;
}
.contact-page .navbar-default
{
	border:0;
}
.contact-page .conatct-info
{
	position:static;	
}
.contact-page .contact-nav-info
{
	float:none;
	margin:67px auto 0;
}
.input-box, input[type="text"].input-box,input[type="email"].input-box
{
	border:1px solid #ededed;
	height:45px;
	width:100%;
	color:#5f5f5f;
	font-size: 1.4rem;
	padding-left: 25px;	
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0; 
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-box::-webkit-input-placeholer
{
	color:#5f5f5f;
	opacity:1;
}
.input-box:-ms-input-placeholer
{
	color:#5f5f5f;
	opacity:1;
}
.input-box::-moz-placeholer
{
	color:#5f5f5f;
	opacity:1;
}
.input-box:-webkit-input-placeholer
{
	color:#5f5f5f;
	opacity:1;
}
.input-box:focus
{
	box-shadow:0 0 5px rgba(1, 59, 112,0.5);
}
.form-section
{
	list-style:none;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
}
.form-section li
{
	margin-bottom: 10px;
}
.form-section li .text-area
{
	min-height:185px;
	padding-top: 15px;
	margin-bottom: 19px;
}
.form-section li:last-child .btn
{
	min-width:165px;
	color:#3d3d3d;
}

.contact-page .contact-section {
    padding:35px 0;
}
.contact-page .contact-contents h2
{
	font-size:2.3rem;
	text-transform:uppercase;
	margin: 0;
    margin-bottom: 16px;
    letter-spacing: 1px;
    line-height: 1;
}
.contact-contents
{
	padding-bottom: 8px;
}
.contact-page .contact-contents p
{
	font-size: 1.4rem;
	line-height: 28px;
}
.contact-page .contact-items p
{
	font-size: 1.3rem;
	font-weight: 300;
	color: #989898;
}
.contact-page .contact-items .label-content,.contact-page .contact-items a
{
	font-size: 1.3rem;
	color:#989898;
	font-weight: 300;
	display: inline-block;
	line-height:24px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease;
}
.contact-page .contact-items a:hover
{
	color:#013b70;
}
.contact-page .contact-items h3
{
font-size: 1.8rem;	
margin: 0;
color:#3d3d3d;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
margin-bottom: 15px;
letter-spacing: -0.2px;
}
.contact-page .contact-items .social-icons
{
	text-align:left;
}
.contact-page .contact-items .social-icons a
{
	display:inline-block;
	margin-right: 10px;
	font-size: 18px;
	color:#989898;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease;
}
.contact-page .contact-items .social-icons a:hover
{
		color:#013b70;
}
.contact-page .contact-mail
{
	white-space: nowrap;
}
.contact-page .navbar-default .dropdown
{
	z-index: 100;
	background: rgba(243, 243, 243, 0.95);
}

	.contact-page .address-section .contact-items
	{
		padding-bottom: 8px;
	}
	.contact-page .address-section .contact-items:nth-child(2)
	 {
    padding-bottom: 18px;
}


/* CUSTOM  */
.error {
	color: red;
	padding-left: 15px;
}

.spacer {
	height:20px;
}

.image-left {
	float:left;
	margin-right:10px; 
}
.image-right: 
{
	float: right;
	margin: 10px; 
}
.col-row {
	display:table-row;
}
.col-left {
	display:table-cell;
	padding:5px;
	padding-left:2px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 22%; 
}
.col-left-small {
	display:table-cell;
	padding:5px;
	padding-left:2px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 13%; 
}
.col-right: 
{
	display:table-cell;
	font-size: 1.4rem;
	line-height: 1.5;
	padding:6px;
	text-align:left; 
}

.centre-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 15px;
}

 blockquote {
	color: #616161;
	font-family: Georgia,serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.45;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	position: relative;
	border-left: 0px; 
	quotes: "\201C" "\201D";
	margin: 0 auto;
}
blockquote:before, blockquote:after {
	color: #7A7A7A;
	display: block;
	font-size: 80px;
	position: absolute;
}
blockquote:before {
	content: open-quote;
	left: -10px;
	top: -20px;
}
blockquote:after {
	content: close-quote;
	bottom: -67px;
	right: 15px;
}
testimonials-wrap {
    word-spacing: 2.5px;
	padding:17px 15px 17px;
}
.blog-list h3{
	margin-top: 0px;
}
ul.bullets {
  margin: 1em 0;
  padding: 0 0 0 40px;
  font-size: 1.6rem;
  color: #5e5d5d;
  font-size: 1.5rem;
  line-height: 1.5;
}
ul.bullets li {
  list-style-type: disc;
}
.left {
	text-align: left;
}

/*===========Lead magnet CSS================*/
.lead-magnet {
	background: #387ea3;
	padding-bottom: 25px;
}
.lead-magnet h3 {
	color: #ffffff;
	text-align: center;
	font-size: 2.8rem;
}
	
.lead-magnet p {
	color: #ffffff;
	text-align:center;
}
.lead-magnet a {
	color: #ffffff;
}