/*-------------- Reseting ---------------- */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym,
img,  s, small, strike, sup, sub,
dl, dt, dd, ol, ul, li, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;
    background: transparent */}

:focus, :active	{ outline: 0 }
a img { border: none; text-decoration: none; }

/* Updated .clearfix, latest @ http://css-tricks.com/snippets/css/clear-fix/ */
.clearfix:after { content: ""; display: block; height: 0;
    clear: both; visibility: hidden }
* html .clearfix             { zoom: 1 } /* IE6 */
*:first-child+html .clearfix { zoom: 1 } /* IE7 */


html, body { height: 100%; margin: 0; padding: 0; }
html {
    font-family: sans-serif, "Lucida Grande", "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 62.5%; /*100.01%*/
}
body {
    font-size: 1.6em;
	line-height: 1.7em;
	background: #1b1813;
	/*letter-spacing: -0.03em;*/
	color: #fff;
	text-shadow: 1px 1px 1px #191919;
	}
/* reset text-shadow for always-light text */
.dropdown-menu>li>a { text-shadow: 0 1px rgba(0,0,0,.1); }

.page, .white { color:#000; text-shadow: none; }
.page a, .white a { color: #046776; }
/*.page a:visited, .white a:visited { color: #046776; }*/
.page a:hover, .white a:hover { color: #069fb6; }

h1 { font-size: 24px; font-weight:normal; line-height: 1.8em; text-shadow:1px 1px 4px #000; padding:0; }
.page h1 { text-shadow: 1px 1px 3px #ccc; }

h2 {
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
	}

h3 { margin: 5px 0 10px; font-size:1.4em; }

a { color: #50bce4; }
/*a:visited { color: #5ec9f0; }*/
a:hover { color: #93feff; }
a.btn, a.btn:hover { color: #fff; } /* reset bootstrap link colors */


.contain { width: 100%; overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hide, .ui-tabs-hide { display: none; }
.inline { display: inline; }
.disabled { color: #bbb; }
.disabled a { color: #bbb; text-decoration:none; cursor: not-allowed; opacity:.7; }
.menu, .menu li { margin: 0; padding: 0; list-style: none; }

.greybtn {
	background: #ddd url('../img/greybtn.gif') 0 0 repeat-x;
	border-color: #bbb #bbb #aaa;
	border-style: solid;
	border-width: 1px;
	color: #046776;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px 5px;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
	width: auto;
	overflow: visible;
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
	}
.greybtn:hover {
	background-color: #d5d5d5;
	background-position: 0 -6px;
	border-color: #888 #888 #777;
	color: #000;
	}
.greybtn:active, .greybtn:focus {
	background-color: #ccc;
	background-position: 0 -24px;
	color: #444;
	border-color: #777 #777 #666;
	outline: none;
	}
.greybtn.disabled, .greybtn[disabled='disabled'], .greybtn-disabled {
	background: #c3c3c3;
	cursor: default;
	color: #444;
	border-color: #bbb #bbb #aaa;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px 5px;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
	width: auto;
	overflow: visible;
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
	}

a.bluebtn, .bluebtn {
	background: #165b76 url('../img/bluebtn.png') 0 -200px repeat-x;
	border-color: #24221D #24221D #181613;
	border-style: solid;
	border-width: 1px;
	color: #ededd8;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px 9px 7px;
	display: inline-block;
	text-shadow: 0px 1px 2px #223941;
	width: auto;
	overflow: visible;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
	}
.bluebtn:hover {
	background-color: #124c62;
	background-position: 0 0;
	border-color: #111 #111 #000;
	color: #fff;
	/*text-decoration: underline;*/
	}
.bluebtn:active, .bluebtn:focus {
	background-color: #104356;
	background-position: 0 99%;
	border-color: #222 #222 #111;
	color: #c0bbb0;
	outline: none;
	}

.greytabs { border-bottom: 1px solid #ccc; padding: 0 6px; }
.greytabs li { display: inline; margin-left: 6px; }
.greytabs li.current a,
.greytabs li.ui-tabs-selected a {
	border: 1px solid #bbb;
	border-bottom: 0 none;
	background-color: #f9f9f9;
	color: #444;
	text-decoration: none;
	}
.greytabs a {
	display: inline-block;
	background-color: #f3f3f3;
	padding: 4px 8px;
	border: 1px solid #f3f3f3;
	border-bottom: 0 none;
	border-radius-topleft: 2px;
	border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
	}
.greytabs a:focus { outline: none; }


.bluetabs { border-bottom: 1px solid #3e382b; padding: 0 6px; }
.bluetabs li { display: inline; margin-left: 6px; }
.bluetabs li.current a,
.bluetabs li.ui-tabs-selected a {
	border: 1px solid #1d1b17;
	border-bottom: 0 none;
	background-color: #554d3e;
	color: #fff;
	text-decoration: none;
	}
.bluetabs a {
	display: inline-block;
	background-color: #363229;
	padding: 4px 8px;
	border: 1px solid #25221c;
	border-bottom: 0 none;
	border-radius-topleft: 2px;
	border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
	}
.bluetabs a:focus { outline: none; }


.biggreytabs {
	border-bottom: 1px solid #ccc;
	}
.biggreytabs li {
	display: inline;
	margin-left: 6px;
	}
.biggreytabs li.current a,
.biggreytabs li.ui-tabs-selected a {
	border: 1px solid #bbb;
	border-bottom: 0 none;
	background: #ddd url('../img/greybtn.gif') 0 0 repeat-x;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	border-color: #bbb #bbb #aaa;
	border-style: solid solid none;
	border-width: 1px;
	}
.biggreytabs a {
	background: #f3f3f3;
	display: inline-block;
	font-weight: bold;
	padding: 4px 12px;
	border: 1px solid #f3f3f3;
	border-bottom: 0 none;

	border-radius-topleft: 2px;
	border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
	}
.biggreytabs a:focus {
	outline: none;
	}

.tipsy { opacity: 0.8; filter: alpha(opacity=80); position: absolute; } /*background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }*/
 .tipsy-arrow { border-style: solid; height: 0; width: 0; position: absolute; }
 .tipsy-n .tipsy-arrow { border-color: transparent transparent #111; border-width: 0 6px 6px; top: -6px; left: 50%; margin-left: -6px; }
 .tipsy-s .tipsy-arrow { border-color: #111 transparent transparent; border-width: 6px 6px 0; bottom: -6px; left: 50%; margin-left: -6px; }
 .tipsy-e .tipsy-arrow { border-color: transparent transparent transparent #111; border-width: 6px 0 6px 6px; top: 6px; left: -6px; }
 .tipsy-w .tipsy-arrow { border-color: transparent #111 transparent transparent; border-width: 6px 6px 6px 0; top: 6px; right: -6px; }

.tipsy-inner {
	background-color: #111;
	padding: 5px 8px 4px 8px;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-style: normal;
	max-width: 240px;
	color: white;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}


.label-holder {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 10px;
	}
.label-holder label {
	color: #999;
	cursor: text;
	margin-left: 10px;
	position: absolute;
	z-index: 2;
	line-height: 20px;
	top: 3px;
	left: 0;
	}
.label-holder:hover label { color: #777; }

.label-holder input,
.label-holder textarea {
	padding: 6px 4px 6px 6px;
	width: 240px;
	margin: 0;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 2px;
	}
.label-holder input:focus,
.label-holder textarea:focus {
	border-color: #b78b37;
	box-shadow: 0 0 3px #8f6719;
	}
.label-holder .error {
	font-size: .7em;
	font-weight: bold;
	color: #550000;
	}

/* Dark Label */
.label-holder label { color: #a19e98; }
.label-holder:hover label { color: #bfbfbf; }
.label-holder input,
.label-holder textarea { color:#fff; background: #34312c url('../img/darkfield_bg.gif') top left repeat-x; border-color: #5290a7;
	box-shadow: 0 0 3px #101c21; -moz-box-shadow: 0 0 3px #101c21; -webkit-box-shadow: 0 0 3px #101c21;}
.label-holder input:focus,
.label-holder textarea:focus { border-color: #edc91e; }
.label-holder .error,
form .error { color: #f11f1f; }

/* Light Label */
.page .label-holder label { color: #999; }
.page .label-holder:hover label { color: #777; }
.page .label-holder input,
.page .label-holder textarea { color:#000; background-color: #fff; border-color: #bbb;
	box-shadow: none; }
.page .label-holder input:focus,
.page .label-holder textarea:focus { border-color: #b78b37; }
.page .label-holder .error { color: #550000; }

/* Animations */
.label-holder label {
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	}
.label-holder .label-holder-hide { display: none; }
.label-holder .label-holder-fade {
	opacity: .4;
	filter: alpha(opacity=80);
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	}
.nojs .label-holder:hover label span { display: none; }

.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-paypal{color:#fff;background-color:rgb(0,152,241);border-color:rgba(0,0,0,0.2)}
.btn-paypal:hover,.btn-paypal:focus,.btn-paypal:active,.btn-paypal.active,.open>.dropdown-toggle.btn-paypal{color:#fff;background-color: rgb(0, 100, 186);border-color:rgba(0,0,0,0.2)}

.fa { margin-right: 4px; }

#header {
    /*background: rgba(26, 19, 12, 0.8); replacing with other method
    border-bottom: 1px solid #454332;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);*/
    color: #97978F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
	}
#header .navbar-collapse.in {
    background: rgb(26, 19, 12);
}
#header a {
    color: #F4F3E8;
    text-shadow: 0 1px 2px #000;
    border-radius: 2px;
}
#header .icon-bar {
    background: #111;
    width: 18px;
}
#header .navbar-brand {
    color: #F4E8D7;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#header .navbar-brand {
    background: #372323;
    background-image: linear-gradient(to bottom, #5E5134, #42301A);
    border-radius: 0 0 4px 4px;
    margin-left: 6px;
    box-shadow: 0 1px 0 3px rgba(255, 255, 255, 0.03) inset, 0 1px 5px rgba(0,0,0,.4);
}
#header .navbar-brand:hover {
    border-color: #594A31;
    text-decoration: underline;
}

#header .navbar-toggle {
    background-color: #D8E2E7;
    box-shadow: 0 1px 3px #000;
}
#header .glyphicon {
    margin-right: 6px;
}
#header .nav>li>a:hover,
#header .nav>li>a:focus,
#header .nav .open>a,
#header .nav .open>a:hover,
#header .nav .open>a:focus {
    background-color: #22210B;
}
#header .dropdown-menu>li>a {
    color: #fff;
}
#header .dropdown-menu>li>a:hover,
#header .dropdown-menu>li>a:focus {
    background: #333;
}
#header .dropdown-menu .divider {
    background-color: #2D2D2D;
}
#header .dropdown-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    background: #000;
}
#header .search .input-group {
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 4px;
}
#header .search input,
#header .search .btn {
    background: #111;
    background: rgba(5, 5, 5, 0.4);
    border-color: #5C5538;
}
#header .search input {
    color: #DDD;
    border-right: 0;
}
#header .search .btn {
    color: #BBB;
    text-shadow: 0 1px #000;
    border-left: 0;
    margin-left: 0;
    box-shadow: none;
    padding-left: 8px;
    padding-right: 8px;
}

#header-login {
    font-size:11px;
    color:#fff;
    border-radius: 4px;
    padding: 1em;
}
#header-login .input-group {
    width: 100%;
}
#header-login input,
#header-login button {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
#header-login input+input {
    border-radius: 0;
}
#header-login input+button {
    border-radius: 0 0 4px 4px;
}
#header-login .fa {
    float: left;
    margin: 0 2% 0 10%;
    font-size: 1.5em;
    text-shadow: 0 0 1px #000;
}
@media (min-width: 768px) {
    #header-login {
        width: 260px;
    }
}

@media screen and (min-width: 768px) {
    /*#header { border-bottom: 0; background: 0; box-shadow: none; }*/
    /*#header .container {
        background: rgba(45, 41, 29, 0.75);
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.1) inset, 0 1px 5px #000;
        border-radius: 2px;
        margin-top: 10px;
    }*/

    #header .navbar-collapse {
        margin-top: 10px;
    }

    #header .navbar-form {
        margin-right: -35px;
        padding-left: 0;
    }

    #header .navbar-nav > li {
        margin-right: 1px;
        margin-left: 1px;
    }

    #header .navbar-brand {
        padding-top: 25px;
        height: 60px;
        margin-left: 0;
        margin-right: 5px;
        border: 1px solid #45351B;
        border-top: 0;
    }
    #header .navbar-brand:hover {
        border-color: #594A31;
        text-decoration: underline;
    }
    #header .search input {
        width: 140px;
    }
    #header .navbar-form {
        margin-right: -35px;
    }
}
@media screen and (min-width:992px) {
    #header .navbar-nav > li {
        margin-right: 5px;
        margin-left: 5px;
    }
    #header li.account {
        padding-left: 10px;
        padding-right: 10px;
    }
}



