/* CSS Document */
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    color: #444;
    text-align: left;
}
.header
{
	border-bottom: 1px solid #dfdfdf;	
}
.header-right
{
	text-align:right;color:gray; margin-top:24px;	
}
.logodiv {
    max-width: 100%;
    max-height: 100%;
    height: 70px;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    box-sizing: unset;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway';
    font-weight: 600;
    color: #262626;
}
.logo
{
	max-width: 100%;
	max-height:100%;	
}
.body-content
{
	padding-top: 20px;	
	background-color:#fafafa;
	min-height: calc(100vh - 127px);
}
.section-title .seperator {
    padding: 16px 0;
}
.seperator {
    width: 100%;
    height: 4px;
    line-height: 0px;
    padding: 8px 0;
    text-align: center;
}
.seperator.size-small span {
    width: 100px;
}
.seperator span {
    height: 2px;
    background: #000000;
    display: inline-block;
    width: 100px;
    opacity: 0.15;
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.region-image
{
	border: 1px solid #5b5b5b;
	border-top-left-radius: 10px;	
	border-bottom-right-radius: 10px;	
	transition: .2s;
	z-index:1;
}
a.regionlnk:hover img {
        transform: scale(1.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		z-index:100;
		position:relative;
    }
.btn-primary
{
	background-color:#00b4cc;
	border: 1px solid #00b4cc;	
}
.footer
{
	border-top: 1px solid #dfdfdf;	
	color:#5b5b5b;
	font-size:11px;
	text-align:center;
	padding:15px 0px;
}
h2
{
	font-size: 26px;	
}
.modal-backdrop {
   background-color: rgba(0,0,0,0.7);
}
a {
    color: #555;
}
a {
    text-decoration: none;
    color: #00b4cc;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0.0);
}
.section-title h1 {
	font-size: 34px;
	font-weight: 600;	
}
.section-title h2 {
	font-size: 24px;
	line-height: 40px;
    letter-spacing: -0.05em;
    font-weight: 600;
}
div h1, div h2, div h3, div h4, div h5, div h6 {
    margin-top: 20px;
}
h2 {
    font-size: 40px;
    line-height: 60px;
}

.section-title
{
	margin-bottom: 30px;
}

/*----------------------------------------------
6. NAVIGATION & MENU
------------------------------------------------*/
.menu {
	position: relative;
	}

nav#main-nav {
	z-index: 50;
	float: right;
	}

nav#main-nav ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none;
	}

nav#main-nav ul li {
	position: relative;
	z-index: 45;
	float: left;
	margin: 15px 0 0 15px;
	padding: 0;
	min-width: 10px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px dotted #dfdfdf;
	width: 100%;
	}

nav#main-nav > ul > li > a  {
	display: block;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 12px;
	/*line-height: 60px;					!* depending on the logo height *!*/
	color: #262626;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 45;
	/*padding: 20px 0;*/
	width: auto;
	transition: all 200ms linear;
	}

/* nav state for overlayed header*/
.header-overlay nav#main-nav > ul > li > a {
	color: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

nav#main-nav > ul > li:hover > a {
	z-index: 48;
	color: #00b4cc;
	}

nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li.current-menu-ancestor > a {
	color: #00b4cc;
	}

/* hover/active nav state for overlayed header*/
.header-overlay nav#main-nav > ul > li:hover > a, .header-overlay nav#main-nav > ul > li.current-menu-item > a, .header-overlay nav#main-nav > ul > li.current-menu-ancestor > a {
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

nav#main-nav ul li .sub-menu {
	position: relative;
	position: absolute;
	top: 25px;							/* depending on the logo height + padding */
	left: 0px;
	background: #262626;
	width: 200px;
	padding: 5px 0;
	display: none;
	z-index: 47;
	}

nav#main-nav ul .sub-menu li {
	float: none;
	margin: 0;
	}

nav#main-nav ul .sub-menu li a {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 20px;
	display: block;
	}

nav#main-nav ul .sub-menu > li:hover > a, nav#main-nav ul .sub-menu > li.current-menu-item > a {
	color: #ffffff;
	}

nav#main-nav ul li ul li .sub-menu {
	position: absolute;
	top: 0px;
	left: 200px;
	}

nav#main-nav ul li a {
	color: #262626;
	padding: 2px;
	font-size: 14px;
	}


/* control nav when fixed & scrolled */
nav#menu-controls {
	display: none;
	}

nav#menu-controls ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none;
	/*overflow: hidden;*/
	}

nav#menu-controls ul li {
	float: left;
	margin: 0 0 0 15px;
	padding: 20px 0;
	height: 60px;
	text-align: center;
	position: relative;
	width: 12px;
	transition: all 200ms linear;
	}

