/* poller-one-regular - latin */
@font-face {
  font-family: 'Poller One';
  font-style: normal;
  font-weight: 400;
  src: url('../font/poller-one-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poller One'), local('PollerOne-Regular'),
       url('../font/poller-one-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/poller-one-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/poller-one-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/poller-one-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/poller-one-v6-latin-regular.svg#PollerOne') format('svg'); /* Legacy iOS */
}

 .fa-1x {
    font-size: 1em;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-5x {
    font-size: 5em;
  }

header {
  
  /*
  background-image: url('../img/test/StockSnap_EA6AC28FAC.jpg');
  */
  
   background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url('../img/header.jpg');
  -webkit-background-size: cover;
  -moz-background-size:  cover;
  -o-background-size: cover;
  background-size: cover;

}

hr {
  border-width: 4px;
}


ul.my-service {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.my-service li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.my-service li:before {
  content: "\2713";
  padding-right: 5px;
}


.my-brand {
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.my-brand .logo
{
	padding-top: 3px;
	font-family: "Impact";
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	color: #6D6D6D;
	line-height: 35px;
	text-decoration: none;
}

.icon-small
{
    height:18px;
    margin:0;
	padding:0;
}

.icon-medium
{
    height:22px;
	margin:0;
	padding:0;
}

.my-top-box {
  position: relative;
  z-index: 3;
}

.my-header-text {
  display: block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding-bottom: 5px;
  position: relative;
}

.my-subheader-text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin: 0;
}

.my-white-text {
  color: #ffffff;
}

.my-orange-text {
  color: #F05F40;
}

.my-left-text {
  text-align: left;
}

.my-italic-text {
  font-style: italic;
}

.my-border-text {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.my-article-text {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
}

.my-overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}

.my-green-overlay {
  opacity: 0.5;
  background: #00a885;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.my-vertical-center {
  display: flex;
  align-items: center;
}


@media (max-width: 767px) {
	.my-vertical-center {
		display: block;
	}
}

.my-list li {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
}


.my-video-background { /* class name used in javascript too */
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  overflow: hidden;
  z-index: -1000;
}

.my-video-background-fixed {
    position: absolute;
    background: #fff;
    background-size: 100% 100%;
    top: 0;
    left: 0; /* fixed to left. Replace it by right if you want.*/
    min-width: 100px;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 0;
}

/* owl carousal */
.my-owl-vertical-center .owl-stage {
  display: flex;
  align-items: center;
}
.my-owl-small .item {
  width: 100px;
}

/* modal vertical center */
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

// Footer

.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	/* background: #EDEFF1; */
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
/*
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
*/
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
/*
.footer a {
	color: #78828D
}
*/
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	/* background: #E3E3E3; */
	/* border-top: 1px solid #DDDDDD; */
	/* background: #F05F40; */
	/* color: #FFFFFF; */
	/* background: #FFFFFF; */
	color: #FFFFFF;
	background: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*
.footer-bottom p.pull-left {
	padding-top: 6px;
}
*/
.footer-bottom a {
	color: #FFFFFF;
}

@media (max-width: 991px) {
    .footer-bottom .text-right, 
    .footer-bottom .text-left {
        text-align: center;
    } 
}

.payments {
	font-size: 1.5em;	
}