@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
}
.clear {
clear: both;
overflow: hidden;
}
a {
	transition:all .2s;
}
body {
	background:#333 url(http://www.cosmoswireless.com/images/bgr.gif) repeat;
	color:#666;
	font-family: 'Lato', sans-serif;
}
table td {
	padding:15px;
}
article {
	padding:10px;
	overflow:auto;
}
h1,h2,h3,h4,h5,h6 {
	color:#333;
}
::selection {
	color:white;
	background-color:#F60;
}
::-moz-selection {
	color:white;
	background-color:#F60;
}
p {
	padding:20px;
}
img.img-logo {
	margin-top:10px;
}
a {
	cursor:pointer;
}
a.link:hover {
	text-decoration:none;
	background:#F60;
	color:#fff;
}
ul {
	list-style:none;
}
ul.aside-links {
	margin:0;
	padding:0;
}
.panel-primary {
border-color: #f0ad4e;
}
div.caption p {
	padding: 10px;
}
nav.header-nav {
	background: #f0ad4e;
	background: -moz-linear-gradient(top, #f0ad4e 0%, #dd7d00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0ad4e), color-stop(100%,#dd7d00));
	background: -webkit-linear-gradient(top, #f0ad4e 0%,#dd7d00 100%);
	background: -o-linear-gradient(top, #f0ad4e 0%,#dd7d00 100%);
	background: -ms-linear-gradient(top, #f0ad4e 0%,#dd7d00 100%);
	background: linear-gradient(to bottom, #f0ad4e 0%,#dd7d00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ad4e', endColorstr='#dd7d00',GradientType=0 );
	border-radius: 5px;
	margin-bottom: 15px;
}
nav.header-nav a {
	color:white;
}
#home li.home, #services li.services, #clients li.clients, #solutions li.solutions, #network li.network, #contact li.contact, #payments li.payments, #terms li.terms{
	background: #6d6d6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d6d6d 0%, #383838 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#383838)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6d6d6d 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6d6d6d 0%,#383838 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6d6d6d 0%,#383838 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6d6d6d 0%,#383838 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
}
nav.header-nav li a:hover {
background: #8e8e8e; /* Old browsers */
background: -moz-linear-gradient(top,  #8e8e8e 0%, #383838 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8e8e), color-stop(100%,#383838)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8e8e8e 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8e8e8e 0%,#383838 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8e8e8e 0%,#383838 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8e8e8e 0%,#383838 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
}

header.row {
	margin-bottom: 15px;
}
.row.main-content {
	background: #EFEFEF;
	padding-top: 15px;
	padding-bottom: 30px;
}
article.row {
	margin-left:15px;
	margin-bottom:15px;
}
.panel-primary > .panel-heading {
	margin-top:0px;
}
.panel-footer {
	margin-bottom:0px;
}
.navbar-inverse .navbar-toggle {
	color:white;
	border-color:white;
	font-weight:bold;
}
.navbar-inverse .navbar-toggle:hover {
	background-color:#ddd;
	color:#333;
}
.navbar-inverse .navbar-toggle:hover .glyphicon {
	color:#333;
}
.nav.nav-tabs a {
	outline:none;
}
.carousel-inner h3 {
	color:#ed9c28;
	font-size:2em;
}
.carousel-inner p {
	font-size: 1.3em;
}
#carousel-example-generic {
	padding: 0;
	margin-bottom: 20px;
}
.progress.progress-striped.active {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}
.btn.btn-warning {
	display:block;
	margin:10px;
}
.tab-content {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 15px;
}
.panel-title > a {
	outline:none;
}

.nav-pills>li>a, .nav-pills>li>a:hover, .nav-pills>li>a:focus {
	color:#8C8C8C;
}
.nav-pills>li>a:hover {
	color:#333;
	background:#CCC;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #f0ad4e;
}
img.blogpost {
	margin-top: 20px;
	width: 13em;
}
.main-content article p {
	padding:0;
}
.articleHeight {
	height:190px;
}
.panel-footer address p {
	padding:0;
}
aside form#contactUs {
	padding:15px;
}
aside form#contactUs input, aside form#contactUs textarea {
	margin-bottom:10px;
}
aside {
	text-align:
	center;
}
a.example-image-link {
	display:inline-block;
	padding: 4px;
	border-radius:4px;
}
a.example-image-link:hover {
	background-color: #4ae;
	-webkit-transition: background-color 0;
	-moz-transition: background-color 0;
	-o-transition: background-color 0;
	transition: background-color 0;
}

@media (min-width: 768px) {
	div.col-md-6.col-xs-12 {
		padding-left: 35px;
		padding-right: 35px;
	}
	.col-sm-7.col-xs-9 {
		margin-bottom: 20px !important;
	}
}
