body {
    text-align: left;
    font-family: 'Armata', Arial, sans-serif;
    color: #5d5d5d;
    font-weight: 400;
}

strong { font-weight: 700; }
a:hover { text-decoration: none; }
input, textarea{
	font-family: 'Armata', Arial, sans-serif;
    
    color: #aaa;
}

.logo h1 {
	font-size: 60px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
    margin: 25px 0 165px 0;
    font-weight: 700;
    font-style: italic;
    background: url(../img/logo_back.png) no-repeat center bottom;
    padding-bottom: 25px;
}

.logo a {
    color: #FFF;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #34495e; }


/***** Coming Soon *****/
/***********************/


.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #34495e;
}

.inner-bg {
    padding: 155px 0 0 0;
}

.coming-soon h2 {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}


/***** Clock *****/
/*****************/


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

.date{
	position: absolute;
	vertical-align: middle;
	margin-left: -123px;
	width: 85px;
	margin-top: 95px;
	font-weight: 300;
}

canvas{
	clear: both;
}

/***** newsletter *****/
/*********************/


.newsletter {
    margin: 60px 0 40px 0;
    text-align: center;
}

.newsletter h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    text-shadow: 1px 2px 1px #fff;
}

.newsletter p {
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
}

.newsletter form {
    margin-top: 24px;
}

.newsletter form input {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-size: 15px;
    line-height: 46px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.newsletter form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.newsletter form input:-moz-placeholder { color: #888; }
.newsletter form input:-ms-input-placeholder { color: #888; }
.newsletter form input::-webkit-input-placeholder { color: #888; }

.newsletter form button {
    width: 130px;
    height: 46px;
    overflow:hidden;
    margin: 0;
    padding: 0;
    background: #34495e;
    border: 0;
    font-family: 'Armata', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -ms-transition: width .3s;
}

.newsletter form button:hover {
    color: #fff;
    background: #282c30;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -ms-transition: width .3s;
}

.success-message, .error-message {
    font-size: 18px;
}


/***** Services *****/
/********************/

.services{
	text-align: center;
}

.services h3{
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
    text-shadow: 1px 2px 1px #fff;
    margin-bottom: 30px;
	background: url(../img/services_back_green.png) center no-repeat;
}

h4{
	font-weight: 400;
}

.service{
	text-align: center;
	margin-bottom: 70px;
}

.service p{
	font-weight: 300;
	font-size: 13px;
	padding: 0 10px;
}

.icon{
	width: 150px;
	height: 150px;
	position: relative;
	margin: 15px auto;
}

.service_image1, .service_image2{
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.icon:hover .service_image1{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.service_image2{
	position: absolute;
	z-indez: 1;
	top: 0;
	left: 0;
}
.icon:hover .service_image2{
	transform:rotate(30deg);
	-ms-transform:rotate(30deg);
	-webkit-transform:rotate(30deg);
	-moz-transform:rotate(30deg);
}

.learnmore {
	margin: 30px auto 0 auto;
	display: block;
    width: 110px;
    height: 40px;
    background: #34495e;
    border: 0;
    font-family: 'Armata', Arial, sans-serif;
    font-size: 13x;
    line-height: 46px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -ms-transition: width .3s;
}

.learnmore:hover {
    color: #fff;
    background: #282c30;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -ms-transition: width .3s;
}


/***** Map and contact form *****/
/********************************/


.mapContact{
	position: relative;
	text-align: center;
}
#map {
	margin-top: 10px;
	height: 490px;
	border-top: 7px solid #34495e;
	border-bottom: 7px solid #34495e;
}
#contactform{
	position: absolute;
	z-index: 100;
	background-color: #34495e;
	padding: 35px;
	width: 335px;
	height: 320px;
	margin-top: -440px;
}
#contactform .input{
	height: 34px;
	color: #aaa;
}
#contactform .input, .textarea {
	padding:6px;
	width: 97%;
	background-color:#FFF;
	font-size: 15px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

#contactform .input:focus, .textarea:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.button{
	padding: 10px 25px 5px 25px;
	height: 45px;
	color: #FFF;
	background-color: #5e7286;
	border: 0;
	font-style:normal;
	font-weight:700;
	float: right;
	-o-transition: padding .3s;
    -moz-transition: padding .3s;
    -webkit-transition: padding .3s;
    -ms-transition: padding .3s;
}

.button:hover {
    background: #8797a6;
    -o-transition: padding .3s;
    -moz-transition: padding .3s;
    -webkit-transition: padding .3s;
    -ms-transition: padding .3s;
}

.success, .error {
	padding:5px 10px;
	margin-bottom:10px;
}
.success {
	background-color: #E3EBC6;
	color: #8FA442;
	border: 1px solid #C2D288;
}
.error {
	background-color: #f9e5e6;
	color: #b3696c;
	border: 1px solid #f7c7c9;
}


/***** Social *****/
/********* ********/


.social {
    margin-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.social p{margin-bottom: 20px;}

.social a {
    display: inline-block;
    width: 38px;
    height: 37px;
    margin: 3px;
    overflow: hidden;
	position: relative;
}
.social a img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.image1{
	float: left;
}
.image2{
	position: absolute;
    top: 0;
    left: 0;
	-webkit-transform: translateY(-48px);
	-moz-transform: translateY(-48px);
}
.social a:hover .image1{
	-webkit-transform: translateY(48px);
	-moz-transform: translateY(48px);
}
.social a:hover .image2{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}


/***** Media Queries *****/
/*************************/


@media (min-width: 768px) and (max-width: 979px) {

    .logo h1 {
        padding-left: 0;
        margin-bottom: 50px;
    }
    #fancyClock{
	width:370px;
	}
	.hours {margin-right:0px}

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .logo h1 {
        padding-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    .inner-bg {
        padding: 45px 0 50px 0;
    }

    .coming-soon h2 {
        font-size: 36px;
        padding: 0 20px;
    }

    .coming-soon p {
        padding: 0 20px;
    }

    #fancyClock{
	width:370px;
	}
	.hours {margin-right:0px}

    .newsletter h3 {
        padding: 0 20px;
        font-size: 28px;
    }

    .newsletter p {
        padding: 0 20px;
    }

}

@media (max-width: 480px) {
	
	#fancyClock{
	width: 162px;
	}
	.circle {margin-right:0px}
	
    .newsletter form {
        padding: 0 20px;
    }

    .newsletter form input {
        width: 90%;
    }

    .newsletter form button {
        width: 90%;
        margin-top: 10px;
    }




