/* Quick.Cms.Ext v6.x default stylesheet */

/* 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:#333;font-size:1em;font-family:'Muli', Arial, sans-serif;}
h1,h2,h3,h4{font-size:1em;}

body{padding:0;background:#fff;text-align:center;overflow-x:hidden;}
body#page4 #body{background:#E4E4E4 url('img/bg_map.jpg') no-repeat top center; }


input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea{padding:15px;border-width:1px;border-style:solid;border-color:#ccc;font-family:'Muli', 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:#BF002F;box-shadow:0 0 3px rgba(191,0,47,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:0.4em 0.9em;border-width:0px;border-style:solid;background:#BF002F;color:#fff;transition:all 0.3s ease;font-family:'Muli', Arial, sans-serif;font-size:0.85em;font-weight:700;border-radius:2px;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#f5f5f5;cursor:pointer;color:#BF002F;}
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:#BF002F;text-decoration:underline;}
a:hover{color:#000;text-decoration:underline;}
a:visited{}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#0093dd 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:95%;;margin:0px 2.5%;text-align:left;background:#fff;}
#container:after{content:"";display:table;clear:both;}
#header{}
#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%;height:auto}
#head1 .container{position:relative;width:100%;margin:0px auto;text-align:left;background:#fff;max-height:110px;}
#head1 .container:after{content:"";display:table;clear:both;}
#logo{float:left;width:15%;padding:10px 0 0 20px;}
#cbp{float:left;width:75%;margin:1%;height:auto;padding:10px 0 0 20px;}
#cbp img{widtH:100%;height:auto;}
#slogan{display:none;position:absolute;right:2%;top:2%;;padding:5px 0 0 45px;line-height:1.2em;background:inherit;color:#fff;font-weight:900;font-size:1.8em;text-shadow:0px 2px 2px #000;}
body#page1 #slogan{display:block;}
#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:#333;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;}
#search-form button{width:20%;background:#6DB537 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:#43434;transition:all 0.5s ease;}
input::placeholder {color: #999 !important;}


.pulse-img{animation: crescendo 1.0s alternate infinite ease-in;}


@keyframes crescendo {
  0%   {transform: scale(1.0);}
  100% {transform: scale(1.2);}
}




.video-size {
    height:400px;
    width:100%;
    overflow:hidden;
}
.video-size > video {
    min-width: 100%;
    min-height: 100%;
}


.searchlink {
margin-top:0px;
  display: block;
  float: right;
  position: relative;
  padding:45px 35px;
  right: 0;
  font-size: 0.9em;
  cursor: pointer;
 
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background:transparent;
	color:#000;
}
.searchlink:hover, .searchlink.open {
  color:#BF002F;
  background: #fff;
  -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;

}

.searchlink.open > .searchform {
  display: block;  
}


/** search field **/
.searchform {
  display: none;
  position: absolute;
  width: 460px;
  height: 80px;
  line-height: 80px;
  top: 100px;
  right:0;
  padding: 0 15px;
  cursor: default;
  background: #fff;z-index:99999;;border:1px solid #e5e5e5;

}

.searchlink.open .searchform {
  display: block;

}

.searchlink.open .searchform::before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
  	animation: expand 0.6s ease-out;
}

.searchlink.open .searchform {
	opacity: 0;
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
}

.searchlink.open .searchform {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
  	animation: bounce 0.6s ease-out;
}

#search {
  display: block;
  position: relative;
}

#sSearch {
margin:0 20px;
  width: 300px;
  background: #efefef;
  padding: 8px 11px;
  border: 0;
  color: #333;overflow:visible;z-index:99999;
  position:relative;
  font-size:1.0em;
}
#sSearch:focus{background:#fff;border:1px solid #E31E25}


