/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* unique icon set for this site */

@font-face {

  font-family: 'abpsychic-icons';

  src: url('../fonts/abpsychic-icons.eot?62194900');

  src: url('../fonts/abpsychic-icons.eot?62194900#iefix') format('embedded-opentype'),

       url('../fonts/abpsychic-icons.woff2?62194900') format('woff2'),

       url('../fonts/abpsychic-icons.woff?62194900') format('woff'),

       url('../fonts/abpsychic-icons.ttf?62194900') format('truetype'),

       url('../fonts/abpsychic-icons.svg?62194900#abpsychic-icons') format('svg');

  font-weight: normal;

  font-style: normal;

}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*

@media screen and (-webkit-min-device-pixel-ratio:0) {

  @font-face {

    font-family: 'abpsychic-icons';

    src: url('../font/abpsychic-icons.svg?62194900#abpsychic-icons') format('svg');

  }

}

*/

 

 [class^="icon-"]:before, [class*=" icon-"]:before {

  font-family: "abpsychic-icons";

  font-style: normal;

  font-weight: normal;

  speak: none;

 

  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  margin-right: .2em;

  text-align: center;

  /* opacity: .8; */

 

  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;

  text-transform: none;

 

  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;

 

  /* Animation center compensation - margins should be symmetric */

  /* remove if not needed */

  margin-left: .2em;

 

  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

 

  /* Font smoothing. That was taken from TWBS */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

 

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}

 

.icon-down-dir-1:before { content: '\e800'; } /* 'î €' */

.icon-home:before { content: '\e801'; } /* 'î ' */

.icon-location:before { content: '\e802'; } /* 'î ‚' */

.icon-phone:before { content: '\e803'; } /* 'î ƒ' */

.icon-star:before { content: '\e804'; } /* 'î „' */

.icon-email:before { content: '\e806'; } /* 'î †' */

.icon-menu:before { content: '\f0c9'; } /* 'ïƒ‰' */

.icon-pinterest-squared:before { content: '\f0d3'; } /* 'ïƒ“' */

.icon-youtube-play:before { content: '\f16a'; } /* 'ï…ª' */

.icon-instagram:before { content: '\f16d'; } /* 'ï…­' */

.icon-tumblr-squared:before { content: '\f174'; } /* 'ï…´' */

.icon-twitter-squared:before { content: '\f304'; } /* 'ïŒ„' */

.icon-facebook-squared:before { content: '\f308'; } /* 'ïŒˆ' */

.icon-linkedin-squared:before { content: '\f30c'; } /* 'ïŒŒ' */

/* end unique icon set */

/* site specific */

html {

  box-sizing: border-box;

  min-height: 100%;

}

*, *:before, *:after {

  box-sizing: inherit;

}

img {

	width: auto;

	max-width: 100%;

	height: auto;

}

body {

	margin: 0;

	-webkit-font-smoothing: antialiased;

	-moz-font-smoothing: antialiased;

	-o-font-smoothing: antialiased;

	background: #f1f1f1;

	font-family: 'Roboto', Arial, Helvetica, sans-serif;

	line-height: 1.4;

}

p {margin: 0 0 1em;}

.centered {

	text-align: center;

}

@media (min-width: 768px) {

	.mobile-only {

		display: none !important;

	}

}

@media (max-width: 767px) {

	.not-mobile {

		display: none !important;

	}

	.page-wrapper {

		padding: 0 !important;

	}

}

.page-wrapper {

	padding: 0 10px;

	width: 100%;

	display: flex;

	flex-direction: column;

	position: relative;

}

.page-wrapper:after {

	content: '';

	width: 100%;

	height: 100px;

	left: 0;

	top: 0;

	position: absolute;

	display: block;

	background: rgba(255,255,255,1);

	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));

	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

	background: linear-gradient(to bottom, rgba(0, 26, 87, 1) 0%, rgba(0, 26, 87, 0) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

	z-index: -1;

}

.responsive-16x9 {

	position: relative;

  overflow: hidden;

  padding-top: 56.25%;

}

.responsive-16x9 iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 0;

}

.section-80 {

	width: 80%;

}

.section-75 {

	width: 75%;

}

.section-70 {

	width: 70%;

}

.section-66 {

	width: 66.666%;

}

.section-60 {

	width: 60%;

}

.section-50 {

	width: 50%;

}

.section-40 {

	width: 40%;

}

.section-33 {

	width: 33.333%;

}

.section-30 {

	width: 30%;

}

.section-25 {

	width: 25%;

}

.section-20 {

	width: 20%;

}

.left-col-wrap, .right-col-wrap {

	display: flex;

	flex-direction: column;

	background: #fff;

}

.rounded-15 {

	border-radius: 15px;

}

.lt-border {

	border: 1px solid #ccc;

}

.pad-10 {

	padding: 10px;

}

.pad-15 {

	padding: 15px;

}

.pad-20 {

	padding: 20px;

}

.make-gray {

	color: #505050;

}

.make-red {

	color: #f00;

}

.center-text {

	text-align: center;

}



/* header */

