/* ==========================================================================
   Common styles
   ========================================================================== */
body{ font-family: 'Roboto', serif;  font-size:14px; padding:0px; margin:0px; color:#3e3e3e; -webkit-font-smoothing: antialiased; background: #eee; min-width: 320px;}
input, select, textarea, button { height:58px; font-family: 'Roboto', sans-serif; direction: ltr; color:#979797; font-size:22px; margin:0em; margin:0px; font-weight:700; padding:4px 20px; border:1px solid #d2d2d2; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; border-radius:0px; }
select{ text-transform:uppercase; letter-spacing:1px; border:none; -webkit-appearance:none; -moz-appearance:none; appearance: none; background:url(../img/icon-select.png) no-repeat center right #FFF; padding-right:0px; }
p { margin:0px; padding-bottom:15px; }
input, textarea, a { outline:none; }
a { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
ul { margin:0px; padding:0px; }
strong{ font-style:italic;}
a { color:#29abe1; }
a:hover { color:#3e3e3e; }
a:visited { text-decoration:none; }
a:hover, a:focus, a:active { color:#484848; text-decoration:none; outline:none; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; margin:0px; padding-bottom:15px; }
h5 { font-size:12px; font-weight:bold; }
input[type=submit], input[type=button], input[type=reset], button, .btn { text-decoration:none; font-size:14px; color:#2f2f2f; padding:17px 14px; background-color:#001737; text-transform:uppercase;  border-radius:0px; text-align:center;  font-family: 'Roboto', sans-serif; border-color:#001737; line-height:1; font-weight:600;}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, input[type="submit"].btn-group-lg:hover, input[type="submit"].btn-gray:hover { background-color:#2f2f2f; color:#FFF; border-color:#2f2f2f; }
.btn-group-lg, input[type="submit"].btn-group-lg{ font-size:18px; font-weight:600; letter-spacing:2px; min-width:460px; padding:23px 14px; height:auto;}
.btn-gray, input[type="submit"].btn-gray{ background-color:#3e3e3e; color:#FFF; border-color:#3e3e3e; height:auto;}
.btn-gray:hover{
	color:#FFF;
}
img {max-width:100%; border:0; -ms-interpolation-mode:bicubic; vertical-align:middle; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
h2{ font-family: 'Roboto', serif; color:#3e3e3e; font-weight:800; }
h2.custom-h2{ font-size:110px;  padding-bottom:20px; line-height:0.7; position:relative; margin-bottom:30px; }
h2.custom-h2 span{ display:block;}
.custom-h2:after{ width:500px; height:5px; background-color:#29abe1; content:""; position:absolute; bottom:0px; left:0px;}
h3.custom-h3{ font-size:39px; color:#000; padding-bottom:15px; text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:600; letter-spacing:3px; }
h4{ text-transform:uppercase; font-size:16px; color:#000; padding-bottom:15px;}	
h5{ font-family: 'Roboto', sans-serif; font-weight:600; font-size:20px; color:#3e3e3e;  }
.container { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; margin:0px auto; max-width:970px; width:100%; }
#logo{ float:left; padding:0px; line-height:0px; font-size:20px; margin:0; }
#logo:after{ display:none;}
article{ overflow:hidden;}
.container{
	max-width: 1280px;
}
.orange-text {
	color:#ff7800;
}
.btn-primary{
	border-radius: 7px;
	color:#fff;
}
.btn-primary:focus, .btn-primary:hover {
	background: #001737;
	border-color: #001737;
}
/* ==========================================================================
   Header
========================================================================== */
header .container{
	background-color:#FFF;
}
.top-header{
	position:relative;
	
	}
.top-header:after{
	width:100%;
	height:9px;
	content:"";
	left:0px;
	z-index:1;
	bottom:-7px;
	position:absolute;
	}	
#logo{
	padding:30px 0px 35px 0px;
	margin-left: 40px;
}
.navbar-header{ display:none;}	
.top-header .navbar-default{
	border:none;
	margin:0px;
	background-color:transparent;
	}
.top-header ul.navbar-nav{
	font-size:14px;
	margin:25px 0px 15px 0px;
	text-transform:uppercase;
	font-weight: 500;
	color:#232323;
	}	
.top-header ul.navbar-nav > li.sep{
	height:40px;
	margin:0 30px 0 30px;
	border-right: 1px solid #29abe1;
	}
.top-header ul.navbar-nav > li.text{
	margin:0 5px 0 0;
	}

.top-header ul.navbar-nav > li > a{
	color:#29abe1;
	padding:12px 0;
	margin: 0 15px;
	border-bottom:solid 3px transparent;	
	}
.top-header ul.navbar-nav > li > a:hover, .top-header ul.navbar-nav > li.active > a, .top-header ul.navbar-nav > li > a:focus .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	border-bottom-color:#29abe1;
	color:#29abe1;
	background-color:transparent;
	}	
.top-header ul.navbar-nav > li > .btn{
	color:#FFF;
	font-weight:500;
	border:0;
	border-radius: 7px;
	padding:10px 15px;
	margin:0 0 0 15px;
	}	
.top-header ul.navbar-nav > li > .btn-primary:hover, .top-header ul.navbar-nav > li > .btn-primary:focus{
	border-color:#29abe1;
	background-color:#29abe1;
	color:#FFF;
	opacity: 0.8;
	}
.top-header ul.navbar-nav > li > .btn-orange:hover, .top-header ul.navbar-nav > li > .btn-orange:focus{
	border-color:#001737;
	background-color:#001737;
	color:#FFF;
	opacity: 0.8;
	}
.top-header ul.navbar-nav > li > .btn-primary{
	background-color:#29abe1;
	}	
.top-header ul.navbar-nav > li > .btn-orange{
	background-color:#001737;
	}
/* ==========================================================================
Footer
========================================================================== */
footer .container{
	background-color:#012e6f;
}
footer .footer-menu{
	color:#fff;
	padding:40px;
}

footer .footer-menu h3{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color:#eee;
}

footer .footer-menu ul{
	list-style: none;
	margin-bottom:40px;
}
footer .footer-menu ul a{
	color:#fff;
}
footer .footer-menu ul a:focus, footer .footer-menu ul a:hover{
	text-decoration: underline;
}
footer .copyright a {
	color:#fff;
}
footer .copyright span {
	padding:0 10px;
}

footer .copyright a:focus, footer .copyright a:hover{
	text-decoration: underline;
}
/* ==========================================================================
Home
========================================================================== */
.top-home-banner{
	background-color:#eee;
	}
.top-home-banner .container{
	position:relative;
}
.top-home-banner .banner-content{
	top:100px;
	left:60px;
	position: absolute;
	width:100%;
	color:#FFF;
	margin:0px auto;
	max-width: 1200px;
	}	.banner-content.text {
		max-width: 800px;
	}	
.top-home-banner img{
	margin:0 auto;
	display: block;
	}
.top-home-banner .custom-h1{
	color:#FFF;
	margin-bottom:0px;
	font-size:57px;
	font-weight: 300;
	}
.top-home-banner .custom-h1:after{
	display:none;
	}
.top-home-banner h5{
	font-size:17px;
	color:#fff;
	font-weight: 400;
	padding:20px 0;
	}
.top-home-banner .btn{
	font-size:18px;
	font-weight: 700;
	padding:20px 30px;
	color:#fff;
	border-radius: 7px;
}

.integrations{
}
.integrations .container{
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.integrations h2{
	font-size: 22px;
	color:#ff7800;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
.integrations img{
	width:95%;
}

.gmit .container{
	background: #1a96d3;
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
}
.gmit h3{
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight: 700;
	margin: 50px 0 0;
}
.gmit p{
	font-size: 15px;
	padding:0 30px 40px;
	color:#fff;
}

.what-can .container{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.what-can .container .row{
	margin-top: 50px;
	margin-bottom: 80px;
}
.what-can .container h2.orange-text{
	font-size: 22px;
	font-weight: 400;
}
.what-can .container h3{
	margin-top: 30px;
	font-size: 22px;
	font-weight: 400;
}
.what-can img{
	display: block;
	margin: 0 50px;
}
.what-can .left .content{
	padding-left:70px;
	padding-right:70px;
}
.what-can .left img{
	display: block;
	margin: 0;
}

/* ==========================================================================
Article page 
========================================================================== */

.article-banner{
	background-color:#eee;
	}
.article-banner .container{
	position:relative;
}
.article-banner .banner-content{
	top:100px;
	left:60px;
	position: absolute;
	width:100%;
	color:#FFF;
	margin:0px auto;
	}		
.article-banner img{
	margin:0 auto;
	display: block;
	min-height: 200px;
	}
.article-banner .custom-h1{
	color:#FFF;
	margin-bottom:0px;
	font-size:37px;
	font-weight: 300;
	}
.article-banner .custom-h1:after{
	display:none;
	}
.article-banner h5{
	font-size:17px;
	color:#fff;
	font-weight: 400;
	padding:20px 0;
	}
.article-banner .btn{
	font-size:16px;
	font-weight: 700;
	padding:15px 20px;
	color:#fff;
	border-radius: 7px;
}


.article-content .container{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.article-content .container .row{
	margin-top: 50px;
	margin-bottom: 80px;
}
.article-content .container h2.orange-text{
	font-size: 22px;
	font-weight: 400;
}
.article-content .container h3{
	margin-top: 30px;
	font-size: 22px;
	font-weight: 400;
}
.article-content img{
	display: block;
	margin: 0 50px;
}
.article-content .left .content{
	padding-left:70px;
	padding-right:70px;
}
.article-banner .left img{
	display: block;
	margin: 0;
}

/* ==========================================================================
Responsive styles - Non-Mobile First Method
========================================================================== */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.what-can img{
		display: block;
		margin: 0;
	}
	.what-can .left .content{
		padding-left:15px;
		padding-right:15px;
	}


	.article-content img{
		display: block;
		margin: 0;
	}
	.article-content .left .content{
		padding-left:15px;
		padding-right:15px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#logo{
		margin-left: 0;
	}
	.top-header ul.navbar-nav > li.sep{
		margin:0 5px 0 10px;
	}
	
	.top-header ul.navbar-nav > li > a{ margin: 0 8px;}

	.top-header ul.navbar-nav > li.text{
		display:none;
	}
	footer .footer-menu{
		color:#fff;
		padding:30px 0;
	}
	.top-home-banner .custom-h1{
		font-size:37px;
	}
	.top-home-banner .banner-content, .article-banner .banner-content{
		top:40px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top-header ul.navbar-nav > li.text{
		display:block;
	}
	.top-home-banner .banner-content, .article-banner .banner-content {
		top:30px;
		left:30px;
	}
	.top-home-banner .custom-h1, .article-banner .custom-h1{
		font-size:27px;
	}
	.top-home-banner .btn, 	.article-banner .btn{
		padding:10px 30px;
	}
    
    html, body{ height:100%;}
	.navbar-header{ display:block; float:right;}
    .navbar-collapse{ display:none; position:fixed; right:-256px; background-color:#29abe1; width:256px; top:-1px; bottom:0px;}
    .slideout-open .navbar-collapse{ display:block;}
	.navbar-header .btn-toggle, .navbar-header .btn-toggle:focus{ margin:20px 0; padding:0px; width:50px; background-color:#fff; border:0; height:50px;}		
    .navbar-header .btn-toggle .glyphicon{ font-size:20px; color:#4c4d4f;}
    .navbar-header .btn-toggle:hover .glyphicon{ font-size:20px; color:#29abe1;}
	.top-header ul.navbar-nav > li > a{
		color:#fff;
	}

    .top-header ul.navbar-nav > li > a{ border:none; padding:13px 15px 12px; border-bottom:solid 1px #fff;}
    .top-header ul.navbar-nav > li + li{  margin:0px;}
    .top-header ul.navbar-nav > li > .btn{ margin:15px auto 0px auto; display:table;color:#FFF;}
    .top-header ul.navbar-nav > li:hover a, .top-header ul.navbar-nav > li > a:hover, .top-header ul.navbar-nav > li.active > a, .top-header ul.navbar-nav > li > a:focus .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{  color:#eee; border-color:#fff;}
    
	.top-header ul.navbar-nav > li > .btn-primary{
		background-color:#fff;
		color: #29abe1;
		width:100%;
	}	
	.top-header ul.navbar-nav > li > .btn-orange{
		background-color:#ff7800;
		color: #fff;
		width:100%;
	}
	.top-header ul.navbar-nav > li > .btn-primary:hover, .top-header ul.navbar-nav > li > .btn-primary:focus{
		border-color:#fff;
		background-color:#fff;
		color:#29abe1;
		opacity: 0.8;
	}
	.top-header ul.navbar-nav > li.text{
		text-align: center;
	}
	footer .copyright {
		text-align: center;
		border-top:1px solid #fff;
		padding-top:10px;
	}
	footer .copyright a {
		display: block;
	}
	footer .copyright span {
		display: none;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {
	.top-home-banner .banner-content, .article-banner .banner-content{
		background-color: rgba(0, 0, 0, 0.4);
		padding: 15px 10px 2px;	
	}
}
@media only screen and (max-width : 480px) {
	#logo{
		max-width: 80%;
	}
	.top-home-banner .banner-content, 	.article-banner .banner-content{
		top:10px;
		left:0px;
		
	}
	.top-home-banner .custom-h1, .article-banner .custom-h1{
		font-size:20px;
	}
	.top-home-banner h5, .article-banner h5{
		padding:0 0 10px;
		font-size:15px;
	}
	.top-home-banner .btn, 	.article-banner .btn{
		padding:10px 30px;
		font-size:14px;
	}
	.top-home-banner .banner-content, .article-banner .banner-content{
		max-width:94%;
		margin:0px 3%;	
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}