.sbtn {
  display: block;
  position: absolute;
  right: 10px;
  top: 25px;
  background: none;
  border: none;
  color: #bcbcbc;
  font-size: 0.7em;
  cursor: pointer;overflow:visible;z-index:999999;background:#454545;
}
button.sbtn{border-radius:50px;}
button.sbtn:hover{background:#000;}

.hide h1{display:none;}

/* HEADER WITH TOP MENU */
#head2{float:left;width:100%;}
#head2 .container{float:left;width:100%;}



.video-overlay {
    position: absolute;
    right: 20px;
    top: 150px;
    padding: 5px 5px;



}
.video-overlay img{opacity:0.8;}
.video-overlay img:hover{opacity:1;	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}
video {
    width: 100%;
    height: 100%;
}


.pulse {
width:1200px;
height:80px;
  display: block;
  border-radius: 0%;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(227,30,37, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227,30,37, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(227,30,37, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227,30,37, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(227,30,37, 0.4);
    box-shadow: 0 0 0 0 rgba(227,30,37, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(227,30,37, 0);
      box-shadow: 0 0 0 10px rgba(227,30,37, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(227,30,37, 0);
      box-shadow: 0 0 0 0 rgba(227,30,37, 0);
  }
}


#headmenu{float:left;width:100%;margin:10px auto 10px;}

#headmenu .container{float:left;width:100%;background: linear-gradient(141deg, #fff 0%, #e8e8e8 51%, #f9f9f9 75%);}


.fixed-header {
    position: fixed;margin:0px auto 0;
    top: -10px;
    left: 0;
    width: 100%;background:#fff; overflow:visible;z-index:99999;
}

body#page7  .menu-1{margin:0px auto 0;}

/* MENU TOP */
#header .menu-1{float:none;margin:0  auto;text-align:center;font-family:'Kanit';}
#header .menu-1 ul{width:100%;height:100%;margin:0px auto 0;}
#header .menu-1 ul li{  display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
        margin-right:0px;}

#header .menu-1 li:hover:after, #header .menu-1 .selected:after, #header .menu-1 .selected-parent:after{width:99%;background:#0093dd;}
#header .menu-1 a{float:left;width:100%;margin:0px 0;padding:30px 12px 26px;color:#000;font-size:1.15em;text-decoration:none;background:transparent;font-weight:600;text-transform:uppercase;}
#header .menu-1 a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#E31E25;background:#fff;transition:all 0.5s ease;}

#header .menu-1 > ul{margin:0px 0;line-height:1.5em;}
#header .menu-1 li{position:relative;}
#header .menu-1 li:after{display:none;}
#header .menu-1 li.drop-down:before{position:absolute;right:8px;top:27px;font-family:'FontAwesome';display:block;content:"\f107";color:#fff;font-size:0.9em;}

#header .menu-1 .level-0-el:hover .level-1-menu{display:block;}
#header .menu-1 .level-0-el li{clear:left;display:block;width:100%;margin-left:0;}
#header .menu-1 .level-1-el a{width:100%;margin:0;}

#header .menu-1 .level-2-menu{top:0;left:100%;border-left:5px solid #0093dd;}
#header .menu-1 .level-1-el:hover .level-2-menu{display:block;}

#header .menu-1 ul ul{display:none;position:absolute;width:auto;top:80px;left:0px;z-index:10;height:auto;white-space:nowrap;background:#454545;}
#header .menu-1 > ul > li:hover > ul{display:block;}
#header .menu-1 ul ul li{clear:left;display:block;width:100%;margin-left:0;line-height:40px;}
#header .menu-1 ul ul li a:hover{background:#5B5B5B;}
#header .menu-1 ul ul li.drop-down:before{position:absolute;right:10px;top:0px;font-family:'FontAwesome';display:block;content:"\f105";color:#fff;}
#header .menu-1 ul ul li a{width:100%;margin:0;line-height:40px;color:#fff;}

#header .menu-1 > ul > li > ul > li > ul{top:0;left:100%;}
#header .menu-1 > ul > li > ul > li:hover ul{display:block;}
#header .menu-1 ul ul ul li a{font-size:0.875em;}

#head23{display:none;float:left;width:100%;height:auto;padding-bottom:40px;background: url('img/head23.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#head23 .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#head23 .container:after{content:"";display:table;clear:both;}
#head23 .btn{margin: 15px 0px;}


#head24{float:left;width:100%;}
#head24 .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#head24 .container:after{content:"";display:table;clear:both;}

#head25{float:left;width:100%;}
#head25 .container{position:relative;width:100%;max-width:1200px;margin:0px auto 50px;text-align:left;background:transparent;}
#head25 .container:after{content:"";display:table;clear:both;}

#head26{display:none;float:left;width:100%;height:auto;background: url('img/head26.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;overflow:hidden;}
#head26 .container{position:relative;width:100%;max-width:1200px;margin:0px auto 50px;text-align:left;background:transparent;}
#head26 .container:after{content:"";display:table;clear:both;}

#head3{display:none;float:left;width:100%;height:1100px;background: url('img/head3.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#head3 .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#head3 .container:after{content:"";display:table;clear:both;}


.prac1{width:65%;height:auto;padding:0;float:left;margin-top:-50px;box-shadow: 15px 15px 15px #ccc;border:3px solid #fff;border-bottom:0;}

.prac1 img{width:100%;height:auto;}

.prac2{width:80%;float:right;margin-top:-100px;box-shadow:15px 15px 15px #ccc;border:3px solid #fff;border-bottom:0;}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 20px 15px -15px #BF002F;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-4 {
	border-radius: 0px;
	background:#BF002F;
	color: #fff;
	overflow: hidden;
}

.btn-4:active {
	border-color: #17954c;
	color: #17954c;
}

.btn-4:hover {
	background: #EBECEC;
	color:#BF002F;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #BF002F;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #BF002F;
}

/* Button 4a */
.btn-4a:before {
	left: 130%;
	top: 0;
}

.btn-4a:hover:before {
	left: 80%;
}
.icon-arrow-right:before {
	font-family:'FontAwesome';content:"\f105";
}

#head4{display:none;float:left;width:100%;height:auto;min-height:800px;background: url('img/head4.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#head4 .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#head4 .container:after{content:"";display:table;clear:both;}


#head5{display:none;float:left;width:100%;height:900px;background: url('img/head5.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#head5 .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#head5 .container:after{content:"";display:table;clear:both;}


#head6{display:none;float:left;width:100%;height:800px;background: url('img/head6.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#head6 .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#head6 .container:after{content:"";display:table;clear:both;}


body#page1 #head23,body#page1 #head26, body#page1 #head3, body#page1 #head4, body#page1 #head5, body#page1 #head6, body#page1 #foot2{display:block;}

body#page1 #page{margin:0;}
/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;border-top:1px solid #eaeaea;}

#body .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#body .container:after{content:"";display:table;clear:both;}

#body .sub_content{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#body .sub_content:after{content:"";display:table;clear:both;}

#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;float:left;width:94%;margin:0 3% 30px;text-align:left;}
#page h1{margin:30px 0 15px;color:#BF002F;font-size:2.417em;font-weight:900;}
#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{float:left;clear:left;margin-bottom:20px;color:#999;}
#page nav.breadcrumb a{color:#999;text-decoration:none;}
#page nav.breadcrumb a:hover{color:#BF002F;}

body#page4 #page div.content{float:right;width:60%;padding-left:2%;}
/*  body#page9 #page div.content{float:left;width:60%;padding-left:0%;} */
body#page7 #page div.content{float:left;width:80%;padding-left:0%;}
body#page15 #page div.content{float:left;width:50%;padding-left:0%;} 

/*  body#page16 #page div.content{float:left;width:60%;padding-left:0%;} */

.img30r{float:right;padding:30px;cleaR:none;width:30%;height:auto;}
.img30l{float:left;padding:30px;cleaR:none;width:30%;height:auto;}

.img50r{float:right;padding:30px;cleaR:none;width:50%;height:auto;}
.img50l{float:left;padding:30px;cleaR:none;width:50%;height:auto;}
/* PAGE CONTENT */
#page div.content{line-height:1.8em;font-size:1.1em;float:left;clear:none;}
#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{float:left;margin:8px 0;padding:0;}
#page div.content > h2{font-size:1.5em;line-height:1.75em;font-weight:700;color:#BF002F;margin:20px 0;}
#page div.content > h3{font-size:1.2em;line-height:1.75em;font-weight:normal;}
#page div.content > h3{font-size:1.25em;}
#page div.content > p{padding-bottom:10px;}

#page > time{position:absolute;top:40px;right:0;color:#6e6e6e;}

/* IMAGES STYLES */
/* global */
#content li img{}
#content li img:hover{opacity:0.8;}
/* list global */
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 15px 0;background:inherit;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:#666;font-size:0.8em;line-height:1em;text-align:center;}
#content div.content .images-3, #content div.content .images-4{padding:0;}
/* list custom */
.images-1{clear:none;float:left;margin:9px 20px 0 0;}
.images-2{clear:none;float:right;margin:8px 0 0 15px;}
.images-3, .images-4, .images-8, .images-9, .images-10, .images-11, .images-12, .images-16{clear:both;}
.images-12, .images-4,  .images-8, .images-9, .images-10, .images-11, .images-16{padding-top:25px;}
.images-12:after, .images-3:after, .images-4:after, .images-8:after, .images-9:after, .images-10:after, .images-11:after, .images-16:after{content:'';display:table;clear:both;}
.images-3 li, .images-4 li{float:left;width:25%;}

.images-12 li{float:left;width:30.33%;margin:1.5% !important;text-align:center;}
.images-8 li{float:left;width:18%;margin:1% !important}
.images-8 li:nth-child(4n+1){clear:none;}
.images-8 li img{width:100%;height:auto;}
.images-9 li{float:left;width:16.66%;text-align:center;}

.images-10 li{float:left;width:14.28%;text-align:center;}
.images-11 li{float:left;width:11.5%;margin:0.5% !important;text-align:center;}
.images-11 li:nth-child(8n+1){clear:left;}

.images-9, .images-16{margin-bottom:25px;}
.images-16 li{float:left;width:10.0%;margin:0.5% !important;text-align:center;}
.images-16 li:nth-child(9n+1){clear:left;}

.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;}

.images-15 li{float:left;width:48%;margin:1% !important;}



.images-7{float:right;margin:30px 0px 0 0;width:50%;}
.right50{float:left;width:50%;margin:30px 0px 0 0;}

.split50{width:50%;float:left;}

/* 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:#0093dd;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;box-shadow: 0 0 15px 1px #000;}
#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 .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;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 .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0 0 0.5em;font-size:1.25rem;}
.title a{color:#cc1426;font-weight:normal;background:none;text-decoration:none;}
.title a:hover{color:#000;background:none;text-decoration:underline;}
time.date{display:block;padding:0 0 0.3em;color:#6e6e6e;}
[class*="pages-"]{float:left;width:100%;margin:7px 0;list-style:none;}
[class*="pages-"] .more{display:block;margin:0.3em 0 0;}

/* standard list */
.pages-list .page{clear:left;float:left;width:100%;margin:15px 0;padding:50px 2.5% 50px;}
.pages-list .page .image{float:right;margin:0 2.5% 5px 0;}
.pages-list .title{font-size:1.563rem;}
.pages-list .title a{ font-weight:700;}
.pages-list div.description{margin:0.3em 0 0;font-weight:normal;font-size:1em;line-height:1.8em;}
.pages-list ul, .pages-list ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list .page li{padding:0;border:0;background:none;}
.pages-list .page ol{list-style:decimal;}
.pages-list p, .pages-gallery p{padding:0.3em 0;}

#body .pages-list li.page:nth-child(2n+1){background:#f5f5f5;}
#body .pages-list li.page:nth-child(2n+1) .image{float:left;}

.pages-list li.page .more a{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 40px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 20px 15px -15px #999;
	background: #BF002F;
	color:#fff;text-decoration:none;
}
.pages-list li.page .more a:hover{margin: 20px 0px 10px;box-shadow: 0 20px 15px -15px #fff;transition:all 0.3s ease;}
/* subpages gallery/boxes/products etc */
.pages-gallery{clear:both;}
.pages-gallery:after{content:'';display:table;clear:both;}
.pages-gallery .page{float:left;width:98%;clear:left;margin:15px 0;padding:10px 0;border:1px solid #e0e0e0;text-align:center;}
.pages-gallery .page .image{margin:0 0 5px;}
.pages-gallery div.description{padding:0.3em 0;text-align:justify;}
@media screen and (min-width:481px){
  .pages-gallery .page{clear:none;float:left;padding:20px;}
}
@media screen and (min-width:481px) and (max-width:800px){
  .pages-gallery .page{width:48%;}
  .pages-gallery .page:nth-child(2n+1){clear:left;}
}
@media screen and (min-width:801px){
  .pages-gallery .page{width:32%;margin-left:2%;}
  .pages-gallery .page:nth-child(3n+1){clear:left;margin-left:0;}
}

.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 */
#foot2{display:none;clear:both;width:100%;margin:0 2.5%;;height:400px;background: url('img/foot2.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#foot2 .container{position:relative;width:100%;max-width:1200px;margin:0px auto;text-align:left;background:transparent;}
#foot2 .container:after{content:"";display:table;clear:both;}

#map{width:95%;height:400px;position:relative;margin:0 2.5%;}

#foot3{clear:both;background:#000;color:#ccc;font-size:0.75em;width:100%;margin:0 2.5%;}
#foot3 .container{padding:22px 25px;}
#foot3 .container:after{content:"";display:table;clear:both;}


/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background:#000;color:#ccc;font-size:0.75em;text-align:center;width:100%;margin:0 2.5%;}
#foot .container{padding:22px 25px;}
#foot .container:after{content:"";display:table;clear:both;}
#foot a{color:#ccc;text-decoration:none;}
#foot a:hover{text-decoration:underline;color:#fff;}
#foot .copy{}
#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/options2.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;}


#foot .powered{cleaR:left;padding-left:0px;}



body#page4 #page h2{font-weight:900;font-size:2.0em;margin-top:40px;margin-bottom:20px;color:#000;}

body#page4 #page div.content{float:left;}

#page h4{color:#BF002F;font-size:1.25em;font-weight:700;margin-bottom:20px;}
#page h5{color:#BF002F;font-size:1.0em;font-weight:700;margin-bottom:10px;margin-top:20px;}

.split50{margin-top:50px;}

.contact-panel{float:right;padding:20px 0;}
.contact-panel h2{font-weight:900;font-size:2.0em;margin-bottom:10px;color:#000;}

.form-full{float:right;width:100%;margin:3% 0% 2%;clear:both;}
.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{text-transform:uppercase;width:99%;padding:15px;font-size:0.75em;letter-spacing:2px;}
.form-full .save{text-align:left;}
.form-full .save input{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;}
.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;}

/* ADMIN OPTIONS */
#page ul.options{position:absolute;right:0;top:15px;min-width:100px;list-style:none;text-align:right;}
#page ul.options li{display:inline-block;margin-left:10px;}
.panel-link{display:inline-block;width:21px;height:21px;background:rgba(255,255,255,0.6) url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
.panel-link.edit:hover{background-position:0 -21px;}
.panel-link.delete{background-position:-21px 0;}
.panel-link.delete:hover{background-position:-21px -21px;}

.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: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;}
}



/* PLUGINS */

/* RELATED PAGES */
#pages-related{clear:both;}
#pages-related > h2{padding-top:1em;color:#cc1426;font-size:1.25em;font-weight:900;}

/* PAGES PRODUCTS */
div.price{padding:5px 0;color:#0070b8;font-size:1em;font-weight:normal;}
div.price em{padding-right:4px;font-style:normal;}
div.price strong{font-size:1.125em;font-weight:bold;color:#0070b8;}
div.price.bigger strong{padding:0 2px;font-size:1.222em;}
div.price span{padding-left:4px;}

#page > .price{padding-bottom:10px;color:#333;font-size:1.125em;}

/* PAGES FEATURES */
#features{margin:0 0 15px;min-width:250px;border-collapse:collapse;border:1px solid #e8eaee;font-size:1em;}
#features caption{padding:5px;background:#0093dd;color:#fff;border:1px solid #0093dd;text-align:center;font-weight:bold;}
#features tbody td, #features tbody th{padding:5px 7px;background:#fff;font-weight:normal;text-align:left;}
#features tbody tr:nth-child(even) td, #features tbody tr:nth-child(even) th{background:#f8f8f8;}

/* ORDERING */
.order-box{margin:0.5em 0;}
.order-link{padding:5px 14px;border-width:1px;border-style:solid;background:#0093dd;color:#fff;text-decoration:none;transition:all 0.3s ease;border-radius:2px;}
.order-link:hover, .order-link:focus{background:#00679a;color:#fff;text-decoration:none;cursor:pointer;}

.order-form legend{width:99%;margin-bottom:10px;padding-bottom:15px;color:#cc1426;font-size:1.5em;font-weight:normal;border-bottom:1px solid #eff0f3;}
.order-form .option{margin:4px 0 10px;font-size:0.875em;}
.order-form .option label{margin:0 4px;font-weight:normal;}
.ordered-elements table{margin:0 0 20px;width:99%;border-collapse:collapse;border:1px solid #e8eaee;font-size:1em;}
.ordered-elements tr > *{padding:5px 7px;background:#fff;font-weight:normal;text-align:left;}
.ordered-elements thead td{padding:5px;background:#0093dd;color:#fff;}
.ordered-elements thead em{padding:0 4px 0 0;font-style:normal;}
.ordered-elements tbody tr:nth-child(even) > *{background:#f8f8f8;}
.ordered-elements .price{text-align:right;}
.ordered-elements .quantity{width:100px;text-align:right;}
.ordered-elements .quantity input{text-align:right;}
.ordered-elements .quantity label{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
.ordered-elements tfoot .summary > *{padding:10px;font-size:1.25em;background:#f8f8f8;}
.ordered-elements .recount th{text-align:right;}
.ordered-elements .recount input{padding:3px 8px;font-size:0.875em;}
#basket-options{width:100%;}
#basket-options li{display:inline-block;width:49.3%;}
#basket-options .checkout{text-align:right;font-size:1.125em;}
#basket-options .btn.continue{background:#666;}
#basket-options .btn.continue:hover{background:#00679a;}
#checkout{display:none;margin-top:0;padding-top:30px;}
[class*="menu-"] .products-in-basket{display:inline-block;min-width:20px;margin-left:4px;padding:1px;text-align:center;color:#fff;background:#1f1a17;border-radius:2px;font-style:normal;font-size:0.75em;}
[class*="menu-"] a:hover .products-in-basket, [class*="menu-"] .selected a .products-in-basket{background:#0093dd;}

/* NOTICES ACCEPTS */
.notices{list-style:none;}
.notices .option, .option.notice{margin:4px 0 10px;font-size:0.875em;}
.notices .option label, .option.notice label{margin-left:4px;font-weight:normal;}

/* TAGS */
#tags{clear:both;padding:0.5em 0;list-style: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:#cc1426;}
#tags li.head a{margin:0;padding-left:0;border:0;}

/* PAGES NEW FIELD */
.pages-1 div.page-field, .pages-2 div.page-field, .pages-3 div.page-field, .pages-4 div.page-field{margin:5px 2.5% 0;font-weight:normal;font-size:1em;line-height:1.4em;}
#page p.page-field{line-height:1.5em;}
#page p.page-field strong{padding-right:5px;}





/* 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;}


/* CONTACT-PANEL */
#ask-about-link{float:left;margin-top:5px;margin-bottom:5px;}
#ask-about-link a{color:#cc1426;vertical-align:middle;}
#ask-about-link a:before{float:left;content:'';width:24px;height:24px;margin-right:6px;background:url('img/ask-question.png') no-repeat 0px 0px;}
#ask-about-link a:hover{color:#0070b8;}
#ask-about-link a:hover:before{background-position:0px 100%;}

#mhide, #menutoggle, .navtoogle, .slicknav_btn, #mlogo, #mcbp{display:none;}

.content p, .content h5{float:left;clear:left;}
body#page7 .content p{float:none;clear:none;}


  @media screen and (max-width:1199px){
    #container{width:95%;}
    #head1, #head2, #head23, #head3, #head4, #head5, #head6, #foot2, #foot1, #foot{height:auto !important;}
    #content .files-list li{width:80%;margin-left:15px;padding-left:30px;}
    #body ul[class*='images-'] img{max-width:95%;}
  
  #headmenu, #logo, #cbp, #searchlink{display:none;}
  
#mlogo{display:block;position:absolute;left:10px;top:7px;overflow:visible;}
#mlogo img{max-height:40px;}

#mcbp{display:block;position:absolute;left:120px;top:7px;overflow:visible;}
#mcbp img{max-height:40px;}

#slogan{position:absolute;right:2%;top:0%;padding:15px 0 0 45px;font-size:1.5em;}


#mhide{floaT:left;clear:both;background:#fff;width:100%;margin:0% 0%;height:auto;}
#menu1{width:100%;height:auto;floaT:left;clear:both;margin:0 0%;overflow:visible;z-index:9999;}



.slicknav_btn {position: relative; display: block; vertical-align: middle; float: right; padding: 1.0em 0.6em 1.0em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: right; }
.slicknav_menu .slicknav_icon { float: right; margin: 0.1em 0.438em 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.2em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em}
.slicknav_nav { clear: both; }
.slicknav_nav ul { display: block  }
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; display:none;}
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table;}
.slicknav_menu:after { clear: both }
/* IE6/7 support */


.slicknav_menu { *zoom: 1 }


	
	.js .slicknav_menu {
		display:block;}


	
.slicknav_menu {margin-top:0em;font-size:1.0em;}
/* Button */
.slicknav_btn { margin: 0px 0px 0px; text-decoration:none; background: #fff ;width:100%;border-bottom:1px solid #f5f5f5;}

/* Button Text */

.slicknav_menu  .slicknav_menutxt {
    color: #000;
    font-weight: 600;}
.slicknav_menutxt{display:none;}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #000;
  overflow:hidden;}
.slicknav_menu {
    background:#fff;
    padding:0px;
	width:100%;
border-top:1px solid #eee;}
.slicknav_nav {
    color:#333;
    margin:0em 0 0;
    padding:0em 0em;}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;}
.slicknav_nav ul {padding:0;}




.slicknav_nav .slicknav_row {padding:0em 0em;}
.slicknav_nav a{
     padding:0em 0em;
    margin:0px 0px;
    text-decoration:none;
    color:#000;
	text-transform:uppercase;}
.slicknav_nav ul li a{
     padding:0em 0em 0em;line-height:3em;border-bottom:1px solid #eee;font-weight:600;}


.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0em 0;
    margin:0;}
.slicknav_nav .slicknav_row:hover {;
    background:#E31E25;
    color:#fff;}
.slicknav_nav a:hover{
 background:#E31E25;
    color:#fff;}
.slicknav_nav .slicknav_txtnode {
     margin-left:0px;   }
	
	 

.video-overlay {
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 5px 5px;



}	 
	
	 .video-overlay img{width:70%;height:auto;float:right;}
  


}	 
	 }
  


  @media screen and (max-width:999px){
#slogan{position:absolute;right:2%;top:0%;padding:15px 0 0 45px;font-size:1.2em;}

.pages-list .page .image{width:100%;clear:both;float:left;margin:0 2.5% 5px 0;}
.pages-list .page .image img{width:100%;height:auto;}


.images-1{clear:both;;float:left;display:inline;margin:9px 20px 0 0;}
.images-2{clear:both;float:left;margin:8px 0 0 15px;}

body#page4 #body{background:#f5f5f5;}
.form-full{float:right;width:90%;margin:0% 5% 2%;clear:both;}
body#page4 #page div.content{float:right;width:96%;padding:0 2%;}

}
  @media screen and (max-width:800px){

    #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%;}
   #slogan{position:absolute;right:1%;top:0%;left:1%;width:98%;padding:10px 0 0 0px;font-size:1.0em;text-align:center;}
#mcbp{top:12px;}

#mcbp img{max-height:30px;}
.images-1{clear:both;;float:left;width:100%;margin:9px 20px 0 0;}
.images-2{clear:both;float:left;width:100%;margin:8px 0 0 15px;}
.images-7{clear:both;float:left;width:100%;margin:8px 0 0 15px;}
.images-1 img, .images-2 img, .images-7 img{widtH:100%;height:auto;}
#ask-about-link{float:left;clear:both;widtH:100%;margin-top:5px;margin-bottom:5px;}
#page nav.breadcrumb{float:left;clear:both;widtH:100%;}
  .right50{float:left;clear:both;widtH:100%;}
  
  }


  @media screen and (max-width:640px){
   
#mcbp{top:18px;}

#mcbp img{max-height:20px;}

}

  @media screen and (max-width:480px){

  #mcbp{display:none;}



    .images-3 li, .images-4 li{width:50%;}
    .images-3 li:nth-child(2n+1), .images-4 li:nth-child(2n+1){clear:left;}
    .images-3 li:nth-child(4n+1), .images-4 li:nth-child(4n+1){clear:none;}

    #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{font-size:1.5em;}
    #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
  }

@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;}
}