@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Regular.eot');
    src: url('../fonts/subset-Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Regular.woff') format('woff'),
        url('../fonts/subset-Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Light.eot');
    src: url('../fonts/subset-Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Light.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Light.woff') format('woff'),
        url('../fonts/subset-Montserrat-Light.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


html {
    -webkit-text-size-adjust: none;
	min-height: 100%;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #292929;
	line-height: 1.6;
}


/* Locations */

#locations .title {
	text-align: center;
	font-size: 33.75px;
	color: #020202;
	line-height: 1.2;
	margin: 0 0 44px;
}

#locations .title em {
	font-style: normal;
}

#locations .title span {
	display: block;
	color: #ff7b01;
	font-size: 20px;
	margin-top: 10px;
}

#locations ul {
	margin: 0 0 0 -69px;
	padding: 0;
}

#locations ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 0 0 69px;
	list-style: none;
	width: 25%;
	text-align: center;
	font-size: 17px;
	color: #000;
}

#locations ul li a {
	display: block;	
}

#locations ul li .image {
	display: block;
	border: 5px solid #000;
	overflow: hidden;
	margin-bottom: 17px;
}

#locations ul li .image img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#locations ul li a:hover .image img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

#locations ul li .name {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#locations ul li .address {
	display: block;
	line-height: 1.6;
	margin-bottom: 17px;
}

#locations ul li .link {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 12px 27px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#locations ul li.purple .image {
	border-color: #782ea0;
}

#locations ul li.purple .link {
	background-color: #782ea0;
}

#locations ul li.orange .image {
	border-color: #ff7b01;
}

#locations ul li.orange .link {
	background-color: #ff7b01;
}

#locations ul li.red .image {
	border-color: #cb0149;
}

#locations ul li.red .link {
	background-color: #cb0149;
}

#locations ul li.green .image {
	border-color: #01a447;
}

#locations ul li.green .link {
	background-color: #01a447;
}

/* Intro */

#intro {
	background: #f1f6fc url(../images/intro-bg.jpg) no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#intro .section {
	padding-top: 35px;
	padding-bottom: 40px;
	text-align: center;
	color: #000;
	font-size: 22px;
	line-height: 1.65;
}

#intro .inner {
	padding-left: 7.299270072992701%;
	padding-right: 7.299270072992701%;
}

#intro .title {
	font-size: 30px;
	color: #cb0149;
	margin-bottom: 32px;
	line-height: 1.2;
}

#intro p {
	margin: 0;
}


/* Miscelleneous */

p {
	margin: 0 0 19px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
#content a {
	color: #CB0149;
}
#content a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

img.pullLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

img.pullRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.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;  
}

::-webkit-input-placeholder {
	color: #797979;
	opacity: 1;
}

:-moz-placeholder {
	color: #797979;
	opacity: 1;
}

::-moz-placeholder {
	color: #797979;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: #797979;
	opacity: 1;
}

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;
}


.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}
