@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Play:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #2c2c2c;
	color: #efeeee;
	-webkit-text-size-adjust: none;
	font-family: 'Play', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Play', sans-serif;
  font-weight: 700;
  color: #434343;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  line-height: 30px;
}
h2 {
  font-size: 30px;
  line-height: 32px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
h5 {
  font-size: 17px;
  line-height: 18px;
}
h6 {
  font-size: 16px;
  line-height: 17px;
}
p,
ul {
  color: #6d6c6c;
  font-weight: 400;
}
p a:hover,
ul a:hover {
  text-decoration: underline;
}
p .fa,
ul .fa {
  text-decoration: none;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
td img {
    width: 100%;
    height: auto;
}
a:focus {
  outline: none;
}
a:hover {
  color: #FFCC5A;
}
a:active {
  color: #006957;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
hr {
  max-width: 470px;
  background: #dcdcdc;
  border: none;
  height: 1px;
}
span.overlay {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.39);
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.thumbs {
	width:500px;
	height:282px;
}

.videos {
	display: table;
    margin-left: auto;
    margin-right: auto;
	width: 83%;
}

.thumbnotes {
	padding-bottom: 10px;
    font-size: 175%;
}

.blurb {
	display: block;
	padding-left: 3%;
}

.bodytext {
	padding-left: 6%;
}

.audios {
	display: table;
    margin-left: auto;
    margin-right: auto;
	width: 70%;
	
}

.container2 {
	position:relative;
	width:1170px;
	height:71px;
}

.container3 {
	position:relative;
    display:inline-block;
	width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-bottom: 0;
    height:2000px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container3 strong {
	font-size:16px
}

.workedwith {
	width:100%;
	position:relative;
    right:0;
    padding-left:5%;
    overflow: visible;
    max-height: 168px;

}

.reftable {
    width:100%;
    height:100%;
    display:block;
}
.reftable td {
    padding-bottom:50px;
    left:0;
    width:60% !important;
}
.reftable table {
    position:relative;
    display:inline-block;
    width:90%
    margin-left:5%;
    margin-right:5%;
}

.companylist {
	list-style-type:disc;
	font-family:inherit;
	font-size: 18px;
	text-align:left;
	padding-left:30px;
}

.testimonials {
	width:60%;
	position:absolute;
	top:0px;
	left:0px;
}

.votable td {
	border-collapse: collapse;
	padding:10px;
	width:33.33%;
    text-align: center;
}

.votable p {
    margin-left: -30px;
}

.votable h3 {
	font-size:20px;
}
/*=======================================================
                     Overlay Popup
=========================================================*/

.embedresize {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#overlay_number {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.5); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 20
}

#popup_number {
    position: fixed;
    width: 200px;
    height: 48px;
    display: none;
    background-color: #efeeee;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -25px;
	z-index: 21
}

.numbertext {
	padding-top: 12px;
	text-align:center;
}

#overlay_mail {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.5); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 20
}

#popup_mail {
    position: fixed;
    width: 300px;
    height: 48px;
    display: none;
    background-color: #efeeee;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -25px;
	z-index: 21
}

.mailtext {
	padding-top: 12px;
	text-align:center;
}

/*==VIDEOS==*/
#overlay_v1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v1 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v2 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v3 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v3 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v4 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v4 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v5 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v5 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
    left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v6 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v6 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v7 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v7 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v8 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v8 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v9 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v9 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v10 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v10 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v11 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v11 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_v12 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_v12 {
    position: fixed;
    width: 100%;
    height: 450px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}

#overlay_vr1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

#popup_vr1 {
    position: fixed;
    width: 100%;
    height: 405px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
	top: 17%;
	left: 0;
    right: 0;
    max-height: 720px !important;
	z-index: 110;
}


#overlay_vr2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10;
}

#popup_vr2 {
    position: fixed;
    width: 100%;
    height: 405px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0px;
    right: 0px;
    max-height: 720px;
	z-index: 110;
}

#overlay_vr3 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10;
}

#popup_vr3 {
    position: fixed;
    width: 100%;
    height: 405px;
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    vertical-align: middle;

    /* center it ? */
    top: 17%;
	left: 0px;
    right: 0px;
    max-height: 720px;
	z-index: 110;
}