.header-section {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.header {

	padding: 4px 10px 2px;

	width: 100%;

	max-width: 1030px;

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.header-logo {

	padding: 0 10px 0 0;

}

.header-ads {

	display: flex;

	align-items: center;

}

.header-ads .offer {

	width: 260px;

}

.header-ads .less {

	margin: -3px 0 0;

	width: 260px;

}

.header-ads .less h3 {

	margin: -4px 0 4px;

	padding: 0;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 30px;

	font-weight: 700;

	line-height: 1;

}

.header-ads .less h3 a {

	color: #bf4646;

	text-decoration: none;

}

.header-ads .less p {

	margin: 0;

	padding: 0;

	font-size: 12px;

}

.header-ads .less p a {

	color: #000;

}

@media (max-width: 900px) {

	.header-ads .offer {

		margin-right: 15px;

		width: 220px;

	}

	.header-ads .less {

		width: 220px;

	}

	.header-ads .less h3 {

		font-size: 24px;

	}

	.header-ads .less p {

		font-size: 11px;

	}

}



/* mobile header */

.header-mobile {

	/*margin-left: auto;

	margin-right: auto;

	max-width: 480px;*/

	width: 100%;

}

.header-mobile .header-logo {

	padding: 5px 5px 0;

	text-align: center;

}

.header-mobile h3 {

	margin: -10px 0 10px;

	padding: 0;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 36px;

	font-weight: 700;

	line-height: 1;

}

.header-mobile h3 a {

	color: #bf4646;

	text-decoration: none;

}

.header-ad {

	padding: 0 10px;

	text-align: center;

}

.header-ad h4 {

	margin: 0 0 10px;

	padding: 3px 0 2px;

	text-transform: uppercase;

	font-style: italic;

	font-weight: bold;

	letter-spacing: 2px;

	color: #fff;

	background: #fb8804;

}

.header-ad p {

	margin: 0;

	font-size: 20px;

	font-weight: bold;

	color: #585e6d;

}

.header-ad p em {

	padding-right: 3px;

	font-family: 'Arial Black', Arial, Helevetica, sans-serif;

	display: inline-block;

}

.mobile-header-call-btn {

	padding: 10px 20px;

}

.mobile-header-call-btn a {

	width: 100%;

	padding: 10px 5px 8px;

	color: #fff;

	font-size: 16px;

	font-weight: bold;

	text-align: center;

	text-transform: uppercase;

	text-decoration: none;

	background: #0186bc;

	border: 1px solid #46d8fc;

	border-radius: 8px;

	display: block;

}

.mobile-header-call-btn a span{

	font-size: 24px;

	vertical-align: middle;

}



/* main nav */

.main-nav {

	width: 100%;

	max-width: 1030px;

	margin-bottom: 15px;

	display: flex;

	justify-content: center;

	background: rgba(229,229,229,1);

	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1)));

	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=0 );

	border-radius: 10px;

	border: 1px solid #89a5a8;

}

.main-nav ul.header-nav {

	width: 100%;

	margin: 0;

	padding: 0 20px;

	list-style-type: none;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	font:700 16px/1 'Roboto Condensed', sans-serif;

	position: relative;

}

.main-nav ul.header-nav > li {

	display: flex;

	justify-content: center;

	align-items: center;

}

.main-nav ul.header-nav > li > a {

	padding: 7px 10px;

	line-height: 1.1;

	text-align: center;

	color: #000;

	text-decoration: none;

	display: inline-block;

	position: relative;

}

.main-nav ul.header-nav > li > a:hover {

	color: #bf4646;

	text-decoration: underline;

}

.main-nav ul.header-nav > li.has-sub-menu > a {

	padding-right: 20px;

}

.main-nav ul.header-nav > li.has-sub-menu > a:after {

	content: '\e800';

	width: 10px;

	height: 16px;

	display: block;

	font-family: "abpsychic-icons";

	top: 50%;

	right: 0;

	margin-top: -8px;

	position: absolute;

}

ul.sub-menu {

	margin: 0 1%;

	padding: 0;

	list-style-type: none;

	width: 98%;

	left: 0;

	top: 100%;

	background: #89A5A8;

  border: 1px solid #585E6D;

	position: absolute;

	display: none;

	z-index: 1100;

}

ul.sub-menu li {

	padding: 15px;

	color: #fff;

	display: flex;

}

.sub-menu a {

	width: 100%;

	color: #fff;

	font-family: 'Roboto', Arial, Helvetica, sans-serif;

	font-weight: 700;

	text-decoration: none;

	display: block;

}

.sub-menu a:hover {

	text-decoration: underline;

}

.sub-menu-centered a {

	text-align: center;

}

.sub-menu-text-col {

	font-weight: normal;

}

.sub-menu h3 {

	margin-top: 0;

}

.sub-menu li div p:last-child {

	margin-bottom: 0;

}

.sub-menu-border-col {

	border-right: 1px solid #fff;

}

.main-nav ul.header-nav > li.has-sub-menu:hover > ul.sub-menu {

	display: block;

}

@media (max-width: 900px) {

	.main-nav ul.header-nav {

		font-size: 14px;

	}

}

@media (max-width: 830px) {

	.main-nav ul.header-nav {

		font-size: 13px;

	}

}

/* mobile nav */

.mobile-nav {

	padding: 0 10px;

	width: 100%;

}

.mobile-nav-bar {

	width: 100%;

	display: flex;

	justify-content: space-between;

	align-items: center;

	background: rgba(229,229,229,1);

	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1)));

	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=0 );

	border-radius: 4px;

	border: 1px solid #89a5a8;

}

