/* Global Styles */
html,body {
	height: 100%;
}

body {
	font-family: Raleway, sans-serif;
	font-weight: 300;
}

.formSent, .formError {
	display: none;
}

.body {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* Animate Styles */
.animate {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.show {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

p {
	font-weight: 400;
}

.space60 {
	margin-bottom: 60px;
}

/* Header - nav */
header {
	background: #9C0B19;
	left: 0;
	right: 0;
	z-index: 9999999;
	position: fixed;
}

.home header{
	position: relative;
}

header nav li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2.5px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-brand>img{
	max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.navbar-collapse.navbar-right.navbar-main-collapse.collapse{
	padding-top: 10px;
}

.navbar-nav > li > a {
	padding-top: 33.5px;
	padding-bottom: 33px;
}

header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus {
	color:#000;
	background-color: transparent; /*overrides bootstrap style*/
}

.navbar-brand {
  padding: 0;
  display: block;
  margin: 10px 0 !important;
  float: none;
  width: 90px;
  height: auto;
}

.sticky-wrapper {
	position: relative;
	z-index: 999;
}

header .navigation .current a {
	color: #000 !important;
}

.current {
}

/* Top wrap */
.slider-wrap {
	position: relative;
}

.overlay {
	background: url(../images/overlay.png);
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

.slide-content {
    position: relative;
    z-index: 1000;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
	color: #fff;
}

.slide-content p {
    margin: 10px 0;
	font-size: 1.5em;
}

.slide-content .social-media {
    text-align: center;
}

.slide-content .social-media a{
	color: #fff;
    display: inline-block;
    margin: 0 5px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.slide-content .social-media a:hover{
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.slide-content .cta{
	text-align: center;
}

.slide-content .cta a:hover{
	color: #fff;
}

.intro-btn {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 14px 25px;
    margin: 20px 10px;
    display: inline-block;
}

.intro-btn:hover, .intro-btn:visited {
	color: #fff;
}

.intro-btn.red {
	background: #9C0B19;
}

.contact > section #contact-logo img {
    max-width: 372px;
    width: 100%;
}

.welcome img {
	display: block;
    margin: 0 auto;
    max-width: 350px;
    width: 90%;
}

.scroll-btn {
	  width: 55px;
  height: 55px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px auto;
  display: table;
  z-index: 100001;
}

.scroll-btn:hover {
	background: rgba(0,0,0,1);
}

.scroll-btn:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 55px;
}

.home-video {
  padding-bottom: 70px;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover; 
}

#about-video {
  width: 100%;
  height: auto;
}

/* Common Styles */
.section-title {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #434041;
}

.section-subtitle {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	line-height: 26px;
	margin: 40px 0;
}

.about-client img{
 	width: 70%;
    max-width: 265px;
    height: auto;
    margin: 0 auto;
    display: block;
 }
 
 video#about-vid {
	width: 100%;
 	margin-top: 20px;
 	display: block;
    margin: 0 auto;
 }

.sep {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 100%;
    text-align: center;
	color: #D8B20F;
}

.sep:before {
    content: "\f260  \f260  \f260  \f260";
}

.section-title-lite {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.section-subtitle-lite {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0 20%;
	line-height: 26px;
	margin: 0;
	color: #fff;
}

.sep-lite {
	height: 13px;
	background: url(../images/sep-lite.png) no-repeat center center;
	width: 100%;
	margin: 15px 0;
}

.body > section {
	background: #fff;
    padding: 152px 0 72px;
    position: relative;
    z-index: 0;
    background-clip: padding-box;
}

.body.home > section {
	padding: 102px 0;
}

/* About wrap */
.pr-no {
	padding-right: 0 !important;
}

.about p {
	font-size: 16px;
	line-height: 22px;
	color: #777;
	margin: 0 0 20px;
 	font-weight: 300;
}

.about-client .col-md-4 {
	margin-bottom: 20px;
}

.about .col-md-12 {
	margin-top: 20px;
}

blockquote {
	border-left: 5px solid #9C0B19;
	box-shadow: 0px 1px 4px #ccc;
}

blockquote footer {
	font-size: 1em;
}

.about #quote p {
	font-weight: normal;
	font-style: italic;
}

#state-legalization, #social, #press {
    text-align: center;
}

#political-map #legend{
	max-width: 600px;
	margin: 0 auto;
}

#political-map #legend > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 15px 0;
}

#political-map #legend > div .rectangle{
	min-width: 60px;
    height: 20px;
	margin-right: 20px;
}

#political-map #legend p {
	margin: 0;
}

#political-map #legend > div .rectangle.recreational-tribal{
	background: #006838;
}

#political-map #legend > div .rectangle.medical-tribal{
	background: #39B54A;
}

#political-map #legend > div .rectangle.medical-no-tribal{
	background: #B0D57D;
}

#political-map #legend > div .rectangle.hemp-cultivation{
	overflow: hidden;
	border: solid 3px #81C77F;
	background: url(/political-map/hemp_lines.png) no-repeat center;
	background-size: 130px;
}

