* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

html {
	position: relative;
	min-height: 100%;
}
body>.navbar {
    -webkit-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in;
}

hr{
	padding-top:-5px;
}

body {
	background: url(../img/overlay.png) repeat;
	margin-bottom: 113px;
}

body:after{
	content: "";
	display:block;
	height:142px;
}
footer{
	position: absolute;
	width: 100%;
	bottom: 0;
}

a {
	color: #4F4F4F;
	font-family: "PT Sans","sans-serif";
	font-weight: bold;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
}
a:hover{
	color: #dd0524;
}

/* ------ Elements ----- */
h1,h2,h3,h4,h5,h6,.title-red{
	color: #dd0524;
}
.title-white{
	color: #CDCDCD;
}
.btn-green {
    background-color: #53D631;
    border-bottom:2px solid #2c7d18;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #2c7d18;
    color:#ffffff;
}

.btn-blue {
    background-color: #0080FF;
    border-bottom:2px solid #004077;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}
.btn-blue:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #004077;
    color:#ffffff;
}
.btn-red {
    background-color: #dd0524;
    border-bottom:2px solid #A90000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
    background-color: #A90000;
    color:#ffffff;
}
.breadcrumb{
	background-color: inherit;
}
.main-color{
	color: #333;
}
.subtitle{
	font-size: 19px;
}
.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}
.nav-tabs {
    margin-bottom: 0;
}
.tab-pane ul li, .bullets-triangle{
	list-style-image: url(/assets/img/elements/gray-bullet.png);
}
@media (max-width: 480px) {
    .nav-tabs > li {
        float:none;
    }
    .nav-tabs > li > a {
        border: 1px solid #ddd;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
		background-color: #eee;
    }
}
.product-logos li{
	margin-right: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print {
  	a[href]:after {
    	content: none !important;
  	}
  	img {
	    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
	    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-inside: avoid; /* or 'auto' */
	}
	.videoWrapper {
	    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
	    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-inside: avoid; /* or 'auto' */
	}
    
    .pagebreak { page-break-after: always; }
    
    *{
    	-ms-zoom: 1;
        -moz-transform: scale(1);
        -moz-transform-origin: 0 0;
        -o-transform: scale(1);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(1);
        -webkit-transform-origin: 0 0;
    	zoom: 1; /* Other non-webkit browsers */
    	zoom: 100%; /* Webkit browsers */
    }
}

/* ------ carousel for news/events ----- */

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 15px;
}
.carousel-control.right {
	right: -12px;
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
	background: #428bca;
}


/* ------ Footer ----- */

footer {
    padding-top: 30px;
    background-color: #202020;
	border-top: 1px solid #e7e7e7;
}
footer a{
    color: #CDCDCD !important;
}
footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}
.socialMediaNav i:hover{
	color:#FFFFFF;
}

/* ------ "Go to top" button ----- */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(120, 120, 120, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333333;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ------ End of "Go to top" button ----- */

/* ------ Helper classes ----- */

.width-100{ width: 100%; }
.width-90{ width: 90%; }
.width-80{ width: 80%; }
.width-70{ width: 70%; }
.width-60{ width: 60%; }
.width-50{ width: 50%; }

.no-padding {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.margin-5 {
	margin: 5px !important;
}

.fa-color-red{
	color: #A90000;
}

.style-1 {
	color: #dd0524;
}
.style-1:hover,
.style-1:focus {
    color: #B0051D;
}

.style-2 {
    color: #dd0524;
    text-decoration: none;
}
.style-2:hover,
.style-2:focus {
    color: #B0051D;
    text-decoration: none;
}

.style-3 {
	color: #dd0524;
    text-decoration: none;
    font-weight: normal;
}
.style-3:hover,
.style-3:focus {
    color: #B0051D;
    text-decoration: none;
}

.style-4 {
	color: #dd0524;
    text-decoration: none;
    font-weight: normal;
}

.style-5 {
    text-decoration: none;
}
.style-5:link{
    text-decoration: none;
}

.style-5:hover{
    color: #dd0524;
    text-decoration: none;
}

.style-5:visited{
    text-decoration: none;
}

.style-5:active{
    text-decoration: none;
}


/* For dev only headers elements */
.style-j {
	color: #8080FF;
    text-decoration: none;
}
.style-j:link{
	color: #8080FF;
    text-decoration: none;
}

.style-j:hover{
    color: #404077;
    text-decoration: none;
}

.style-j:visited{
	color: #8080FF;
    text-decoration: none;
}

.style-j:active{
	color: #8080FF;
    text-decoration: none;
}
/* ------ End of Helper classes ----- */


/* ------ Start of mobile print fix ----- */
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

/* ------ End of mobile print fix ----- */

/* ------ dev only elements style ----- */
.dev-only {
	color: #0C5CE8 !important;
}



/** MENU */

#menu {
	background: #202020;
	border: none;
	z-index: 10;
}
#menu ul {
	list-style: none;
}
#menu li{
	text-align: center;
	display: block;
}

#menu a {
	display: block;
	padding: 0px 16px 0px 16px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	color: #CDCDCD;
	border: none;
	line-height: 80px;
}
#menu .dropdown-menu a{
	text-align: left;
}

#menu .navbar-brand{
	padding-top: 20px;
	height: 80px;
}
#menu .container{
	padding: 0px;
}
#menu img {
	height: 40px;
}
.navbar{
	margin-bottom: 0px;
}

