
/* Robustware Main CSS
----------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
	overflow-x:hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #0099da;
}

p, li{
	text-align: justify;
	font-size: 16px;
	font-weight: 300;
}
.text-colored {
	color: #0099da;
}
a {
	color: #0099da;
	text-decoration: none !important;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color:transparent;
	background-image:url(../images/bg-white.png);
	background-repeat:repeat;
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
border-bottom:1px solid #efefef;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.translucent-bg h2.bluetxt {color:#0099da;}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/serv.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/team.jpg") 50% 0px no-repeat;
}

/* Global Classes
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

.space {
	padding: 20px 0;
}

.line{
	border-top: 4px solid #0099da;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.line hr {
	border-top: 4px solid rgba(0, 153, 218, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
}

.scroll-arrow-w{	
    color: #fff;
}
.scroll-arrow-b{	
    color: #000;
}

.scroll-arrow-w, .scroll-arrow-b{
    padding: 10px 15px;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.5s;
    margin-top: 51px;
}

.scroll-arrow-w:hover, .scroll-arrow-b:hover{
	background: #0099da;
	color: #ffffff;
	border: 2px solid #0099da;
}

.home-arrow{	
    margin-top: 151px;
}

/*Landing & About Components
----------------------------------------------------------------------------- */

.lead {
	font-size: 17px;
}

.about-img {
	position: relative;
	margin-top: 75px;
}

.asso {
	width: 25%;
}

/*Service Section Components
----------------------------------------------------------------------------- */

.serv-text, .serv-extra, .asso-text{
	color: #000;
	padding-bottom: 30px;
}

.serv-extra-li {
	list-style: circle;
	font-size: 14px;
	margin-left: 33px;
}

.collapsible-header {
	font-size: 14px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tabs .tab a {
    color: #0099da;
}

.serv-tabs.tabs a { 
    	font-weight: 600;
}

.services-tab{
	background: #f5f5f5;
}

.collapsible-header i {
	-moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s
}

.collapsible-header.active i {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

.services-img {background: url("../images/services.png") no-repeat top left; }
.serv-sp{ background-position: 0px 0px; width: 240px; height: 60px; }
.serv-wa{ background-position: -240px 0px; width: 240px; height: 60px; } 
.serv-o365{ background-position: -480px 0px; width: 240px; height: 60px; } 
.serv-alm{ background-position: -720px 0px; width: 240px; height: 60px; } 
.serv-ci{ background-position: -960px 0px;  width: 240px; height: 60px; } 
.serv-telecom{ background-position: -1200px 0px;  width: 240px; height: 60px; } 


.techtxt {width:1000px; margin:0px auto;}
.techtxt div{ float:left;}
.techtxt-left {width:30%;  margin:0px 10px;}
.techtxt-middle {width:30%;  margin:0px 10px;}
.techtxt-right {width:30%;  margin:0px 10px;}
.techtxt h4{color:#0099da;}
.techtxt strong{color:#666;}
/*Team Section Components
----------------------------------------------------------------------------- */

.social {
    padding: 0;
    text-align: center;
    margin: 12px 0;
}

.social li {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 4px;
    font-size: 20px;
}

.social li.linkedin i {
    background: #007bb6;
    padding: 7px;
    color: #fff;
}




/*Career Section COmponents
----------------------------------------------------------------------------- */

ul.career-content li{
	font-size: 14px;
	padding-bottom: 14px;
	line-height: 16px;
}

ul.career-content span{
	color: #0099da;
}

.career-mailto {
	color:#0099da !important;
}

.career-mailto:hover {
	color:#FFF3E0 !important;
}

/*Footer Section Components
----------------------------------------------------------------------------- */

.maps1 {
	border: none;
	padding: 10px;
}

.sub-footer {
	background: #000;
}

.sub-footer p{
	color: #fff;
	opacity: 0.54;
	font-size: 12px;
	margin-top: 10px;
}

.footer-header {
	font-size: 20px;
	font-weight: 300;
	color:#0099da;
}

.unorderlist a {
	color: #fff;
}

.unorderlist a:hover {
	color: #0099da;
}

.sub-footer-content {
	margin-top: 50px;
	margin-bottom: 50px;
}
ul.listtxt {margin-left:20px;}
ul.listtxt li{ list-style-type:circle; }

/* Owl Slider [ Clients, Associations, Team]
----------------------------------------------------------------------------*/
#sl-team{ margin: 0 auto}
#sl-team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#sl-team .item .thumbnail:hover > img.img-circle.team-img{
	border: 4px solid #FCAC45 !important;
}
#sl-team .thumbnail {
	background: transparent;
	border: 0;
}

#sl-team .thumbnail .caption {
	padding: 9px;
	color: #000;
}

#sl-team .thumbnail .caption p {
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFF3E0;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #FCAC45;
}

#sl-clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}


/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
	margin-bottom: 0;
}

.row {
	margin-bottom: 0px !important;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #0099da;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #000;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #000;
}

/* Fixed Header
----------------------------------------------------------------------------- */

.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	margin-top: 0;
	margin-bottom: 0;
}

.fixed-header-on .site-slogan {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	margin-top: -15px;
}


/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	width: 100%;
	margin: 10px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-name-and-slogan {
	text-align: center;
	margin-top: -20px;
}

.site-slogan {
	font-size: 9px;
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*  Media Queries */
/*================*/

@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}

	.about-img {
		margin-top: 0px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}


}

@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.asso-logo {
		width: 50%;
    	margin-top: -50px;
	}
}

@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}

	.banner-caption h1 {
    font-size: 40px;
	}

	.menu{
		margin: -45px -15px 0px 0px !important;
	}

	.navbar {
		min-height: 0px !important;
	}

	.serv-tabs.tabs a { 
		font-size: 9px;
    	font-weight: 600;
    }

	.maps1 {
		width: 100%;
	}
	.techtxt {width:100%; margin:0px auto;}
.techtxt div{ float:none;}
.techtxt-left {width:100%; }
.techtxt-middle {width:100%; }
.techtxt-right {width:100%;}
.techtxt strong{color:#666;}
}

@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}

	.landing {
		margin-top: -80px;
	}

	.home-arrow {
		margin-top: 25px;
	}

	.header {
	background-color: rgba(0, 0, 0, 0.8);
	}

	.serv-tabs.tabs a { 
		font-size: 7px;
    	font-weight: 600;
    }

    .asso {
    	width: 80%;
    }
.techtxt {width:100%; margin:0px auto;}
.techtxt div{ float:none;}
.techtxt-left {width:100%; }
.techtxt-middle {width:100%; }
.techtxt-right {width:100%;}
.techtxt strong{color:#666;}
}