/* Quick.Cart WebStyle016 stylesheet */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/1bHRUMxmJHoup12DnI9XmQ.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v11/7DI7Kjvwfuz8m3ExKe6m-Q.woff) format('woff');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot?v=4.2.0');
    src: url('font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* GLOBAL STYLES */

body,
body * {
    margin: 0;
    padding: 0;
    border: 0;
	font-size:17px;
}
body{
    color: #DDD;
}
table {
    color: #DDD;
    font-size: 1rem;
}
h1,
h2,
h3,
h4 {
    font-size: 1.3rem;
}
body {
    padding: 0;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 150%;
    color: #DDD;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    border-top: 6px solid #543c2f;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"],
select,
textarea {
    padding: 2px;
    border-width: 0px;
    border-style: solid;
    font-size: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #d8d5d8;
}
input[type="text"].warning-required,
input[type="password"].warning-required,
input[type="email"].warning-required,
select.warning-required,
textarea.warning-required {
    background: #fbefef;
}
input[type="submit"],
button[type="submit"] {
    padding: 5px 14px;
    border-width: 0px;
    border-style: solid;
    background: #543c2f;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 1em;
    border-radius: 0px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
    background: #d8d5d8;
    cursor: pointer;
}
label {
    font-weight: bold;
}
label span {
    padding-left: 10px;
    color: #aaa;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
tbody,
tfoot,
thead {
    margin: 0;
    padding: 0;
}
caption,
tr,
th,
td {
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #e8eaee;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    background-color: inherit;
    color: #202020;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #543c2f;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-image: url("blurredbackground3.jpg");
    background-attachment: fixed;
    background-position: center top;
}
#container:after {
    content: "";
    display: table;
    clear: both;
}
#header {
    width: 100%;
    transition: all 0.3s ease-in 0s;
    position: relative;
}
#header::after {
    content: "";
    background: url(img/banner.png) top center no-repeat;
    background-size: 100% 450px;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%
}
#body,
#foot {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
/* QUICK LINKS */

#skiplinks {
    display: none;
    overflow: hidden;
    background: #fff;
    float: left
}
#skiplinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}
#skiplinks li {
    width: 50%;
    float: left;
    list-style: none;
    line-height: normal;
    display: block;
    margin: 0;
    padding: 5px 0;
    height: 29px;
    width: 50%;
}
#skiplinks a {
    z-index: 10;
    min-width: 200px;
    padding: 0px;
    color: #202020;
}
#skiplinks a:focus {
    top: 0;
    color: #fff;
}
/* LOGO, HEADER BACKGROUND AND SLOGAN */

#head1 {
    margin: 0 auto;
    width: 1100px;
}
#head1 .container {
    margin: 0;
    text-align: left;
}
#logo {
    color: #543c2f;
    text-align: left;
    padding: 29px 0 25px 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    overflow: hidden;
}
#logo:hover {
    opacity: 0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#logo #title {
    float: left;
    margin: 0
}
#title:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    float: left;
    font-size: 25px;
    color: #323232;
    padding-right: 5px;
}
#logo #title a {
    font-weight: 700;
    font-size: 38px;
    text-decoration: none;
    color: #543c2f;
}
#logo #title a strong {
    color: #202020;
    font-weight: 300
}
#logo #title a span {
    color: #543c2f;
    background: inherit;
}
#logo #title a em {
    color: #543c2f;
    font-style: normal;
}
#logo #slogan {
    float: left;
    clear: left;
    padding: 0;
    margin: 0;
    color: #202020;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
/* HEADER WITH TOP MENU */

