body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul { list-style:none; }

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }
t
abbr, acronym { border:0; }


/* -----------------------------------------------------
- 2 Typography
----------------------------------------------------- */


@font-face {
    font-family: 'RokkittRegular';
    src: url('../fonts/Rokkitt-webfont.eot');
    src: url('../fonts/Rokkitt-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/Rokkitt-webfont.woff') format('woff'),
         url('../fonts/Rokkitt-webfont.ttf') format('truetype'),
         url('../fonts/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'scriptinaregular';
    src: url('../fonts/scriptin-webfont.eot');
    src: url('../fonts/scriptin-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/scriptin-webfont.woff') format('woff'),
         url('../fonts/scriptin-webfont.ttf') format('truetype'),
         url('../fonts/scriptin-webfont.svg#scriptinaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4, h5 { color: #1e9994; font-size: 28px; margin-top: 30px; font-family: "Helvetica", Sans-serif; text-shadow: 1px 0px 0px #f5f5f5;}



p {font-family: "Helvetica", Sans-serif !important; color: #4F4F4F; font-size: 17px; line-height: 24px; text-shadow: 1px 1px 0px #f5f5f5; margin-bottom: 20px; }


span{font-family: "Helvetica", Sans-serif !important;}

.about-container p{padding-top: 10px;}


#article-wrap h2 a, #container-news h2 a{
	color: #1E9994;
    font-family: "Helvetica", Sans-serif;
    font-size: 30px;
}

/* -----------------------------------------------------
- 3 Global
----------------------------------------------------- */


body {
	background:#fff url(../images/bg.jpg) repeat;
	height:100%;
	width:100%;
	min-width: 1170px;
	border-top: 3px solid #0E3835;
	font-family: "Helvetica", Sans-serif;
	
}

a, img {
	border:none;
	text-decoration:none;
}


.wrapper {
	width:960px;
	height:auto;
	margin: 0 auto;
	position:relative;
}

::-moz-selection {
	background: #1e9994;
	color: #fff;
	
}
::selection {
	background: #1e9994;
	color: #fff;
}

/* -----------------------------------------------------
- 4 Nav
----------------------------------------------------- */


.nav-left{
    float: left;
    margin-left: 0;
    margin-top: 76px;
    width: 386px;
    }

.nav-left ul{margin-left: 10px;}

.nav-left ul li{ 
	float: left;
    margin-left: 30px;
    text-align: center;
}

.nav-left ul li a{ font-family: "Helvetica", Sans-serif; font-size: 19px; color: #fff;}

.nav-left ul li a:hover{color: #fff;  border-bottom: solid 2px #fff;}





.nav-right{
    float: left;
    margin-left: 588px;
    margin-top: 76px;
    position: absolute;
    width: 386px;
    z-index: 400;
}


.nav-right ul{}


.nav-right ul li{
	float: left;
    margin-left: 30px;
    text-align: left;
}

.nav-right ul li a{font-family: "Helvetica", Sans-serif; font-size: 19px; color: #fff; }

.nav-right ul li a:hover{color: #fff; border-bottom: solid 2px #fff;}


/* -----------------------------------------------------
- 5 Header
----------------------------------------------------- */

#header{width:100%; min-width: 1170px; clear: both; background: url(../images/header-bg.png) repeat-x; height: 175px;}

.header-inner{width:960px; height: auto; margin: auto; position: relative;}

.logo {
    float: left;
    left: 316px;
    margin-left: 68px;
    position: absolute;
    width: 200px;
    z-index: 400;
    margin-top: -3px;
}

/* -----------------------------------------------------
- 6 Banner
----------------------------------------------------- */


.banner {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 11px solid #FFFFFF;
    height: 395px;
    width: 949px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2); 
    position: relative;
    z-index: 300;
    clear: both;
}

.shadow{    
    position: absolute;
    top: 406px;
    z-index: 0;
    }

/* -----------------------------------------------------
- 7 Links
----------------------------------------------------- */
a { color:#333333; }


a:hover {
	color: #4F4F4F;
	-webkit-transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	transition: color 0.3s ease-out 0s;
}

.top-nav{width: 100px; height: 40px; background: #0E3835; -webkit-border-radius: 2px; border-radius: 2px; position: absolute; }

.top-nav-inner ul li a {
    color: #CCCCCC;
    float: left;
    font-size: 19px;
    margin-right: 5px;
}
.top-nav-inner ul li a:hover{color:#fff;}
.top-nav-inner ul{
   	position: absolute;
    right: -33px;
    top: 6px;
    width: 382px;
}

.top-nav-inner ul li{margin-left: 10px;}

.top-nav-inner{width:960px; height: auto; margin: auto; position: relative;}

.address-container a{color: #1E9994;}

.backbutton {
    background: none repeat scroll 0 0 #1E9994;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF !important;
    display: block;
    font-size: 15px !important;
    height: 27px;
    padding-top: 9px;
    text-align: center;
    width: 90px;
}

.backbutton:hover{background: #26b8b2;}

/* -----------------------------------------------------
- 8 Content
----------------------------------------------------- */

.home h3{    
    color: #1E9994;
    font-family: "Helvetica", Sans-serif;
    font-size: 28px;
    text-shadow: 1px 0 0 #F5F5F5;
    text-align: center;
}

.home p {
    color: #4F4F4F;
    margin-right: 34px;
    margin-top: 10px;
    text-align: left;
}

.home{
    height: auto;
    margin: auto;
    width: 960px;
    }

.stamp{
	left: 318px;
    opacity: 0.7;
    position: absolute;
    top: 432px;
    z-index: -1;
}

.saddles ul {
    margin-left: -2px;
    margin-top: 89px;
}

.saddles ul li {
    background: none repeat scroll 0 0 #999999;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    float: left;
    height: 340px;
    margin-bottom: 60px;
    margin-left: 33px;
    width: 430px;
}
.saddles {
    margin-left: 0;
    width: 960px;
    clear: both;
}

.saddles li img {
	float: left; 
	clear: both;
}

.saddles ul li span {
	font-size: 19px;
	line-height: 30px;
	text-shadow: 1px 1px 0px #F5F5F5;
	float: left; 
	margin-top: 10px;
}

.saddles-para {
    color: #4F4F4F;
    margin-right: 25px;
    margin-top: 10px;
    text-align: left;
    clear: both;
}

.avatar-container{
    clear: both;
    display: block;
    height: 234px;
    margin: 18px 0 19px 248px;
    width: auto;
}

.avatar-container li{float: left; margin-right: 20px; text-decoration: none; list-style: none;}

.top-nav {
    height: 40px;
    width: 100%;
    min-width: 1170px;
    
}

.saddles strong{color: #1E9994;}

#container-news {
    height: auto;
    margin-top: 40px;
    min-height: 430px;
    width: 690px;
}

.readmore-arrow{
	left: -150px;
    position: absolute;
}

.about-copy {
    margin-left: 20px;
    width: 960px;
}

.bliss-logo{
    left: 439px;
    opacity: 0.5;
    position: absolute;
    top: 21px;
    width: 93px;
    z-index: 300;
}



/* -----------------------------------------------------
- 9 Footer
----------------------------------------------------- */

.footer{width:960px; height: 100px; position: relative;}


.facebook-icon a {
	width:30px;
	height:30px;
	background: #3b5998 url(../images/fb.png) 3px 5px no-repeat;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 1;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	float:left;
}
.facebook-icon, .twitter-icon, .vk-icon, .rolex-kentucky {
	float: left;
    margin-top: 3px;
	
}
.twitter-icon a {
	width:30px;
	height:30px;
	background:#2CAAE1 url(../images/twitter.png) 3px 5px no-repeat;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 1;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	float:left;
}

.vk-icon a {
	width:30px;
	height:30px;
	background:#4d76a5 url(../images/vk.png) 3px 5px no-repeat;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 1;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	float:left;
}

.facebook-icon a:hover {
	opacity:0.5;
}
.twitter-icon a:hover {
	opacity:0.5;
}

.vk-icon a:hover {
	opacity:0.5;
}

.facebook-icon {
	margin-right: 7px;
}

.social-media-container{
    position: absolute;
    right: 18px;
}


.rolex-kentucky a {
    background: url("../images/rolex-kentucky.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 40px;
    margin-left: 6px;
    width: 40px;
    -webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.rolex-kentucky a:hover{
	opacity:0.5;
}

.copyright p{
    clear: both;
    font-size: 16px;
    margin: 100px auto auto 340px;
    text-align: center;
    width: 300px;
    z-index: 0;
}

.copyright{
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 14px;
    position: relative;
}


.about-container{ 
    margin-left: 0;
    margin-top: 36px;
    
    }


.about-pic {
    left: 370px;
    position: absolute;
    top: -252px;
}

.saddle-fitters {
    margin-bottom: 120px;
    margin-top: 85px;
}

.mapp-body p {
    font-size: 17px;
    line-height: 21px;
    text-align: left !important;
}

/* -----------------------------------------------------
- 10 Contact
----------------------------------------------------- */

form input {
	font-size: 14px;
	margin-bottom: 12px;
	padding: 17px 30px;
	width: 505px;
}

form label {
	color: #4f9393;
	display: block;
	font-size: 21px;
	font-style: normal;
	margin: 10px 10px 10px 0;
	text-shadow:1px 1px 0 #fff;
	font-family: "Helvetica", Sans-serif;
	border-radius: 2px 2px 2px 2px;
}

input, textarea, select { border: 1px solid #CCCCCC; }

form textarea {
	font-size: 14px;
	height: 169px;
	margin-bottom: 11px;
	padding: 10px;
	width: 545px;
	 border-radius: 2px 2px 2px 2px;
}



.form-button {
    background: none repeat scroll 0 0 #4F9393;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: block;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    height: 35px;
    margin: 21px 473px;
    padding-top: 9px;
    width: 94px;
}

.form-button:hover, .mapp-dir-get:hover{background: none repeat scroll 0 0 #46b9b4;}

#contact-form{
	min-height: 600px;
    margin-top: 0;
}

.address-container {    
	position: absolute;
    right: 0;
    /*top: 27px;*/
   top: 94px;
    }


.address-container li{background:url(../images/icon-map-pin.png) no-repeat; }


.address-container p{ margin-left: 40px;}

.contact-form-message {
    font-family: "Helvetica", Sans-serif;
    font-size: 25px;
    left: 0;
    position: relative;
    top: 56px;
    width: 530px;
}

#article-wrap img{margin-top:16px;}


.mapp-layout {
    margin: 5px 5px 45px 21px;
    padding: 0;
}


.mapp-dir-get {
    background: none repeat scroll 0 0 #4F9393;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    height: 35px;
    margin-left: 29px;
    padding-top: 9px;
    width: 201px;
}


/* -----------------------------------------------------
- 11 Sidebar
----------------------------------------------------- */


#sidebar {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: auto;
    min-height: 360px;
    position: absolute;
    right: 0;
    top: 14px;
    width: 245px;
}

#sidebar li {
    font-size: 14px;
    list-style: none outside none;
    padding: 19px 0 0 17px;
}

.archivetitle-wrap {
    background: #1E9994;
    display: inline-block;
    height: 30px;
    padding-top: 9px;
    text-align: center;
    width: 100%; 
    }

.archivetitle-wrap h3{
	color: #FFFFFF;
    font-family: "Helvetica", Sans-serif;
    font-size: 20px;
    text-shadow: none;
    margin: 0;
}



/* Google Maps */
.saddle-fitters div div.google-map-placeholder {
	border: 15px solid white !important;
}

.mapp-body, .mapp-body span{font-family: "Helvetica", Sans-serif !important;}


div.sharethis { 
	clear: both;
	margin: 0px auto;
	padding-top: 5em;
	width: 200px;
}

.mapbox {
    width: 960px;
    background: white;
    float: left;
    margin-bottom: 1em;
}

.mapbox h3 {
    font-size: 26px;
    margin-top: 10px;
}


.mapbox form .form-control {
    /*width: 60%;*/
    float: left;
    margin-left: 7em;
}

.mapbox span.input-group-btn {
    /*width: 30%;*/
    float: right;
    margin-right: 7em;
}

.mapbox button {
    display: block;
    padding: 17px 30px;
    float: right;
}

.mapbox #details {
    padding: 1em;
    margin: 0 auto;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
 

 

.address-group { padding:0 30px; margin-bottom:30px;  }
.address-enter { width:67%; float:left; }
.address-group button {
	cursor:pointer;
	width:23%; float:right; border:none;
	height:53px; background:#0E3835 url('../images/header-bg.png') repeat-x top;
	color:#FFFFFF; font-weight:bold; text-transform:uppercase;
	border: 1px solid #CCC;
}