.mobile-nav-bar a {

	padding: 6px;

	color: #505050;

	font-size: 14px;

	text-decoration: none;

	display: inline-block;

}

.mobile-nav-bar a span {

	font-size: 22px;

	vertical-align: middle;

}

.mobile-nav-bar div:first-child a {

	padding: 0 6px;

}

.mobile-nav-bar div:first-child a span {

	font-size: 30px;

}

.mobile-nav-dropmenu {

	margin: 0 auto;

	width: 96%;

	background: #0186bc;

	display: none;

}

.mobile-nav-dropmenu ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.mobile-nav-dropmenu ul li {

	border-bottom: 1px solid #46d8fc;

}

.mobile-nav-dropmenu ul li:last-child {

	border-bottom: none;

}

.mobile-nav-dropmenu ul li a {

	padding: 12px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	display: block;

}

.homepage .mobile-nav {

	display: none;

}



.header-bar {

	width: 100%;

	max-width: 1030px;

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.no-puter-needed {

	padding-left: 30px;

	font-size: 22px;

	font-weight: bold;

	font-style: italic;

	color: #bf4646;

	position: relative;

}

.no-puter-needed:before {

	content: '\e803';

	width: 24px;

	height: 24px;

	display: block;

	font-family: "abpsychic-icons";

	top: 50%;

	left: 0;

	margin-top: -15px;

	position: absolute;

}

.no-puter-or {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

}

.callback-now {

	position: relative;

}

.callback-now a {

	padding: 5px 20px;

	color: #fff;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	text-decoration: none;

	background: #0186bc;

	border: 1px solid #46d8fc;

	border-radius: 5px;

}

.callback-now a span {

	font-family: 'Arial Black', Arial, Helvetica, sans-serif;

	text-transform: uppercase;

}

.callback-dropdown {

	padding: 10px;

	width: 98%;

	text-align: center;

	background: #fff;

	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);

	-webkit-box-shadow: 2px 0px 4px rgba(0,0,0,0.4);

	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);

	left: 1%;

	top: 110%;

	position: absolute;

	z-index: 1200;

	display: none;

}

.callback-dropdown h3 {

	font-size: 18px;

	font-weight: 700;

	color: #0186bc;

}

.callback-dropdown input[type="text"] {

	margin-bottom: 12px;

	padding: 5px;

	border: 1px solid #0186bc;

	border-radius: 5px;

}

.callback-dropdown input[type="button"] {

	padding: 10px 20px 8px;

	background: #54d54f;

	border: 2px solid green;

	border-radius: 5px;

	font-weight: 700;

}

.callback-dropdown input[type="button"]:hover {

	color: #fff;

}

.callback-dropdown .close {

	text-align: right;

	font-size: 14px;

	cursor: pointer;

}

@media (max-width: 999px) {

	.no-puter-needed {

		font-size: 18px;

	}

	.no-puter-or, .callback-now a {

		font-size: 15px;

	}

}

@media (max-width: 830px) {

	.no-puter-needed {

		font-size: 16px;

	}

	.no-puter-or, .callback-now a {

		font-size: 13px;

	}

}

/* content */

.main-section {

	padding-top: 15px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.main {

	padding: 0 15px;

	width: 100%;

	max-width: 1040px;

}

.page-mobile .main {

	padding: 0 10px;

}

.section-flex-typical {

	padding-bottom: 20px;

	display: flex;

	justify-content: center;

}

.miniview {

	padding: 10px 10px 2px;

}

.miniview-heading {

	padding-bottom: 10px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	font-size: 14px;

	font-weight: bold;

	color: #505050;

}

.miniview-heading a {

	color: #505050;

	font-size: 11px;

	text-decoration: none;

}

.miniview iframe {

	width: 100%;

}

.ads-section, .video-links-section {

	padding-left: 20px;

	position: relative;

}

.ads-section .right-col-wrap {

	max-height: 490px;

	position: relative;

	overflow: hidden;

}

#larr1, #rarr1 {

	top: 50%;

	margin-top: -20px;

	opacity: 0.5;

	position: absolute;

	z-index: 1000;

}

#larr1 {

	width: 40px;

	height: 40px;

	display: block;

  background: url(../images/larr.png) top left no-repeat;

}

#rarr1 {

	right: 0;

	width: 40px;

	height: 40px;

	display: block;

  background: url(../images/rarr.png) top right no-repeat;

}



.home-text h1 {

	margin-top: 0;

	font-size: 22px;

	line-height: 1.2;

}

.video-links-section h2 {

	margin-top: 0;

	font-size: 22px;

	line-height: 1.2;

	color: #5498ff;

}

.video-links-section .responsive-16x9 {

	margin-bottom: 12px;

}

.divider {

	width: 100%;

	height: 3px;

	background: rgba(80,80,80,0);

	background: -moz-linear-gradient(left, rgba(80,80,80,0) 0%, rgba(80,80,80,1) 50%, rgba(80,80,80,0) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80,80,80,0)), color-stop(50%, rgba(80,80,80,1)), color-stop(100%, rgba(80,80,80,0)));

	background: -webkit-linear-gradient(left, rgba(80,80,80,0) 0%, rgba(80,80,80,1) 50%, rgba(80,80,80,0) 100%);

	background: -o-linear-gradient(left, rgba(80,80,80,0) 0%, rgba(80,80,80,1) 50%, rgba(80,80,80,0) 100%);

	background: -ms-linear-gradient(left, rgba(80,80,80,0) 0%, rgba(80,80,80,1) 50%, rgba(80,80,80,0) 100%);

	background: linear-gradient(to right, rgba(80,80,80,0) 0%, rgba(80,80,80,1) 50%, rgba(80,80,80,0) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#505050', GradientType=1 );

}