#head2 {
    position: relative;
    margin: 0 auto;
    width: 1100px;
}
#head2 .container {
    clear: right;
    float: right;
    margin-top: 0px;
}
.menu-1 {
    margin: 58px 0 0 0;
    list-style: none;
    text-transform: uppercase;
}
.menu-1 ul {
    padding: 0;
    float: left;
    margin: 0px 0 0 0;
    list-style: none
}
.menu-1 li {
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none
}
.menu-1 li a {
    padding: 15px;
    margin-right: 0px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-1 li a:hover,
.menu-1 .selected a,
.menu-1 .selected-parent a {
    text-decoration: none;
    color: #f0f1f4;
    background: #543c2f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-1 .selected a {
    text-decoration: none;
    color: #fff;
    background: #543c2f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* HEADER WITH SLIDER */

#slider {
    position: relative;
    clear: both;
    display: none;
    overflow: hidden;
    color: #fff;
    width: 100%;
    height: 320px !important;
}
#slider img {
    width: 100%;
    height: 320px;
}
.quick-slider {
    background: url("img/banner.png") no-repeat scroll center bottom / 100% 450px #fff;
    clear: both;
    color: #fff;
    height: 320px !important;
    overflow: hidden;
    position: relative;
}
.quick-slider ul {
    padding: 0;
    margin: 0px;
    list-style: none;
}
.quick-slider-slide {
    position: absolute;
    width: 100%;
    display: none;
    text-align: left;
    overflow: hidden;
    line-height: 0px;
}
.quick-slider-slide:first-child {
    display: block;
}
.quick-slider-nav-dots-wrapper {
    position: absolute;
    top: 20px;
    left: 2%;
    float: right;
    width: 100%;
    list-style: none;
}
.quick-slider-nav-dots {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    background: rgba(0, 0, 0, 0.4);
    color: transparent;
}
.quick-slider-nav-dots.active,
.quick-slider-nav-dots:hover {
    background: #543c2f;
    transition: all 0.3s ease;
    color: transparent;
}
.quick-slider-nav-arrows {
    position: absolute;
    float: right;
    display: block;
    margin: 0 0 -20px;
    padding: 5px 10px;
    color: #202020;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
    bottom: 50%
}
.quick-slider-nav-arrows:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.quick-slider-nav-arrows-next {
    right: 2%;
}
.quick-slider-nav-arrows-prev {
    left: 2%;
}
.quick-slider-nav-arrows-next:after {
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.quick-slider-nav-arrows-prev:before {
    content: "\f053";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.quick-slider-slide .description {
    z-index: 3;
    position: absolute;
    text-align: center;
    top: 55px;
    left: 25%;
    width: 50%;
    margin: 10px 0 0 0;
    padding: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    max-height: 190px;
    overflow: hidden;
}
.quick-slider-slide .description a {
    color: inherit;
}
.quick-slider-slide .description a:hover {
    text-decoration: none;
}
.slide25 {
    background: #007ebb;
}
/* CUSTOM */
/* BODY/CONTENT STYLES */

#body {
    clear: both;
    width: 100%;
    margin: -44px auto 0;
    z-index: 99
}
#body .container {
    margin: 0px auto 0;
    width: 1100px;
    text-align: left;
}
#page {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: left;
    background: none repeat scroll 0 0 #f0f1f4;
}
#page h1 {
    margin: 0px 0 10px 0;
    background: none repeat scroll 0 0 #543c2f;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    padding-left: 2%;
    line-height: 44px;
    height: 44px;
}
#page .msg.error h1 {
    background: none;
    color: #fff;
    margin-top: 15px;
    padding-left: 60px;
    text-align: left;
}
#page .msg.error.panel h1 {
    margin: 0;
    font-size: 1rem;
}
/* PAGE - BREADCRUMB (navigation path) */

#page nav.breadcrumb {
    margin-bottom: 20px;
}
#page nav.breadcrumb a {} #page nav.breadcrumb a:hover {}
/* PAGE CONTENT */

