/*
Template Name: Bootstrap Starter Kit - Style Library 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/


/*	PATTERN LIBRARY STYLES
/*----------------------------------------------------*/

/* GOOGLE FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700italic,700,500italic,500,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@font-face {
    font-family: QmnFont;
    src: url(../fonts/arial.ttf);
}

@font-face {
    font-family: QmnFont_ar;
    src: url(../fonts/tahoma.ttf);
}

@font-face {
    font-family: mapFont;
    src: url(../fonts/EUROS.TTF);
}
.cookieinfo-close{background:#ab8e9f !important;color: #ffffff !important;}
.qmn_ar{font-family:QmnFont_ar !important;}
.qmn_ar a {font-family:QmnFont_ar !important;text-align: right;}
.qmn_ar p {font-family:QmnFont_ar !important;text-align: right !important;direction: rtl;}
.qmn_ar div {font-family:QmnFont_ar !important;text-align: right !important;}
.qmn_ar div span {font-family:QmnFont_ar !important;text-align: right !important;direction: rtl;}
.qmn_ar tr td {font-family:QmnFont_ar !important;text-align: right !important;direction: rtl;}
.qmn_ar h2 h3 h4 h5 h6 {font-family:QmnFont_ar !important;}
.qmn_ar h1 {font-family:QmnFont_ar !important;font-size: 27px !important;}
.qmn_ar ul{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);}

  .qmn_ar ul > li {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.aar{-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);}

.float_ar ul li{text-align: right;}
.float_ar i {float:right;}
.floatLeft {float:left;}
.floatRight {float:right;}



/*#header-3 nav ul li ul {
  display: flex;
  flex-direction: column;
}

#header-3 nav ul li:first-child{
  order: 8;
}

#header-3 nav ul li:nth-child(2){
  order: 7;
}

#header-3 nav ul li:nth-child(3){
  order: 6;
}

#header-3 nav ul li:nth-child(4){
  order: 5;
}

#header-3 nav ul li:nth-child(5){
  order: 4;
}
#header-3 nav ul li:nth-child(6){
  order: 3;
}
#header-3 nav ul li:nth-child(7){
  order: 2;
}
#header-3 nav ul li:nth-child(8){
  order: 1;
}*/

@media print {
  a[href]:after {
    content: none;
  }
}