nav#menu-controls > ul > li a  {
	display: inline-block;
	color: #262626;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	}

nav#menu-controls > ul > li.current-menu-item > a {
	border-color: #00b4cc;
	}

nav#menu-controls > ul > li.current-menu-item > a span.c-dot {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

nav#menu-controls > ul > li a span.c-dot  {
	display: block;
	height: 6px;
	width: 6px;
	background: #262626;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}

nav#menu-controls > ul > li a:hover span.c-dot  {
	background: #00b4cc;
	}

nav#menu-controls > ul > li a span.c-name  {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	width: 100px;
	left: -44px;
	bottom: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	}

nav#menu-controls > ul > li a:hover span.c-name {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}



/* responsive nav on mobile view */
.open-responsive-nav {
	padding: 10px 0;
	text-indent: -9999px;
	display: block;
	display: none;
	}

.open-responsive-nav span {
	display: block;
	width: 40px;
	height: 40px;
 	background: url(../images/sprites.png) -340px 0 no-repeat;
	}
.header-overlay .open-responsive-nav span { background-position: -370px 0 ; }

#menu-responsive {
	position: absolute;
	background: #262626;
	padding: 0;
	top: 60px;
	right: -270px;
	width: 260px;
	z-index: 10000;
	box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	}

nav#responsive-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
nav#responsive-nav > ul {
	border-bottom: 1px solid #333333;
	}

nav#responsive-nav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #333333;
	position: relative;
	}
	nav#responsive-nav > ul > li:first-child {
	border-top: none;
	}

nav#responsive-nav > ul li > a {
	display: block;
	color: #cccccc;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 8px 20px;
	transition: all 200ms linear;
	}

nav#responsive-nav > ul > li:hover > a, nav#responsive-nav > ul > li.current-menu-item > a {
	color: #ffffff;
	}

nav#responsive-nav .sub-menu li a {
	display: block;
	font-weight: 400;
	text-transform: inherit;
	color: #cccccc;
	line-height: 20px;
	padding: 10px 20px 10px 40px;
	font-size: 12px;
	}

.help-block
{
	color:#ff0000;
	font-size: 12px;	
}
.hide {
	display: none !important;
}
.modal-dialog
{
	max-width: 600px;	
}

#logintitle,#customerlogintitle
{
	font-size: 30px;
}
.login-title h4
{
	font-size: 18px;
}
.error
{
	color: red;
	font-size: 10px;
	font-weight: normal;
}	
.alertsymbol
{
	float: left;
	margin-right: 5px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="text"], input[type="password"], input[type="email"] {
    width: calc(340px - 25px);
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 340px;
    max-width: 97%;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    line-height: 18px;
    height: 34px;
    color: #999999;
    padding: 10px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 200ms linear;
}
.playlist-col
{
	padding-top: 18px;
}
.playlist-menu
{
	width: 200px; padding: 10px 15px; font-weight: 600; text-align: center;
}
.playlist-option
{
	padding-bottom: 10px; border-bottom: 1px dotted #dfdfdf; margin-bottom: 10px;
}
.region-sel
{
	border: 2px solid #00b4cc !important;
}
.playlist-dropdown-toggle::after {
  display: none;
}
.header-login-btn
{
	padding-top: 16px;
}
.playlist-modal-body
{
	height: 70vh; overflow-y: auto; overflow-x: hidden;
}
.how-to-vdo
{
	margin-top: 50px;
}
.how-to-vdo-download
{
	margin-top: 18px;
}
@media only screen and (max-width: 767px) {
	.how-to-vdo
	{
		margin-top: 0px;
	}
	.playlist-modal-body
	{
		height: auto; overflow-y: auto; overflow-x: hidden;
	}
	.section-title h1 {
		font-size: 22px;
	}
	.section-title h2 {
		font-size: 18px;
		line-height: 30px;
	}
	.header-login-btn
	{
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.logodiv {
    	height: auto;
    	max-width: 200px;
    }
	.main-video
	{
		height: 100% !important;	
	}
	.related-video
	{
		height: 100% !important;	
	}
	.header-right
	{
		margin-bottom: 10px; margin-top:0px;	
	}
	.body-content
	{
		min-height: auto;
	}
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
    max-width: 900px;
  }
}
@media (min-width: 1102px) {
  .modal-xl {
    width: 1100px;
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1200px) {
	.col-lg-3 {
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
}
@media only screen and (min-width: 1600px) {
	.col-xl-2 {
		-ms-flex: 0 0 16.666667% !important;
		flex: 0 0 16.666667% !important;
		max-width: 16.666667% !important;
	}
}