#footer {
	background: #1b1813 url('../img/footer_map.png') 0 -337px repeat-x;
	/*margin-top: 3em;*/
	border-top: 1px solid #14120f;
	padding-bottom: 1.6em;
	clear:both;
	z-index: -1;
	color: #eee;
    font-size: 12px;
    line-height: 110%;
	}
#footer .row {
	padding-top: 2em;
    padding-bottom: 2em;
	border-bottom: 1px solid #273132;
	}
#footer .row h4 {
	margin: 4px 0 10px;
	font-size: 1.2em;
	}
#footer .row p {
	color: #ddd;
	}
#footer .icons { text-align: right; }
#footer .icons a:hover { background-color: #14120f; }
#footer a.facebook,
#footer a.twitter {
	background: url('../img/footer_icons.png') -128px 40% no-repeat;
	width: 140px;
	height: 56px;
	display: inline-block;
	text-indent: 999px;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
#footer a.twitter {
    background-position: 10px 40%;
    width: 140px;
	}

#footer .copyright {
	margin: 1.6em auto 0;
	text-align: left;
	overflow: hidden;
    font-size: 80%;
    line-height: 16px;
    color: #867b64;
}
#footer .copyright a { color: #867b64; text-decoration: none;}
#footer .copyright a:hover { color: #b5a687; text-decoration: underline; }