.smallmenu {
	height: 40px !important;
}
.smallmenu a{
	line-height: 45px !important;
}
.smallmenu .navbar-brand{
	padding-top: 7px !important;
	height: 45px !important;
}
.smallmenu img{
	height: 35px !important;
}

#menu .dropdown-menu  a{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px !important;
	text-transform: none;
	color: #333333;
	padding: 0px 10px 0px 10px;
}

#menu .dropdown-menu h4 a{
	font-weight: bold;
}

#menu .dropdown-menu .row{
	margin: 5px;
}

#menu a .fa{
	font-size: 18px;
}

#menu .dropdown-menu .dropdown-width-300{ width: 300px; }
#menu .dropdown-menu .dropdown-width-350{ width: 350px; }
#menu .dropdown-menu .dropdown-width-400{ width: 400px; }
#menu .dropdown-menu .dropdown-width-450{ width: 450px; }
#menu .dropdown-menu .dropdown-width-500{ width: 500px; }
#menu .dropdown-menu .dropdown-width-550{ width: 550px; }
#menu .dropdown-menu .dropdown-width-600{ width: 600px; }
#menu .dropdown-menu .dropdown-width-650{ width: 650px; }
#menu .dropdown-menu .dropdown-width-700{ width: 700px; }
#menu .dropdown-menu .dropdown-width-750{ width: 750px; }
#menu .dropdown-menu .dropdown-width-800{ width: 800px; }
#menu .dropdown-menu .dropdown-width-900{ width: 900px; }
#menu .dropdown-menu .dropdown-width-1000{ width: 1000px; }
#menu .dropdown-menu .dropdown-width-1100{ width: 1100px; }
#menu .dropdown-menu .dropdown-width-1200{ width: 1200px; }
#menu .dropdown-menu .dropdown-width-1300{ width: 1300px; }

@media (min-width:1201px) and (max-width:1400px) {
  	#menu a {
		padding: 0px 13px 0px 13px;
	}
}

@media (min-width:1001px) and (max-width:1200px) {
  	#menu a {
		padding: 0px 8px 0px 8px;
	}
}

@media (min-width:100px) and (max-width:1000px) {
  	#menu a {
  		font-size: 10px;
		padding: 0px 3px 0px 3px;
	}

	#menu a .fa{
		font-size: 18px;
		padding: 0px 4px 0px 4px;
	}
	
	#menu #collapse-1{
		padding-right: 5px !important;
	}
}

@media(max-width:767px) {
    #menu {
		height: 40px !important;
	}
	#menu a{
		line-height: 45px !important;
		text-align: left;
	}
	#menu ul{
		width: 100%;
	}
	#menu .navbar-brand{
		padding-top: 7px !important;
		height: 45px !important;
	}
	#menu img{
		height: 35px !important;
	}
	#menu .dropdown-menu a{
		color: #CDCDCD;
	}
	#menu .dropdown-menu{
		background-color: #454545;
	}
	#menu .dropdown-mobile{
		
		width: 100% !important;
		margin: 0 !important;
	}
}

.navbar-collapse{
	background-color: #202020;
}
.navbar .navbar-nav {
    display: inline-block;
    margin: 0px;
}
.navbar-brand, .navbar-header, .navbar-collapse{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#menu a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #CDCDCD;
}

#search-label .active{
	background-color: #333333;
}
#search-box {
    position: absolute;
    left: -200px;
    width: 200px;
    height: 40px;
    z-index: 5;
    overflow: hidden;
}
.small-search{ top: 5px; }
.large-search{ top: 20px; }
#search-box input {
    display: block;
    position: absolute;
    left: 300px;
    width: 200px;
    height: 100%;
    padding: 10px;
}
#search-box.focus { z-index: 20 }
#search-box.focus input {
    left: 0;
    transition: left 0.3s;
}

.mobile-cart{
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}


/* ------ Yahoo store fixes ----- */

#ys_pageBody {
    width: 100% !important;
}

table.ys_basket thead tr.ys_head th {
    background: #000 !important;
    color: #FFFFFF !important;
}

#ys_cart {
    border-left: solid 1px #999 !important;
    border-right: solid 1px #999 !important;
    border-bottom: solid 1px #999 !important;
}

.ys_majorSection h3{
    background: #000 !important;
    color: #FFFFFF !important;
}

#ys_progress span.ys_progressCurrent {
    background-color: #000 !important;
    color: #FFFFFF !important;
}

#ys_pageBody #ys_buyerInfo {
    border: 1px solid #999 !important;
}

/* This Section allows us to set Custom Icons, ci for short, 32x32, Originals located in sprites folder. Generated with http://spritegen.website-performance.org/ */

.ci {
    background-image: url(/assets/img/elements/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.ci-dos {
    width: 32px;
    height: 32px;
    background-position: 0 0;
}

.ci-freebsd {
    width: 32px;
    height: 32px;
    background-position: -32px 0;
}

.ci-novell {
    width: 32px;
    height: 32px;
    background-position: 0 -32px;
}

.ci-solaris {
    width: 32px;
    height: 32px;
    background-position: -32px -32px;
}

.ci-vmware {
    width: 32px;
    height: 32px;
    background-position: -64px 0;
}

