/* --------------------------------------
=========================================
COLOR : BLUE 

MAIN COLOR CODE: #008ed6

DEEP COLOR CODE: #005885
=========================================
----------------------------------------- */

.solid-color {
    background: rgba(0, 142, 214, 1);
}

.standard-button {
    background: #f6911d;
}

.standard-button2 {
    background: #008ed6;
}

.standard-button2:hover {
    background: #005885;
}

.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    background: #005885;
    border-color: inherit;
}

.white-line,
.white-line-left {
    background: #fff;
}

.colored-line,
.colored-line-left {
    background: #008ed6;
}

.main-color {
    color: #008ed6;
}

.color-bg {
	background: #008ed6;
	color: #FFFFFF;
}

.features .feature:hover .icon-container .icon {
    background: #008ed6;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #008ed6;
            box-shadow: 0px 0px 0px 2px #008ed6;
}

.features .feature .icon-container .icon {
    border: 1px solid #008ed6;
    color: #008ed6;
}

.feature-list li i {
    color: #008ed6;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #fff;
}

.screenshots .owl-theme .owl-controls .owl-page span {
    background: #008ed6;
}

footer .contact-button {
    border: 2px solid #008ed6;
    color: #008ed6;
}

footer .contact-button:hover {
    background: #008ed6;
}

footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #008ed6;
}

footer .social-icons li a:hover {
    color: #008ed6;
}
/* custom */
.white{
	background:#fff;
	color:#333;
}
.orange{
	background:#F6911D;
	color:#333;
}
.lt-blue{
	background:#498dc4;
}
.md-blue{
	background:#2a5982;
}
.dk-blue{
	background:#1a3a55;
}
.lt-blue, .md-blue, .dk-blue{
	color:#fff;
}
.frame-tittle{
	margin-bottom:5%;
}
.section-title{
	font-family: 'HelveticaNeueThin', 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300; 
	font-size: 2.125rem;
	line-height: 2.063rem;
	text-align:left;
	width:100%;
	padding-bottom:1%;
	border-bottom:1px solid #fff;
}
.white .section-title{
	border-bottom:1px solid #333;
}
.app-brief p{
	line-height:normal;
}
.main-cta{
	padding-top:20px;
}
p.video-description{
	display:block;
	width:75%;
	text-align:center;
	margin:auto;
}
.services .single-service{
	text-align:center;
}
.services .single-service p{
	color:#999;
	font-size:85%;
	display:block;
	height:40px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.grey{
	background:#999;
}
.add-padding{
	/* padding:20px 0;*/
}
.no-margin{
	margin:0 !important;
}
.add-resources a {
	text-decoration:underline; 
	color:#fff;
	font-size:85%;
}
.add-resources p {
	color:#fff;
	font-size:85%;
}
.add-resources h4 {
	margin-bottom:0;
}
.mini-models{
}
.mini-models .phone-image {
    max-width: 360px;
    margin: auto;
    margin-bottom: 10px;
}
.mini-models .phone-image img {
    width: 100%;
}
a.myScroll{
	outline:none;
}
a:hover.myScroll{
	outline:none;
	text-decoration:none;
	color:#008ed6;
}
.white-color, .white-color a{
	color:#ff;
}
/* responsive video */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	width:97%;
  }
 
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
 /* 
  .video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}
  */
  /* dot nav */
  #dot-nav{    
  right: 10px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 999;
  }
  #dot-nav ul {
    list-style: none;
    margin:0;
    padding: 0;
  }
  #dot-nav li {
    position: relative;
    background-color: #666;
    border:1px solid #666;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    padding: 5px;
    height: 10px;
    margin: 10px 10px 0px 0px;
    width: 10px;
    vertical-align:bottom;
  }
  #dot-nav li.active, #dot-nav li:hover {
    background-color: #008ED6;
  }
  
  #dot-nav a {
    outline: 0;
    vertical-align:top;
    margin: 0px 0px 0px 25px;
    position: relative;
    top:-5px;
  }
  .awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: #008ED6;
    color: #f5f5f5;
    border: 1px solid #008ED6;
  }
  .awesome-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #008ED6;
  }