#political-map h3{
	text-align: center;
}

#press h3, #social h3{
	text-transform: uppercase;
}

#press .sep{
	font-size: 0.8em;
}

#press a {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
    margin: 10px 5px 0;
    border: solid 1px #dadada;
}

#press .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	height: 460px;
    overflow: scroll;
}

#social .sep {
    margin-bottom: 10px;
}

#social .twitter-timeline{
	margin: 0 auto;
    display: block !important;
    width: 800px !important;
	height: 500px !important;
}

#state-legalization a{
	cursor: pointer;
}

#about-list {
  text-align: center;
  list-style-type: none;
}
#about-list li{
	display: inline-block;
	width: 15%;
	text-align: center;
	margin:0 2%;
}

#about-list li img{
	max-height: 150px;
}

#about-list li h1 {
  font-size: 1.5em;
}

/* Contact */

.contact-form {
}

.contact-form input[name="first_name"]{
	width: 50%;
    margin-right: -2px;
}

.contact-form input[name="last_name"]{
	width: 50%;
    margin-left: -2px;
}

.contact-form input,.contact-form textarea {
	border: 1px solid #777;
	min-height: 56px;
	padding: 15px;
	font-size: 18px;
	background: none;
	border-radius: 2px;
	margin-bottom: 25px;
	width: 100%;
}

.s-btn {
	background: none repeat scroll 0 0 #FD6B6B;
	border: medium none;
	display: table;
	color: #FFF;
	padding: 16px 60px 12px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}

.s-btn:hover {
	background: #a8a5a5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact > section > section p {
	font-size: 18px;
	color: #7f8184;
	line-height: 24px;
}

/* Testimonials */
.body.home > section.what-we-do{
  	background: #282828;
	padding: 60px 0;
	border-top: 80px solid transparent;
	margin-top: -80px;
	background-clip: padding-box;
	color: #fff;
}

.what-we-do .actions, .what-we-do .actions .row, .what-we-do .actions .item-description {
	padding: 20px 0;
}

.what-we-do .actions .item-image{
	overflow: hidden;
    position: relative;
    border: solid 2px #fff;
}

.what-we-do .actions .item-image .overlay{
	z-index: 1;
}

.what-we-do .actions h4{
	text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 3em;
    bottom: 0;
    margin: auto;
    height: 50px;
    z-index: 2;
    text-transform: uppercase;
}

.actions img {
    width: 100%;
}

.contact > section > p {
  font-size: 10px;
  line-height: inherit;
  padding: 0 13%;
  font-style: italic;
  margin: 20px 0;
}

.contact > section .s-btn {
  background: #9C0B19;
}

video#big-video-vid_html5_api, div#big-video-vid{
	height:auto !important;
}
div#big-video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img.doctor-is-in, .blog-post img.header {
    display: block;
    margin: 30px auto;
	height: auto;
    max-width: 700px;
    width: 100%;
}

.media-section ul{
	list-style-type: none;
	font-size: 1.25em;
}

.media-section ul li a{
	color: #000;
	text-decoration: underline;
}

.blog-post > div > div{
	max-width: 960px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.body > footer {
	background: #202020;
	text-align: center;
    padding: 20px 0;
}

.body > footer p{
	margin: 0;
	color: #fff;
}

.body > footer ul{
	list-style-type: none;
}

.body > footer ul li{
	display: inline-block;
	padding: 0 5px;
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.pr-no {
	padding-right: 15px !important;
}

header nav li a {
	font-size: 11px;
}

.section-subtitle,.section-subtitle-lite {
	padding: 0 12%;
}

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
#contact-logo{
	display: none !important;
}

header .navigation .current a {
  color: #9C0B19 !important;
}	

.date {
	display: table;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
}

.welcome img {
	width: 90%;
}

.navbar-toggle i {
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.navbar-toggle i:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navbar-nav {
	margin: 9px 0;
	background: #282828;
}

.navbar-nav > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #333;
}

.navbar-collapse {
	padding: 0;
	border-top: 0 !important;
	box-shadow: none;
}

.section-title {
	font-size: 30px;
}

.section-subtitle {
	font-size: 16px;
	padding: 0 5%;
	line-height: 26px;
}

.section-title-lite {
	font-size: 30px;
}

.section-subtitle-lite {
	font-size: 16px;
	padding: 0 5%;
	line-height: 26px;
}

.pr-no {
	padding-right: 15px !important;
}

.contact > section {
	padding: 60px 0 30px;
}

.contact > section .col-md-6 {
	padding: 0 15px !important;
	margin-bottom: 30px;
}

.social-footer {
	background: #e9e8e6;
	height: 150px;
}

.social {
	padding: 0 25px;
}

.social li i {
	font-size: 40px;
	line-height: 150px;
}

.social li span {
	font-size: 0;
}

.contact > section p {
	font-size: 15px;
	line-height: 22px;
}

.contact-info p {
	font-size: 18px;
	line-height: 26px;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.welcome img {
	width: auto;
}

}