body {
	color: #333333;
	background: #ffffff;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* BACKGROUND COLORS */

.bg-black { background-color: #111111 !important; }
.bg-white { background-color: #FFFFFF !important; }
.bg-offwhite { background-color: #F5F5F5 !important; }
.bg-clouds { background-color: #ECF0F1 !important; }
.bg-silver { background-color: #BDC3C7 !important; }
.bg-concrete { background-color: #95A5A6 !important; }
.bg-asbestos { background-color: #7F8C8d !important; }
.bg-tan { background-color: #D1DBBD !important; }
.bg-pewter { background-color: #91AA9D !important; }
.bg-moonlight { background-color: #3E606F !important; }
.bg-deepocean { background-color: #2d393f !important; }
.bg-turquoise { background-color: #1ABC9C !important; }
.bg-aqua { background-color: #16A085 !important; }
.bg-sunflower { background-color: #F1C40F !important; }
.bg-orange { background-color: #F39C12 !important; }
.bg-sienna { background-color: #BF4E19 !important; }
.bg-milanored { background-color: #AC1C00 !important; }
.bg-river { background-color: #3498DB !important; }
.bg-marina { background-color: #2980B9 !important; }
.bg-deco { background-color: #C9D787 !important; }
.bg-crete { background-color: #7D8A2E !important; }
.bg-guardsman { background-color: #D90000 !important; }
.bg-pomegranate { background-color: #C0392B !important; }
.bg-finn { background-color: #723147 !important; }
.bg-tamarind { background-color: #31152B !important; }


/* COLORS */

.black { color: #111111; }
.white { color: #FFFFFF; }
.offwhite { color: #F5F5F5; }
.clouds { color: #ECF0F1; }
.silver { color: #BDC3C7; }
.concrete { color: #95A5A6; }
.asbestos { color: #7F8C8d; }
.tan { color: #D1DBBD; }
.pewter { color: #91AA9D; }
.moonlight { color: #3E606F; }
.deepocean { color: #193441; }
.turquoise { color: #1ABC9C; }
.aqua { color: #16A085; }
.sunflower { color: #F1C40F; }
.orange { color: #F39C12; }
.sienna { color: #BF4E19; }
.milanored { color: #AC1C00; }
.river { color: #3498DB; }
.marina { color: #2980B9; }
.deco { color: #C9D787; }
.crete { color: #7D8A2E; }
.guardsman { color: #D90000; }
.pomegranate { color: #C0392B; }
.finn { color: #723147; }
.tamarind { color: #31152B; }


/* PADDING, MARGIN & ALIGNMENT */
.pad5 { padding-top:5px; }
.pad10 { padding-top:10px; }
.pad15 { padding-top:15px; }
.pad25 { padding-top:25px; }
.pad30 { padding-top:30px; }
.pad45 { padding-top:45px; }
.pad60 { padding-top:60px; }
.pad90 { padding-top:90px; }

.min-height-100px { min-height: 100px; }
.min-height-200px { min-height: 200px; }
.min-height-300px { min-height: 300px; }
.min-height-400px { min-height: 400px; }
.min-height-500px { min-height: 500px; }
.min-height-600px { min-height: 600px; }
.min-height-700px { min-height: 700px; }
.min-height-800px { min-height: 800px; }

.marg-bottom5 { margin-bottom: 5px; }
.marg-left5 { margin-left: 5px; }
.marg-right5 { margin-right: 5px; }
.but_marg { margin-left: 3px; }
/* CSS used here will be applied after bootstrap.css */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 90px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 200; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #88b8d1; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 9px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 12px; /* Increase font size */
}

#myBtn:hover {
    background-color: #ab8e9f; /* Add a dark-grey background on hover */
}
.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#vbg{margin-top: -150px!important;padding: 110px 0 3px 0 !important;}
/*css for video background*/
.header-unit {
  height: 540px;
  border-right:none;
  border-left: none;
  position: relative;
  padding: 20px;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
  opacity: 1;
}
.videoTitle{
height: 40px;
padding-top: 10px !important;
background-color: #2d393f;
direction: ltr;
}
.videoTitle span{
  margin-top:10px;
  font-size: 12px !important;
  font-weight: 10 !important;
  color: #89b8d1 !important;
}
video {

	z-index:0;
}
video.fillWidth {
	width: 100%;
}
/*end of video bg*/

/* NOTE: start of watch qmedia css */
.Watchplayer {
  position: relative;
  margin: auto;
  width:500px;
  height:400px;

    }
.mobPlayer{
  position: relative;
  margin: 5px;
  width: 100%    !important;
  height: auto   !important;
}

.mobPlayer video{
  width: 100%    !important;
  height: auto   !important;
}
#watchqmnVideo{
  width:500px;
  height:400px;
}
    #controls {
    /* NOTE:  opacity: 0;*/
      width: 500px;
      text-align: center;
      padding-bottom: 3px;
      border-radius: 7px;
      z-index: 10001;
      position: absolute;
      top: 92%;
      left: 1%;
      right: auto;
      bottom: auto;
    }


    .play{
      position: absolute;
      text-indent:-9999px;
    	width:12px;
    	height:13px;
      left: 13px;
    	border:none;
    	cursor:pointer;
      background-image: url('../images/vidwq/play.png');
    }
    .play:hover{background-image: url('../images/vidwq/play-hover.png');}

    .pause {
    position: absolute;
    text-indent:-9999px;
    width:11px;
    height:13px;
    left: 13px;
    border:none;
    cursor:pointer;
    background-image: url('../images/vidwq/pause.png'); }

    .pause:hover {background-image: url('../images/vidwq/pause-hover.png'); }

    #volume-bar {
      position: absolute;
      width: 50px;
      vertical-align: middle;
      padding:0px;
      top: 5px;
      left:53px;
      }
      /* NOTE: for mozilla only */
      @-moz-document url-prefix() {
  #volume-bar {
     top: 0px;
  }
}
/* NOTE: for MS only */
      @supports (-ms-ime-align: auto) {
   /* Microsoft EdgeV13&14 CSS styles go here */
   #volume-bar {
     position: absolute;
     width: 50px;
     vertical-align: middle;
     padding:0px;
     top: -5px;
     left:53px;
     }
    }
    .mute {
      position: absolute;
      text-indent:-9999px;
    	width:15px;
    	height:13px;
      left: 28px;
    	border:none;
    	cursor:pointer;
      background-image: url('../images/vidwq/unmute.png'); }
    .mute:hover{background-image: url('../images/vidwq/unmute-hover.png');}

    .unmute {
      position: absolute;
      text-indent:-9999px;
    	width:20px;
    	height:15px;
      left: 28px;
    	border:none;
    	cursor:pointer;
      background-image: url('../images/vidwq/mute.png');}
    .unmute:hover{background-image: url('../images/vidwq/mute-hover.png');}
    input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ffffff;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ffffff;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: -3px;
    cursor:pointer;
}

input[type=range]::-moz-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: -3px;
    cursor:pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]:focus::-moz-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-ms-track {
    width: 200px;
    height: 5px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 10px;
    width: 10px;
    border-radius: 80%;
    background: #ffffff;
    margin-top: 1px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ccc;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}


/* NOTE: end of watch qmedia css */


/* NOTE: start photo gallery  */

.photogal {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.photogal:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
/* NOTE: end photo gallery  */


/* Video Gallery TVC
********************************************
*/
#tvcVideo{
  width:100%;
   max-width:500px;
   height:auto;
}

.video {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  width: 23%;
  margin: 1%;
  float: left;
  transition: all, 0.3s, ease;
}
@media (max-width: 1024px) {
  .video {
    width: 31.333%;
  }
}
@media (max-width: 768px) {
  .video {
    width: 48%;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{}

}
@media (max-width: 480px) {
  .video {
    display: block;
    width: 96%;
    margin: 2%;
    float: none;
  }
}
.video figure {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video figure a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}
.video img {
  width: 100%;
  opacity: 1;
}
.video img:hover, .video img:active, .video img:focus {
  opacity: 0.75;
}

/* Images
********************************************
*/
img {
  max-width: 100%;
  height: auto;
}

/* Remove border from Francybox close
*****************************************
*/
.fancybox-close {
  border-bottom: none;
}
.fancybox-close:hover, .fancybox-close:active, .fancybox-close:focus {
  border-bottom: none;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}


.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px QmnFont;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fb/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fb/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fb/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fb/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: QmnFont;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Retina graphics */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fb/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fb/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* NOTE: end of fancyBox */
/* NOTE: end of Video Gallery TVC */

.contactFrame {margin-left:12px;font-weight:normal;margin-top:1px;margin-bottom:20px;font-family:QmnFont;font-size:18px;color: #898989;}
.contactFrameAr{margin-right:12px;font-weight:bold;font-size:10pt;margin-top:6px;margin-bottom:20px;}
.contactHeader {font-size:11pt;font-weight:bold;margin-bottom:4px;color:#89b8d1;padding-bottom: 10px;}
.contactHeaderAr {direction:rtl;font-size:11pt;font-weight:bold;margin-bottom:4px;text-align:right;color:#89b8d1;}
.full-screen {background-position: center;background-repeat: no-repeat;}
.carousel-control.left {background-image: none;color: #88b8d1;}
.carousel-control.right {background-image: none;color: #88b8d1;}
.carousel {width: 80%;margin-top: 65px;}
.carousel-control {color: #88b8d1;width: 9%;height: 30px;top: 50%;}
.carousel-control:hover{color: #ab8e9f;}
#galrow{text-align: center;}
.v-center {display: inline-block;vertical-align: middle;float: none;}
.text-holder{
  color:#aaaaaa;
  text-align:center;
  padding-top:40px;
}
.button-holder{
  padding-top:10px;
}
.ajax-button{
/*  position:relative;*/
  display:inline-block;
  width:100px;
  height:40px;
  top:50%;
  margin-top:-20px;
  text-align:center;
}
.submit{
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width:100px;
  height:40px;
  background-color:#89b8d1;
  border:1px solid #3f738e;
  border-radius:10px;
  color:#FFFFFF;
  font-size:17px;
  cursor:pointer !important;
  outline:none;
}

.submit:hover{
  background-color:#ab8e9f;
  border:2px solid #68495b;
}
.loading{
  font-size:0;
  width:30px;
  height:30px;
  margin-top:5px;
  border-radius:15px;
  padding:0;
  border:3px solid #89b8d1;
  border-bottom:3px solid rgba(137,184,209,0.0);
  border-left:3px solid rgba(137,184,209,0.0);
  background-color:transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
.done{
  color:#89b8d1;
  font-size:18px !important;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-9px;
  margin-top:-9px;
  -webkit-transform:scaleX(0) !important;
  transform:scaleX(0) !important;
}
.failed{
  color:#89b8d1;
  font-size:18px !important;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-9px;
  margin-top:-9px;
  -webkit-transform:scaleX(0) !important;
  transform:scaleX(0) !important;
}
.finish{
  -webkit-transform:scaleX(1) !important;
  transform:scaleX(1) !important;
}
.hide-loading{
  opacity:0;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform:scale(0) !important;
  transform:scale(0) !important;
}
/*============ map css start============ */
/* #qmnMap{height: 100%;} */
#wrappie{width:450px; height:529px;margin: auto;}
#outer{width:450px; height:529px; background:transparent; padding-top:0px;}
#contentWrap{width:450px; overflow:hidden; margin-left:0px;}
#contentInside{width:100%; margin:0; padding:0; position:relative;}
/*============ map css ends ============ */
/* =========== our clients slide show css start*/
#rotating-item-wrapper {position: relative;height: 540px;max-width: 960px;margin: auto;}
#rotating-item-wrapper img {margin-top: 0.5%;max-width: 100%;height: auto;width: auto\9; /* ie8 */}
.rotating-item-first{
  position: absolute;
	top: 0;
	left: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/* =========== our clients slide show css ends*/

/** TYPOGRAPHY **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family:QmnFont;line-height: 1.1;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	col or: #e5e5e5;
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: 300;
}

h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: 400;
}

h1, .h1 { font-size: 35px; }
h2, .h2 { font-size: 37px; }
h3, .h3 { font-size: 27px; }
h4, .h4 { font-size: 23px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

p {
	font-family:QmnFont;
	font-size: 15px;
	line-height: 1.6;
	margin: 15px 0;
	color: #898989;
  text-align: justify;
}
.accordion-body{
  font-family:QmnFont;
	font-size: 18px;
	line-height: 1.6;
  color: #898989;
}
.lead {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
}

small, .small {
	font-size: 80%;
	line-height: 2;
  color:#ab8e9f
}

em { color: #ff6600; }

/* LINKS */

a { color: #ab8e9f; }

a:hover {
	color: #88b8d1;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* LISTS */

ol {
	position: relative;
	padding-left: 22px;
}

ul {
  list-style: none;
	position: relative;
	padding-left: 22px;
}

ul li,
ol li {
	font-family: QmnFont;
	font-size: 10pt;
	color: #515157;
}

ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
	margin-left: -20px;
	position: absolute;
}

/* TITLES */

.underlined-title {
	text-align: center;
	padding-bottom: 10px;
}

.underlined-title h1 {
	color: #88b8d1;
	margin: 0;
}

.underlined-title h2 {
	font-size: 20px;
	/*text-transform: uppercase;*/
	font-weight: 100;
	color: #95a5a6;
}

.underlined-title hr {
	width: 10%;
	border-width: 2px;
	border-color: #ab8e9f;
}
.underlined-title p {
	text-align: left;
}


/* IMAGES */
img {

}



/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/
#seemore{
	text-decoration-line: none;
}
#seemore:hover{
	text-decoration-line: none;
}

#seemorePro{
	text-decoration-line: none;
  margin: 0;
}
#seemorePro:hover{
	text-decoration-line: none;
}

.btn {
    color: #FFF;
    padding: 10px 20px;
	margin: 15px 0;
	font-family: QmnFont;
    font-size: 14px;
	letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-sm {
    padding: 7px 13px;
	font-size: 12px;
}

.btn-lg {
    padding: 16px 26px;
	font-size: 16px;
}

.btn-xl {
	padding: 18px 30px;
	font-size: 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
	margin-left: 15px;
}

/* Button DISABLED */
.disabled a {
	cursor: not-allowed;
}

/* Button DEFAULT */
.btn.btn-default {
	background: #ecf0f1;
	box-shadow: 0 2px #bdc3c7;
	color: #999;
}

.btn.btn-default:hover {
	background: #bdc3c7;
}

/* Button PRIMARY */
.btn.btn-primary {
	background: #89b8d1;
	box-shadow: 0 2px #784a65;
}

.btn.btn-primary:hover {
	background: #784a65;
}

/* Button WARNING */
.btn.btn-warning {
	background: #f1c40f;
	box-shadow: 0 2px #f39c12;
}

.btn.btn-warning:hover {
	background: #f39c12;
}

/* Button DANGER */
.btn.btn-danger {
	background: #e74c3c;
	box-shadow: 0 2px #c0392b;
}

.btn.btn-danger:hover {
	background: #c0392b;
}

/* Button SUCCESS */
.btn.btn-success {
	background: #2ecc71;
	box-shadow: 0 2px #27ae60;
}

.btn.btn-success:hover {
	background: #27ae60;
}

/* Button DARK */
.btn.btn-dark {
	background: #34495e;
	box-shadow: 0 2px #2c3e50;
	color: #ffffff;
}

.btn.btn-dark:hover {
	background: #2c3e50;
}

/* Button INFO */
.btn.btn-info {
	background: #3498db;
	box-shadow: 0 2px #2980b9;
}

.btn.btn-info:hover {
	background: #2980b9;
}

/* Outline Buttons */
.btn-outline {
	color: #FFF;
    padding: 12px 20px;
	margin: 15px 0;
	font-family: QmnFont;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn-outline:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-outline-sm {
	padding: 5px 13px;
	font-size: 13px;
}

.btn-outline-lg {
	padding: 14px 26px;
	font-size: 15px;
}

.btn-outline-xl {
	padding: 18px 30px;
	font-size: 24px;

}

.btn-outline.outline-light,
.icon.outline-light {
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
	color: #2c3e50;
	background: #ffffff;
}

.btn-outline.outline-dark,
.icon.outline-dark {
	color: #2c3e50;
	background: none;
	border: 2px solid #2c3e50;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
	color: #ffffff;
	background: #2c3e50;
}

button:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*===================================================================================*/
/*	SOCIAL ICONS
/*===================================================================================*/

.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}

.social li {
    display: inline-block;
}

.social li a {
    display: table;
	position: relative;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.social-light li a i {
	color: #ffffff;
}

.social-dark li a i {
	color: #666666;
}

.social li a i:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.social li a:hover i {
  cursor: pointer;
	color: #f0f0f0;
}

.social li a:hover i:after {
	height: 100%;
}
.social a .fa-x-twitter:after {
    background: #000000;
}
.social a .fa-square-facebook:after {
    background: #1877F2;
}
.social a .fa-square-youtube:after {
    background: #FF0000;
}
.social a .fa-instagram:after {
    background: #C13584;
}
.social a .fa-pinterest:after {
    background: #CB2027;
}
.social a .fa-behance:after {
    background: #1769FF;
}
.social a .fa-dribbble:after {
    background: #EA4C89;
}




/* FORM CONTROL */

fieldset {
	border: 2px solid #ecf0f1;
	border-radius: 6px;
	padding: 5px 25px;
  margin-bottom: 30px;
}

fieldset legend {
    color: #333;
    padding: 5px 10px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
}

.form-control {
	border: 2px solid #ecf0f1;
	color: #34495e;
	font-family: QmnFont;
	font-size: 14px;
	line-height: 1.467;
	padding: 8px 12px;
	height: 40px !important;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}
#comments{
  height: 90px !important;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.form-group.focus .form-control,
.form-control:focus {
	border-color: #89b8d1;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f4f6f6;
	border-color: #d5dbdb;
	color: #d5dbdb;
	cursor: default;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.form-control.form-minimal {
	border-color: transparent;
}

.form-control.form-minimal:hover {
	border-color: #bdc3c7;
}

.form-control.form-minimal:focus {
	border-color: #1abc9c;
}


.has-success .help-block,
.has-success .control-label {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}

.has-error .help-block,
.has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:-moz-placeholder {
	color: #e74c3c;
	opacity: 1;
}

.has-error .form-control::-moz-placeholder {
	color: #e74c3c;
	opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
	color: #e74c3c;
}

.has-error .form-control::-webkit-input-placeholder {
	color: #e74c3c;
}

.has-error .form-control.placeholder {
	color: #e74c3c;
}

.has-error .form-control:focus {
	border-color: #e74c3c;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .input-group-addon {
	color: #e74c3c;
	border-color: #e74c3c;
	background-color: #ffffff;
}


/* FORM - INPUT ICON */
.form-control + .input-icon {
	position: absolute;
	top: 2px;
	right: 2px;
	line-height: 37px;
	vertical-align: middle;
	font-size: 20px;
	color: #b2bcc5;
	backg round-color: #ffffff;
	padding: 0 12px 0 0;
	border-radius: 6px;
}

.input-hg + .input-icon {
	line-height: 49px;
	padding: 0 16px 0 0;
}

.input-lg + .input-icon {
	line-height: 41px;
	padding: 0 15px 0 0;
}

.input-sm + .input-icon {
	font-size: 18px;
	line-height: 30px;
	padding: 0 10px 0 0;
}


/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
	margin: 0;
	box-shadow: none;
}

.input-group .input-group-btn .btn:hover {
	background: #1abc9c;
	color: #fff;
}


/*	ACCORDION / TOGGLE */

.panel-group {
	margin-bottom: 0;
}
.panel-group + .panel-group {
	margin-top: 20px;
}
.panel-group .panel {
    background: #fff;
    border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top-color: #E6E9ED;
}
.panel-body {
	padding: 25px;
}
.panel-heading {
	background-color: inherit !important;
	color: inherit !important;
    padding: 0;
	border-color: inherit !important;
}
.panel-title {
	font-family: QmnFont;
    font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
}

.panel-title > a {
    display: block;
    padding: 15px 25px 15px;
    text-decoration: none;
    color: #fff;
}

.panel-title > a.collapsed {
	background: #f5f5f5;
}

.panel-title > a.collapsed,
.panel-title > a.collapsed span {
	color: #16A085;
}
.panel-title > a,
.panel-title > a:hover {
	background: #16A085;
	color: #fff;
}

.panel-title > a span {
	display: block;
	position: relative;
	top: 0;
	color: #fff;
	padding-right: 25px;
}

.text-right .panel-title > a span {
	padding-left: 25px;
	padding-right: 0;
}
.text-center .panel-title > a span {
	padding-left: 0;
	padding-right: 0;
}
.panel-title > a:hover span {
	color: inherit;
}
.text-center .panel-title > a:hover span {
	top: .5em;
	color: transparent;
}
.panel-title > a span:after {
	font-family: "fontawesome";
	content: "\f077";
	position: absolute;
	top: 0;
	right: 0;
}
.text-right .panel-title > a span:after {
	left: 0;
	right: auto;
}
.text-center .panel-title > a span:after {
	top: -.75em;
	left: 0;
	opacity: 0;
}
.panel-title > a.collapsed span:after {
	content: "\f078";
}




/* TABS */

.nav-tabs {
	margin: 0 auto;
}

.nav-tabs > li {
	z-index: 2;
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #737c85;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #85d6de !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.tab-pane {
	padding: 50px 0;
	border-bottom: 1px solid #ecf0f1;
}


/* PAGINATION */

.pagination li a {
	font-family: QmnFont;
	font-size: 14px;
	color: #88b8d1 !important;
	background: none;
	margin: 0 3px;
	border: 1px solid #ffffff;
	padding: 5px 12px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ab8e9f !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ffffff;
  border-color: #ab8e9f !important;
  color: #ab8e9f !important;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ab8e9f !important;
}

.pagination li:first-child a,
.pagination li:last-child a {
	border-radius: 0 !important;
}

.pagination-lg li a {
	padding: 8px 16px;
	font-size: 16px;
}

.pagination-sm li a {
	padding: 4px 10px;
	font-size: 12px;
}


/* PAGER */
.pager li > a,
.pager li > span {
	border: 1px solid #16A085;
	border-radius: 0;
	color: #16A085;
	font-family: QmnFont;
	font-size: 14px;
	min-width: 160px;
}

.pager li > a:hover,
.pager li > a:focus {
	border: 1px solid #ddd;
}

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	border: 1px solid #ddd;
}



.col-centered{
    float: none;
    margin: 0 auto;
}
/* CONTENT BLOCK HOLDERS */
section{
  padding: 0;
margin: 0;
height: auto;
}
.content-block {
	width: 100%;
	padding: 110px 0 3px 0;
	z-index: 100;
	position: relative;
	background-color: #ffffff;
}

.content-block-nopad {
	width: 100%;
	z-index: 100;
	position: relative;
	background-color: #ffffff;
}
.introNumbers {
    color: #89b8d1;
		text-decoration-line: underline;
        
}

.ion-ios-plus-empty{
     display: inline-block;
    font-size: 1.5rem !important;
animation: pulse 1.2s infinite alternate !important;

}
@keyframes pulse {
      from { transform: scale(1); }
      to { transform: scale(1.1); }
    }

.introNumbers:hover{
    color: #ab8e9f;
		text-decoration-line: underline;
}
.ratNumbers{color: #89b8d1;}
#outlets_num{
  font-family: mapFont ;
  z-index: 10001 !important;
  animation-name: outblinker;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top:76.5%;
  left:1.9%;
  right: auto;
  bottom: auto;
  font-size: 18pt;
}
#outlets_num_ar{
  font-family: mapFont ;
  z-index: 10001 !important;
  animation-name: outblinker;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top:76.5%;
  left:21%;
  right: auto;
  bottom: auto;
  font-size: 18pt;
}
#screens_num{
  font-family: mapFont ;
  z-index: 10001 !important;
  animation-name: scrblinker;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top:81.5% !important;
  left:10% !important;
  right: auto;
  bottom: auto;
  font-size: 18pt;
}
#screens_num_ar{
  font-family: mapFont ;
  z-index: 10001 !important;
  animation-name: scrblinker;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top:81% !important;
  left:16% !important;
  right: auto;
  bottom: auto;
  font-size: 18pt;
}
@keyframes outblinker {
  0% {color: #ab8e9f;}
  50% {color: #ab8e9f;}
  50.01%{color: #89b8d1;}
  100%{color: #89b8d1;}
}

@keyframes scrblinker {
  0% {color: #ab8e9f;}
  50% {color: #ab8e9f;}
  50.01%{color: #89b8d1;}
  100%{color: #89b8d1;}
}
.dataTables_length{display: none;}
#coopTb_filter{display: none;}
#watch{margin-top: 50px;}
/*	PATTERN LIBRARY MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

  #wrappie{margin: auto;}


	#header-3 .main-nav .nav .dropdown-menu {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin: 0;
		border: none;
		text-transform: none;
		min-width: 180px;
		background: #3E606F;
	}

	#header-3 .main-nav .nav .dropdown-menu:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #3E606F;
		position: absolute;
		right: 35px;
		top: -10px;
	}

	#header-3 .main-nav .nav .dropdown-menu a {
		padding: 8px 20px;
		color: #fff;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}

	#header-3 .main-nav .nav .dropdown-menu a:hover {
		background: #193441;
		color: #fff;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/* portrait */
@media screen and (orientation:portrait) {
	/* portrait-specific styles */
}
/* landscape */
@media screen and (orientation:landscape) {
	/* landscape-specific styles */
}
.pagination a {
    border-radius: 5px;
}

.pagination a.active {
    border-radius: 5px;
}
