html,
button,
input,
select,
textarea {
    color: #ededed;
}

input, textarea, select {
    background-color: #505353;
    margin-top: 3px;
    margin-bottom: 3px;
    border: none;
    border-radius: 3px;
    padding: 5px 6px 6px 6px;
    height: 16px;
    width: 260px;
    color: rgb(202, 202, 202);

}

textarea {
    height: 60px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #505353 url('/gfx/buttons/dropdownupdown.svg') no-repeat;
    background-position: right;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    height: 27px;
    width: 272px;
}

#footageupgrade {
    width:66px;
    height:19px;
    font-size:10px;
    padding:0px 0px 0px 6px;
    background-size: 13px 12px;
}

select::-ms-expand {
    display: none;
}

input[type="file"] {
    background: none;
    padding: 5px 6px 6px 0px;
}

input[type="submit"] {
    width: auto;
    height: 27px;
    margin-top: 3px;
    -webkit-font-smoothing: antialiased;
}

#cc_form input[type="text"], #cc_form select {
    background-color: #787878;   
}



.button {
    display: inline-block;
    background: #48AEBD;
    margin-top: 4px;
    margin-bottom: 3px;
    margin-right: 6px;
    padding: 1px 10px 0px 10px;
    height: 26px;
    text-align: center;
    border: none;
    cursor: pointer; 
    border-radius: 3px;
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;

}

.button.disabled {
    background: gray !important;
    cursor: auto !important;
    text-decoration: line-through !important;

}

.button.cart {
    padding-left: 30px;
    background: #48AEBD url('/gfx/buttons/cart.svg') no-repeat;
    background-position: left;
}

.button.button_arena {
    background: #57AD8F url('/gfx/buttons/cart.svg') no-repeat;
    background-position: left;
}

.button.button_arena:hover {
    background-color: #66CCA8;
}

.button:hover {
    background-color: #5AD9EC;
}


body {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
    font-size: 0.9em;
    line-height: 1.7;
    background-color: #273234;
    -webkit-font-smoothing: antialiased;
}

/* hack to conpensate firefox different line height*/
@-moz-document url-prefix() {
  body {
     line-height: 1.54;
  }
}
/* hack to conpensate firefox different line height*/


q {
    font-style: italic;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



p {
    margin: 0;
    padding: 0;
    padding-bottom: 1.6em;	
}



h1,h2,h3,h4 {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
    margin: 0;
    padding: 0;
}

h1 {
	font-weight: 700;
    line-height: 1.3;
    margin-bottom: .2em;
}

	
header {
	background-image: url(/gfx/headers/Comix_Ushuaia_3.jpg); /* can be overridden by for instance .blog */
	background-color: black;
	background-repeat: no-repeat;
	background-position: center 50%; /* 874/2 */
	background-size: cover;
	height: 280px;

	
}

section {
	padding-top: 3em;		
	padding-bottom: 3em;
	
}

nav a {
	text-decoration: none;
	color: white !important;
	
}


#logo {
	height: 168px;
	text-align: center;
	background-color: rgba(0,0,0,0.80);
    
}

#logo img {
	width:160px;
	margin-top:120px;
}

#navigation {
	position: absolute;
	background-color: rgba(0,0,0,0.80);
	width: 100%;
	height: 40px;
	top: 240px;
	z-index: 99999;
}



#navigation nav {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	height:40px;
	overflow: hidden;
}
	

#navigation a {
	display: inline;
	float: left;
	text-align: center;
	padding-top: 8px;
	margin-left: 33px;
	margin-right: 33px;
	height: 32px;
	text-decoration: none;

}


#sub_navigation {
	position: absolute;
	background-color: rgba(0,0,0,0.90);
	width: 100%;
	height: 40px;
	top: 280px;
	z-index: 99998;
}



#sub_navigation nav {
	height:40px;
}

#sub_navigation a {
	display: inline;
	float: left;
	text-align: center;
	padding-top: 8px;
    margin-left: 33px;
    margin-right: 13px;
	height: 32px;
}

.blacktogray {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(25,25,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(25,25,25,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(25,25,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#141414',GradientType=0 );
}

.greentodarkgreen {
    background: rgb(59, 60, 58);
    background: -moz-linear-gradient(top,  rgba(59, 60, 58,1) 0%, rgba(35, 37, 32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59, 60, 58,1)), color-stop(100%,rgba(35, 37, 32,1)));
    background: -webkit-linear-gradient(top,  rgba(59, 60, 58,1) 0%,rgba(35, 37, 32,1) 100%);
    background: -o-linear-gradient(top,  rgba(59, 60, 58,1) 0%,rgba(35, 37, 32,1) 100%);
    background: -ms-linear-gradient(top,  rgba(59, 60, 58,1) 0%,rgba(35, 37, 32,1) 100%);
    background: linear-gradient(to bottom,  rgba(59, 60, 58,1) 0%,rgba(35, 37, 32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#141414',GradientType=0 );
}

#footer_big {
	background-color: #273234;
	color: #707070;
	border-top-width: 4px;
	border-top-style: solid;
	font-size: 11px;
	line-height: 18px;
	padding-top: 17px;
	padding-bottom: 160px;
}

#footer_big a {
	color: #5d5d5d;
	text-decoration: none;	 
}

#footer_big a:hover {
	color: #767676;
	text-decoration: underline;
}

#footer_big strong {
	color: #767676;
}

#footer_big a.highlight {
    color: #767676;
    font-weight: bold;
}