#tour-content{
	margin:auto;
	max-width   : 536px;
	height      : 350px;
	margin-bottom:10px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.mini-block{
	width:100%;
	min-height:460px;
	margin-bottom:10px;
	padding:10px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.mini-block-wrapper{
	height:350px;
}
.mini-block-bottom-wrapper{
	height:50px;
}

.section p{
	line-height:normal;
}
.section ul, .section ol{
	padding-left:20px !important;
}
.section ul li, .section ol li{
	text-align:left !important;
}
/* image opacity */
img.opacity{
  opacity:1;
  filter:alpha(opacity=100);
}
img.opacity:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
   transition: all .25s ease;
}
.grey-stroke{
	border:1px solid #ddd;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
/* FOOTER
--------------------------------------------------------- */
footer, #footer{
  font-family:Helvetica, Arial, sans-serif;
}
#footer {
  padding-bottom: 20px;
}
#footerwrap {
    background-color: #D1D1D1;
    width: 100%;
}
#footer .item1 {
  display:none;
}
#footer ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#footer ul li {
	 list-style: none;
	 line-height: 16px;
	  padding-top: 20px;
	  text-align:left;
	  float: left;
}
@media (min-width: 800px) {
	#footer ul li {
	  width: 16.6%;
	}
}
@media (max-width: 768px) {
	#socialicons {
  		float:left;
	}
	#header {
		padding: 12px;
		margin: 0px auto;
		height: 40px;
		width: 100%;
	}
}
@media (max-width: 350px) {
	#footer ul li {
	  float:none;
	}
}
#footer ul li ul {
  margin-top: 20px;
  padding-left:0 !important;
}
#footer ul li ul li {
  float:none;
  padding: 0px;
}
/* anchor styling */
#footer ul li a {
  display: block;
  font-size:14px;
  color:#444;
  white-space:nowrap;
  padding-right:20px;
  cursor: text;
}
#footer span {
}
#footer ul li a:hover {
}
#footer ul li ul li a {
  font-size:12px;
  font-weight:normal;
  cursor: pointer;
}
#contact {
  width: 275px;
  min-height: 300px;
  float: right;
}
#footer ul li ul li a:hover {
  color:#d50;
}
#footer ul li span.separator {
  color:#444;
  font-size:14px;
  font-family:Helvetica, Arial, sans-serif;
}
/* LEGAL
--------------------------------------------------------- */

#legal {
  color: #b7b6b6;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#legalwrap {
    background: url(https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com//images/legal_bkgrd.gif) repeat-x scroll 0% 0% #404250;
    width: 100%;
}
#copyright {
  float:left;
  padding-right: 10px;
  padding-top:7px;
}

#legal ul {
  padding: 10px 0px;
  margin: 0px;
  float: left;
}
#legal ul li {
  list-style: none;
  float: left;
}
.legaltext {
line-height:11px;
clear:both;
text-align:left;
}
/* anchor styling */
#legal ul li a {
  display: block;
  color:#b7b6b6;
  white-space:nowrap;
  padding: 0px 10px;
  border-left: 1px solid #b7b6b6;
  line-height: 10px;
}
#legal ul li a:hover {
  color:#d50;
}
#socialicons {
  float:right;
 }
/**/
/* No Touch devices */
.cd-nav-trigger {
  display: none;
}
/* dot nav */
#cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#cd-vertical-nav li {
  text-align: right;
  list-style:none !important;
  line-height:normal !important;
}
#cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline:none !important;
}
#cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
#cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
#cd-vertical-nav a.is-selected .cd-dot {
  background-color: #eeeeee;
  border:1px solid #ccc;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #999;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
/* home page */
.black{
	background:#000;
}
@media (max-width: 970px) {
	.home-page-button{
		margin-bottom:15px;
	}
}