#page div.content {
    padding: 10px 2%;
    font-size: 1.2rem;
    line-height: 150%;
}
#page div.content > ul,
#page div.content > ol {
    margin: 0 0 0 30px;
    padding: 0;
}
#page div.content > ul:after,
#page div.content > ol:after {
    content: "";
    display: table;
    clear: both;
}
#page div.content > ul li,
#page div.content > ol li {
    margin: 8px 0;
    padding: 0;
}
#page div.content p {
    padding-bottom: 10px;
    font-size: 1.2rem;
    line-height: 150%;
}
#page ul.options {
    float: left;
    width: 100%;
    margin: 0 10px 20px 0;
    list-style: none;
}
#page ul.options::after {
    content: "";
    display: table;
    clear: both;
}
#page ul.options li {
    float: left;
    margin: 0 10px 0 0;
}
#page ul.options .edit a,
#page ul.options .delete a {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../admin/img/options.png') no-repeat 0px 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1%;
    color: transparent;
}
#page ul.options .edit a:hover {
    background-position: 0 -21px;
}
#page ul.options .delete a {
    background-position: -21px 0;
}
#page ul.options .delete a:hover {
    background-position: -21px -21px;
}
#page > time {
    position: absolute;
    top: 40px;
    right: 0;
    color: #6e6e6e;
}
/* IMAGES STYLES */
/* global */

#content li img {
    box-shadow: 0 0 4px rgba(100, 100, 100, 0.4);
    border: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	width: 100%;
}
#content li img:hover {
    opacity: 0.8;
    border: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* list global */

.images-1,
.images-2,
.images-3,
.images-4 {
    list-style: none;
}
.images-1 li,
.images-2 li,
.images-3 li,
.images-4 li {
    margin: 0 0 15px 0;
    background: inherit;
    text-align: center;
}
.images-1 p,
.images-2 p,
.images-3 p,
.images-4 p {
    max-width: 250px;
    margin: 0 auto;
    color: #543c2f;
    font-size: 0.875em;
}
#content div.content .images-3,
#content div.content .images-4 {
    padding: 0;
}
/* list custom */

.images-1 {
    clear: left;
    float: left;
    margin: 9px 20px 0 0;
}
.images-2 {
    clear: right;
    float: right;
    margin: 8px 2% 0 15px;
}
/* FILES LIST STYLES */

#content .files-list {
    width: 100%;
    float: left;
    margin: 10px 0 15px 2%;
    list-style: none;
    vertical-align: middle;
    border-left: 2px solid #c8cccf;
    font-size: 0.9em;
}
#content .files-list li {
    float: left;
    clear: left;
    width: 100%;
    height: 20px;
    margin: 9px 0 9px 20px;
    padding-left: 30px;
    background: url('img/files-ext.gif') no-repeat 0 -260px;
}
#content .files-list p {
    display: inline;
    color: #543c2f;
    font-style: italic;
}
#content .files-list p:before {
    content: " - ";
}
#content .files-list li.zip {
    background-position: 0 0;
}
#content .files-list li.xml {
    background-position: 0 -20px;
}
#content .files-list li.xls {
    background-position: 0 -40px;
}
#content .files-list li.web {
    background-position: 0 -60px;
}
#content .files-list li.vcf {
    background-position: 0 -80px;
}
#content .files-list li.txt {
    background-position: 0 -100px;
}
#content .files-list li.sys {
    background-position: 0 -120px;
}
#content .files-list li.swf {
    background-position: 0 -140px;
}
#content .files-list li.psd {
    background-position: 0 -160px;
}
#content .files-list li.pps {
    background-position: 0 -180px;
}
#content .files-list li.png {
    background-position: 0 -200px;
}
#content .files-list li.pic {
    background-position: 0 -220px;
}
#content .files-list li.pdf {
    background-position: 0 -240px;
}
#content .files-list li.nn {
    background-position: 0 -260px;
}
#content .files-list li.eml {
    background-position: 0 -280px;
}
#content .files-list li.media {
    background-position: 0 -300px;
}
#content .files-list li.fla {
    background-position: 0 -320px;
}
#content .files-list li.exe {
    background-position: 0 -340px;
}
#content .files-list li.chm {
    background-position: 0 -360px;
}
#content .files-list li.cdr {
    background-position: 0 -380px;
}
/* QUICK.BOX */