.goawayweareclosed {
    width: 100%;
    height: 0px;
    margin: 0 auto;
}
.goawayweareclosed2 {
    width: 100%;
    height: 0px;
    margin: 0 auto;
    right: 20px;
}

.goawayweareclosed h3 {
    color: white;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

/*==AUDIOS==*/

/*Commercial*/

.overlay_aav1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aav1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_abl1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_abl1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_adc1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_adc1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_adb1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_adb1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_aej1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aej1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_aer1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aer1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_agc1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_agc1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_agr1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_agr1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_ajt1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_ajt1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_ajs1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_ajs1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_alg1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_alg1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_amma1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_amma1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_amm1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_amm1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_asn1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_asn1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_asp1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_asp1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_ass1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_ass1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_aso1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aso1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

/*Narration*/

.overlay_aav2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aav2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_abl2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_abl2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_add1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_add1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}


.overlay_aej2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aej2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_amma2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_amma2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_amm2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_amm2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_ajv1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_ajv1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_arz1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_arz1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_asb1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_asb1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_aav3 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aav3 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_amma2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_amma2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_aer1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aer1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_ajj1 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_ajj1 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_asp2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_asp2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

.overlay_aer2 {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 10
}

.popup_aer2 {
    position: fixed;
    width: 0px;
    height: 0px;
    display: none;
    background-color: white;
    text-align: center;
	vertical-align: middle;

    /* center it ? */
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
	z-index: 11
}

/*=======================================================
                       First-Play
=========================================================*/



.closevideo h3 {
	font-size:18px;
}

.closevideowork {
	position:relative;
	width:auto;
	height:auto;
	cursor:pointer;
}

.closevideowork h3 {
	font-size:18px;
	color:#FFFFFF;
}

#overlay {
    display: none;
    cursor: default;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
	margin-top: 71px;
	margin-bottom: 0%;
    background-color: rgba(0, 0, 0, 0.0);
}

#overlay-content {
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
    margin-left: 0px;
    margin-top: 0px;
    color: #efeeee;
	z-index: 19;
}

#videoplayer {
	Width: 100%;
	Height: 100%;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 15px;
}
* + .btn {
  margin-top: 28px;
}
* + hr {
  margin-top: 25px;
}
p + .more {
  margin-top: 21px;
}
hr + .row {
  margin-top: 40px;
}
hr + .row .grid_3 img {
  margin-top: -10px;
}
hr + .row .grid_4 img {
  margin-top: 24px;
}
hr + .row .grid_3 .header-box1 {
  margin-top: 106px;
}
hr + .row .grid_3 .list-box {
  margin-top: -12px;
}
hr + .row.inset3 {
  margin-top: 0;
}
hr + .row.inset5 {
  margin-top: 22px;
}
hr + .row .terms-list {
  margin-top: -16px;
}
hr + .index-list {
  margin-top: 139px;
}
hr + .index-list.inset6 {
  margin-top: 145px;
}
img + h4 {
  margin-top: 48px;
}
img + h3.regular {
  margin-top: 44px;
}
h4 + p {
  margin-top: 23px;
}
h3.regular + p {
  margin-top: 40px;
}
h3.regular + p.paragraph1 {
  margin-top: 30px;
}
h3.regular + p.paragraph1 + img {
  margin-top: 40px;
}
h4 + p.inset1 {
  margin-top: 29px;
}
hr + img {
  margin-top: 26px;
}
hr + h4 {
  margin-top: 26px;
}
ul + .address-box {
  margin-top: 29px;
}
.row + .row {
  margin-top: 31px;
}
.row + .row .grid_4 img {
  margin-top: 16px;
}
.row + .row .marked-list.inset2 {
  margin-top: -6px;
}
/*=======================================================
                        Components
=========================================================*/
/*=============    Contact Inline list    ===============*/
.contact-inline-list {
  float: right;
  margin-top: 15px;
  color: #ffffff;
}
.contact-inline-list li {
  display: inline-block;
  text-align: center;
}
.contact-inline-list li + li {
  margin-left: 2px;
}
.contact-inline-list li a {
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #ffffff;
}
.contact-inline-list li a:hover {
  background: #FFCC5A;
  color: #ffffff;
  text-decoration: none;
}
.contact-inline-list li a:before {
  font-size: 14px;
  line-height: 36px;
}
/*=============    Social Inline list    ===============*/
.social-inline-list {
  float: right;
  font-size: 24px;
}
.social-inline-list li {
  display: inline-block;
}
.social-inline-list li a:hover {
  text-decoration: none;
  color: #85ba13;
}
.social-inline-list li + li {
  margin-left: 12px;
}
.social-inline-list2 {
  color: #ffffff;
  display: block;
  margin-left: 2px;
}
.social-inline-list2 li {
  display: inline-block;
  text-align: center;
}
@media (max-width: 479px) {
	.fbmargin {
		margin-left: 19px;
	}
	.ytmargin {
		margin-left: 0px;
	}
}

