@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Custom;
	src: url("/images/fonts/Poppins-Regular.ttf");
} 
@font-face {
	font-family: CustomB;
	src: url("/images/fonts/Poppins-Medium.ttf");
} 
@font-face {
	font-family: CustomBB;
	src: url("/images/fonts/Poppins-SemiBold.ttf");
} 

.container-o2 {
	/* [disabled]position: relative; */
	margin: 0 auto;
	width: 916px;
	padding-right: 0px; /* Hack for IE */
	font-family: "Custom", arial, verdana;
	padding-top: 0px;
	color: #444;
	line-height: 2.4em;
}

.o2-mainimage {
	height: auto;
	background-color: #000;
	margin-top: 46px;
	}

.o2-featuresbox {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #aaa ;
	-moz-box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	border:solid 1px #FFF;
	background-color: #f3f3f3;
	padding-left:45px; 
	padding-top:40px; 
	padding-bottom:40px; 
	padding-right:45px; 
	margin-top:35px; 
	line-height:2em;
	}	
	
.o2-featuresbox ul {
	margin-bottom: 25px;
	margin-top: 25px;
}

.o2-featuresbox ul li a {
	font-weigth: normal;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}
.o2-featuresbox ul li a:hover {
	text-decoration: underline;
}

.o2-featuresbox .subtext {
	font-size: 11px;

}

.o2-featuresbox .header {
	font-size:13px;
	font-weight:bold;
	border-bottom: dotted 1px #ddd;
}

.o2-bottominfo a:hover {
	text-decoration:underline; }	


.section-header {
	font-size:14px;
	padding-bottom:1px;
	font-weight: bold;
	color: #393939;
	padding-top: 26px;
	margin-bottom: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 16px;
}	




/* Shadow Box */

.shadow-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 6px #aaa;
    -webkit-box-shadow: 0px 0px 6px #aaa;
	box-shadow: 0px 0px 6px #aaa;
    border: solid 1px #FFF;
    background-color: #f3f3f3;
	}
.shadow-box a:hover {
	text-decoration:underline;
}
.shadow-box-white {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #bbb ;
	-moz-box-shadow: 0px 0px 6px #bbb;
	-webkit-box-shadow: 0px 0px 6px #bbb;
	}	
	



/* menu */

.o2-menu {
	font-size: 13px;
	color: #d6d6d6;
	text-align: center;
	background-image: url(images/o2-menu-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 40px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	line-height: 1.8em;
}

@media screen and (max-device-width: 480px){
  .o2-menu {
    -webkit-text-size-adjust: none;
  }
}

.o2-menu a {
	font-size: 13px;
	color: #444;
	font-weight: normal;
	margin-right: 25px;
	margin-left: 25px;
}
.o2-menu a:hover {
	text-decoration: underline;	
}
.o2-menu .blue{	
	color:#1678f2;
}
.o2-menu .orange{
	color:#e30;
}

/* Content Cells */


.o2-topslot {
	padding-bottom: 0px;
	margin-top: 45px;
	width: auto;
}
.o2-topslot h1{
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
}

.o2-lineslot {
	border-bottom: solid 1px #ddd;
	padding-bottom: 55px;
	margin-top: 45px;
	width: auto;
}

.o2-lineslot-last {
	border-bottom: solid 0px #ddd;
	padding-bottom: 55px;
	margin-top: 45px;
	width: auto;
}

.o2-lineslot h1, .o2-lineslot-last h1{
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}

.o2-lineslot h2, .o2-lineslot-last h2 {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1.7em;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
}

.o2-lineslot a.button, .o2-lineslot .button{
    padding-top: 5px;
    padding-right: 19px;
    padding-left: 19px;
    padding-bottom: 5px;
    font-size: 14px;
    background-color: #21A8E0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    border-radius: 6px;
}



.o2-lineslot hw-list {
    /*background-color: #f0F5F9;*/
    background: #f2f4f6;
    background: linear-gradient(to bottom, #FCFCFC 0%,#f2f4f6 100%);
    padding-top: 12px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 12px;
    border: 1px solid #ddd;
    display: block;
    margin-top: 8px;
    border-radius: 10px;
    margin: 0 auto;
    width: 94%;
	line-height: 1.9em;
}

.o2-lineslot hw-list h1 {
    border-bottom: 1px dotted #e0e2e4;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.2em;
    text-align: center;
    margin-bottom: 1.5em;
}

.o2-lineslot hw-list .columns {
    column-count: 4;
    font-size: 12px;
    width: auto;
}



.header-new {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 19px;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    /*text-transform: uppercase;*/
	/*background-color: #f4f4f4;*/
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 66%);
    border: 1px solid #e5e5e5;
    padding: 5px;
}




/* Quick Lins */

.o2-quicklinks {
	text-align: center;
	border: 1px solid #ddd;
	padding: 16px;
	background-color: #eee;
	margin-bottom: 52px;
	margin-top: 52px;
}

.o2-quicklinks a, .o2-quicklinks a:visited {	
	padding: 6px;
	margin: 3px;
	color: #1678f2;
	font-weight: normal;
}

.o2-quicklinks a:hover {	
	text-decoration: underline;
}

.bluelinks a, .bluelinks a:visited {
	color: #1678f2;
	font-weight: normal;
}
.bluelinks a:hover {
	text-decoration: underline;
}

.o2-pricebox {
    text-align: center;
    border: 0px solid #ddd;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 14px;
    line-height: 2.2em;
}
.o2-pricebox a{
	color: #1678f2;
	font-weight: normal;
}
.o2-pricebox a:hover {
	text-decoration: underline;
}

/* SYS REQ + SS Gallery */

.sysreqbox {
	background-color: #eeeeee;
	line-height: 1.8em;
	font-size: 12px;
	margin: 25px;
	border: solid 1px #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #aaa;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 65px;
}

.ssgallery {
	text-align: left;
	display: block;
	width: 780px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
}

.ssgallery img{
	display: table-cell;
	float: left;
	padding: 2px;
	clear: none;
}

.ssgallery2 {
	text-align: left;
	display: block;
	width: 650px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
}

.ssgallery2 img{
	display: table-cell;
	float: left;
	padding: 2px;
	clear: none;
    width: 125px;
    height: 125px;
    border: 0;
}



.gear-cell {
	font-size: 12px;
	background-color: #FFF;
	line-height: 1.6;
	margin-left: 10px;
}
.lib-cell {
	font-size: 11px;
	background-color: #FFF;
	line-height: 1.6;
	margin-left: 10px;
}

/* Links */

.fxlink a, fxlink a:visited {
   font-weight: normal;
   color: #444;
}

.fxlink a:hover {
	text-decoration: underline;
}
.fxlink {
	column-count: 2;	
	
}


.om-faq-shadow-box {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #aaa;
	-moz-box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	border:solid 1px #FFF;
	background-color: #f3f3f3;
	padding:36px ; 
	margin-top:48px ; 
	margin-bottom:48px ; 
	line-height:2.1em ; 
	font-size:13px;
}
.om-faq-shadow-box p {
	margin-top:2em;
	margin-bottom:2em;
}
.om-faq-shadow-box a:hover {
	text-decoration:underline;
}

.faqheader {
	font-size: 15px;
	font-weight: bold;
	border-bottom: dotted 1px #bbb;
	padding-top: 30px;
	line-height: 1.4em;
	padding-bottom: 2px;
	margin-bottom: 32px;
}
.faqheader-first {
	font-size: 15px;
	font-weight: bold;
	border-top: dotted 0px #ccc;
	padding-top: 20px;
	line-height: 1.4em;
}