#container-page {
	padding-top: 65px;
	padding-bottom: 3em;
	background: #25221c;
    background-image: linear-gradient(to bottom, rgb(70,64,53), #25221c 200px);
	}
@media screen and (min-width: 768px) {
    #container-page {
        padding-top: 75px;
    }
}

div.page {
	box-shadow: 0 0 5px #000;
	border-radius: 8px;
	position: relative;
	background: #fff;
    padding: 15px 0;
	}
.page .page_pad {
    padding: 0 15px;
}
.no-boxshadow div.page {
	border: #28241d 2px solid;
	}

div.plain_white {
	padding: 0 20px;
	}

#bookmarks {
	font-size: 0.8em;
	color: #555;
	}



.media_item { display: block; padding:2px; width: 100%; overflow: hidden; border-radius:2px; }
.media_item:hover {
    background: rgba(255,255,255,.1);
    text-decoration: none;
}
.media_item:hover .name { text-decoration: underline; }
.media_item .media_thumb { float:left; position:relative; display:inline-block; text-decoration:none; border:0; }
.media_item .info { display:block; }
.media_item i { font-style:normal; }
.media_item .set:hover { text-decoration: underline; }
.media_item .set { color: #5DC9F0; }

.media_thumb .play {
    position: absolute; left:50%; top:50%;
    margin:-12px 0 0 -11px;
    background: url('../img/media_play.png') 50% 50% no-repeat;
    width:22px; height:24px;
    display:none;
}
.media_thumb:hover .play {
    display:block;
}
.media_thumb .time {
    position:absolute; bottom:2px; right:0;
    border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
    background:#25221c; background:rgba(20,10,5,.5);
    color:#fff; font-size:10px; padding:0 4px; line-height:14px;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    display:block;
}
.media_thumb:hover .time {
    opacity:0;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
}

.medialist {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 120%;
}
.medialist li {
    padding: 4px;
    margin: 0 1% 6px 0;
    list-style: none;
    font-size: 12px;
    line-height: 14px;
}
.medialist li.current { background: #2c2821; background:rgba(255,230,200,.1); border-radius: 3px; }
.medialist .media_thumb {
    float: left;
    margin-right: 6px;
    text-decoration: none;
}


.medialist .info { padding-left:106px; }
.medialist .name { display: block;
    padding: 3px 0 3px; }
.medialist .length { font-weight: normal; }
.medialist .sub,
.medialist .access { font-size: 11px; color: #888377; }
.medialist .disabled .name { text-decoration: line-through; }

@media screen and (max-width: 767px) {
    .medialist img {
        width: 80px;
    }
    .medialist .info {
        padding-left: 86px;
    }
    .medialist li {
        width: 100%;
        margin-bottom: 4px;
        padding: 0;
    }
}

.medialist.col3 > *,
.medialist.col4 > * {
    width: 100%;
    float: left;
}
@media screen and (min-width: 500px) {
    .medialist.col3 > *,
    .medialist.col4 > * {
        width: 48%;
        margin-top: .1em;
    }
    .medialist.col3 > *:nth-child(2n+1),
    .medialist.col4 > *:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (min-width: 768px) {
    .medialist.col4 > *:nth-child(1n) {
        clear: none; /* reset */
        width: 32%;
    }
    .medialist.col4 > *:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (min-width: 992px) {
    .medialist.col4 > *:nth-child(1n) {
        clear: none; /* reset */
        width: 24%;
    }
    .medialist.col4 > *:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (min-width: 1200px) {
    .medialist.col3 > *:nth-child(1n) {
        clear: none; /* reset */
        width: 32%;
    }
    .medialist.col3 > *:nth-child(3n+1) {
        clear: left;
    }
}

.productlist h3 { font-weight:bold; font-size: 1.2em; }
.productlist em { font-size: 0.9em; color:#333; }

#modal-products .modal-content {
    background: #FFF;
    color: #000;
    text-shadow: 1px 1px rgba(0,0,0,.1);
}
#modal-products li {
    margin: 1em 0 2em;
}

.icon_dvd, .icon_play { display:inline-block; height:22px; padding-left:26px; background-repeat:no-repeat; background-position:0 50%; margin-right:10px; }
.icon_dvd { background-image:url('../img/icon_dvd.png') }
.icon_play { background-image:url('../img/icon_play.png'); padding-left:30px; }

.pagination { color:#8c8679; }
.pagination a { display:inline-block; padding:2px 6px; background: #2c2821; background:rgba(255,230,200,.04); text-decoration:none; font-weight:bold; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; }
.pagination a:hover { background:rgba(255,230,200,.1); text-decoration:underline; }

.darktxt { color: #888377; }

.darkpage-hr {
	border:0 none;
	height: 0;
	color: #fff;
	background-color: transparent;
	border-top: 1px solid #5c5444;
	border-bottom: 1px solid #201e19;
	box-shadow: 0 0 2px #1e1c17;
    margin-top: 0; /* reset bootstrap hr rules */
	}
@media screen and (max-width: 768px) {
    .darkpage-hr {
        margin-top: 8px;
        margin-bottom: 10px;
    }
}
*:first-child+html .darkpage-hr {
	height: 1px;
	border-bottom: 0 none;
	}
.darkpage-pad { padding: 0 12px; }

#darkpage-header { margin:0 0 10px; width:100%; overflow:hidden; }
#darkpage-header .left { float:left; margin: 20px 0 10px 12px; }
#darkpage-header h1 { margin: 12px 0 8px 12px; float: left; }
#darkpage-header ul,
#darkpage-header p { float: right; margin: 20px 12px 0 0; list-style:none; }
#darkpage-header li { display: inline; margin-left: 20px; font-size: 14px; list-style:none; }
#darkpage-header li a { color: #f4f4f4; text-decoration:none; }
#darkpage-header li a:hover { color: #fff; text-decoration:underline; }
#darkpage-header .current,
#darkpage-header .current a { color: #958e7f; }
#darkpage-header ul+ul { margin: 6px 12px 0 0; clear:right; }

@media screen and (min-width: 768px)
{
    #footer {
        font-size: 14px;
        line-height: inherit;
    }
    #footer .container { padding: 0 1%; }
    #footer .copyright {
        line-height: 36px;
    }
    #footer .copyright .pull-left:before {
        content: "";
        background: url('../img/footer_map.png') 0 -48px;
        width: 50px;
        height: 40px;
        display: inline-block;
        float: left;
    }
}

@media screen and (min-width: 992px)
{
    #header .search input {
        width: 200px;
    }
}

@media print
{
	body {
		margin:0; padding:0; line-height: 1.4em; height: auto;
		word-spacing:1px; letter-spacing:0.2px;
		font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
		color: #000; background: transparent none !important;
		text-shadow: none !important;
		}

	/* Links */
	a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
	a[href^="http://"] {color:#000;}

	/*Image*/
	img, img a, .more-link a {border:none;}

	/*Remove Element*/
	#header,
	#footer .linkmenu,
	#footer .left,
	#footer .right { display: none !important; }
	#footer p { margin-left: 0; text-align: center; }

	/*Fixes*/
	#container, .pad_pad, .contain, { overflow-y: visible; }
	#container { padding-top: 0 !important; }

	div.page {
		width: auto; overflow: visible;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		filter: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		}
}