.ytmargin {
	margin-left: 19px;
	margin-right: 19px;
}
.social-inline-list2 li a {
  display: inline-block;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #ffffff;
}
.social-inline-list2 li a:hover {
  background: #85ba13;
  border-color: #efeeee;
  color: #efeeee;
  text-decoration: none;
}
.social-inline-list2 li a:before {
  font-size: 40px;
  line-height: 68px;
}
/*===============    Flex list    =================*/
.flex-list {
  display: block;
  width: 100%;
}
.flex-list:before,
.flex-list:after {
  content: " ";
  display: table;
}
.flex-list:after {
  clear: both;
}
.flex-list li {
  float: left;
  width: 16.66666666666667%;
}
@media (max-width: 979px) {
  .flex-list li {
    width: 33.33333333333334%;
  }
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list li {
    display: block;
  }
}
@media (max-width: 479px) {
  .flex-list li {
    width: 100%;
  }
}
/*================    Marked list    =================*/
.marked-list {
  text-align: left;
  padding-left: 57px;
}
.marked-list li {
  position: relative;
  color: #7c8083;
  font-size: 13px;
}
.marked-list li + li {
  margin-top: 0px;
}
.marked-list li:before {
  content: '';
  background: #009c82;
  position: absolute;
  left: -24px;
  top: 10px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list.inset4 {
  margin-top: 25px;
  padding-left: 21px;
}
@media (max-width: 979px) {
  .marked-list {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .marked-list {
    display: inline-block;
  }
}
/*==================   Index List  ========================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
}
.index-list li:before {
  color: #434343;
  width: 74px;
  height: 74px;
  background: #efeeee;
  border: 1px solid #efeeee;
  font-size: 25px;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  line-height: 72px;
  margin-left: -37px;
  top: -111px;
  content: counter(li, decimal);
  counter-increment: li;
  box-sizing: border-box;
}
.index-list li h3 + p {
  margin-top: 31px;
}
@media (max-width: 767px) {
  .index-list li:nth-child(n+1) {
    margin-top: 150px;
  }
  .index-list li:first-child {
    margin-top: 0px;
  }
}
/*==================   Index List  ========================*/
.span-list {
  text-align: left;
  margin-top: 38px;
}
.span-list li {
  position: relative;
  color: #7c8083;
  font-size: 13px;
  padding-right: 15%;
}
.span-list li span {
  position: absolute;
  color: #009c82;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .span-list li {
    width: 73%;
    padding-left: 24px;
  }
}
@media (max-width: 479px) {
  .span-list li {
    width: 65%;
	height: 65%;
    padding-left: 0;
  }
}

@media (max-width: 350px) {
	.span-list li {
		width: 65%;
		height: 65%;
		padding: left;
	}
}
@media (max-width: 350px) {
.bsplogo {
	    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	}	
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
}
.brand_name {
  overflow: hidden;
  display: inline-block;
  margin-left: 11px;
}
.brand_name a:hover {
	color: inherit;
	font-family: inherit;
}
.brand_slogan {
	position: absolute;
	bottom: -9px;
	right: 148px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	text-transform: uppercase;
	color: #9e9e9e;
}
.brand:before {
  content: url(../images/BSP Images/logo.png);
  display: inline-block;
  text-align: center;
  width: 70px;
  margin-top: -4px;
  height: 70px;
  background-color: #009c82;
  border-radius: 7px;
  line-height: 95px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #efeeee;
}
.bg-section {
  background: #efeeee;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 7px 26px;
  background: #34274c;
  border-radius: 3px;
  font-size: 12px;
  line-height: 24px;
  color: #efeeee;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  color: #efeeee;
  background: #009c82;
}
.btn.btn1 {
  padding-left: 10px;
  padding-right: 10px;
  background: #f9c700;
}
.btn.btn1:hover {
  color: #efeeee;
  background: #c69e00;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.header-box {
  display: block;
  position: relative;
}
.header-box:before {
  content: '';
  width: 74px;
  height: 74px;
  border: 1px solid #efeeee;
  border-radius: 50%;
  position: absolute;
  background: #f0f0f0;
  left: 50%;
  line-height: 100px;
  margin-left: -37px;
  top: -100px;
}
.header-box.header-img1:before {
  content: url('../images/page-1_img1.png');
}
.header-box.header-img2:before {
  content: url('../images/page-1_img2.png');
}
.header-box.header-img3:before {
  content: url('../images/page-1_img3.png');
}
.header-box1 {
  display: block;
  position: relative;
}
.header-box1:before {
  color: #6d6c6c;
  width: 74px;
  height: 74px;
  background: #f5f5f5;
  font-size: 30px;
  font-weight: 400;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  line-height: 72px;
  margin-left: -37px;
  top: -115px;
}
.header-box1 + p {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .grid_4 + .grid_4 .header-box {
    margin-top: 150px;
  }
  .grid_3 + .grid_3 .header-box1 {
    display: inline-block;
  }
}
.transparent-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -476px;
  width: 953px;
  padding: 15px 10px 20px;
  background: rgba(255, 255, 255, 0.42);
  text-align: center;
}
.transparent-box h2 {
  color: #030303;
  font-size: 90px;
  line-height: 81px;
  display: inline-block;
  text-transform: none;
}
.transparent-box h2 span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}
.transparent-box h3 {
  color: #030303;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  text-transform: none;
}
.transparent-box h3 span {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.transparent-box hr {
  display: block; height: 1px;
  border: 0; border-top: 1px solid #030303;
}
.transparent-box.__box2,
.transparent-box.__box3 {
  padding-top: 55px;
  padding-bottom: 70px;
}
.transparent-box.__box2 span,
.transparent-box.__box3 span {
  text-transform: none;
}
.transparent-box.__box3 {
  margin-left: -585px;
  width: 1150px;
}
@media (max-width: 1199px) {
  .transparent-box,
  .transparent-box.__box3 {
    width: 653px;
    margin-left: -326px;
  }
  .transparent-box h2,
  .transparent-box.__box3 h2 {
    font-size: 60px;
    line-height: 62px;
  }
  .transparent-box h2 span,
  .transparent-box.__box3 h2 span {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .transparent-box,
  .transparent-box.__box3 {
    width: 340px;
    margin-left: -170px;
  }
  .transparent-box h2,
  .transparent-box.__box3 h2 {
    font-size: 42px;
    line-height: 44px;
  }
  .transparent-box h2 span,
  .transparent-box.__box3 h2 span {
    font-size: 27px;
    line-height: 29px;
  }
}
@media (max-width: 499px) {
  .transparent-box,
  .transparent-box.__box3 {
    width: 230px;
    margin-left: -120px;
    padding-left: 5px;
  }
  .transparent-box h2,
  .transparent-box.__box3 h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .transparent-box h2 span,
  .transparent-box.__box3 h2 span {
    font-size: 20px;
    line-height: 22px;
  }
}
.img-box {
  position: relative;
}
.img-box_text {
  position: absolute;
  padding-left: 54px;
  padding-right: 54px;
  top: 70px;
}
.img-box h3 {
  font-weight: 400;
}
.img-box p {
  line-height: 18px;
}
.img-box p + a {
  margin-top: 16px;
}
.img-box a {
  font-weight: 700;
  position: relative;
}
.img-box a:hover {
  color: #f9c700;
}
.img-box a:hover:before {
  color: #f9c700;
}
.img-box a:active {
  color: #ffd52d;
}
.img-box a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  font-size: 18px;
  color: #efeeee;
}
@media (max-width: 1199px) {
  .img-box_text {
    top: 30px;
  }
}
@media (max-width: 979px) {
  .img-box_text {
    padding-left: 20px;
    padding-right: 20px;
    top: 10px;
  }
  .img-box p + a {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .img-box_text {
    top: 30px;
  }
}
@media (max-width: 479px) {
  .img-box_text {
    padding-left: 5px;
    padding-right: 5px;
    top: 2px;
  }
  .img-box h3 {
    font-size: 18px;
  }
  .img-box h3 + p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
  }
  .img-box h3 + p + a {
    font-size: 13px;
    margin-top: -5px;
  }
  .img-box h3 + p + a:before {
    top: 15px;
  }
}
.list-box {
  position: relative;
  padding-bottom: 38px;
  width: auto;
  border: 1px solid #efeeee;
  background: rgba(255, 255, 255, 0.2);
}
.list-box .head-block {
  min-height: 109px;
  width: auto;
  padding: 15px 54px 0px;
  background: rgba(255, 255, 255, 0.55);
}
.list-box .head-block h3 {
  color: #adadad;
  line-height: 25px;
}
.list-box p {
  position: absolute;
  width: 122px;
  height: 122px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #009c82;
  font-size: 36px;
  line-height: 128px;
  letter-spacing: 2px;
  color: #efeeee;
  top: 62px;
  left: 50%;
  margin-left: -61px;
}
.list-box p + ul {
  margin-top: 106px;
}
.list-box .btn {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 5px;
}
.list-box .marked-list {
  padding-right: 16px;
  padding-left: 59px;
}
.list-box .marked-list li {
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .list-box .head-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list-box .marked-list {
    padding-left: 35px;
    padding-right: 6px;
  }
}
@media (max-width: 979px) {
  .list-box .head-block {
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 11px;
	height: 41px;
  }
  .list-box .head-block h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .list-box .head-block {
    padding-left: 54px;
    padding-right: 54px;
  }
  .list-box .head-block h3 {
    font-size: 24px;
  }
  .list-box .marked-list {
    padding-left: 135px;
    padding-right: 70px;
  }
}
@media (max-width: 479px) {
  .list-box .marked-list {
    padding-left: 59px;
    padding-right: 16px;
  }
}
.colorful-box {
  position: relative;
  background: #009c82;
  margin-top: 0;
  padding-bottom: 26px;
}
.colorful-box img {
  margin-top: 0px !important;
}
.colorful-box h3,
.colorful-box p {
  position: absolute;
  top: 202px;
  left: 0;
  right: 0;
}
.colorful-box h3 + p {
  margin-top: 49px;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.colorful-box span.overlay {
  bottom: 92px;
}
.colorful-box .btn:hover {
  background: #c69e00;
}
@media (max-width: 979px) {
  .colorful-box h3 {
    font-size: 20px;
  }
  .colorful-box h3,
  .colorful-box p {
    top: 130px;
  }
}
@media (max-width: 767px) {
  .colorful-box h3 {
    font-size: 24px;
  }
  .colorful-box h3,
  .colorful-box p {
    top: 262px;
  }
  .colorful-box img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .colorful-box h3,
  .colorful-box p {
    top: 162px;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  height: 71px;
}

.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 23px 27px 24px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #484848;
  background: #ffffff;
}
.sf-menu > li.active > a {
  color: #484848;
  background: #ffffff;
}
.sf-menu ul {
  text-align: left;
  display: none;
  position: absolute;
  top: 71px;
  width: 120px;
  padding: 20px 0px 20px 12px;
  background: #ffffff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  background: #302d32;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover,
.sf-menu ul > li > a:active {
  color: #ffffff;
  font-weight: 700;
}
.sf-menu ul ul {
  background: #009c82;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100px;
  margin-top: 0;
  padding: 10px 0px 10px 10px;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #ffffff;
  text-decoration: none;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #ffffff;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 979px) {
  .sf-menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sf-menu ul {
    width: 115px;
    padding-left: 0px;
  }
  .sf-menu ul ul {
    top: 0;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .nav {
	display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 45px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 35px 0;
  color: #000000;
  background: #85ba13;
  font-size: 20px;
  line-height: 35px;
  overflow: auto;
  -webkit-box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #efeeee;
  color: #484848;
  text-decoration: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #85ba13;
  color: #666666;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #efeeee;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  diplay: none;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
  .rd-mobilepanel_title {
	dsiplay: none !important;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #85ba13;
  border-bottom: 5px solid #ffffff;
}
.isStuck {
  background: #85ba13;
  z-index: 999;
  border-bottom: 5px solid #ffffff;
}
.isStuck .sf-menu > li > a {
  padding-top: 23px;
  padding-bottom: 24px;
}
.isStuck .sf-menu ul {
  top: 54px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.isStuck .sf-menu ul ul {
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.isStuck .contact-inline-list {
  margin-top: 13px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #efeeee;
  border-bottom: 1px solid #CCCCCC;
  box-shadow: 0px 3px 8px #888888;
}
header .brand {
  float: left;
}
header .nav {
  float: left;
  height: 71px;
}
@media (max-width: 1199px) {
  header {
    text-align: center;
  }
  header .nav,
  header .contact-inline-list {
    float: none;
  }
  header .contact-inline-list {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  header .brand {
    text-align: left;
  }
  header .containerforlogos {
      margin-left: auto;
  }
}

@media (max-width: 767px) {
	header .contact-inline-list {
		float: right;
		position: fixed;
		top: 0px;
		right: 5px;
		z-index: 9999999999999;
		margin-top: 5px;
	}
}

@media (max-width: 979px) {
  header .brand,
  header .right-part {
    float: none;
  }
  header .right-part {
    text-align: right;
  }
  header .right-part .search-form,
  header .right-part .social-inline-list {
    float: none;
    margin: 10px auto;
  }
}
.right-part {
  float: right;
  padding-top: 25px;
}

img.mrk {
	  position: relative;
	  top: 7px}
	  
  img.env {
	  position: relative;
	  top: 6px}
	  
  img.phn {
	  position: relative;
	  top: 6px}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #efeeee;
}
.center {
  text-align: center;
}
.regular {
  font-weight: 400;
}
.primary-color {
  color: #efeeee;
}
.primary-color h3,
.primary-color p,
.primary-color a {
  color: #efeeee;
}
.section-color {
  color: #5e5e5e;
}
.section-color h3,
.section-color p {
  color: #5e5e5e;
}
.section-color2 p {
  color: #434343;
}
.color3 {
  color: #7c8083;
}
.more {
  display: inline-block;
}
.more:hover {
  color: #009c82;
}
.more:active {
  color: #006957;
}
.form-header h2 {
  font-size: 36px;
}
.form-header h2 + h4 {
  margin-top: 13px;
}
.form-header h4 {
  text-transform: none;
  font-weight: 400;
}
.form-header + .row {
  margin-top: 52px;
}
.special-header {
  font-size: 36px;
}
.section1 {
  text-align: center;
  color: #5e5e5e;
}
.section2 {
  text-align: left;
  color: #efeeee;
  padding-bottom: 4px;
}
.section1 p {
  max-width: 1400px;
  display: inline-block;
  font-size: 20px;
  color: #5e5e5e;
}
.section1.__small_cnt p {
  padding-left: 15%;
  padding-right: 15%;
}
.section1.__big-cnt p {
  max-width: 100%;
}
.paragraph1 {
  display: inline-block;
  max-width: 1400px;
}
.empty-content {
  position: relative;
  min-height: 548px;
}
.terms-list dt {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  color: #434343;
  text-transform: uppercase;
}
.terms-list dd {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #777777;
}
.terms-list dd a {
  font-size: 14px;
}
.terms-list dt + dd {
  margin-top: 14px;
}
.terms-list dd + dt {
  margin-top: 55px;
}

.section2 {
	text-align: center;
}

/*==================      Well     ======================*/
.well1 {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  align: center;
}
.well2 {
  padding-top: 39px;
  padding-bottom: 50px;
}
.well3 {
  padding-top: 9px;
  padding-bottom: 32px;
}
.well4 {
  padding-top: 25px;
  padding-bottom: 58px;
}
.offset1 {
  padding-bottom: 60px;
}
.offset2 {
  padding-bottom: 40px;
}
.offset3 {
  padding-bottom: 65px;
}
.offset4 {
  padding-top: 57px;
}
.well5 {
  padding-top: 67px;
  padding-bottom: 67px;
}
.top-well {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #2a2a2a;
  text-align: center;
  font-size: 16px;
  border-top: 3px solid #34274c;
}
footer .address-box address,
footer .address-box dl,
footer .address-box dt,
footer .address-box dd {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #dddddd;
  display: inline-block;
}
footer .address-box dl.primary-color {
  display: block;
  margin-top: 6px;
}
footer .address-box dl.primary-color dt,
footer .address-box dl.primary-color dd {
  color: #efeeee;
}
footer .address-box dl.primary-color dt a:hover,
footer .address-box dl.primary-color dd a:hover {
  color: #009c82;
}
footer .container p {
  max-width: 660px;
  margin: 8px auto 14px;
  color: #999999;
  font-size: 16px;
  line-height: 21px;
}
footer .comp-name {
  text-transform: uppercase;
  color: #85ba13;
  font-weight: 700;
}
footer .priv-link {
  text-transform: uppercase;
}
footer .priv-link:hover {
  color: #85ba13;
}
@media (max-width: 479px) {
  footer .priv-link {
    display: block;
	text-align: center;
	margin-left: 0px;
  }
}

@media (max-width: 479px) {
  footer .social-inline-list2 {
    display: block;
	align: center;
	margin-left: 0px;
  }
}

img.base_icons {
	  position: relative;
	  top:14px}
	  
figure{
  width:500px;
  height:282px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border: 5px solid #efeeee;
  box-shadow: 0 0 0px #efeeee;
  margin: 1em;
}

figure.vrtable{
  width:288px;
  height:518px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border: 5px solid #efeeee;
  box-shadow: 0 0 0px #efeeee;
  margin: 1em;
}

figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  width: 500px;
  height: 282px;
  display: table;
}

figcaption.vrtable{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  width: 288px;
  height: 518px;
  display: table;
}

.vrtabledata{
margin: 0px auto;	
}

figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 50px;
  opacity: 0;
  color: #efeeee;
  text-transform: uppercase;
}

figcaption div:after{
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 40%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 0px;
  background: #efeeee;
}

figure img{
  -webkit-transition: all 0.65s ease;
          transition: all 0.65s ease;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
  background: rgba(133,186,19,0.9);
}

figcaption:hover div{
  opacity: 1;
  top: 0;
  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.closevideo {

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
		position: absolute;
		margin-left: 0px;
		margin-top: 20px;
		width:160px;
		height:10px;
		cursor:pointer;
		z-index: 999;
		text-align: left;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.bsplogo {
	max-height: 124px;
	max-width: 337px;
}

title {
	display: none;
}

/* Table Compression */
@media screen and (max-width: 767px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:nth-child(n) {width: 100%;}
tbody td {display: block;  text-align:center; margin-right:0;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
.embedwithin iframe {
    width: 44%;
    height: 44%;
}
}

.votable {
    text-align:left !important;
}
}

.embedwithin {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.embedwithin iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    max-height: 720px;
}

.vrthumbnails {
    margin: 0 auto;
    overflow-x: auto;
    width: 966px;
}

.v8 {
    width: inherit;
}

td a
td figure
td img
td figcaption {
    width: 100%;
}

.vpthumbnails {
    margin: 0 auto;
    width:70%;
    border-collapse: collapse;
    border: 0px;
}

.vrthumbnailscontainer {
    margin: 0 auto;
    width: 100%;
}
.flexibleimage {
    width: 500px;
    height: 281px;
}
@media (max-width: 767px) {
        .flexibleimage{
            width: 290px !important;
            height: 148px;
        }
        .camera_caption {
            display: none !important;
        }
        .vrthumbnails{
            width: 0;
        }
        .reftable td {
    padding-bottom:50px;
    left:0;
    width:100% !important;
}
        #workedwithlistdelete {
            display:none;
        }
    }