.info-section {

	flex-direction: column;

}

.info-section-inner {

	padding: 20px 30px 0;

	font-size: 14px;

	position: relative;

}

.info-section-inner .slide {

	width: 100%;

	min-height: 360px;

}

.info-section-inner .slide-inner {

	display: flex;

}

.directory-links a {

	padding: 3px 5px;

	display: inline-block;

}

#larr2, #rarr2 {

	top: 50%;

	margin-top: -20px;

	opacity: 0.5;

	position: absolute;

	z-index: 1000;

}

#larr2 {

	left: 0;

	width: 40px;

	height: 40px;

	display: block;

  background: url(../images/larr2.png) top left no-repeat;

}

#rarr2 {

	right: 0;

	width: 40px;

	height: 40px;

	display: block;

  background: url(../images/rarr2.png) top right no-repeat;

}

.videos-list-wrap {

	width: 100%;

}

.videos-list-wrap ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.videos-list-wrap ul li {

	padding-bottom: 15px;

}

.videos-list-wrap ul li:last-child {

	padding-bottom: 0;

}

/* footer */

.footer-section {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.footer {

	padding: 0 10px;

	width: 100%;

	max-width: 1030px;

}



.footer-links {

	padding: 20px 40px 10px;

	display: flex;

	font-size: 14px;

	color: #d9daf9;

	background: #585e6d;

}

.footer-links .section-25 {

	padding: 0 20px 20px;

}

.footer-links h3 {

	font-size: 14px;

}

.footer-links ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.footer-links a {

	font-size: 0.9em;

	color: #d9daf9;

	text-decoration: none;

}

.footer-info {

	margin-top: 10px;

	padding-top: 30px;

	font-size: 11px;

	color: #585e6d;

	background: #d9daf9;

}

.footer-disclaimer {

	padding: 0 20px 20px;

	text-align: center;

	flex-grow: 1;

}

.footer-apps-social {

	padding: 0 20px 20px 0;

	width: 350px;

}

.footer-social {

	font-size: 24px;

}

.footer-social a {

	margin-left: -6px;

	width: 32px;

	color: #585e6d;

	display: inline-block;

	overflow: hidden;

}

.footer-copyright {

	margin: 0;

	padding: 0 30px 20px;

	width: 100%;

	text-align: center;

}

/* new responsive page */

.main-section-flex {margin: 0 auto;padding: 15px;width: 100%;max-width: 1040px;display: flex;/* justify-content: space-between; */flex-wrap: wrap;}

.main-flex {

	padding: 10px;

	width: 71%;

	background: #fff;

}

.sidebar {

	padding: 10px;

	width: 28%;

	background: #fff;

}

.sidebar-wrap {

	text-align: center;

}

.sidebar-wrap > div {

	padding-bottom: 15px;

}

.sidebar-iframe iframe {

	width: 100%;

}

.psychic-list-inset {

	margin: 0;

	padding: 0 0 20px;

	background: #fff;

	text-align: center;

}

.psychic-list-inset h1 {

	font-size: 18px;

	line-height: 1.2;

}

.psychic-list-larger-link {

	font-size: 12px;

}

.mini-psychics-list {

	width: 100%;

	height: 100%;

	overflow-y: auto;

	overflow-x: hidden;

}

.mini-psychics-list ul {

	margin: 0;

	padding: 5px;

	list-style-type: none;

}

.mini-psychics-list ul li {

	margin-bottom: 10px;

}

.mini-psychics-item {

	width: 100%;

	padding: 5px;

	display: flex;

	justify-content: flex-start;

	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

}

.mini-psychics-pic {

	flex-shrink: 0;

	width: 70px;

}

.mini-psychics-pic img {

	width: 50px;

	height: 60px;

}

.mini-psychics-info {

	font-size: 12px;

	text-align: left;

}

.mini-psychics-title span, .mini-psychic-details span {

	display: inline-block;

}

.mini-name {

	color: #585e6d;

  font-size: 14px;

  cursor: pointer;

  font-weight: 700;

}

.mini-ext {

	color: #000;

	font-size: 9px;

}

.mini-ext-no {

	color: #000;

	font-weight: bold;

}

.mini-available {

	font-weight: bold;

}

.mini-psychic-details {

	font-size: 9px;

	line-height: 1.2;

	color: #000;

}

.mini-psychic-details span strong {

	width: 42px;

	display: inline-block;

}

.mini-detail-plus {

	color: #4271FF;

	font-size: 12px;

	cursor: pointer;

}

#audio_holder {

	width: 10px;

	height: 10px; 

	overflow: hidden;

	z-index: 1;

	position: absolute;

	left: 0px;

	top: 0px;

}

/*main psychic list and psychic bio*/

.psychic-now-heading {

	text-align: center;

	color: #bf4646;

	line-height: 1.2;

}