#quick-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba( 0, 0, 0, 0.7);
    z-index: 200;
}
#quick-box .background {
    height: 100%;
}
#quick-box .quick-box-container {
    position: absolute;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 15px 1px #000;
}
#quick-box .image-wrapper {
    position: relative;
    line-height: 0px;
}
#quick-box .image-wrapper img {
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
}
#quick-box .navigation {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 5px 0;
    text-align: center;
    font-size: 0.875em;
    font-weight: bold;
    color: #ddd;
    line-height: normal;
    background: rgba( 0, 0, 0, 0.2);
    width: 100%;
}
#quick-box .description {
    margin: 0px;
    padding: 5px 0;
    text-align: center;
    font-size: 0.875em;
    color: #ddd;
    font-weight: bold;
    background: rgba( 0, 0, 0, 0.8);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 66px;
    overflow: hidden;
}
#quick-box .prev,
#quick-box .next {
    position: absolute;
    width: 50%;
    top: 15%;
    height: 70%;
    margin: 0px;
    color: #fff;
    z-index: 100;
    opacity: 0.15;
}
#quick-box .prev span,
#quick-box .next span {
    position: absolute;
    top: 47%;
    left: 0px;
    padding: 10px;
    border: 1px solid #fff;
    background: #000;
}
#quick-box .next span {
    left: auto;
    right: 0px;
    border-right: none;
}
#quick-box .prev span {
    border-left: none;
}
#quick-box .next:hover,
#quick-box .prev:hover {
    opacity: 0.8;
}
#quick-box .prev {
    left: 0px;
}
#quick-box .next {
    right: 0px;
}
#quick-box .close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 4px 2px;
    opacity: 0.5;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-family: "Trebuchet MS";
    text-decoration: none;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-top-right-radius: 5px;
    z-index: 100;
}
#quick-box .close:hover {
    opacity: 0.8;
}
#quick-box .close,
#quick-box .prev,
#quick-box .next {
    line-height: normal;
}
#quick-box .loading {
    display: block;
    padding: 40px 35px;
    color: white;
    line-height: 1em;
}
/* SUBPAGES LIST STYLES */

.pages-1,
.pages-2,
.pages-3,
.pages-4,
.pages-5,
.pages-list {
    float: left;
    width: 100%;
    margin: 7px 0;
    list-style: none;
}
.pages-1 li,
.pages-2 li,
.pages-3 li,
.pages-4 li,
.pages-list li {
    clear: left;
    float: left;
    width: 90%;
    margin: 15px 5% 15px 5%;
    padding: 25px 0 20px;
}
.pages-1 li .image,
.pages-2 li .image,
.pages-3 li .image,
.pages-4 li .image {
    float: left;
    margin: 0 2.5% 5px;
}
.pages-1 h2,
.pages-2 h2,
.pages-3 h2,
.pages-4 h2 {
    padding: 0 2.5% 10px;
}
.pages-1 h2,
.pages-1 h2 a,
.pages-2 h2,
.pages-2 h2 a,
.pages-3 h2,
.pages-3 h2 a,
.pages-4 h2,
.pages-4 h2 a,
.pages-list h2 a {
    color: #EEE;
    font-size: 25px;
    font-weight: 700;
    background: none;
    text-decoration: none;
}
.pages-1 h2 a:hover,
.pages-2 h2 a:hover,
.pages-3 h2 a:hover,
.pages-4 h2 a:hover,
.pages-list h2 a:hover {
    color: #EEE;
    background: none;
    text-decoration: underline;
}
.pages-2 div.description,
.pages-3 div.description,
.pages-4 div.description {
    margin: 5px 2.5% 0;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4em;
}
.pages-2 ul,
.pages-2 ol,
.pages-3 ul,
.pages-3 ol,
.pages-4 ul,
.pages-4 ol,
.pages-5 ul,
.pages-5 ol,
.pages-list ul,
.pages-list ol {
    float: left;
    width: 96%;
    margin: 5px 0 0 4%;
    padding: 0;
    list-style: disc;
}
.pages-1 li li,
.pages-2 li li,
.pages-3 li li,
.pages-4 li li,
.pages-5 li li,
.pages-list li li {
    padding: 0;
    border: 0;
    background: none;
}
.pages-1 li ol,
.pages-2 li ol,
.pages-3 li ol,
.pages-4 li ol,
.pages-5 li ol,
.pages-list li ol {
    list-style: decimal;
}
.pages-1 p,
.pages-2 p,
.pages-3 p,
.pages-4 p,
.pages-5 p,
.pages-list p {
    padding-bottom: 10px;
}
.pages-5 li .image,
.pages-list .image {
    float: left;
    margin: 0 2.5% 5px 0;
	width: 200px;
}
/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */

#foot {
    clear: both;
    font-size: 1.083em;
    background: none repeat scroll 0 0 #f0f1f4;
    color: #323232;
}
#foot .container {
    padding: 20px 0px 20px 0;
    position: relative;
    margin: 0 auto;
    width: 1100px;
}
#foot .container:after {
    content: "";
    display: table;
    clear: both;
}
#foot a {
    color: #fff;
    text-decoration: none;
}
#foot a:hover {
    text-decoration: underline;
}
#foot .copy {
    float: left;
}
#foot .options {
    float: right;
}
#foot .options ul {
    list-style: none;
}
#foot .options li {
    float: right;
    margin-left: 25px;
}
#foot .options li a {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1%;
    color: transparent;
}
#foot .options li.print a {
    background: url('img/options.png') no-repeat 0 0;
}
#foot .options li.print a:hover {
    background-position: 0 -16px;
}
#foot .options li.back a {
    background: url('img/options.png') no-repeat 0 -32px;
}
#foot .options li.back a:hover {
    background-position: 0 -48px;
}
#powered {
    clear: both;
    font-size: 1.083em;
    background: none repeat scroll 0 0 #f0f1f4;
    color: #323232;
}
#powered .container {
    padding: 0px 0px 10px 0;
    position: relative;
    margin: 0 auto;
    width: 1100px;
}
#powered a {
    display: inline-block;
}
#powered a:hover {
    border-color: #fff;
}

@media print {
    /* PRINT STYLES */
    
    * {
        color: #000 !important;
        background: #fff !important;
        border-color: #444 !important;
        border-width: 1px !important;
    }
    #slider,
    .quick-slider img,
    .quick-slider-nav-arrows,
    .quick-slider-nav-dots {
        display: none;
    }
    body {
        margin: 1cm 0;
        font-size: 0.875em;
    }
    #container {
        position: static;
        width: 17.2cm;
        height: auto;
        margin: 0;
        box-shadow: none;
    }
    #head1 {
        height: auto;
    }
    #logo {
        padding: 0 0 0.2cm;
    }
    #logo #title a {
        font-size: 2em;
    }
    #header .menu-1 {
        margin-top: 0.3cm;
    }
    #header .menu-1 li a {
        padding: 0.1cm 0.2cm;
        border: 0px;
        border-right: 1px solid #000;
        font-size: 1em;
    }
    #header .menu-1 .selected a {
        font-weight: bold;
    }
    #head2 .container {
        position: static;
    }
    #body {
        clear: none;
        border-top: 0px;
    }
    #page {
        clear: both;
        position: static;
        float: none;
    }
    #page h1 {
        margin: 0;
    }
    #body,
    #head1,
    #foot {
        float: none;
    }
    #search#foot .options {
        display: none;
    }
    #slider-1,
    .quick-slider img,
    .quick-slider-nav-arrows,
    .quick-slider-nav-dots {
        display: none;
    }
}
/* RESPONSIVE WEB DESIGN - media queries */

@media screen and (max-width: 1116px) {
    #head1,
    #head2,
    #body .container,
    #powered .container,
    #foot .container {
        height: auto;
        margin: 0 auto;
        width: 95%;
        position: relative;
    }
}
/* PLUGINS */