@charset "UTF-8";
/* Font */
@import url('https://fonts.googleapis.com/css?family=Lobster|Raleway');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Pacifico|Quicksand|Zilla+Slab+Highlight');
@import url('https://fonts.googleapis.com/css?family=Montserrat:600');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans');

/* Body */
body {
	font-family: source-sans-pro;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
a {
	text-decoration: none;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}
.logo {
	/*text-align: undefined;
	float: left;
	margin-left: 25px;*/
	
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 60%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.dropdown {
	overflow: hidden;
}
.dropdown .dropbutton {
    color: white;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	top: 35px;
	right: 200px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    padding: 12px 16px;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
	
}
.abs_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	line-height: 1em;
	letter-spacing: -5px !important;
	font-size: 4.5em;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.86;
	animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* ABS Section */
.abs {
	background-color: #B3B3B3;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	display: inline-block;
	background-color: #f2f2f2;
	font-size: 20px;
}
.about .text_column_left {
	width: 20%;
	color: #bf2b7d;
	text-align: right;
	float: left;
	margin: 5%;
	padding: 5px;
	font-size: 70px;
	line-height: 90px;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
}
.about .text_column_left.hidden {
	opacity: 0;
	
	transform: translateX(-100px) translateY(0px);
	-moz-transform: translateX(-100px) translateY(0px);
	-webkit-transform: translateX(-100px) translateY(0px);
}
.about .text_column_right {
	width: 64%;
	text-align: justify;
	direction: ltr;
	line-height: 35px;
	float: left;
	padding: 10px;
	margin-top: 5%;
	font-size: x-large;
	transition: 0.3s;
}
.about .text_column_right.hidden {
	opacity: 0;

	transform: translateX(100px) translateY(0px);
	-moz-transform: translateX(100px) translateY(0px);
	-webkit-transform: translateX(100px) translateY(0px);
}
.location {
	margin: 0;
	padding-left: 50px;
	padding-bottom: 25px;
	display: inline-block;
	background-color: #f2f2f2;
	font-size: 20px;
	overflow: hidden;
}
.location .text_column_left {
	width: 64%;
	text-align: justify;
	line-height: 35px;
	float: left;
	padding: 10px;
	margin-top: 5%;
	font-size: x-large;
	transition: 0.3s;
}
.location .text_column_left.hidden {
	opacity: 0;

	transform: translateX(-100px) translateY(0px);
	-moz-transform: translateX(-100px) translateY(0px);
	-webkit-transform: translateX(-100px) translateY(0px);
}
.location .text_column_left .find {
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 40px;
	font-family: 'Maven Pro', sans-serif;
}
.location .text_column_left .locate {
	width: 30%;
	text-align: center;
	float: left;
	margin-left: 66.5%;
	margin-top: 3%;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid gray;
	color: gray;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	letter-spacing: 2px;
	transition: all 330ms linear;
}
.location .text_column_left .locate:hover {
	vertical-align: middle;
	letter-spacing: 2px;
	border: 2px solid transparent;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
	transition: all 330ms linear;
}
.location .text_column_right {
	width: 20%;
	text-align: left;
	float: left;
	margin: 5%;
	padding: 5px;
	font-size: 70px;
	line-height: 90px;
	color: #2756a3;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
}
.location .text_column_right.hidden {
	opacity: 0;

	transform: translateX(100px) translateY(0px);
	-moz-transform: translateX(100px) translateY(0px);
	-webkit-transform: translateX(100px) translateY(0px);
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.contact {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.contact h2 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
	padding-right: 10px;
}
.thumbnailOne, .thumbnailTwo, .thumbnailThree {
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 40px;
}
.thumbnailOne {
	transition: 0.5s;
}
.thumbnailTwo {
	transition: 1s;
}
.thumbnailThree {
	transition: 1.5s;
}
.thumbnailOne:hover, .thumbnailTwo:hover, .thumbnailThree:hover {
	box-shadow: 0 8px 16px 3px rgba(0,0,0,0.2);
}
.thumbnailOne i, .thumbnailTwo i, .thumbnailThree i {
	font-size: 25px;
	color: #FFF;
	background-color: #bdc3c7;
	padding: 50px;
	border-radius: 50%;
	
	box-shadow: 0px 7px 5px #999;
	-moz-box-shadow: 0px 7px 5px #999;
	-webkit-box-shadow: 0px 7px 5px #999;
	
	transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-webkit-transition: background-color 500ms;
}
.thumbnailOne .fa-envelope:hover {
	background-color: #588de2;
}
.thumbnailTwo .fa-phone:hover {
	background-color: #58e271;
}
.thumbnailThree .fa-fax:hover {
	background-color: #e2af58;
}
.thumbnailOne i:active, .thumbnailTwo i:active, .thumbnailThree i:active {
    box-shadow: 0 5px #888;
    transform: translateY(4px);
}
.thumbnailOne h4, .thumbnailTwo h4, .thumbnailThree h4 {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #e74c3c;
	font-size: 20px;
	font-family: 'Work Sans';
}
.thumbnailOne p, .thumbnailTwo p, .thumbnailThree p {
	width: 80%;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	text-align: center;
	font-size: 15px;
	font-family: 'Work Sans';
}
.thumbnailOne.hidden, .thumbnailTwo.hidden, .thumbnailThree.hidden {
	opacity: 0;

	transform: translateX(0px) translateY(200px);
	-moz-transform: translateX(0px) translateY(200px);
	-webkit-transform: translateX(0px) translateY(200px);
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	font-size: 25px;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	font-size: 20px;
	background-color: #FFFFFF;
	text-align: center;
}
.highlighted {
	color: black;
}
.categories {
	width: 80%;
	margin-top: 0%;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10%;
}
.category-left {
	width: 50%;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #A3A3A3;
	font-family: 'Quicksand', sans-serif;
	transition: all 0.3s linear;
	border-radius: 100px 0% 0% 100px;
}
.category-right {
	width: 50%;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #A3A3A3;
	font-family: 'Quicksand', sans-serif;
	transition: all 0.3s linear;
	border-radius: 0% 100px 100px 0%;
}
.category-left:hover, .category-right:hover{
	background-color: lightblue;
	cursor: pointer;
	color: white;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 20px;
}
.footer_banner {
	width: 100%;
	margin-bottom: 0px;
	background-image: url("../images/home-footer_banner-background.jpg");
	background-position: 45% 13%;
	background-attachment: scroll;
	background-repeat: repeat;
}
.footer_banner .sublayer {
    background-color: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
	padding-top: 60px;
	padding-bottom: 60px;
    width: 100%;
    height: 100%;

	transition: background-color ease-in-out 400ms;
	-moz-transition: background-color ease-in-out 400ms;
	-webkit-transition: background-color ease-in-out 400ms;
}
.footer_banner .sublayer:hover {
	background-color: rgba(0,0,0,0.5);
}
.abs_second_header{
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 50px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 330ms linear;
}
.button:hover {
	color: #000000;
	background-color: #FEFEFE;
	cursor: pointer;
}
.info {
	padding-bottom: 60px;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: lighter;
	width: 100%;
}
.info div {
	width: 46%;
	float: left;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
}
.info div .copyright {
	text-transform: uppercase;
	padding-top: 1.5%;
}
.info div .designer {
	text-align: right
}
.info div .designer .name {
	font-family: 'Pacifico', cursive;
	color: #56CCF2; 
}
footer {
	display: inline-block;
}
/*Selection*/
::selection{
   background-color: #1abc9c;
   color: #ecf0f1;
}
::-moz-selection{
   background-color: #1abc9c;
   color: #ecf0f1;
}
::-webkit-selection{
   background-color: #1abc9c;
   color: #ecf0f1;
}
/* Mobile */
@media (max-width : 319px){
header {
	height: 6%;
}
.logo-item {
	width: 100%;
	height: 100%;
	background-color: #52bad5;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 30px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.about {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.about .text_column_left {
	width: 100%;
	font-size: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-top: 5%;
	line-height: 50px;
}
.about .text_column_right {
	width: 100%;
	text-align: justify;
	padding: 0;
	margin: 0;
}
.location {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.location .text_column_left {
	width: 100%;
	text-align: justify;
	padding: 0;
	margin: 0;
}
.location .text_column_left .find {
	font-size: 40px;
	text-align: center;
	line-height: 50px;
	padding: 0;
	margin: 0;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
}
.location .text_column_left .locate {
	width: 40%;
	font-size: 18px;
	margin: 0;
	margin-top: 10%;
	padding-left: 30%;
	padding-right: 28%;
}
.location .text_column_right {
	width: 100%;
	font-size: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 5%;
	line-height: 50px;
}
.contact h2 {
	font-size: 30px;
}
.thumbnailOne, .thumbnailTwo, .thumbnailThree  {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.categories {
	width: 100%;
	margin-top: 0%;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10%;
}
.category-left, .category-right {
	width: 80%;
	border-radius: 50px;
}
.abs_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;
}
.tagline {
	margin-top: 30px;
	margin-left: 12px;
	line-height: 22px;
	text-align: center;
	width: 90%;
	font-size: 15px;
}
.info {
	padding-bottom: 120px;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: lighter;
	width: 100%;
}
.info div {
	width: 100%;
	padding: 0;
}
.info div .copyright {
	text-align: center;
	font-size: large;
}
.info div .designer {
	text-align: center;
	font-size: small;
}
.info div .name {
	font-size: 15px;
}
}

/* Small Tablets */
@media ( min-width : 320px ) and (max-width : 769px ){
header {
	height: 6%;
}
.logo-item {
	width: 100%;
	height: 100%;
	background-color: #52bad5;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 30px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
nav ul li:hover {
	margin-top: 10px;
	padding-top: 10px;
	background-color: beige;	
}
.abs {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
}
.abs_header{
	margin-top: 150px;
	font-size: 60px;
	padding: 5px;
}
.about .text_column_left {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 50px;
	line-height: 55px;
}
.about .text_column_right {
	width: 100%;
	text-align: justify;
	font-size: 25px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
.location {
	padding: 25px;
	padding-bottom: 25px;
}
.location .text_column_left {
	width: 100%;
	font-size: 25px;
	padding: 0;
	margin: 0;
}
.location .text_column_left .find {
	font-size: 50px;
	padding: 10px;
	font-family: 'Maven Pro', sans-serif;
	text-align: center;
}
.location .text_column_left .locate {
	width: 40%;
	font-size: 18px;
	margin: 0;
	margin-top: 5%;
	padding-left: 30%;
	padding-right: 30%;
}
.location .text_column_right {
	width: 100%;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-size: 50px;
	line-height: 55px;
}
.thumbnailOne, .thumbnailTwo, .thumbnailThree  {
	width: 33.33%;
}
.thumbnailOne i, .thumbnailTwo i, .thumbnailThree i {
	font-size: 20px;
	padding: 20%;
}
.thumbnailOne h4, .thumbnailTwo h4, .thumbnailThree h4 {
	font-size: 15px;
}
.thumbnailOne p, .thumbnailTwo p, .thumbnailThree p {
	font-size: small;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
}

/* Small Desktops */
@media ( min-width : 770px ) and (max-width : 1200px ){
.text_column {
	width: 100%;
}
.thumbnail {
	width: 33%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