.psychic-bio-heading {

	margin: 6px 0 18px;

	font-size: 1.5em;

	text-align: center;

	/*color: #bf4646;*/

	line-height: 1.2;

}

.psychic-list-iframe iframe {

	width: 100%;

}

.main-psychic-list {

	width: 100%;

	height: 100%;

	overflow-y: auto;

	overflow-x: hidden;

}

.main-psychic-list ul {

	margin: 0;

	padding: 5px;

	list-style-type: none;

}

.main-psychic-list ul li {

	margin-bottom: 10px;

}

.main-psychic-item {

	width: 100%;

	padding: 10px;

	display: flex;

	justify-content: flex-start;

	font-size: 1em;

	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

}

.main-psychic-pic {

	padding-top: 6px;

	flex-shrink: 0;

	width: 120px;

	text-align: left;

}

.main-psychic-pic img {

	width: 100px;

	max-height: 122px;

	border-radius: 6px;

	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);

}

.main-psychic-info {

	flex-grow: 1;

	font-size: 1em;

	text-align: left;

}

.main-psychic-title {

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

}

.main-psychic-title div {

	flex-grow: 1;

}

.main-psychic-title span, .main-psychic-details span {

	display: inline-block;

}

span.main-psychic-name {

	color: #585e6d;

  font-size: 1.5em;

  cursor: pointer;

  font-weight: 700;

}

.main-psychic-available {

	margin-top: -3px;

	font-size: 1.2em;

	font-weight: bold;

	position: relative;

}

.main-psychic-call {

	align-self: flex-end;

	text-align: right;

}

.main-psychic-promo {

	padding-left: 10px;

	padding-right: 5px;

	font-size: 0.9em;

	font-weight: bold;

	color: #f33;

	display: inline-block;

}

.main-psychic-ext-wrap a {

	margin: 4px 0;

	padding: 2px 8px 1px 5px;

	color: #333;

	text-decoration: none;

	background: #dcdeed;

	border: 1px solid #bbb;

	border-radius: 4px;

	display: inline-block;

}

.main-psychic-ext-wrap.psychic-busy a {

	background: #999;

	opacity: 0.3;

}

.main-psychic-ext {

	padding-left: 5px;

	color: #000;

	font-size: 0.8em;

}

.main-psychic-ext-no {

	color: #000;

	font-weight: bold;

}



.main-psychic-details {

	padding-top: 5px;

	font-size: 0.9em;

	line-height: 1.2;

	color: #000;

}

.main-psychic-detail {

	margin: 4px 0;

	display: flex;

	justify-content: flex-start;

}

.main-psychic-detail-title {

	width: 72px;

	flex-shrink: 0;

	font-weight: bold;

}

.main-psychic-detail-text {

	

}

.main-psychic-audio {

	padding: 10px 0 0;

	cursor: pointer;

}

.main-detail-plus {

	color: #4271FF;

	font-size: 12px;

	cursor: pointer;

}

/*#audio_holder {

	width: 10px;

	height: 10px; 

	overflow: hidden;

	z-index: 1;

	position: absolute;

	left: 0px;

	top: 0px;

}*/

#icons {

	margin-top: 4px;

	position: relative;

}

#icons .fb-share-button {

	top: -2px;

	left: 70px;

	position: absolute;

}

.bio-section {

	padding: 10px;

}

.bio-testimonials h3 {

	margin-top: 0;

}

.testimonials-wrap {

	padding: 0 15px 15px;

}

.testimonial-item {

	margin-bottom: 10px;

	padding: 15px;

	background: #eee;

}

.testimonial-item p {

	margin: 0;

	padding: 0;

}

.testimonial-name {

	text-align: right;

	font-style: italic;

}

@media (max-width: 580px) {

	.main-psychic-pic {

		width: 70px;

	}

	.main-psychic-pic img {

		width: 59px;

		max-height: 72px;

	}

	.main-psychic-details {

		font-size: 0.8em;

	}

	.main-psychic-detail-title {

		width: 62px;

	}

}

.sidebar-static-ads img {

	margin: 0 auto;

	width: 220px;

	height: 130px;

}

.sidebar-ad {

	padding-bottom: 15px;

}



/* daily horoscope */

.daily-horoscope-page {}

.daily-horoscope-page .main-section-flex {

	text-align: center;

}

.daily-horoscope-page .main-section-flex h1 {

	font-size: 18px;

	font-weight: normal;

}

.daily-horoscope-wrap {

	padding: 20px 10px;

	text-align: left;

}

.daily-horoscope-wrap ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.daily-horoscope-wrap ul li {

	padding: 15px;

	display: flex;

	align-items: center;

	border-bottom: 1px solid #ccc;

}

.daily-horoscope-wrap ul li:first-child {

	border-top: 1px solid #ccc;

}

.daily-horoscope-wrap ul li img {

	width: 48px;

	height: 48px;

	vertical-align: middle;

}

.daily-horoscope-title {

	width: 110px;

	flex-shrink: 0;

	font-size: 18px;

	font-weight: bold;

}

.daily-horoscope-image {

	width: 60px;

	flex-shrink: 0;

}

.daily-horoscope-text {

	font-size: 14px;

}

