/* Quick.Cms.Ext v6.x default stylesheet */

/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;}
body,table{color:#fff;font-size:1em;font-family:Arial, sans-serif;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background:#000 url('img/bg.jpg') center top no-repeat;text-align:center;}
body#page1{padding:0;background:#000 url('img/bg.jpg') center top 490px no-repeat;text-align:center;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#EE7C02;font-family:Arial, sans-serif;font-size:1em;border-radius:2px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:#00679a;box-shadow:0 0 3px rgba(0,103,154,0.6);}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;border-color:#bb4c2e;}
input[type="submit"], button[type="submit"]{padding:5px 14px;border-width:1px;border-style:solid;background:#EE7C02;color:#fff;transition:all 0.3s ease;font-family:Arial, sans-serif;font-size:1em;border-radius:2px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#00679a;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{color:#EE7C02;text-decoration:underline;}
a:hover{color:#D56E00;text-decoration:underline;}

#instagram{position:fixed;top:190px;right:6px;z-index: 999;}
#fb{display:none}
.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#EE7C02 url('img/info.png') no-repeat 20px center;color:#fff;font-size:1.5em;}
.msg.done a, .msg.error a{color:#fff;}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid #fff;text-decoration:none;font-size:0.813em;}
.msg a.action:hover{background:#fff;}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:#cc1426;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

#container{position:relative;width:1010px;margin:10px auto;text-align:left;clear: both;}
#container:after{content:"";display:table;clear:both;}
#header{}
#body, #foot, #head0{float:left;width:100%;margin:0 auto;padding:0;}
#head0{position:relative}
#head0:before{content: "";display: block;position: absolute; left: 0;bottom:0;height:40px; width:100%;box-shadow: inset 0px -16px 18px 0px rgb(0, 0, 0);z-index:99;}
#scroll_bottom{display:block;position:absolute;bottom:14%;left:0;right:0;text-align:center;margin:0 auto;z-index:100;cursor:pointer}


/* QUICK LINKS */
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1{float:left;width:100%;height:132px;}
#head1 .container{}
#logo{float:left;padding:0;}
#logo #title{float:left;margin:8px 0 0 20px}
#logo #title a{color:#1f1a17;font:bold 3.25em 'Arial';line-height:1em;text-decoration:none;}
#logo #title a span{color:#cc1426/*#c32119 #26547c*/;background:inherit;}
#logo #title a strong{color:#EE7C02;background:inherit;}
#logo #title a em{color:#cc1426;font-style:normal;}
#logo #slogan{float:left;clear:left;padding:0 0 0 4px;background:inherit;color:#1f1a17;}

#search-form{float:right;min-width:140px;width:25%;margin:25px 2% 0 0;text-align:right;}
#search-form input[type="text"], #search-form button{height:30px;padding:5px 3%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#search-form input[type="text"]{height:inherit;min-width:100px;width:45%;background:#fff;color:#333;border-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;}
#search-form input[type="text"]:focus{width:78%;transition:all 0.5s ease;}
#search-form button{width:20%;background:#EE7C02 url('img/search.png') no-repeat center center;color:transparent;border-top-left-radius:0px;border-bottom-left-radius:0px;}
#search-form button:hover, #search-form button:focus{background-color:#D56E00;transition:all 0.5s ease;}
@-moz-document url-prefix(){#search-form button{padding-top:3px;}}


/* HEADER WITH TOP MENU */
#head2{float:left;width:100%;height:60px;}
#head2 .container{}

/* MENU TOP */
#header .menu-1{float:left;}
#header .menu-1 ul{float:left;margin:2px 0;list-style:none;height:47px;}
#header .menu-1 li{float:left;padding:0;margin-top:1px}
#header .menu-1 li a, #header .menu-1 li strong{float:left;margin:0;padding:11px 14px 11px;color:#333;font-size:0.875em;text-decoration:none;background:transparent;border:1px solid transparent;text-transform:uppercase;}
#header .menu-1 li:first-child a{border-left:transparent;padding-left:10px;}
#header .menu-1 li:last-child a{border-right:transparent;}
#header .menu-1 li a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a,#header .menu-1 li strong:hover, #header .menu-1 .selected strong, #header .menu-1 .selected-parent strong{color:#fff;transition:all 0.5s ease;}
#header .menu-1 .selected a{border-color:transparent #EE7C02;}

#header .menu-1 li:first-child:hover,#header .menu-1 .selected:first-child,#header .menu-1 .selected-parent:first-child {border-radius:6px 0 0 6px;}

/* MENU RIGHT */
#header .menu-2{float:right;width:26%}
#header .menu-2 ul{float:left;margin:2px 0;list-style:none;width: 100%;}
#header .menu-2 li{float:left;padding:0;margin-top:6px;width:100%;border:1px solid #606060;border-radius: 15px;background:rgba(9, 9, 9, 0.61);}
#header .menu-2 li a{float:left;margin:0;padding:26px 0px 10px 10px;width:100%;color:#FF7C00;font-size:1.5em;text-decoration:none;background:transparent;text-transform:uppercase;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#header .menu-2 li:nth-child(1){margin-top:0}
#header .menu-2 li strong{font-weight:normal;}
#header .menu-2 li strong a{float:left;color:#C2C3BD;padding:0px 0px 20px 10px;text-transform:uppercase;font-weight:normal;font-size:1.063em;}
#header .menu-2 li:hover{background:rgba(9, 9, 9, 1)}
/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:10px 0;border:1px solid #606060;border-radius: 15px;background: #090909;}
#body:after{content:"";display:table;clear:both;}

/* BOX Home */
#boxHome .movies{float:left;width:40%;}
#boxHome .news{float:left;width:35%;margin-top:24px;}
#boxHome .news strong{font-size:1.25em;font-weight:normal;padding-left:6px}
#boxHome .rightColumn{float:left;width:25%;margin-top:24px;}
#boxHome .widget-4{margin-top:6px}
#boxHome .widgets-6 #widget-3{margin-top:12px}
#boxHome .widgets-6 ul li{list-style:none;text-align:center;margin:4px 0}
#boxHome .widgets-6 ul li .description{display:none}
#boxHome .rightColumn strong{margin:0 0 6px 14px}

/* PAGE */
#page{position:relative;float:left;width:96%;margin:0 2% 1%;text-align:left;}
#page h1{margin:30px 0 15px;color:#fff;font-size:1.438em;font-weight:normal;}
#page h2{color:#FF7C00;font-size:1.25em;font-weight:normal;}
#page h3{font-size:1.125em;font-weight:normal;}
#page h4{font-size:1.063em;font-weight:normal;}
#page .msg.error h1{margin-top:15px;color:#fff;}
#page .msg.error.panel h1{margin:0;font-size:1em;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{margin:10px 0 0;}
#page nav.breadcrumb a{color:#B2B2B2;font-size:0.875em;text-decoration:none}
#page nav.breadcrumb a:hover{color:#fff}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;}
#page div.content > ul, #page div.content > ol{padding:0 0 0 30px;}
#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:0px;}

#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);}
#content li img:hover{opacity:0.8;}
/* list global */
.images-1, .images-2, .images-3, .images-4,.images-6, .images-7, .images-8, .images-9{list-style:none;}
.images-1 li, .images-2 li, .images-3 li, .images-4 li, .images-6 li, .images-7 li, .images-8 li, .images-9 li{margin:10px 0;background:inherit;text-align:center;}
.images-1 p, .images-2 p, .images-3 p, .images-4 p, .images-6 p, .images-7 p, .images-8 p, .images-9 p{max-width:250px;margin:0 auto;color:#EE7C02;font-size:0.875em;}
#content div.content .images-3, #content div.content .images-4, #content div.content .images-6, #content div.content .images-7, #content div.content .images-8, #content div.content .images-9{padding:0;}
/* list custom */
.images-1{clear:left;float:left;margin:9px 20px 0 0;}
.images-2{clear:right;float:right;margin:8px 0 0 15px;}
.images-3, .images-4, .images-6, .images-7, .images-8, .images-9{clear:both;}
.images-4{padding-top:15px;}
.images-3:after, .images-4:after, .images-6:after, .images-7:after, .images-8:after, .images-9:after{content:'';display:table;clear:both;}
.images-3 li, .images-4 li, .images-6 li, .images-7 li, .images-8 li, .images-9 li{float:left;width:33%;}
.images-3 li:nth-child(3n+1), .images-4 li:nth-child(3n+1), .images-6 li:nth-child(3n+1), .images-7 li:nth-child(3n+1), .images-8 li:nth-child(3n+1), .images-9 li:nth-child(3n+1){clear:left;}
#content div.content .images-3, #content div.content .images-4, #content div.content .images-6, #content div.content .images-7, #content div.content .images-8, #content div.content .images-9{clear:none;margin:10px 0;}

/* FILES LIST STYLES */
#content .files-list{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;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:#EE7C02;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;font-family:Verdana;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 */
/* global */
.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:100%;margin:6px 0;padding:0;}
.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% 4px;}
.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:#C3E131;font-size:0.938em;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:#EE7C02;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:0.938em;line-height:1.1em;}
.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;}
/* custom */
.pages-4 time{display:block;padding:0 2.5% 5px;color:#6e6e6e;}
.pages-5{clear:both;}
.pages-5:after{content:'';display:table;clear:both;}
.pages-5 li{clear:none;float:left;width:23%;margin:15px 1%;padding:20px 0 15px;border-top:5px solid #e8eaee;text-align:center;}
.pages-5 li:nth-child(4n+1){clear:left;}
.pages-5 li .image, .pages-list .image{margin:0 0 5px;}
.pages-5 h2, .pages-list h2{padding:0 0 10px;}
.pages-5 h2, .pages-5 h2 a, .pages-list h2, .pages-list h2 a{color:#cc1426;font-size:1.063em;font-weight:normal;background:none;text-decoration:none;}
.pages-5 h2 a:hover, .pages-list a:hover{color:#EE7C02;background:none;text-decoration:underline;}
.pages-5 div.description, .pages-list div.description{margin:5px 2.5% 0;font-weight:normal;font-size:1em;line-height:1.4em;}

.pages{clear:both;padding:8px 0;text-align:right;}
.pages ul, .pages li{display:inline;}
.pages li{padding:0 2px;}
.pages a, .pages strong{padding:0 3px;}

/* SITE MAP */
#site-map{clear:left;margin:10px 0;list-style:none;}
#site-map > li{padding:8px 0;}
#site-map > li > a{font-weight:bold;}
#site-map ul{padding:3px 0 3px 30px;list-style:none;}
#site-map ul li{padding:3px 0;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;color:#fff;font-size:1.083em;border:1px solid #606060;border-radius: 15px;background: #090909;}
#foot .container{padding:6px 25px;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#fff;text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#foot a.rr{color:#fff;text-decoration:none;font-size:0.75em;padding-right: 10px; padding-top: 2px;}
#foot a.rr:hover{text-decoration:underline;}
#foot .copy{float:left;font-size:0.875em;}
#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;width:100%;text-align:right;padding-top:12px}
#powered img{clear:both;width:192px;height:26px;float:right;}
#powered a{font-weight:bold;color:#fff;float:right;}
#powered a:hover{border-color:#fff;}
#powered strong{font-size:0.875em;font-weight:normal;padding:0 4px 6px 0;float:right}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  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-form, #foot .options{display:none;}
}

/* PLUGINS */
#page .event-dates{float:right;margin-top:-35px;font-size:0.938em;color:#6e6e6e;}
#page .event-to{margin-left:25px;}
/* for subpages list only */
#page ul[class^="pages-"] .event-dates{padding:0 2.5% 10px;}
#page ul[class^="pages-"] .event-dates time{display:inline;padding:0;}

/* DROP DOWN MENU */
#header .menu-1 > ul{line-height:1.5em;}
#header .menu-1 li{position:relative;}
#header .menu-1 li a,#header .menu-1 li strong{margin:0;color:#000;border:0;font-weight:normal;cursor:pointer}
#header .menu-1 li:hover, #header .menu-1 .selected, #header .menu-1 .selected-parent{background:#EE7C02;transition:all 0.5s ease;}
#header .menu-1 li a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a,#header .menu-1 li strong:hover{color:#fff;}

#header .menu-1 ul ul{display:none;position:absolute;top:2.7em;left:0px;z-index:10;height:auto;white-space:nowrap;background:#EE7C02;}
#header .menu-1 ul ul li a:hover{background:#D56E00}
#header .menu-1 > ul > li:hover > ul{display:block;}
#header .menu-1 ul ul li{clear:left;display:block;margin-left:0;width:100%;}
#header .menu-1 ul ul li:first-child a{padding-left:14px}
#header .menu-1 ul ul li a{width:100%;margin:0;font-size:0.9em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;}
#header .menu-1 > ul > li > ul > li{border-top:1px solid #D56E00;}

#header .menu-1 > ul > li > ul > li > ul{top:0;left:100%;border-left:5px solid #cc1426;}
#header .menu-1 > ul > li > ul > li:hover ul{display:block;}
#header .menu-1 ul ul ul li{border-bottom:1px solid #fff;}
#header .menu-1 ul ul ul li a{font-size:0.875em;}


/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1023px){
  body, body#page1{background:#000}
  #container{width:96%;background:#000 url('img/bg-tab.jpg') left top no-repeat;background-size:1000px auto;}
  #header .menu-2 li a{font-size:1.25em;padding:28px 0px 12px 10px;}
  #header .menu-1 ul{margin-top:5px}
  #header .menu-1 li a, #header .menu-1 li strong{padding:11px 12px 9px;font-weight:bold;font-size:0.75em;}
  #header .menu-1 ul ul li a{font-size:0.75em;}
  #header .menu-1 ul ul{top:2.4em;}
  #header .menu-1 li:first-child{margin-left:8px;}

  #boxHome .movies{display:none}
  #boxHome .news{width:70%}
  #boxHome .news strong{padding-left:14px}
  #boxHome .rightColumn{width:30%}

  #content li img{width:90%}
}
@media screen and (max-width:856px){
  #container{width:97%;background:#000 url('img/bg-smart.jpg') left top no-repeat;background-size:1000px auto;}
  #search-form{display:none}
  #searchResponsive{float:right;width:52px;height:50px;background:url('img/search_r.png') no-repeat center 8px;padding:0 10px;cursor:pointer;margin: 6px 8px;}
  #head2{border:1px solid #606060;border-radius: 15px;margin-bottom:10px;height:52px;}
  #menuResponsive{float:right;width:38px;height:46px;background:url('img/menu_smart.png') no-repeat center left;cursor:pointer;padding:6px 10px 0 10px;}
  #fb{display:block;float:right;margin:12px 20px 0 0}
  #search-form{position:absolute;width:90%;margin:10px 0;text-align:center;top:0}

  #header .menu-1{float:left;top:188px;position:absolute;list-style:none;width:100%;display:none;background:#1D1D1D;z-index:99;left:2px;}
  #header .menu-1 > ul{width:99%;display:block;border:1px solid #606060;border-radius: 15px;height:100%;background:#090909;overflow: hidden;}
  #header .menu-1 ul{margin:0}
  #header .menu-1 li{width:100%;border-top:1px solid #c2beb1;margin:0}
  #header .menu-1 li:first-child{border-top:0}
  #header .menu-1 li a, #header .menu-1 li strong{color:#fff;border-left:0;border-right:0;padding:14px 0 14px 20px;font-size:0.938em;}
  #header .menu-1 li a:hover, #header .menu-1 li strong:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{background:none}
  #header .menu-1 ul ul{position:relative;top:0;width:100%;background:#1D1D1D}
  #header .menu-1 > ul > li:hover > ul{display:none;}
  #header .menu-1 ul ul li a{padding:14px 0 9px 50px;color:#f6a12c;list-style:none;font-size:0.938em;}
  #header .menu-1 ul ul li, #header .menu-1 ul ul li:hover{background:none}
  #header .menu-1 ul li:first-child:hover, #header .menu-1 .selected:first-child, #header .menu-1 .selected-parent:first-child{border-radius:15px 15px 0 0}
  #header .menu-1 ul li:first-child{margin-left:0}
  #header .menu-1 li:first-child a{padding-left:20px;}
  #header .menu-1 ul ul li:first-child a{padding-left:50px;border-radius:0}
  #header .menu-1 > ul > li > ul > li{border-top: 1px solid #c2beb1;}
  #header .menu-1 ul li.selected:first-child{border-radius:0}
  #instagram{top: 10px;right: 0;position: relative;float:right}
  #content .files-list li{width:90%}
}
@media screen and (max-width:810px){
  #header .menu-2{float:left;width:100%;margin-top:8px}
  #header .menu-2 li{width:32%;margin:0}
  #header .menu-2 li:nth-child(1){margin-right:12px}
  #header .menu-2 li:last-child{margin-right:0;float:right}
  #boxHome .widgets-6 ul li img{width:90%}
  #boxHome .news strong{padding-left:3%}
}
@media screen and (max-width:660px){
  #header .menu-2 li a{font-size:1.063em}
  #header .menu-2 li:nth-child(1){margin-right:9px;}
	#page div.content div img{max-width:90%;height:auto}
}
@media screen and (max-width:540px){
  #header .menu-2 li{width:100%;margin:4px 0}
  #header .menu-2 li a{padding:8px 0px 6px 10px;float:left;width:initial;}
  #header .menu-2 li strong a{padding:8px 0px 6px 10px;}
}
@media screen and (max-width:480px){
  #boxHome .rightColumn strong{margin: 0 0 6px 10px;}
}
@media screen and (max-width:400px){
  #logo{width:100%;text-align:center;margin:8px auto}
  #logo img{width: 190px;}
  #logo #title{float:none;margin:0}
}
@media screen and (max-width:320px){
  #boxHome .rightColumn{margin-top: 28px;}
  #boxHome .rightColumn strong{margin:0 0 6px 0px;}
  #container{background-size: 900px auto;}
  #boxHome .rightColumn strong{font-size:0.875em}
}

/* film */ 

@media screen and (max-width:1920px){ 
	.vidbg-container {
			position: relative;display:block;
			z-index: 0;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			height:500px;overflow: hidden;width:100%
	}

	audio, canvas, progress, video {
			display: inline-block;
			vertical-align: baseline;
			margin-top:-280px
	}

}
@media screen and (max-width:1400px){ 
	.vidbg-container { height:500px; }
	audio, canvas, progress, video { margin-top:-150px }
}
@media screen and (max-width:1024px){ 
	.vidbg-container { height:500px; }
	audio, canvas, progress, video { margin-top:-60px }
}
@media screen and (max-width:1023px){ 
	.vidbg-container { height:auto; }
	audio, canvas, progress, video { margin-top:0 }
}
