/* Quick.Cms.Ext v6.x default stylesheet */

@font-face {
    font-family: 'bebas';
    src: url('fonts/bebasneue_bold-webfont.eot');
    src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'bebas';
    src: url('fonts/bebasneue_thin-webfont.eot');
    src: url('fonts/bebasneue_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_thin-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_thin-webfont.woff') format('woff'),
         url('fonts/bebasneue_thin-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_thin-webfont.svg#bebas_neuethin') format('svg');
    font-weight: 300;
    font-style: normal;

}


/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:#313131;font-size:1em;font-family:Roboto, sans-serif;font-weight:400;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background:#fff;text-align:center;width:100%;height:100%;}

input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#bebcbc;font-family:Roboto, sans-serif;font-size:1em;border-radius:20px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus{border-color:#00679a;}
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:0px;border-style:solid;background:#313131;color:#fff;transition:all 0.3s ease;font-family:Roboto, 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:#FEFEFE;cursor:pointer;border:1px solid #313131;color:#313131;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:300;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;font-size:100%;font:inherit;vertical-align:baseline;}

a{color:#313131;text-decoration:underline;}
a:hover{color:#666;text-decoration:underline;}
a:visited{}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px auto;background:#313131 url('img/info.png') no-repeat 10px center;color:#fff;font-size:1.5em;width:50%;text-align:center}
.msg.done h2, .msg.error h2{text-align:center}
.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:#313131;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

.edit a{position:relative;right:10px;z-index:199;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;margin:10px 20px;}
.edit a:hover{background-position:0 -21px;}


#container{position:relative;width:100%;margin:0 auto;text-align:left;background-color:#FEFEFE}
#container:after{content:"";display:table;clear:both;}
#header{padding-bottom:62px;}
.home #header{min-height: 100%;width: 100%;float: left;display: table;height: 100%;background-size: cover;margin:0;padding-bottom:0;}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#body img{max-width:100%;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0;left:0;}
#skiplinks a{position:absolute;top:-500px;left:0;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%;position:absolute;z-index:9999;background:#000;}
.home #head1{background: #FEFEFE;}
#head1 .container{width:1200px;margin:auto;}
#logo{position:relative;z-index:999;float:left;}
#logo #title{padding:0;}
#logo img{width: 225px;}
#logo_start{position:relative;z-index:999;}
#logo_start img{width:300px;}
#slogan{font-size:2em;position:relative;z-index:999;color:#fff;}

#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{float:left;height:30px;padding:5px 3%;}
#search-form input[type="text"]{min-width:100px;width:78%;background:#fff;color:#313131;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;}
#search-form button{width:20%;background:#313131 url('img/search.png') no-repeat center center;color:transparent;border-top-left-radius:0;border-bottom-left-radius:0;line-height:0.8em;}
#search-form button:hover, #search-form button:focus{background-color:#00679a;transition:all 0.5s ease;}

/* HEADER WITH TOP MENU */
#head2{float: none;width: 100%;height:100vh;display: table-cell;vertical-align: middle;background-size: cover !important;background-position: center;position: relative;}
#head2 .container{}
#head2 #bg {position: absolute;left: 0px;top: 0px;min-width: 100%;min-height: 100%;height: auto;z-index: 0;max-width:100%;}


/* MENU TOP */
#header .menu-1{float:right;}
#header .menu-1 ul{float:left;width:100%;height:100%;margin:12px 0 0;list-style:none;}
#header .menu-1 li{position:relative;float:left;padding:0;margin:0 10px;}
#header .menu-1 a{float:left;width:100%;color:#fff;font-size:1.25em;text-decoration:none;background:transparent;padding:7px 20px;border-radius:20px;}
#header .menu-1 a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#313131;background:#fff;transition:all 0.5s ease;border-radius:20px;}

.home #header .menu-1 a{color:#676767;}
.home #header .menu-1 a:hover, .home #header .menu-1 .selected a, .home #header .menu-1 .selected-parent a{color:#fff;background:#000;}

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;overflow:hidden;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#parallaxTop{height:500px;background-size:cover;background-position:center center;}
#parallaxTop::after{content: '';height: 640px;position: absolute;width:1200px;    right: 50%;margin-right: -100px;top: 	50px;}

#page{position:relative;float:left;width:100%;text-align:left;background-color:#FEFEFE}
#page5 #page, #page555 #page, #page660 #page, #page673 #page {background:none}

.pageFestivals #page{border-top:1px solid #bbb}
#page h1{width:1150px;margin:15px auto 25px;color:#313131;font-size:2.875em;font-weight:300;max-width:100%;}
#page h1 span{clear:left;color:#bbb;font-size:0.7em;}
#page h1 .pageLink{float:right;position:relative;margin-top: 10px;text-decoration:none;font-size:16px;text-transform:lowercase;color:#3a3746;font-weight:500;}
.aboutUs #page h1 .pageLink{margin-top: -20px;}
#page h1 .pageLink::before{content:'';width:21px;display:block;position:absolute;height:21px;top:-2px;left:-30px;background:#000;border-radius: 50%;}

#page .hContainer{width:1150px;margin:auto;}
#page .hContainer h1{float:left;margin-left: -25px;}

#page.product h1, #page.product h2{font-size:2.063em;font-weight:normal;}
h2{font-size:2.063em;font-weight:normal;text-align:left;margin:30px 0;}
#page.product h2{margin:30px 0;}

.whatWeDo #page h1{float:left;clear:none;width:50%;padding:0 50px;font-size:3.438em;margin:80px 0 25px;text-align:left;color:#4b4b4b;font-weight:300;}
.whatWeDo #page h1 b{font-weight:700;}
.aboutUs #page h1{width:1000px;}
.aboutUs #page h2{width:1000px;}

.productions #page h1{font-size:2.063em;text-transform:lowercase;}
.productions .pages-6 time{display:none;}

#page .msg.error h1{margin-top:15px;color:#fff;}
#page .msg.error.panel h1{margin:0;font-size:1em;}

#page .container{width:1200px;margin:auto;clear:both;}
.aboutUs .container{width:100%;margin:auto;clear:both;}
#page.product .container{width:1000px;margin:auto;}

#page .parallax-window, #page .static{height:600px;background-position:center;}

/* PAGE - BREADCRUMB (navigation path) */
#page nav.breadcrumb{width:1200px;margin:40px auto 0;text-transform:lowercase;font-size:1em;font-weight:400;}
#page nav.breadcrumb a{text-decoration:none;font-weight:bold;}
#page nav.breadcrumb a:hover{}

#page nav.breadcrumb{}
#page.product nav.breadcrumb{display:block;}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;width:1200px;margin:auto;max-width:100%;}
#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;} */ /* Uncomment if necessary */
#page div.content > ul li, #page div.content > ol li{margin:8px 0;padding:0;}
#page div.content > h2, #page div.content > h3{font-size:1.5em;line-height:1.75em;font-weight:300;}
#page div.content > h3{font-size:1.25em;}
#page div.content > p{padding-bottom:10px;line-height: 1.2em;}

.whatWeDo #page div.content{width:50%;float:left;padding:0 50px;box-sizing:border-box;}

.whatWeDo #page .container{width:1200px;}

#page div.contentShort{margin:0 0 30px;}
#page div.contentFull{margin:50px 0;}

#page ul.options{position:fixed;top:0px;left:0px;float:left;margin:0 10px 20px 0;list-style:none;z-index:9999;background-color:#fff;}
#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{display:none;}

/* IMAGES STYLES */
/* global */

#content li img{ }
.pages-6 li img{    border-radius: 50%;}
.pages-3 li img{    border-radius: 50%;margin-top:50px;margin-bottom:50px;}
#content li img:hover{opacity:1;}

.parallax{float:left;clear:both;width:100%;}
.parallax img{width:100%;}
#page141.parallax img{width:100% !important;}

#page6.parallax{position:relative;}
#page6.parallax::after{content: '';height:100%;background: url('img/mmedia.svg') no-repeat center bottom;position: absolute;width:100%;bottom:-40px;background-size: 750px;}

#page74.parallax{position:relative;}
#page74.parallax::after{content: '';height: 640px;background: url('img/motylekmm.svg') no-repeat center bottom;position: absolute;width:100%;bottom:100px;background-size: 350px;}
#page15.parallax{position:relative;}
/*#page15.parallax::after{content: '';height: 640px;background: url('img/konc.png') no-repeat center right;position: absolute;width:1200px;    right: 35%;margin-right: -100px;top: 	0px;}*/

#page141.parallax{height: 550px;}
/* list global */
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{text-align:center;line-height:0;}
ul[class*='images-'] p{margin:0 auto;color:#fff;font-size:0.875em;position:relative;top:-10px;}
#content div.content .images-3, #content div.content .images-4{padding:0;}
/* list custom */
.images-1{clear:left;float:left;padding:0px !important;margin-right:20px;margin-bottom:10px;}
.whatWeDo .images-1{margin-right:0px;margin-bottom:0px;}
.product .images-1{margin:0 20px 0 0;}
.images-1 li{margin:0px !important;}
.images-2{clear:right;float:right;margin:8px 0 0 15px;}
.images-3, .images-4{clear:both;}
.images-4{padding-top:15px;width:1200px;margin:auto;padding-bottom: 50px;}
.aboutUs .images-4{padding-top:15px;width:1000px;margin:auto;}
.galleryHead{width:1200px;margin:auto;padding-top:10px;clear:both;font-size:2.063em;text-transform:lowercase;font-weight:normal;}
.aboutUs .galleryHead{width:1000px;margin:auto;clear:both;font-size:2.063em;text-transform:lowercase;font-weight:normal;}
.product .images-4{width:1000px;margin-bottom: 50px;}
.images-3:after, .images-4:after{content:'';display:table;clear:both;}
.images-3 li, .images-4 li{float:left;width:25%;}
.images-3 li:nth-child(4n+1), .images-4 li:nth-child(4n+1){clear:left;}
#content div.content .images-3, #content div.content .images-4{clear:none;}

/* FILES LIST STYLES */
.files-list{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9em;}
.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;}
.files-list p{display:inline;color:#313131;font-style:italic;}
.files-list p:before{content:" - ";}
.files-list .zip{background-position:0 0;}
.files-list .xml{background-position:0 -20px;}
.files-list .xls{background-position:0 -40px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background-position:0 -100px;}
.files-list .sys{background-position:0 -120px;}
.files-list .swf{background-position:0 -140px;}
.files-list .psd{background-position:0 -160px;}
.files-list .pps{background-position:0 -180px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background-position:0 -240px;}
.files-list .nn{background-position:0 -260px;}
.files-list .eml{background-position:0 -280px;}
.files-list .media{background-position:0 -300px;}
.files-list .fla{background-position:0 -320px;}
.files-list .exe{background-position:0 -340px;}
.files-list .chm{background-position:0 -360px;}
.files-list .cdr{background-position:0 -380px;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;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;}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;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 .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{margin:0;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;display:block;width:50%;top:15%;height:70%;margin:0px;color:#fff;font-family:Verdana;z-index:100;opacity:0.15;text-decoration:none;}
#quick-box .prev span, #quick-box .next span{position:absolute;top:47%;left:0;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0;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:0;}
#quick-box .next{right:0;}
#quick-box .close{position:absolute;top:0;right:0;padding:0 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 */
[class*="pages-"]{float:left;width:100%;margin:0px 0;list-style:none;}
[class*="pages-"] .container{width:1200px !important;margin:auto;}

.pages-list .tags{width:auto;float:right;list-style:none;clear:right;}
.pages-list .tags li {width: 100px;;text-align: center;}
.pages-list .tags li a{text-decoration:none;font-size: 0.7em}

.pages-list li{clear:left;float:left;width:100%;margin:0px 0;padding:0px 0 0px;padding: 10px 0 20px;border-bottom: 1px solid #eee;}
.pageFestivals .pages-list li:nth-child(even){background:#fbfbfb;}
.pages-list li .image{float:left;margin:0 2.5% 0px;}
.pageFestivals .pages-list li .image{float:left;margin:0 2.5% 0px;min-height: 170px;min-width:200px;}
.pages-list h2{padding:0 0 10px;font-size:1.563em;font-weight:300;color:#313131;}
.pages-list h2 a{color:#313131;background:none;text-decoration:none;}
.pages-list h2 a:hover{color:#313131;background:none;text-decoration:underline;}
.pages-list div.description{margin:5px 0 0;font-weight:300;font-size:1em;line-height:1.4em;}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:0px 0 0 4%;padding:0;list-style:disc;}
.pages-list li li{padding:0;border:0;background:none;}
.pages-list li ol{list-style:decimal;}
.pages-list p, .pages-5 p{padding-bottom:10px;}
/* custom */



.pages-3 li{border-top:0px solid #aaa;padding:0;}
.pages-3 li:nth-child(2n+1){background:#f6f6f6}
.pages-3 .description li{background:none !important;}
.pages-3 li:last-child{border-bottom:0px solid #616161;}
.pages-3 li .image{line-height:0;margin:0;width:50%;}
.pages-3 li h2{float:left;width:50%;margin:50px 0 0 0;padding:0 50px;box-sizing:border-box;color:#121212;font-size:2.063em;}
.pages-3 li h2 a{color:#121212;}
.pages-3 li h2 a:hover{text-decoration:none;}
.pages-3 li div.description{float:left;width:50%;margin:0;padding:25px 50px;box-sizing:border-box;font-size:1.063em;font-weight:400;}
.pages-3 li .moreContainer{text-align:right;margin-right:100px;}
.pages-3 li .more{padding:10px 15px;margin-left:15px;text-decoration:none;text-transform:lowercase;color:#fff;background:#313131;font-weight:400;border-radius:20px;}
.pages-3 li .more:hover{color:#313131;background:#fff;border: 1px solid #313131;}
.pages-3 li:nth-child(2n+2) .more{background: #000;color:#FEFEFE;border: 1px solid #313131;}
.pages-3 li:nth-child(2n+2) .more:hover{background: #FEFEFE;color:#000;border: 1px solid #313131;}

.pages-50 li{width:100%;float:left;margin-bottom:100px;}
.pages-50 li .container{width:1000px !important;margin:auto;}
.pages-50 li h2{float:left;width:100% !important;font-size:2.063em;font-weight:300;margin:30px 0 50px;}
.pages-50 li h2 a{text-decoration:none;}
.pages-50 li h2 a b{font-weight:700;}
.pages-50 li div.description{float: left;    width: 100%;    font-size: 1em;    padding: 20px;    line-height: 1.3em;}
.pages-50 .vimeoFrame{clear:both;}
.pages-50 .vimeoFrame iframe{max-width:100%;}
.pages-50 .moreContainer{text-align:center;padding:20px 0;clear:both;}
.pages-50 li .more{padding:10px 15px;margin-left:15px;text-decoration:none;text-transform:lowercase;color: #FEFEFE;background:#313131;font-weight:400;border-radius:20px;}
.pages-50 li .more:hover{background:#FEFEFE;color:#000;border:1px solid #313131;}
.pages-50 li .right{float:right;width:50%;}
.pages-50 li .left{float:left;width:50%;}

.pages-4 time{float:right;background:#313131;padding:2px 10px;color:#fff;font-size:1.250em;margin-bottom:10px;width:100px;text-align:center;}
.pages-4 time i{font-weight:bold;}
.pages-4 .industry{border: 1px solid red;}
li time{float:right;background:#313131;padding:2px 5px;color:#fff;font-size:1;width:120px;text-align:center;margin-left:30px;}
li time{float:right;background:#313131;padding:2px 5px;color:#fff;font-size:1;width:120px;text-align:center;margin-left:30px;}
li time i{font-weight:bold;}
.pages-4 .container{width:1100px !important;}
.pages-4 li h2{font-size:1.625em;font-weight:500;}
.pages-4 li h2 a{padding-top:10px;}
.pages-4 li h2 a:hover{text-decoration:none;color:#666}
.pages-4 .more{display:none;}
.pages-4 .festival{width:100%;color:#9b9b9b;font-size:0.9em;font-weight:bold;margin-bottom:0px;padding:0;position: relative;    top: 27px;}


.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;text-align:center;}
.pages-5 li .image{margin:0 0 5px;}
.pages-5 h2{padding:0 0 10px;}
.pages-5 h2, .pages-5 h2 a{color:#313131;font-size:1.063em;font-weight:300;background:none;text-decoration:none;}
.pages-5 h2 a:hover{color:#313131;background:none;text-decoration:underline;}
 @media screen and (min-width:801px){ .pages-5 li:nth-child(4n+1){clear:left;} }

.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;}

/* YOUTUBE LINKS */
.youtube{width:1000px;height:561px;padding:1px;}
.vimeoFrame{width:1000px;margin:auto;max-width:100%;}
.vimeo{width:1000px;height:561px;padding:1px;margin:auto;}
.videoGallery ul.pages-list {width:1200px;margin:0 auto;float:none;}
.videoGallery .pages-list li{width:49%;clear:none;float:left;}
.videoGallery .pages-list li .container h2{width:50%;}
.videoGallery .pages-list li .container .description{width:50%;}
video #bg{width:100%;background:cover;}
/* SITE MAP */
#site-map{lear: left;margin: 10px auto;list-style: none; width: 1100px; padding: 0 50px;}
#site-map > li{padding:8px 0;width:25%;float:left;}
#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:#313131;font-size:0.750em;border-top:1px solid #aaa;}
#foot .container{padding:22px 25px;background:#fff;}
#foot .container:after{content:"";display:table;clear:both;}
#foot em{font-style:normal;font-weight:700;}
#foot a{text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#foot .copy{color:#313131}
#foot .options{float:right;}
#foot .options ul{list-style:none;}
#foot .options li{float:right;margin-left:25px;}
#foot .options a{display:block;width:16px;height:16px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;background:url('img/options.png') no-repeat center 0;}
#foot .options .print a:hover{background-position:center -16px;}
#foot .options .back a{background-position:center -32px;}
#foot .options .back a:hover{background-position:center -48px;}

#powered{clear:both;width:100%;margin-bottom:40px;text-align:center;}
#powered a{display:inline-block;width:192px;height:26px;}
#powered a:hover{border-color:#fff;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}

.form-full{clear:both;width:1100px;margin:25px auto 0;}
.form-full dt{padding:0 0 7px;}
.form-full dd{margin-bottom:20px;}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"], .form-full textarea{width:99%;padding:7px;font-size:1em;}
.form-full .save{text-align:center;}
.form-full .save input{padding:7px 14px;text-transform:lowercase;letter-spacing:1px;border-radius:20px;}
.captcha input[type="text"]{min-width:60px;width:6%;}
.captcha strong{font-weight:bold;}
.captcha em{font-style:normal;font-weight:bold;}
.captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}

@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;width:100px;}
  #logo #title a{font-size:2em;}
  #header .menu-1{margin-top:0.3cm;}
  #header .menu-1 li a{padding:0.1cm 0.2cm;border:0;border-right:1px solid #000;font-size:1em;}
  #header .menu-1 .selected a, #header .menu-1 .selected-parent a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  #header .menu-1 li:hover:after, #header .menu-1 .selected:after, #header .menu-1 .selected-parent:after, #search-form, #foot .options{display:none;}
}

/* RESPONSIVE WEB DESIGN - media queries */
  @media screen and (max-width:1199px){
    #container{width:95%;}
    #head1{height:auto;}
    #logo #title a{font-size:2em;}
    #content .files-list li{width:80%;margin-left:15px;padding-left:30px;}
    #body ul[class*='images-'] img{max-width:95%;}
  }
  @media screen and (max-width:800px){
    #logo{padding:20px 3%;}
    #search-form{float:left;clear:left;width:100%;margin:0;padding:15px 3%;text-align:left;background:#e8eaee;}
    #search-form input[type="text"]{width:80%;}
    #header .menu-1{float:left;}
    .pages-5 li{width:48%;}
    .pages-5 li:nth-child(2n+1){clear:left;}
  }

  @media screen and (max-width:480px){
    #foot .copy, #foot .options{width:100%;}
    #foot .options li{float:left;margin:15px 25px 0 0;}
  }

  @media /* High px density (mostly mobile) - so you can magnify something */
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx){
    #quick-box .close{padding:5px 10px 7px;font-size:1.5em;}
    #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
  }

/* PLUGINS */

/* PAGES PRODUCTS */
div.price{padding:5px 0;color:#313131;font-size:1em;font-weight:300;}
div.price em{padding-right:4px;font-style:normal;}
div.price strong{font-size:1.125em;font-weight:bold;color:#313131;}
div.price.bigger strong{padding:0 2px;font-size:1.222em;}
div.price span{padding-left:4px;}

#page > .price{padding-bottom:10px;color:#313131;font-size:1.125em;}

.pages-6 li{float:left;width:30%;padding-bottom:100px;margin-left:2%;}
.pages-6 li:nth-child(3n+1){clear:left;}
.pages-6 .container{width:100% !important;}
.pages-6 .image{margin-bottom:5px;text-align:center;}
.pages-6 h2{margin:0 auto;text-align:center;font-size:1.625em;padding:0 25px;height:30px;line-height:1em;}
.pages-6 h2.alter{margin-bottom:0px;margin-top:30px;}
.events .pages-6 h2{margin:0px 0 20px;}
.pages-6 h2 a{color:#313131;text-decoration:none;}
.pages-6 h2 a:hover{color:#313131;}
.pages-6{width:1200px;margin:auto;float:none;}
.pages-6 .moreContainer{text-align:center;}
.pages-6 .description{padding:0 20px;min-height:140px;font-size:15px;color:#696969;font-weight:300;}
.pages-6 .more{clear:both;padding:10px 15px;margin-left:15px;text-decoration:none;text-transform:lowercase;color:#fff;background:#313131;font-weight:400;}
.pages-6 .more:hover{color:#313131;background:#fff;border: 1px solid #313131;}
.pages-6 .alterTitle{margin-bottom:20px;color:#999;padding:0 25px;text-transform:lowercase;text-align:center;}
.festival{padding:0 20px;color:#bfbfbf;font-size:0.875em;height:17px;}


/* COMMENTS */
#comments{float:left;width:100%;margin:25px auto 0;padding-top:25px;border-top:1px solid #bebcbc;padding-bottom:50px;padding: 0 5% 50px;}
#comments h2.comments{float:none;margin-bottom:10px;padding:15px 40px;color:#313131;font-size:2em;font-weight:400;width:1200px;margin:0 auto;}
#comments article{clear:left;width:1200px;margin:10px auto;}
#comments header{float:left;margin-bottom:10px;margin:0 auto;padding:0px 40px;}
#comments h3{font-size:1em;color:#313131;margin:10px auto 0;padding:10px 40px 0;float:none;text-align:center}
#comments time{color:#888;font-size:0.7em;margin:0px 0;text-align:center}
#comments p{float:right;margin-bottom:25px;font-weight:300;font-size:0.875em;line-height:1.4em;width:80%;padding:0px 70px;}
#comments .msg{float:none;width:70%;margin:30px auto 50px;}

#comments-form legend{padding-bottom:25px;font-size:1.25em;color:#313131;}
@media screen and (max-width:1023px){
  #comments .msg{background-image:none;}
  #comments-form, #comments-form *{box-sizing:border-box;}
}

/* RELATED PAGES */

#pages-related{clear:both;margin-top:50px;width:1000px;margin:0 auto;}
#pages-related:after{content:'';display:table;clear:both;}
#pages-related .pages-list *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#pages-related .pages-list li{border-bottom: 0px solid #eee;}
#pages-related > h2{width:1000px;margin:0 auto;padding-top:10px;color:#313131;font-size:2em;font-weight:300;}
#pages-related .pages-list li .description ul li{text-align:left;margin:0;padding:0;margin-left:10%;}
#pages-related .pages-list li{clear:none;width:100%;margin:5px 0 15px 2%;padding:0px;}
#pages-related .pages-list .image{margin-bottom:5px;text-align:left;}
#pages-related .pages-list li h2{display:none;}
#pages-related .pages-list li h2 a:hover{color:#313131;}
.modify-info{clear:both;padding-top:10px;list-style:none;font-size:0.875em;}
.modify-info li{padding:5px 0;}
.modify-info .value{font-weight:bold;}

/* PAGES FEATURES */
#features{margin:0 0 15px;min-width:250px;border-collapse:collapse;font-size:1em;}
#features caption{padding:5px;background:#313131;color:#fff;text-align:center;font-weight:bold;display:none;}
#features tbody td, #features tbody th{float:left;background:#fff;font-weight:300;text-align:left;}
#features tbody th{font-size:1em;text-transform:lowercase;}
#features tbody td{font-size:1em;font-weight:bold;color:#696969;margin-left:5px;text-transform:lowercase;}
#features tbody tr:nth-child(even) td, #features tbody tr:nth-child(even) th{}


@media screen and (max-width:460px){
  .youtube{max-width:100%;height:240px;}
}

/* TAGS */
#tags{list-style:none;display:none;}
#tags li{display:inline-block;}
#tags a{display:inline-block;margin:0 5px;padding:3px 6px 3px 21px;background:url('img/tag.png') no-repeat 2px 4px;border:1px solid #e8eaee;}
#tags a:hover{color:#313131;}
#tags li.head a{margin:0;padding-left:0;border:0;}

/* GALLERIA */
.images-7{clear:left;height:450px;}
.images-7 .galleria-stage{height:360px;}
.images-7 .galleria-thumbnails .galleria-image{}
.images-7 .galleria-counter{padding:5px;background:#313131;}
.images-7 .galleria-thumb-nav-left, .images-7 .galleria-thumb-nav-right, .images-7 .galleria-info-link, .images-7 .galleria-info-close, .images-7 .galleria-image-nav-left, .images-7 .galleria-image-nav-right{}

/* DOWNLOAD LIST */
#download-list{width:100%;margin:15px 0 5px;}
#download-list td{padding:7px 12px;}
#download-list thead{text-align:center;}
#download-list thead a{font-weight:bold;}
#download-list tbody .name a:first-child{position:relative;padding-left:26px;}
#download-list tbody .name a:first-child:before{content:'';position:absolute;left:0px;width:16px;height:20px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
#download-list tbody p{margin:5px 0 0 26px;color:#777;font-size:0.938em;}
#download-list tbody .size, #download-list tbody .date-file{width:17%;max-width:170px;text-align:center;vertical-align:middle;font-size:0.938em;}
#download-list tbody .size{text-align:right;}
#download-list tbody .size abbr{font-style:italic;color:#777;}
#download-list tbody .zip .name a:first-child:before{background-position:0 0;}
#download-list tbody .xml .name a:first-child:before{background-position:0 -20px;}
#download-list tbody .xls .name a:first-child:before{background-position:0 -40px;}
#download-list tbody .web .name a:first-child:before{background-position:0 -60px;}
#download-list tbody .vcf .name a:first-child:before{background-position:0 -80px;}
#download-list tbody .txt .name a:first-child:before{background-position:0 -100px;}
#download-list tbody .sys .name a:first-child:before{background-position:0 -120px;}
#download-list tbody .swf .name a:first-child:before{background-position:0 -140px;}
#download-list tbody .psd .name a:first-child:before{background-position:0 -160px;}
#download-list tbody .pps .name a:first-child:before{background-position:0 -180px;}
#download-list tbody .png .name a:first-child:before{background-position:0 -200px;}
#download-list tbody .pic .name a:first-child:before{background-position:0 -220px;}
#download-list tbody .pdf .name a:first-child:before{background-position:0 -240px;}
#download-list tbody .nn .name a:first-child:before{background-position:0 -260px;}
#download-list tbody .msg .name a:first-child:before{background-position:0 -280px;}
#download-list tbody .media .name a:first-child:before{background-position:0 -300px;}
#download-list tbody .fla .name a:first-child:before{background-position:0 -320px;}
#download-list tbody .exe .name a:first-child:before{background-position:0 -340px;}
#download-list tbody .chm .name a:first-child:before{background-position:0 -360px;}
#download-list tbody .cdr .name a:first-child:before{background-position:0 -380px;}
@media screen and (max-width:360px){
  #download-list{font-size:0.875em;}
  #download-list td{padding:7px 5px;}
  #download-list tbody p{font-size: 0.875em;}
  #download-list tbody .name a:first-child{padding-left:0px;}
  #download-list tbody .name a:first-child:before{display:none;}
}

/* CONTACT-PANEL */
#ask-about-link{clear: both;     margin: 0 auto 50px; width: 1200px;text-align:right;}
#ask-about-link a{color:#313131;vertical-align:middle;line-height:50px;margin-right: 10px;}
#ask-about-link a:before{float:right;content:'';width:50px;height:50px;margin-right:20px;background:url('img/ask.svg') no-repeat 0px 0px;background-size:50px;}
#ask-about-link a:hover{color:#313131;}
#ask-about-link a:hover:before{background-position:0px 100%;}
.contact-panel{padding:25px 0;}

pre{clear:both;}

#hamburger-menu{float:right;clear:right;display:none;margin-top:10px;}