@media (max-width: 580px) {

	.daily-horoscope-wrap ul li {

		padding: 15px;

		flex-direction: column;

		justify-content: center;

		text-align: center;

		border-bottom: 1px solid #ccc;

	}

	.daily-horoscope-title, .daily-horoscope-image {

		padding-bottom: 10px;

		width: 100%;

	}

}

/* signup page */

.ctct-custom-form {

	min-width: 280px !important;

}

/* app page */

.app-page .main-flex {

	text-align: center;

}

.app-page .main-flex h1, .app-page .main-flex h2 {

  line-height: 1.2;

}

.app-page .main-flex h1 {

  color: #bf4646;

}

.app-page .app-btns {

	padding: 20px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

}

.application-page h1 {

	font-size: 24px;

	text-transform: uppercase;

}

.application-msg {

	font-weight: bold;

}

.application-msg span {

	font-size: 24px;

	color: #f00;

}

.app-form-wrap {

	padding: 10px;

}

.app-form-wrap h2 {

	padding-top: 15px;

	font-size: 18px;

}

.form-row {

	display: flex;

}

.form-number {

	padding-top: 5px;

	width: 30px;

	flex-shrink: 0;

}

.form-row-content {

	display: flex;

	flex-grow: 1;

	flex-wrap: wrap;

}

.form-row-label, .form-row-input {

	width: 50%;

}

.form-row-label {

	padding: 5px 10px 10px 0;

}

.form-row-input input[type="text"] {

	padding: 5px;

	margin-bottom: 10px;

	width: 100%;

	border: 1px solid #999;

	border-radius: 4px;

}

.city-state-zip {

	display: flex;

	justify-content: space-between;

}

.city-state-zip input[type="text"] {

	width: 32%;

}

.label-directions {

	font-size: 11px;

	line-height: 1.3;

	display: inline-block;

}

.form-row-directions {

	width: 100%;

}

.row-checkboxes {

	padding-top: 5px;

}

.row-checkboxes span {

	display: inline-block;

	white-space: nowrap;

}

.row-checkboxes label {

	padding-left: 5px;

	padding-right: 10px;

}

.app-textarea {

	padding: 20px 0

}

.app-textarea p {

	padding: 0 5px;

	margin-bottom: 4px;

}

.app-textarea textarea {

	width: 100%;

	height: 150px;

	padding: 5px;

	border-radius: 4px;

}

.app-finish {

	text-align: center;

}

.app-submit {

	padding: 10px 0 30px;

	text-align: center;

}

.app-submit input {

	padding: 6px 20px 4px;

	border-radius: 4px;

	background: #0186bc;

	color: #fff;

	border: 1px solid #0186bc;

}

/* application mobile */

@media (max-width: 600px) {

	.form-row {

		padding-bottom: 6px;

	}

	.form-row-content {

		flex-direction: column;

	}

	.form-row-label, .form-row-input {

		width: 100%;

	}

	.form-row-label {

		padding-bottom: 3px;

	}

}

.app-ty-wrap {

	padding: 40px;

	text-align: center;

}

.app-ty-wrap h1 {

	padding-bottom: 15px;

	font-size: 24px;

	color: #0186bc;

}

.app-ty-wrap h1 span {

	font-size: 30px;

	display: block;

}

.app-ty-note {

	font-weight: bold;

	font-style: italic;

}

/* media page etc */

.media-page .main-flex {}

.media-page .main-flex h1 {

	text-align: center;

	line-height: 1;

}

.media-2col-list {

	display: flex;

	flex-direction: column;

}

.media-2col-list-row {

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.media-2col-list-left {

	padding: 10px 20px;

	width: 40%;

}

.media-2col-list-left.img-140h img {

	width: 100%;

	height: 140px;

}

.media-2col-list-right {

	padding: 10px;

	width: 60%;

}

.media-2col-list-right h2 {

	margin: 0;

	padding: 0;

	font-size: 1.3em;

	font-weight: normal;

	line-height: 1.2;

}

@media (max-width: 767px) {

	.media-2col-list-left, .media-2col-list-right {

		width: 100%;

		text-align: center;

	}

	.media-2col-list-left {

		padding: 10px 10px 0;

	}

	.media-2col-list-right {

		padding: 0 10px 30px;

	}

	.media-2col-list-left img {

		max-width: 200px;

	}

}

/* horoscope etc */

.typical-content {

	padding: 20px;

}

.typical-content h1 {

	margin: 0 0 0.8em;

	padding: 0;

	font-size: 1.6em;

	line-height: 1.2;

}

.typical-content h1 span {

	font-size: 0.8em;

	font-weight: normal;

	line-height: 1.2;

	display: inline-block;

	/*color: #0186bc;

	color: #333;*/

}

.typical-content h2 {

	margin: 0 0 0.8em;

	padding: 0;

	font-size: 1.4em;

	line-height: 1.2;

}

.horoscope-video-section {

	padding: 15px 0;

}

.responsive-iframe {

	position: relative;

	overflow: hidden;

	padding-top: 56.25%;

}

.responsive-iframe iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	border: 0;

}



