/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 nav .brand-logo{
 letter-spacing: 2px;
margin-top: 30px;
}
nav .brand-logo .title{
	font-size: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: -15px;
    margin-left: 5px;
}
nav .brand-logo .slogan{
	position: absolute;
	font-size: 1rem;
	color: #42a4ff;
	text-transform: uppercase;
	margin-left: 7px;
	top: 10px;
}
.btn, a{
    font-family: 'Oswald', sans-serif;
}
p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 250px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.cform {
	margin-top: -50px;
	height: 100vh;
	width: 100%;
}

.breadcrumb{
    color:#333;
}
.breadcrumb:last-child{
    color:#9e9e9e;
}
.breadcrumb:before {
  content: "\f061";
  color: #9e9e9e;
  vertical-align: top;
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.ithumb img{
    width:100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}
#sidenav-overlay {
	left: 300px;

}


nav.top{
  background-color:#084884;  
}
ul.social a i{
    color: #42a4ff;
    font-size: 1rem;
}
ul.social a{
  padding: 0 10px;
}
ul.social a[href='']{
    display:none;
}
ul.top-main a{
    color:#0b66bc;
    text-transform: uppercase;
}
ul.top-main li+li:before{
	content: "|";
	color: #0b66bc;
    float: left;
}

nav.main{
    background-color: #1872c5;
    min-height: 110px;
}
nav.main {
	border-bottom: 1px solid #42a4ff;
}

nav.main ul li a {
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 112px;
}
nav.main ul li a:hover, nav.main ul li.active a {
 border-bottom: 1px solid #fff; 
}

.col.o1{
    background-color: #F8F6F7;
    text-align: center;
}
.ologo {
	box-sizing: border-box;
	display: block;
	padding: 20px 0;
	text-align: center;
    padding-top: 35px;
}
.ologo img{
    max-width: 90%;
}
.ocount {
	background-color: #e6e6e6;
	color: #9c9b9b;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
}
a.but {
	background-color: #1872C5;
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: inline-block;
	width: 70%;
}
a.but.gbut {
	background-color: #fffeff;
	border: 1px solid #e6e6e6;
	color: #9e9c9c;
    margin-bottom: 20px;
}
.row.offer{
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 0;
}
p.disclaimer{
    display:none;
}
.product-menu{
    font-size:16px;
    margin-top: 0;
}
li.btit{
    background-color:#1872C5;
    padding:10px;
    color:#fff;
    font-size: 1.3rem;
    font-family: 'Oswald', sans-serif;
}



.col.omiddle{
    box-sizing: border-box;
}
.small2 ul{
    text-align: left;

}
.small2 ul li{
list-style: outside;
margin-left: 5%;
}
.site-content{
    margin-top:20px;
}
.prname {
	font-size: 22px;
	margin-top: 10px;
	display: block;
}
.onum {
	font-weight: 400;
	color: #333;
    text-align: center;
    padding-top: 5%;
}
.onum span:first-child {
	font-size: 2rem;
	display: block;
}
.oend{
    text-align: center;
}
a.but.big {
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	margin: 20px 0;
	display: inline-block;
	min-width: 100px;
	width: 90%;
}
.btitle {
	background-color: #1872C5;
	margin: 0;
	font-size: 2rem;
	padding: 10px;
	margin-bottom: 20px !important;
	margin-left: -.75rem;
    margin-right: -.75rem;
	color: #fff;
    display: block;
}

.frow .col {
text-align:center;
padding-top:5%;
}
.oname {
	border-top: 1px dashed #e6e6e6;
	padding: 5% 0;
	text-align: center;
}
.popular {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	background-color: #F8F6F7;
	text-align: center;
}
.popular p {
	text-align: center;
	font-weight: bold;
}
.popular .ologo {
	padding: 10px;
}

.btt {
	background-color: #efae08;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 25px;
	bottom: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 40px;
	height: 50px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 2;
	display: none;
	opacity: 0.7;
	transform: rotate(270deg);
	line-height: 40px;
}

@media (min-width: 550px) {
.row.offer{
    display: flex;
}
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
  }
}

li.btit {
	background-color: #4BB5C2;
	color: #fff;
	list-style: none;
}
#offers li.btit {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-bottom: 5px;
}
.clprow {
	border: 1px solid #e6e6e6;
	padding: 2em 0.625em 2em;
	margin-top: -20px;
	border-top: 0;
	color: #3F99A3;
}
.clp-slider {
	background-color: #e8edf3;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(15, 29, 36, 0.2) inset;
	box-sizing: border-box;
	height: 10px;
	position: relative;
	margin-top: 40px;
    width: 96%;
}
.clprow .ui-slider-handle {
	background-color: #4BB5C2;
	background-repeat: no-repeat;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	top: -10px;
	width: 30px;
	z-index: 2;
	margin-left: -10px;
}
.ui-slider-range {
	width: 29.1457%;
	background-color: rgb(63, 153, 163);
	height: 100%;
	border-radius: 2px;
}
.clp-labels input {
	color: #333;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	width: 100px;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	padding: 0;
	height: 35px;
	border: 1px solid #e6e6e6;
	border-right: none;
}
.clp-labels span.unit {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 21px;
	padding: 7.5px 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: #4BB5C2;
	border-radius: 5px;
	margin-left: -10px;
}
.clp-labels span {
	font-size: 1.3rem;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.clp-button {
	background-color: #0D2F54;
	text-align: center;
	padding: 22px;
    font-size:16px;
    text-transform: uppercase;
    cursor:pointer;
}
.clp-button.active, .clp-button:hover {
	background-color: #FB7600;
}
.clp-submit {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
    text-align: right;
    margin-right: -.75rem;

}
.clp-submit span {
	background-color: #4BB5C2;
	color: #fff;
	border: none;
	height: 50px;
	padding: 10px 30px;
	font-size: 1.4rem;
}
.oname {
	text-align: center;
	color: #9e9c9c;
	font-size: 13px;
	text-transform: uppercase;
}
.rsmall {
	display: flex;
	justify-content: space-evenly;
	margin-top: 10px;
}
.rsmall.top {
	justify-content: space-between;
	text-align: center;
	padding: 20px 0;
	max-width: 90%;
	margin: 0 auto;
    flex-wrap: wrap;
}
.rsmall p {
	margin: 0;
	line-height: 1.5rem;
}
.spin{
    text-align: center;
}
.fa-spinner{
      -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    font-size: 3rem;
margin-top: 20px;
color: #18AFD3;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media only screen and (max-width: 993px) {
.clprow .col{
    margin-bottom: 30px;
        width: 100%;
}
}
nav .brand-logo {

	 -webkit-transform: none; 
     transform: none;
}
nav .button-collapse {
	float: right;
	color: #fff;
	font-size: 40px;
	margin-top: 20px;
}

nav .brand-logo {
	position: static;
	color: #fff;
	display: inline-flex;
	font-size: 2.1rem;
	padding: 0;
	white-space: nowrap;
}
nav .brand-logo .title {
	font-size: 1.5rem;
	color: #fff;
	position: static;
	display: block;
    line-height: 30px;
}
nav .brand-logo .slogan {
    position: static;
	display: block;
    line-height: 20px;
}
nav.main {
	height: auto;
}

@media only screen and (max-width: 500px) {
nav .brand-logo .title {
font-size: 1.2rem;
line-height: 20px;
}
nav .brand-logo .slogan {
font-size: 0.8rem;
}
}