#footer_big ul {
	float:left;
	margin-right:44px;
}


.comment { 
    font-size: smaller;
    color: #999999;
    clear: both;
}

.form_err {
    color:#FF0000;
    display:block;
    margin-top: 2px;
}


a {
    color: #ff015d;
}

#navigation nav {
    border-bottom-color: #ff015d;
}


.gray {
    color: #999999;
}


/* download */


.download header {
    background-image: url(/gfx/headers/Deframe_Jess_4.jpg);
}

.download a {
    color: #8AAEC8;
}

.download #navigation nav {
    border-bottom-color: #8AAEC8;
}

.download #sub_navigation nav a:hover, .download a.active, .download a.download, nav a.download:hover
{
    color: #8AAEC8 !important;
}       


.download .button {
    background: #8AAEC8;
}

.download .button:hover {
    background: #ff2473;
    text-decoration: underline !important;
}



/* shop */

#cart_footer {
    color: #ABABAB;
}

#cart_progress {
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #313E41;
    border-radius: 3px;
    height: 32px;
    color: white;

}

#cart_progress ul {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

#cart_progress li {
    display:inline;
    margin: 12px 12px 18px 12px;
 
}

#cart_progress li.active {
    color: #ff015d;
}

#cart_progress li a {
    color: white !important;
    
}

#cart_progress a:hover {
    color: #ff015d !important;
    text-decoration: underline;
}

a.payment_option {
    text-align: center;
    text-decoration: none;
    padding: 20px 0px 20px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;     
}

a.payment_option:hover {
    background-color: #313E41;
}

#cc_form {
    background-color: #313E41;
    padding: 20px 30px 30px 30px;
    margin-left: -30px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
}

.shop #sub_navigation
{
    background-color: #273234;
}   

.shop article
{
    margin-top: 40px;
    
}   

.shop #sub_navigation nav a
{
    margin-right: -2px;
}   

.shop header {
    background-image: url(/gfx/headers/KbK_Jess_14.jpg);
}

.shop a {
    color: #ff015d;
}

.shop #navigation nav {
    border-bottom-color: #ff015d;
}

.shop #sub_navigation nav a:hover, .shop a.active, .shop a.shop, nav a.shop:hover
{
    color: #ff015d !important;
} 


/* forum */

.forum #sub_navigation nav a:hover, .forum a.active, .forum a.forum, nav a.forum:hover
{
    color: #ff015d !important;
} 


/* software */

.software header {
    background-image: url(/gfx/headers/KBK_8.jpg);
}



.software a {
	color: #ff015d;
}

.software #navigation nav {
	border-bottom-color: #ff015d;
}

.software #sub_navigation nav a:hover, .software a.active, .software a.software, nav a.software:hover
{
	color: #ff015d !important;
}		

.software #sub_navigation nav a
{
    margin-right: -2px;
}   

.software .button {
    background: #ff015d;
}

.software .button:hover {
    background: #ff2473;
    text-decoration: underline !important;
}


/* footage */

.footage header {
    background-image: url(/gfx/headers/foo_vjsk_2.jpg);
}

.footage a {
    color: #ff015d;
}

.footage #navigation nav {
    border-bottom-color: #ff015d;
}

.footage #sub_navigation nav a:hover, .footage a.active, .footage a.footage, nav a.footage:hover
{
    color: #ff015d !important;
}       

.footage #sub_navigation nav a
{
    margin-right: -2px;
}   

.footage .button {
    text-align: left;
}

.footage .button:hover {
    

}



/* support */

.support header {
    background-image: url(/gfx/headers/KBK_4.jpg);
}

.support a {
    color: #ff015d;
}

.support #navigation nav {
    border-bottom-color: #ff015d;
}

.support #sub_navigation nav a:hover, .support a.active, .support a.support, nav a.support:hover
{
    color: #ff015d !important;
}       




/* blog */

.blog header {
	/* background-image: url(/gfx/headers/kbk1.jpg); */
}


.blog #navigation nav {
	border-bottom-color: #FF0;
}

.blog #sub_navigation nav a:hover, .blog a.active, .blog a.blog, nav a.blog:hover
{
	color: #FF0 !important;
}

.blog .grid_3 {
    font-size: 11px;
    color: #959595;
}

.blog h1 {
    color: #FF0;
}

.blog a {
    color: yellow;
    text-decoration: none;
}

.blog a:hover {
    text-decoration: underline;
    color: yellow;
}

.blog h2 {
    color: #E6E6E6;
}

.blog #footer_big {
    border-top-color:#FF0 !important;
}


/* company */

.company header {
    background-image: url(/gfx/headers/KBK_7.jpg);
}

.company a {
    color: #bdd8f0;
}

.company #navigation nav {
    border-bottom-color: #bdd8f0;
}

.company #sub_navigation nav a:hover, .company a.active, .company a.company, nav a.company:hover
{
    color: #bdd8f0 !important;
}       

.company #footer_big {
    border-top-color:#bdd8f0 !important;
}

.company article
{
    margin-top: 40px;
}   

/* home */

.home header {
    background-image: url(/gfx/headers/KBK_8.jpg);
}

.home a {
    color: #B090CC;
}

.home #navigation nav {
    border-bottom-color: #B090CC;
}

.home #footer_big {
    border-top-color:#B090CC !important;
}




::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.required {
    color: #FF0000;
    font-size: smaller;
    display: inline;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.debugbg {
    background-color: red;

}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}