.col2-heading {

	padding-top: 20px;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.col2-heading-l {

	padding: 10px 20px;

	width: 30%;

}

.col2-heading-r {

	padding: 10px;

	width: 70%;

	text-align: center;

}

.col2-heading h1 {

	margin: 0;

	font-size: 1.8em;

	line-height: 1.2;

}

.col2-heading.h1-lg h1 {

	margin: 0;

	font-size: 2.2em;

	line-height: 1.2;

}



.horoscope-grid {

	padding: 10px 30px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	font-size: 0.8em;

	line-height: 1.2;

}

.h-grid-item {

	margin: 0 1px 15px;

	width: 16%;

	display: flex;

	flex-direction: column;

}

.h-grid-item a {

	padding: 10px;

	color: #000;

	text-decoration: none;

	text-align: center;

	background: #fff;

	border-radius: 5px;

	-moz-transition: background .3s ease-in-out;

  -webkit-transition: background .3s ease-in-out;

  transition: background .3s ease-in-out;

}

.h-grid-item a:hover {

	background: #ddd;

}

.h-grid-img {

	padding: 5px;

	height: 70px;

	display: flex;

	justify-content: center;

	align-items: center;

	border: 1px solid #ddd;

	background: #fff;

	border-radius: 5px;

}

.h-grid-img img {

	max-width: 60px;

	max-height: 60px !important;

}

.h-grid-title {

	padding: 6px 0 3px;

	font-size: 1.3em;

	font-weight: bold;

	display: block;	

}



.col2-heading-compat {

	padding-top: 20px;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.col2-heading-compat .col2-heading-l {

	padding: 10px 20px;

	width: 30%;

	text-align: right;

}

.col2-heading-compat .col2-heading-r {

	padding: 10px;

	width: 70%;

	text-align: left;

}

.col2-heading-compat h1 {

	margin: 0;

	font-size: 2.5em;

	line-height: 1.2;

}

.col2-heading-compat h2 {

	margin: 0;

	font-size: 1.4em;

	line-height: 1.2;

	font-weight: normal;

}



.horoscope-video-grid {

	padding: 10px 0 60px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

}

.hv-grid-item {

	padding: 10px;

	width: 33%;

}

.hv-grid-item a {

	padding: 2px;

	line-height: 0;

	display: block;

	-moz-box-shadow: 0px 0px 10px rgba(104,153,204,0.5);

	-webkit-box-shadow: 0px 0px 10px rgba(104,153,204,0.5);

	box-shadow: 0px 0px 10px rgba(104,153,204,0.5);

	-moz-transition: all .3s ease-in-out;

  -webkit-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;

}

.hv-grid-item a:hover {

	-moz-box-shadow: 0px 0px 10px rgba(104,153,204,1);

	-webkit-box-shadow: 0px 0px 10px rgba(104,153,204,1);

	box-shadow: 0px 0px 10px rgba(104,153,204,1);

}

@media (max-width: 960px) {

	.h-grid-item {

		width: 24%;

	}

}

@media (max-width: 900px) {

	.col2-heading-compat .col2-heading-l {

		padding: 10px 20px 0;

		width: 100%;

		text-align: center;

	}

	.col2-heading-compat .col2-heading-r {

		padding: 0 10px 10px;

		width: 100%;

		text-align: center;

	}

	.hv-grid-item {

		width: 48%;

	}

}

@media (max-width: 700px) {

	.col2-heading h1 {

		font-size: 1.5em;

	}

}

@media (max-width: 550px) {

	.col2-heading-l {

		padding-bottom: 0;

		width: 100%;

	}

	.col2-heading-l img {

		max-width: 180px;

	}

	.col2-heading-r {

		width: 100%;

	}

	.col2-heading h1 {

		font-size: 1.4em;

	}

	.h-grid-item {

		width: 48%;

	}



	.horoscope-video-grid {

		padding: 10px 0 60px;

	}

	.hv-grid-item {

		padding: 5px;

	}

}



.videos-2w-grid {

	padding: 10px 0 30px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	text-align: center;

}

.videos-2w-item {

	padding: 0 10px 30px;

	width: 50%;

}

.videos-2w-item h2 {

		margin: 0 0 5px;

}

@media (max-width: 900px) {

	.videos-2w-item {

		padding: 0 10px 20px;

		width: 100%;

	}

}



.tarot-grid-wrap {

	text-align: center;

}

.tarot-grid-wrap h2, .tarot-grid-wrap h3 {

	margin: 0;

}

.tarot-grid-wrap h2 {

	padding: 30px 0 5px;

}

.tarot-grid-wrap h3 {

	padding: 0 0 20px;

}

.single-video-md {

	margin: 0 auto;

	max-width: 50%;

}

.tarot-grid {

	padding: 10px 0 30px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	text-align: center;

}

.tarot-grid-item {

	padding: 0 10px;

	width: 30%;

}

.tarot-grid-item a {

	color: #000;

	text-decoration: none;

}

.tarot-grid-item img {

	max-width: 100px;

}

.tarot-grid-item h3 {

	font-size: 1em;

}

.tarot-items p {

	margin: 0;

}

@media (max-width: 600px) {

	.single-video-md {

		max-width: 90%;

	}

}

@media (max-width: 500px) {

	.tarot-grid-item {

		padding: 0 10px;

		width: 50%;

	}

}

.yearly-vid h1 {

	margin-bottom: 0;

	color: #bf4646;

}

.yearly-vid h2 {

	font-weight: 700;

}

.yearly-vid-wrap {

	padding: 20px 30px 50px;

}



.telephone-page .main-flex {

	padding-left: 30px;

	padding-right: 30px;

}

.tel-page-header {

	padding: 10px 0 30px;

	text-align: center;

}

.tel-page-header h2 {

	display: flex;

	justify-content: center;

	align-items: center;

	flex-wrap: wrap;

}

.tel-page-header img {

	margin: 0 5px;

}

.tel-page-header a {

	padding: 0 8px;

	font-size: 1.3em;

	text-decoration: none;

	color: #bf4646;

}

.telephone-page .main-flex ul {

	padding: 0 0 30px 20px;

}

.telephone-page .main-flex ul li a {

	text-decoration: none;

	color: #000;

}

.hdr-sm {

	font-size: 0.9em;

	color: #808080;

}

@media (max-width: 500px) {

	.tel-page-header a {

		padding-top: 8px;

		width: 100%;

	}

}

.spiritual-today-page .main-flex {

	padding: 30px;

	text-align: center;

}

.spiritual-today-page .main-flex h1 {

	line-height: 1;

	color: #bf4646;

}

.spiritual-today-page .main-flex h1 span {

	font-size: 0.8em;

}

.spiritual-today-page .main-flex h2 {

	font-style: italic;

}

.spiritual-today-page .main-flex h3 {}

.spiritual-today-page .main-flex h3 a {

	text-decoration: none;

	color: #000;

}

/* mobile */

.mobile-videos-page h1 {

	margin: 5px 0;

	font-size: 24px;

	text-align: center;

}

.mobile-videos-page h2 {

	margin: 0 0 15px;

	font-size: 18px;

	text-align: center;

}

@media (max-width: 767px) {

	.main-section, .main-flex, .footer-section {

		margin-left: auto;

		margin-right: auto;

		width: 100%;

		/*max-width: 480px;*/

	}

	.mobile-btns ul {

		width: 100%;

		margin: 0;

		padding: 0;

		list-style-type: none;

	}

	.mobile-btns ul li {

		margin-bottom: 5px;

	}

	.mobile-btns a {

		width: 100%;

		padding: 12px 20px 10px;

		color: #fff;

		text-decoration: none;

		background: #0186bc;

		border: 1px solid #46d8fc;

		border-radius: 5px;

		display: block;

	}

	.mobile-btns-more {

		display: none;

	}



	.ads-section {

		padding-left: 0;

		width: 100%;

		max-width: 460px;

		text-align: center;

	}

	.ads-section .right-col-wrap {

		margin: 0 auto;

		max-width: 250px;

	}

	#larr1 {

		left: 10px;

	}

	#rarr1 {

		right: 10px;

	}

	.mobile-vid {

		flex-direction: column;

		justify-content: center;

	}

	.mobile-vid a {

		margin: 0 auto 10px;

	}

	.content-section .section-60 {

		width: 100%;

	}

	.home-text {

		border: none;

		border-radius: 0px;

		background: transparent;

	}

	.home-text h1 {

		font-size: 16px;

	}

	.home-text p {

		font-size: 14px;

	}

	.page-mobile .main-flex iframe {

		max-width: 100%;

	}



	.blog-list-page h1 {

		font-size: 24px;

		line-height: 1.2;

		text-align: center;

	}

	.blog-list-item {

		padding: 10px;

		position: relative;

	}

	.blog-list-item:after {

		content: '';

		width: 160px;

		height: 1px;

		display: block;

		background: #999;

		bottom: 0;

		left: 50%;

		margin-left: -80px;

		position: absolute;

	}

	.blog-list-item:last-child:after {

		display: none;

	}

	.blog-list-item h2 {

		font-size: 18px;

		line-height: 1.2;

	}

	.blog-list-item p:last-child {

		display: none;

	}

	.blog-list-item a {

		padding-top: 12px;

		font-size: 12px;

		text-align: right;

		text-decoration: none;

		display: block;

	}



	.footer-info .section-flex-typical {

		flex-direction: column;

		text-align: center;

	}

	.footer-apps-social {

		padding: 0;

		width: 100%;

	}

	/* secondary responsive pages */

	body.responsive .main-flex {

		width: 100%;

	}

	body.responsive .sidebar {

		display: none;

	}

}

/*** spinner ***/

.spinner-wrap {

	margin: 10px auto 20px;

  width: 50px;

  height: 50px;

  /*margin-top: 30px;

  margin-left: calc( 50% - 25px);*/

}

.spinner {

  border: 2px solid #eee;

  font-size: 50px;

  width: 1em;

  height: 1em;

  border-radius: .5em;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-animation: spin 1s linear infinite;

  -moz-animation: spin 1s linear infinite;

  animation: spin 1s linear infinite;

  border-top-color: #3d9ea9;

}



@-webkit-keyframes spin {

  to {

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@-moz-keyframes spin {

  to {

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes spin {

  to {

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

/*  style for login form  */

#LoginForm input[type=text], #LoginForm input[type=password]{
	height: 20px;
	padding: 18px 12px;
}
#LoginForm input[type=submit]{
	margin-top: 10px;
}
.dropdown-padding-10{
	padding:10px;
}
.sidebar {
  background-color: #001a57 !important;
}



@media (min-width: 992px) {
  nav.navbar, .navbar-default, .main-header, .main-nav {
    background-color: #001a57 !important;
    color: white !important;
  }
}
