-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
6539 lines (6298 loc) · 207 KB
/
style.css
1
body { background: #000 url(images/page-bg.jpg) fixed no-repeat center top; color: #fff; font: 13px Arial, Helvetica, Sans-serif; line-height: 1.3; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;} .e-debug td { color: #ffffff; }a, a:link, a:visited { color: #f8ad30; text-decoration: none; transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;} a:hover { color: #fff; }img { border: 0; margin: 0; } /* @FONT-FACE */@font-face { font-family: 'CoolveticaRg-Regular'; src: url('fonts/CoolveticaRg-Regular.eot'); src: url('fonts/CoolveticaRg-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/CoolveticaRg-Regular.woff2') format('woff2'), url('fonts/CoolveticaRg-Regular.woff') format('woff'), url('fonts/CoolveticaRg-Regular.ttf') format('truetype'), url('fonts/CoolveticaRg-Regular.svg#CoolveticaRg-Regular') format('svg');}@font-face { font-family: 'NeuropolXRg-Regular'; src: url('fonts/NeuropolXRg-Regular.eot'); src: url('fonts/NeuropolXRg-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/NeuropolXRg-Regular.woff2') format('woff2'), url('fonts/NeuropolXRg-Regular.woff') format('woff'), url('fonts/NeuropolXRg-Regular.ttf') format('truetype'), url('fonts/NeuropolXRg-Regular.svg#NeuropolXRg-Regular') format('svg');}@font-face { font-family: 'SuperMarioBrosWii'; src: url('fonts/SuperMarioBrosWii.eot'); src: url('fonts/SuperMarioBrosWii.eot?#iefix') format('embedded-opentype'), url('fonts/SuperMarioBrosWii.woff2') format('woff2'), url('fonts/SuperMarioBrosWii.woff') format('woff'), url('fonts/SuperMarioBrosWii.ttf') format('truetype'), url('fonts/SuperMarioBrosWii.svg#SuperMarioBrosWii') format('svg');}/**************************************** ALERT MESSAGE **********************************************************/ .s-message {}/**************************************** HEADER **************************************************************/ #header { }/* HEADER-TOP */#header .header-top { margin-top: 15px;}.header-top .social-connected { display: inline-block; overflow: hidden; float: right; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #fff; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; margin-right: -15px; margin-bottom: -1px; padding: 10px;}/**************************************** HEADER-MIDDLE **************************************************************/ #header .header-middle { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #fff; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; margin-bottom: -1px;}.header-middle .sitename { }.header-middle .sitename a { height: auto; font: 56px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; line-height: 1.2; text-transform: uppercase; padding: 10px 10px 0 10px; }.header-middle .sitename a > .word1 { color: #ffd800; }.header-middle .sitename a > .word2 { color: #fff; }.header-middle .sitename a:hover { text-decoration: none;}.header-middle .sitetag { font: 14px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; padding: 0 10px 10px 10px; }/**************************************** LOGIN **************************************************************/ul.nav.navbar-right { margin: 20px 0;}ul.nav > li.registration, ul.nav > li.login { display: inline-block; float: left;}ul.nav > li.registration { padding: 0 15px 0 0;}ul.nav > li.registration > a,ul.nav > li.login > a { position: relative; float: left; overflow: hidden; font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #959595; text-transform: uppercase; background-color: #161616; background-image: -webkit-linear-gradient(top, #383838 0%, #1F1F1F 5%, #161616 100%); background-image: -o-linear-gradient(top, #383838 0%, #1F1F1F 5%, #161616 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#1F1F1F), to(#161616)); background-image: linear-gradient(to bottom, #383838 0%, #1F1F1F 5%, #161616 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F1F', endColorstr='#161616', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -moz-border-radius: 7px; -khtml-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -webkit-box-shadow: 0 0 1px 1px rgb(10,10,10); -moz-box-shadow: 0 0 1px 1px rgb(10,10,10); box-shadow: 0 0 1px 1px rgb(10,10,10); cursor: pointer; padding: 15px 40px 15px 15px; vertical-align: bottom; -o-transition: color .3s ease; -ms-transition: color .3s ease; -moz-transition: color .3s ease; -khtml-transition: color .3s ease; -webkit-transition: color .3s ease; transition: color .3s ease; }ul.nav > li.registration > a:hover,ul.nav > li.registration > a:focus,ul.nav > li.login > a:hover,ul.nav > li.login > a:focus { color: #ffd800;}ul.nav > li.login.open > a:hover,ul.nav > li.login.open > a:focus { -webkit-box-shadow: 0 0 1px 1px rgb(10,10,10), 0 2px 2px 0px #000 inset; -moz-box-shadow: 0 0 1px 1px rgb(10,10,10), 0 2px 2px 0px #000 inset; box-shadow: 0 0 1px 1px rgb(10,10,10), 0 2px 2px 0px #000 inset;}ul.nav > li.registration > a:before,ul.nav > li.login > a:before { position: absolute; content: ''; right: 15px; top: 10px; width: 12px; height: 12px; background: #616161; background-image: -moz-radial-gradient(top, #616161 0%, #616161 20%, #535353 60%); background-image: -webkit-radial-gradient(top, #616161 0%,#616161 20%,#535353 60%); background-image: -o-radial-gradient(top, #616161 0%,#616161 20%,#535353 60%); background-image: radial-gradient(top, #616161 0%,#616161 20%,#535353 60%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#535353',GradientType=1 ); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0 0 4px #1C1C17; -o-transition: all .3s ease; -ms-transition: all .3s ease; -moz-transition: all .3s ease; -khtml-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;}ul.nav > li.registration > a:hover:before,ul.nav > li.login > a:hover:before { background: #ffd800; -webkit-box-shadow: 0 0 4px #1C1C17, 0 0 5px #dbba03; -moz-box-shadow: 0 0 4px #1C1C17, 0 0 5px #dbba03; box-shadow: 0 0 4px #1C1C17, 0 0 5px #dbba03;}ul.nav > li.login.open > a:hover:before,ul.nav > li.login.open > a:focus:before { -webkit-box-shadow: 0 0 4px #ffd800, 0 2px 2px 0px #dbba03 inset; -moz-box-shadow: 0 0 4px #ffd800, 0 2px 2px 0px #dbba03 inset; box-shadow: 0 0 4px #ffd800, 0 2px 2px 0px #dbba03 inset;}/* LOGIN BOX */ul.nav > li.login > .dropdown-menu { position: absolute; margin-top: 5px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}ul.nav > li.login > .dropdown-menu .tbox { background-color: #1f1f1f; border: 1px solid #000; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75); box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75); color: #a6a6a6;}ul.nav > li.login > .dropdown-menu .icon.secure-image { display: block; margin: 0 auto; text-align: center;}ul.nav > li.login > .dropdown-menu .btn.userlogin { font: 16px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; line-height: 1.3; text-shadow: 0 1px 2px #877301; text-transform: uppercase; border: 1px solid #ffee8e; margin: 0; background-color: #e9c602; background-image: -webkit-linear-gradient(top, #ffe96d 0%, #e9c602 100%); background-image: -o-linear-gradient(top, #ffe96d 0%, #e9c602 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe96d), to(#e9c602)); background-image: linear-gradient(to bottom, #ffe96d 0%, #e9c602 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe96d', endColorstr='#e9c602', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }ul.nav > li.login > .dropdown-menu .btn.userlogin:hover { background-color: #e9c602; background-image: none;}ul.nav > li.login > .dropdown-menu .btn.reminder,ul.nav > li.login > .dropdown-menu .btn.resend { background-color: #323232; border: 1px solid transparent; border-top: 1px solid rgba(255,255,255,0.1); -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }ul.nav > li.login > .dropdown-menu .btn.reminder:hover,ul.nav > li.login > .dropdown-menu .btn.resend:hover { background-color: #e72101 !important; color: #fff;}/* LOGGED IN */ul.nav > li.pm, ul.nav > li.logged-in { display: inline-block; float: left;}ul.nav > li.pm { padding: 0 15px 0 0;}ul.nav > li.pm > a,ul.nav > li.logged-in > a { position: relative; float: left; overflow: hidden; font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #959595; text-transform: uppercase; background-color: #161616; background-image: -webkit-linear-gradient(top, #383838 0%, #1F1F1F 5%, #161616 100%); background-image: -o-linear-gradient(top, #383838 0%, #1F1F1F 5%, #161616 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#1F1F1F), to(#161616)); background-image: linear-gradient(to bottom, #383838 0%, #1F1F1F 5%, #161616 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F1F', endColorstr='#161616', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -moz-border-radius: 7px; -khtml-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -webkit-box-shadow: 0 0 1px 1px rgb(10,10,10); -moz-box-shadow: 0 0 1px 1px rgb(10,10,10); box-shadow: 0 0 1px 1px rgb(10,10,10); cursor: pointer; padding: 15px 40px 15px 15px; vertical-align: bottom; -o-transition: color .3s ease; -ms-transition: color .3s ease; -moz-transition: color .3s ease; -khtml-transition: color .3s ease; -webkit-transition: color .3s ease; transition: color .3s ease; }ul.nav > li.pm > a:hover,ul.nav > li.pm > a:focus,ul.nav > li.logged-in > a:hover,ul.nav > li.logged-in > a:focus { color: #ffd800;}ul.nav > li.pm.open > a:hover,ul.nav > li.pm.open > a:focus,ul.nav > li.logged-in.open > a:hover,ul.nav > li.logged-in.open > a:focus { -webkit-box-shadow: 0 0 1px 1px rgb(10,10,10), 0 2px 2px 0px #000 inset; -moz-box-shadow: 0 0 1px 1px rgb(10,10,10), 0 2px 2px 0px #000 inset; box-shadow: 0 0 1px 1px rgb(10,10,10), 0 2px 2px 0px #000 inset;}ul.nav > li.pm > a:before,ul.nav > li.logged-in > a:before { position: absolute; content: ''; right: 15px; top: 10px; width: 12px; height: 12px; background: #616161; background-image: -moz-radial-gradient(top, #616161 0%, #616161 20%, #535353 60%); background-image: -webkit-radial-gradient(top, #616161 0%,#616161 20%,#535353 60%); background-image: -o-radial-gradient(top, #616161 0%,#616161 20%,#535353 60%); background-image: radial-gradient(top, #616161 0%,#616161 20%,#535353 60%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#535353',GradientType=1 ); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0 0 4px #1C1C17; -o-transition: all .3s ease; -ms-transition: all .3s ease; -moz-transition: all .3s ease; -khtml-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;}ul.nav > li.pm > a:hover:before,ul.nav > li.logged-in > a:hover:before { background: #ffd800; -webkit-box-shadow: 0 0 4px #1C1C17, 0 0 5px #dbba03; -moz-box-shadow: 0 0 4px #1C1C17, 0 0 5px #dbba03; box-shadow: 0 0 4px #1C1C17, 0 0 5px #dbba03;}ul.nav > li.pm.open > a:hover:before,ul.nav > li.pm.open > a:focus:before,ul.nav > li.logged-in.open > a:hover:before,ul.nav > li.logged-in.open > a:focus:before { -webkit-box-shadow: 0 0 4px #ffd800, 0 2px 2px 0px #dbba03 inset; -moz-box-shadow: 0 0 4px #ffd800, 0 2px 2px 0px #dbba03 inset; box-shadow: 0 0 4px #ffd800, 0 2px 2px 0px #dbba03 inset;}ul.nav > li.pm > a::after { content: ' PM'; font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #959595; }ul.nav > li.pm > a:hover::after { color: #ffd800; }ul.nav > li.pm > a i { display: none;}ul.nav > li.pm > .dropdown-menu,ul.nav > li.logged-in > .dropdown-menu { position: absolute; margin-top: 5px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}ul.nav > li.pm > .dropdown-menu a,ul.nav > li.logged-in > .dropdown-menu a { color: #a6a6a6; white-space: nowrap;}ul.nav > li.pm > .dropdown-menu a:hover,ul.nav > li.pm > .dropdown-menu a:focus,ul.nav > li.logged-in > .dropdown-menu a:hover,ul.nav > li.logged-in > .dropdown-menu a:focus { color: #ffd900; background-color: transparent;}/* PM Links icons */ul.nav > li.pm > .dropdown-menu a:nth-child(1)::before { content: '\f178'; font-family: 'FontAwesome'; padding-right: 6px;}ul.nav > li.pm > .dropdown-menu a:nth-child(2)::before { content: '\f177'; font-family: 'FontAwesome'; padding-right: 6px;}ul.nav > li.pm > .dropdown-menu a:nth-child(3)::before { content: '\f14b'; font-family: 'FontAwesome'; padding-right: 6px;}/**************************************** HEADER-BOTTON **************************************************************/#header .header-bottom { position: relative; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #fff; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}/**************************************** TOP NAVIGATION - MAIN MENU ************************************************/#top-mainmenu { margin-left: -30px; margin-right: -30px; } #top-mainmenu .navbar { background-color: transparent; border: none; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; margin-bottom: 0;}/* horizontal main menu 1. level ***********************************************/#top-mainmenu ul.navbar-nav > li > a { font: 16px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd900 !important; line-height: 1.3; text-transform: uppercase; margin: 0 1px 0 0; border-top: 1px solid transparent; border-bottom: 1px solid transparent; border-left: 1px solid #000; border-right: 1px solid rgba(255,255,255,0.1); text-shadow: none; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }#top-mainmenu ul.navbar-nav > li > a:hover,#top-mainmenu ul.navbar-nav > li > a:focus,#top-mainmenu ul.navbar-nav > li.active > a,#top-mainmenu ul.navbar-nav > li.active > a:hover, #top-mainmenu ul.navbar-nav > li.active > a:focus,#top-mainmenu ul.navbar-nav > li.open > a, #top-mainmenu ul.navbar-nav > li.open > a:hover, #top-mainmenu ul.navbar-nav > li.open > a:focus { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #ffee8e; background-color: #feb914; background-image: -webkit-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -o-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd807), to(#feb914)); background-image: linear-gradient(to bottom, #ffd807 0%, #feb914 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd807', endColorstr='#feb914', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x;}/* horizontal main additional levels ******************************************/#top-mainmenu ul.navbar-nav > li ul.dropdown-menu { background-color: #1d1d1d; border: none; }#top-mainmenu ul.navbar-nav > li ul.dropdown-menu li { float: none;}#top-mainmenu ul.navbar-nav > li ul.dropdown-menu li a { display: block; font: 13px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd900 !important; text-transform: uppercase; margin: 0; padding: 5px 10px; border-top: 1px solid #303030; border-bottom: 1px solid #000; background-color: transparent; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}#top-mainmenu ul.navbar-nav > li ul.dropdown-menu li a:hover,#top-mainmenu ul.navbar-nav > li ul.dropdown-menu li a:focus,#top-mainmenu ul.navbar-nav > li ul.dropdown-menu li.open > a, #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li.open > a:hover, #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li.open > a:focus { color: #fff !important; background-color: #ffd800; text-shadow: 1px 1px 1px rgba(0,0,0,0.6);}/* Toggled navigation */#top-mainmenu .navbar-default .navbar-toggle { border-color: #ffd800;} #top-mainmenu .navbar-default .navbar-toggle:focus, #top-mainmenu .navbar-default .navbar-toggle:hover { background-color: #f8ad30;}#top-mainmenu .navbar-default .navbar-toggle .icon-bar { background-color: #ffd800;}#top-mainmenu .navbar-default .navbar-toggle:focus .icon-bar,#top-mainmenu .navbar-default .navbar-toggle:hover .icon-bar { background-color: #fff;}#top-mainmenu .navbar-default .navbar-collapse, #top-mainmenu .navbar-default .navbar-form { border-color: transparent;}@media (max-width: 991px) { #top-mainmenu { margin-left: 0; margin-right: 0; } #top-mainmenu ul.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; border-left: none !important; border-right: none !important; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000; } #top-mainmenu ul.navbar-nav > li ul.dropdown-menu { background-color: #0b0a0a; padding: 0; } #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu { padding-left: 15px; } #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu { padding-left: 30px; } #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li a, #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li a, #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li a { padding: 10px 10px; } #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li a.has-submenu, #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li a.has-submenu, #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li a.has-submenu { padding-right: 50px; }}/* Bootstrap Breakpoint to 991px */@media (max-width: 991px) { #top-mainmenu .navbar-default .navbar-header { float: none; } #top-mainmenu .navbar-default .navbar-toggle { display: block; } #top-mainmenu .navbar-default .navbar-collapse.collapse { display: none !important; } #top-mainmenu .navbar-default .navbar-collapse.collapse.in { display: block !important; } #top-mainmenu ul.navbar-nav { float: none!important; margin: 7.5px -15px; } #top-mainmenu ul.navbar-nav > li { float: none; } #top-mainmenu ul.navbar-nav > li > a > .caret.sub-arrow { position: absolute; top: 50%; margin-top: -14px; } #top-mainmenu ul.navbar-nav > li ul.dropdown-menu { float: none; position: static; } #top-mainmenu ul.navbar-nav > li ul.dropdown-menu li.dropdown-submenu > a > .caret.sub-arrow { position: absolute; margin-top: -20px; } } /**************************************** DIVIDER ************************************************/.divider { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.divider .divider-inner { overflow: hidden; display: block; width: 100%; height: 6px; background: transparent;}/**************************************** PAGE CONTENT **************************************************************/ .page_content { overflow: hidden; margin: 0; padding: 0; background: #000 url(images/content-bg.jpg) repeat left top;}/**************************************** HOMESITE STYLE **************************************************************//* VIDEO HEADER *//* FOR YOTUBE */.page_content #videoDiv .embed-responsive { top: 50%; margin-top: -28.1%; padding-top: 25px; } .page_content #videoDiv #video-controls { position: absolute; right: 30px; bottom: 30px; z-index: 1000;}.page_content #videoDiv #video-controls button#mute,.page_content #videoDiv #video-controls button#play-pause { overflow: hidden; display: inline-block; width: 40px; height: 40px; background-color: #1a1a1a; background-image: -webkit-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -o-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#1a1a1a)); background-image: linear-gradient(to bottom, #474747 0%, #1a1a1a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#1a1a1a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #222; -moz-border-radius: 50% !important; -khtml-border-radius: 50% !important; -webkit-border-radius: 50% !important; border-radius: 50% !important; margin: 0; text-align: center;} .page_content #videoDiv #video-controls button#mute i,.page_content #videoDiv #video-controls button#play-pause i { display: block; font-size: 18px; color: #f8ad30; margin: 0 auto; vertical-align: middle; padding: 0; text-align: center; }.page_content #videoDiv #video-controls button#play-pause i { font-size: 14px; }.page_content #videoDiv #video-controls button#mute:hover,.page_content #videoDiv #video-controls button#play-pause:hover { color: #fff; border: 1px solid #4d4d4d; }.page_content #videoDiv #video-controls button#mute:hover i,.page_content #videoDiv #video-controls button#play-pause:hover i { color: #fff;}/* FOR MP4 */.page_content #videoDiv { overflow: hidden; width: 100%; height: 360px; margin-top: 15px; padding: 0; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #fff; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.page_content #videoBlock { position: relative; width: 100%; height: 100%; }.page_content #videoBlock video { position: absolute; display: block; top: 50%; left: 50%; width: 100%; height: auto; min-height: 100%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }.page_content #videoMessage { overflow: hidden; position: absolute; top: 30%; left: 10%; right: 10%; bottom: 20%; width: 80%; height: 50%; }.page_content #videoMessage h1{ font: 54px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; line-height: 1; text-transform: uppercase; margin: 0; padding: 0 0 10px 0; text-shadow: 0 1px 2px #000; text-align: center; text-shadow: 2px 2px 2px #000;}.page_content #videoMessage h2{ font: 22px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; line-height: 1; text-transform: uppercase; margin: 0; padding: 0 0 10px 0; text-shadow: 0 1px 2px #000; text-align: center; text-shadow: 2px 2px 2px #000;}.page_content #videoMessage h3{ font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; line-height: 1; text-transform: uppercase; margin: 0; padding: 0 0 10px 0; text-shadow: 0 1px 2px #000; text-align: center; text-shadow: 2px 2px 2px #000;}.page_content #videoBlock #video-controls { position: absolute; right: 20px; bottom: 20px; z-index: 1000;}.page_content #videoBlock #video-controls button#mute,.page_content #videoBlock #video-controls button#play-pause { overflow: hidden; display: inline-block; width: 40px; height: 40px; background-color: #1a1a1a; background-image: -webkit-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -o-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#1a1a1a)); background-image: linear-gradient(to bottom, #474747 0%, #1a1a1a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#1a1a1a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #222; -moz-border-radius: 50% !important; -khtml-border-radius: 50% !important; -webkit-border-radius: 50% !important; border-radius: 50% !important; margin: 0; text-align: center;} .page_content #videoBlock #video-controls button#mute i,.page_content #videoBlock #video-controls button#play-pause i { display: block; font-size: 18px; color: #f8ad30; margin: 0 auto; vertical-align: middle; padding: 0; text-align: center; }.page_content #videoBlock #video-controls button#play-pause i { font-size: 14px; }.page_content #videoBlock #video-controls button#mute:hover,.page_content #videoBlock #video-controls button#play-pause:hover { color: #fff; border: 1px solid #4d4d4d; }.page_content #videoBlock #video-controls button#mute:hover i,.page_content #videoBlock #video-controls button#play-pause:hover i { color: #fff;}/**************************************** SLIDER ************************************************/ .slider-box { margin: 15px 0 0 0; border: 1px solid #000;}.slider-box .slider-box-body {}.slider-box .featurebox.carousel {}.slider-box .wrap-carousel-indicators { overflow: hidden; position: absolute; bottom: 0; width: 100%; right: 0; left: 0; margin: 0; padding: 0; background: #222 url(images/mosaic.png) repeat left top; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; z-index: 15;}.slider-box .wrap-carousel-indicators .carousel-indicators { position: relative; max-width: 30%; width: auto; left: 35%; top: 0; bottom: 0; height: 32px; display: block; margin: 0; padding: 0 15px; text-align: center; border-left: 2px solid #000; border-right: 2px solid #000; background-image: -webkit-linear-gradient(top, #212528, #1a1b1f); background-image: -o-linear-gradient(top, #212528 0%, #1a1b1f 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#212528), to(#1a1b1f)); background-image: linear-gradient(to bottom, #212528 0%, #1a1b1f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212528', endColorstr='#1a1b1f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2); -moz-transform: skewX(160deg); -webkit-transform: skewX(160deg); -o-transform: skewX(160deg); -ms-transform: skewX(160deg); transform: skewX(160deg); } .slider-box .wrap-carousel-indicators .carousel-indicators li { width: 40px; height: 30px; font: 14px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif;; color: #bbb; line-height: 30px; background-color: transparent; border: 1px solid transparent; text-indent: 0; padding: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}.slider-box .wrap-carousel-indicators .carousel-indicators li.active { color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #ffee8e; background-color: #feb914; background-image: -webkit-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -o-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd807), to(#feb914)); background-image: linear-gradient(to bottom, #ffd807 0%, #feb914 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd807', endColorstr='#feb914', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x;}.slider-box .wrap-carousel-indicators .carousel-indicators li span { display: inline-block; -moz-transform: skewX(-160deg); -webkit-transform: skewX(-160deg); -o-transform: skewX(-160deg); -ms-transform: skewX(-160deg); transform: skewX(-160deg); }.slider-box .carousel-inner { overflow: hidden; background-color: #1f1f1f; border: 1px solid #000; height: auto !important; padding-bottom: 30px;}.slider-box .item { max-width: 100%; max-height: 100%; overflow: hidden;}.slider-box .featurebox-item-image { position: relative; border-right: 6px solid #ffd800; }.slider-box .featurebox-item-image::after { content:''; position: absolute; top: 50%; left: 100%; margin-top: -30px; width: 0; height: 0; border-top: 30px solid transparent; border-left: 30px solid #ffd800; border-right: 30px solid transparent; border-bottom: 30px solid transparent;}.slider-box .featurebox-item-image img { }.slider-box .featurebox-item-text { padding: 20px; }.slider-box h1.featurebox-item-title { font: 54px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; line-height: 1.1; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; text-shadow: 0 1px 2px #000; text-align: center; }.slider-box .featurebox-item-body { font: 18px Arial, Helvetica, Sans-serif; color: #a6a6a6; line-height: 1.2; margin: 0; padding: 0; /* hide text if it more than N lines */ overflow: hidden; /* for set '...' in absolute position */ position: relative; /* use this value to count block height */ line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */ max-height: 6.0em; /* fix problem when last visible word doesn't adjoin right side */ text-align: justify; /* place for '...' */ padding-right: 1em;}/* create the ... */.slider-box .featurebox-item-body:before { /* points in the end */ content: '...'; /* absolute position */ position: absolute; /* set position to right bottom corner of block */ right: 0; bottom: 0;}/* hide ... if we have text, which is less than or equal to max lines */.slider-box .featurebox-item-body:after { /* points in the end */ content: ''; /* absolute position */ position: absolute; /* set position to right bottom corner of text */ right: 0; /* set width and height */ width: 1em; height: 1em; margin-top: 0.2em; /* bg color = bg color under block */ background: #1f1f1f;}.slider-box .featurebox-item-button { overflow: hidden; padding: 15px; text-align: center;}.slider-box .featurebox-item-button a { font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff !important; line-height: 1.3; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #ffee8e; text-transform: uppercase; margin: 0; background-color: #feb914; background-image: -webkit-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -o-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd807), to(#feb914)); background-image: linear-gradient(to bottom, #ffd807 0%, #feb914 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd807', endColorstr='#feb914', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }.slider-box .featurebox-item-button a:hover { background-color: #f5b61b; background-image: none; border: 1px solid #e4aa1a;}/* SLIDER CONTROL */.slider-box .carousel-control.left,.slider-box .carousel-control.right { top: 10px; width: 35px; height: 35px; color: #fff; background-color: #f8ad30; background-image: none; border: 0; text-align: center; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }.slider-box .carousel-control.left { left: 10px;}.slider-box .carousel-control.right { left: 46px;}.slider-box .carousel-control.left:hover,.slider-box .carousel-control.right:hover { background-color: #e39c28;}.slider-box .carousel-control .icon-prev, .slider-box .carousel-control .icon-next, .slider-box .carousel-control .glyphicon-chevron-left, .slider-box .carousel-control .glyphicon-chevron-right { left: 0; top: 0; margin: -2px 0 0 0; width: 35px; height: 35px; line-height: 35px; font-size: 20px;}.slider-box .carousel-control .glyphicon-chevron-left::before { content: "\f104"; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 35px; color: #fff; text-decoration: inherit; }.slider-box .carousel-control .glyphicon-chevron-right::before { content: "\f105"; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 35px; color: #fff; text-decoration: inherit; }@media (max-width: 991px) { .slider-box .featurebox-item-image { border-right: none; border-bottom: 6px solid #ffd800; } .slider-box .featurebox-item-image::after { top: 100%; left: 50%; margin-left: -15px; margin-top: 0; width: 0; height: 0; border-top: 30px solid #ffd800; border-left: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 30px solid transparent; } .slider-box .featurebox-item-text { padding-top: 40px; }}/**************************************** HOMESITE LATEST NEWS ************************************************/.home-latestnews { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.home-latestnews .home-latestnews-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.home-latestnews .home-latestnews-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.home-latestnews .home-latestnews-body { overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.home-latestnews .home-latestnews-body > div[class*='col-']:first-child { padding-left: 0;}/* Featured Latest News */.home-latestnews-featured-item { margin: 0; padding: 0;}.home-latestnews-featured-image { position: relative; overflow: hidden;}.home-latestnews-featured-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s;}.home-latestnews-featured-image:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.home-latestnews-featured-rate { position: absolute; bottom: 20px; right: 20px;}.home-latestnews-featured-rate .e-rate.e-rate-news {}.home-latestnews-featured-rate .e-rate.e-rate-news img { width: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.home-latestnews-featured-image .carousel-indicators { display: none; visibility: hidden;} .home-latestnews-featured-image .carousel-control .glyphicon-chevron-left::before { content: "\f060"; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 35px; color: #fff; text-decoration: inherit; }.home-latestnews-featured-image .carousel-control .glyphicon-chevron-right::before { content: "\f061"; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 35px; color: #fff; text-decoration: inherit; }h3.home-latestnews-featured-title { font: 24px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 10px 0 5px 0; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }h3.home-latestnews-featured-title a { color: #ccc;} h3.home-latestnews-featured-title a:hover { color: #ffd800;} .home-latestnews-featured-info { font: 10px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; margin: 0; padding: 0 0 10px 0; }.home-latestnews-featured-body { font: 15px Arial, Helvetica, Sans-serif; color: #a1a1a1; margin: 0; padding: 0 0 10px 0; /* hide text if it more than N lines */ overflow: hidden; /* for set '...' in absolute position */ position: relative; /* use this value to count block height */ line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */ max-height: 3.6em; /* fix problem when last visible word doesn't adjoin right side */ text-align: justify; /* place for '...' */ padding-right: 1em; }/* create the ... */.home-latestnews-featured-body:before { /* points in the end */ content: '...'; /* absolute position */ position: absolute; /* set position to right bottom corner of block */ right: 0; bottom: 0;}/* hide ... if we have text, which is less than or equal to max lines */.home-latestnews-featured-body:after { /* points in the end */ content: ''; /* absolute position */ position: absolute; /* set position to right bottom corner of text */ right: 0; /* set width and height */ width: 1em; height: 1em; margin-top: 0.2em; /* bg color = bg color under block */ background: #131313;}/* Other Latest News */.home-latestnews-items { margin: 0; padding: 0;}.home-latestnews-item { overflow: hidden; margin: 0 0 6px 0; padding: 15px 0; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #fff; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.home-latestnews-item-image { overflow: hidden; position: relative; border: 3px solid rgba(0,0,0,0.5); }.home-latestnews-item-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s;}.home-latestnews-item-image:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.home-latestnews-item-content { }h4.home-latestnews-item-content-title { font: 16px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 0 0 5px 0; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }h4.home-latestnews-item-content-title a { color: #ccc;} h4.home-latestnews-item-content-title a:hover { color: #ffd800;} .home-latestnews-item-content-info { font: 10px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; margin: 0; padding: 0 0 5px 0; }.home-latestnews-item-rate { margin: 0; padding: 0;}.home-latestnews-item-rate .e-rate.e-rate-news {}.home-latestnews-item-rate .e-rate.e-rate-news img { width: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.home-latestnews-item-content-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; margin: 0; padding: 0; }@media (max-width: 991px) { .home-latestnews .home-latestnews-body > div[class*='col-']:first-child { padding-right: 0; } .home-latestnews-featured-item { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); } h3.home-latestnews-featured-title { font-size: 26px; } .home-latestnews-item { margin: 0 0 15px 0; } h4.home-latestnews-item-content-title { font-size: 26px; padding: 10px 0 5px 0; } }/**************************************** HOMESITE POPULAR NEWS ************************************************/ .home-popularnews { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.home-popularnews-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.home-popularnews-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.home-popularnews-body { overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.home-popular-item { overflow: hidden; margin: 0; padding: 0;}.home-popular-image { position: relative; overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.home-popular-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s;}.home-popular-image:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.home-popular-item-rate { position: absolute; bottom: 20px; right: 20px;}.home-popular-item-rate .e-rate.e-rate-news {}.home-popular-item-rate .e-rate.e-rate-news img { width: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}h4.home-popular-title { font: 16px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 10px 5px; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }h4.home-popular-title a { color: #ccc;} h4.home-popular-title a:hover { color: #ffd800;} .home-popular-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; margin: 0; padding: 0 5px 10px 5px; }.home-popular-info { font: 10px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; margin: 0; padding: 0 5px 15px 5px; }@media (max-width: 991px) { h4.home-popular-title { font-size: 26px; }}@media (max-width: 767px) { .home-popular-info { margin: 0 0 15px 0; border-bottom: 1px solid rgba(255,255,255,0.1); } .home-popularnews-body div[class*='col-']:last-child .home-popular-info { margin-bottom: 0; border-bottom: none; } }/*----------------------------------- NEWS TABS FOR NEWS CATEGORIES -------------------------------------*/#news-tabs { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}#news-tabs ul.nav-tabs { position: relative; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; margin-bottom: 0; padding: 6px; font: 12px Arial, Helvetica, Sans-serif; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}#news-tabs ul.nav-tabs::before { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: transparent url(images/mosaic.png) repeat left top;}#news-tabs ul.nav-tabs li a { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a6a6a6 !important; cursor: pointer; line-height: 1; margin: 0 10px 0 0; outline: none; padding: 0.8em 1em; text-align: center; text-transform: uppercase; text-decoration: none; -o-transition: background-color 0.20s linear 0s; -ms-transition: background-color 0.20s linear 0s; -moz-transition: background-color 0.20s linear 0s; -khtml-transition: background-color 0.20s linear 0s; -webkit-transition: background-color 0.20s linear 0s; transition: background-color 0.20s linear 0s;}#news-tabs ul.nav-tabs li a:hover,#news-tabs ul.nav-tabs li.active a { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #ffee8e; background-color: #feb914; background-image: -webkit-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -o-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd807), to(#feb914)); background-image: linear-gradient(to bottom, #ffd807 0%, #feb914 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd807', endColorstr='#feb914', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; outline: none; }#news-tabs .tab-content { overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}/* Featured Latest News */.home-tab-featured-news-item { overflow: hidden; margin-bottom: 15px; padding: 15px; background-color: #222; border: 1px solid #000; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.home-tab-featured-news-item > div[class*='col-']:first-child { padding-left: 0;}.home-tab-featured-news-image { position: relative; overflow: hidden; margin: 10px; padding: 0; }.home-tab-featured-news-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s;}.home-tab-featured-news-image:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.home-tab-featured-news-rate { position: absolute; bottom: 30px; right: 30px;}.home-tab-featured-news-rate .e-rate.e-rate-news {}.home-tab-featured-news-rate .e-rate.e-rate-news img { width: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}h3.home-tab-featured-news-title { font: 30px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 10px 0 5px 0; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }h3.home-tab-featured-news-title a { color: #ccc;} h3.home-tab-featured-news-title a:hover { color: #ffd800;} .home-tab-featured-news-info { font: 10px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; margin: 0; padding: 0 0 10px 0; }.home-tab-featured-news-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; margin: 0; padding: 0 0 10px 0; /* hide text if it more than N lines */ overflow: hidden; /* for set '...' in absolute position */ position: relative; /* use this value to count block height */ line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */ max-height: 9.6em; /* fix problem when last visible word doesn't adjoin right side */ text-align: justify; /* place for '...' */ padding-right: 1em; }/* create the ... */.home-tab-featured-news-body:before { /* points in the end */ content: '...'; /* absolute position */ position: absolute; /* set position to right bottom corner of block */ right: 0; bottom: 0;}/* hide ... if we have text, which is less than or equal to max lines */.home-tab-featured-news-body:after { /* points in the end */ content: ''; /* absolute position */ position: absolute; /* set position to right bottom corner of text */ right: 0; /* set width and height */ width: 1em; height: 1em; margin-top: 0.2em; /* bg color = bg color under block */ background: #222;}/* Other Latest News */.home-tab-news-items { margin: 0; padding: 0;}.home-tab-news-item { overflow: hidden;}.home-tab-news-item-image { position: relative; overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.home-tab-news-item-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s;}.home-tab-news-item-image:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.home-tab-news-item-rate { position: absolute; bottom: 20px; right: 20px;}.home-tab-news-item-rate .e-rate.e-rate-news {}.home-tab-news-item-rate .e-rate.e-rate-news img { width: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}h4.home-tab-news-item-title { font: 16px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 10px 5px; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }h4.home-tab-news-item-title a { color: #ccc;} h4.home-tab-news-item-title a:hover { color: #ffd800;} .home-tab-news-item-info { font: 10px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; margin: 0; padding: 0 0 5px 0; }.home-tab-news-item-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; margin: 0; padding: 0; }@media (max-width: 991px) { .home-tab-featured-news-item > div[class*='col-']:first-child { padding-right: 0; } .home-tab-featured-news-image { padding: 0; } h4.home-tab-news-item-title { font-size: 26px; } .home-tab-news-item-body { margin: 0 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); } .home-tab-news-items div[class*='col-']:last-child .home-tab-news-item-body { margin-bottom: 0; border-bottom: none; } }/**************************************** MAIN CONTENT **************************************************************/ .main_content { margin: 0; padding: 0;} .main_content a { color: rgba(255,255,255,0.8); }.main_content a:hover { color: rgba(255,255,255,1); } .maincontent-box { /* overflow: hidden; */ margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.maincontent-box-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.maincontent-box-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.maincontent-box-body { font: 16px Arial, Helvetica, Sans-serif; color: #a1a1a1; /* overflow: hidden; */ padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.maincontent-box-body > .table-responsive { clear: both;}/**************************************** SIDEBAR SEARCH STYLE ************************************************/.search { overflow: hidden; background-color: #161616; color: #fff; margin: 20px 0 0 0; padding: 0; border: 1px solid rgba(255, 255, 255, 0.1);}.search .stylish-input-group .form-control { color: rgba(255,255,255,0.8); -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: transparent; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }.search .stylish-input-group .input-group-addon { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: transparent; border: none; }.search .stylish-input-group button { border: none; background: transparent;} .search .stylish-input-group button span.glyphicon-search { color: #ffd800; }.search .stylish-input-group button:hover span.glyphicon-search { color: #fff; }/* Search in rightcol and bottomcol */.sidebar .input-group .form-control.search,.bottomcol .input-group .form-control.search { background-color: #161616; color: #fff; margin: 20px 0 0 0; padding: 0; border: 1px solid rgba(255, 255, 255, 0.1); }.sidebar .input-group button.btn,.footer-top .input-group button.btn { margin-top: 20px;}/**************************************** SIDEBAR ****************************************************************/.sidebar { padding: 0 0 25px 0;} .sidebar-box { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.sidebar-box a { color: #ccc;}.sidebar-box a:hover { color: #ffd800;}.sidebar-box-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.sidebar-box-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.sidebar-box-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.sidebar-box-body .text-muted { color: rgba(255, 255, 255, 0.4);} /* SIDEBAR Menu table */.sidebar-box table.table { }.sidebar-box table.table tr { background-color: transparent;}.sidebar-box table.table tr th,.sidebar-box table.table tr th.forumheader { background-color: transparent; font: 13px Arial, Helvetica, Sans-serif; color: rgba(255,255,255,0.8); border: none; text-align: center; padding: 4px 0;} .sidebar-box table.table tr th span,.sidebar-box table.table tr th.forumheader span { text-transform: uppercase; text-align: center; font-weight: bold; }.sidebar-box table.table tr td.indent { text-align: center; background-color: rgba(255,255,255,0.2);} .sidebar-box table.table tr td.indent a .label.label-info { background-color: transparent; padding: 0;}.sidebar-box table.table tr td,.sidebar-box table.table tr td.forumheader3 { background-color: transparent; border: none; font-size: 13px; text-align: center; padding: 4px 0;}.sidebar-box table.table tr td a,.sidebar-box table.table tr td.forumheader3 a { font-size: 85%;}/* SIDEBAR menu ul, li, badget */.sidebar-box-body > ul { list-style: none; padding-left: 0;}.sidebar-box-body > ul > li { background-color: transparent; border: none; margin: 0 -14px; padding: 8px 15px; display: block; }.sidebar-box-body > ul > li:nth-child(odd) { background-color: #0f0f0f; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 2px solid #000;}.sidebar-box-body > ul > li > a { background-color: transparent; padding: 0; }.sidebar-box-body > ul > li > a:hover,.sidebar-box-body > ul > li > a:focus { background-color: transparent;}.sidebar-box-body > ul > li > a:before { content: "\f067"; font-family: FontAwesome; font-size: 10px; font-style: normal; font-weight: normal; color: #ccc; text-decoration: inherit; padding-right: 5px; }.sidebar-box-body > ul > li > a:hover:before { color: #ffd800;}.sidebar-box-body > ul > li > a span.badge { float: right; background-color: rgba(255,255,255,0.2); font-family: Arial, Helvetica, Sans-serif; color: #ccc; line-height: 1; margin-left: 15px;}.sidebar-box-body > ul > li > a:hover span.badge { background-color: #ffd800; color: #202020;}/* SIDEBAR menu h2 span btn */.sidebar-box-title h2 span.btn-group { margin-top: -5px; vertical-align: middle;}.sidebar-box-title h2 span.btn-group a.btn { font-size: 20px; line-height: 1.2; padding: 0 5px;}/* SIDEBAR menu media-list */ .sidebar-box li.media { border-bottom: 1px solid rgba(255,255,255,0.05); margin: 0; padding: 10px 0;}.sidebar-box li.media .media-object { padding-right: 15px;}.sidebar-box li.media .media-object img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.sidebar-box li.media .media-body { color: rgba(255,255,255,0.5); padding: 0;}.sidebar-box li.media .media-body h4 { font-size: 14px; margin-top: 0; margin-bottom: 5px;}.sidebar ::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }.sidebar ::-moz-placeholder { color: rgba(255,255,255,0.5); }.sidebar :-ms-input-placeholder { color: rgba(255,255,255,0.5); }.sidebar :-moz-placeholder { color: rgba(255,255,255,0.5); }/**************************************** FOOTER **************************************************************/ #footer {}#footer .footer-top { overflow: hidden; background-color: #131313; border: 1px solid #000; margin: 10px 0 0 0; padding: 0;}#footer .footer-menus-inner { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.bottommenu-box { overflow: hidden; margin: 20px 0 15px 0; padding: 0;}.bottommenu-box a { color: #fff; }.bottommenu-box a:hover { color: #ffd800; } .bottommenu-box-title { margin: 0; padding: 0;}.bottommenu-box-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; line-height: 1; margin: 0; padding: 10px; text-transform: uppercase; text-align: center;}.bottommenu-box-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; overflow: hidden; padding: 15px; text-align: justify;}.bottommenu-box-body .text-muted { color: rgba(255, 255, 255, 0.4);} /* Bottom Menu table */.bottommenu-box table.table { }.bottommenu-box table.table tr { background-color: transparent;}.bottommenu-box table.table tr th,.bottommenu-box table.table tr th.forumheader { background-color: transparent; font: 13px Arial, Helvetica, Sans-serif; color: rgba(255,255,255,0.8); border: none; text-align: center; padding: 4px 0;} .bottommenu-box table.table tr th span,.bottommenu-box table.table tr th.forumheader span { text-transform: uppercase; text-align: center; font-weight: bold; }.bottommenu-box table.table tr td.indent { text-align: center; background-color: rgba(255,255,255,0.2);} .bottommenu-box table.table tr td.indent a .label.label-info { background-color: transparent; padding: 0;}.bottommenu-box table.table tr td,.bottommenu-box table.table tr td.forumheader3 { background-color: transparent; border: none; font-size: 13px; text-align: center; padding: 4px 0;}.bottommenu-box table.table tr td a,.bottommenu-box table.table tr td.forumheader3 a { font-size: 85%;}/* Bottom menu ul, li, badget */.bottommenu-box-body > ul { list-style: none; padding-left: 0;}.bottommenu-box-body > ul > li { background-color: transparent; border: none; padding: 8px 0; display: block; border-bottom: 1px solid rgba(255,255,255,0.05);}.bottommenu-box-body > ul > li > a { background-color: transparent; padding: 0; }.bottommenu-box-body > ul > li > a:hover,.bottommenu-box-body > ul > li > a:focus { background-color: transparent;}.bottommenu-box-body > ul > li > a:before { content: "\f067"; font-family: FontAwesome; font-size: 10px; font-style: normal; font-weight: normal; color: rgba(255,255,255,0.8); text-decoration: inherit; padding-right: 5px; }.bottommenu-box-body > ul > li > a:hover:before { color: rgba(255,255,255,1);}.bottommenu-box-body > ul > li > a span.badge { float: right; background-color: rgba(255,255,255,0.2); font-family: Arial, Helvetica, Sans-serif; color: #fff; line-height: 1; margin-left: 15px;}.bottommenu-box-body > ul > li > a:hover span.badge { background-color: rgba(255,255,255,1); color: #da584f;}/* Bottom menu h2 span btn */.bottommenu-box-title h2 span.btn-group { margin-top: -5px; vertical-align: middle;}.bottommenu-box-title h2 span.btn-group a.btn { font-size: 20px; line-height: 1.2; padding: 0 5px;}/* Bottom menu media-list */ .bottommenu-box li.media { border-bottom: 1px solid rgba(255,255,255,0.05); margin: 0; padding: 10px 0;}.bottommenu-box li.media .media-object { padding-right: 15px;}.bottommenu-box li.media .media-object img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.bottommenu-box li.media .media-body { color: rgba(255,255,255,0.5); padding: 0;}.bottommenu-box li.media .media-body h4 { font-size: 14px; margin-top: 0; margin-bottom: 5px;}/* Bottom menu tbox */.footer-top .tbox,.footer-top .tbox.chatbox { color: #fff; background-color: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); }.footer-top ::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }.footer-top ::-moz-placeholder { color: rgba(255,255,255,0.5); }.footer-top :-ms-input-placeholder { color: rgba(255,255,255,0.5); }.footer-top :-moz-placeholder { color: rgba(255,255,255,0.5); }#footer .footer-bottom { position: relative; overflow: hidden; margin: 0 0 30px 0; padding: 15px; background-color: #101010; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}#footer .footer-bottom .site-info { color: #505050; }#footer .footer-bottom .site-info a:hover { color: #fff; }#footer .footer-bottom .footer-social-connected { text-align: right;}.footer-social-connected a.social-icon.social-rss,.footer-social-connected a.social-icon.social-facebook,.footer-social-connected a.social-icon.social-twitter,.footer-social-connected a.social-icon.social-google-plus,.footer-social-connected a.social-icon.social-youtube { overflow: hidden; display: inline-block; width: 40px; height: 40px; background-color: #1a1a1a; background-image: -webkit-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -o-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#1a1a1a)); background-image: linear-gradient(to bottom, #474747 0%, #1a1a1a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#1a1a1a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 5px 5px 0; text-align: center; }.footer-social-connected a.social-icon.social-rss span.fa,.footer-social-connected a.social-icon.social-facebook span.fa,.footer-social-connected a.social-icon.social-twitter span.fa,.footer-social-connected a.social-icon.social-google-plus span.fa,.footer-social-connected a.social-icon.social-youtube span.fa { width: 30px; font-size: 20px; color: #f8ad30; line-height: 35px; margin: 0 auto; vertical-align: middle; padding: 0 0 0 2px; } .footer-social-connected a.social-icon.social-rss:hover span.fa { color: #f69537; } .footer-social-connected a.social-icon.social-facebook:hover span.fa { color: #3b5998; }.footer-social-connected a.social-icon.social-twitter:hover span.fa { color: #00aced; }.footer-social-connected a.social-icon.social-google-plus:hover span.fa { color: #dd4b39; }.footer-social-connected a.social-icon.social-youtube:hover span.fa { color: #bb0000; } /**************************************** MOVE TO TOP ************************************************************/.button-up { position: relative; display: block; top: -80px; left: 50%; margin-left: -50px; width: 0; height: 0; border-bottom: 50px solid #000; border-left: 50px solid transparent; border-right: 50px solid transparent; z-index: 1000;} .button-up-inner { position: relative; bottom: -3px; left: -47px; width: 0; height: 0; border-bottom: 47px solid rgba(255,255,255,0.1); border-left: 47px solid transparent; border-right: 47px solid transparent; -o-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -khtml-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}.button-up .button-up-inner a.movetotop span { overflow: hidden; display: block; width: 94px; height: 46px; font-size: 26px; color: #f8ad30; line-height: 46px; margin: 0 0 0 -45px; cursor: pointer; -o-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -khtml-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: center; text-decoration: none; outline: none; }.button-up-inner:hover { border-bottom: 47px solid #f8ad30;}.button-up .button-up-inner:hover a.movetotop span { color: #fff; outline: none; }/**************************************** NEWS LAYOUT ************************************************************/ .default-news-isotope-grid { padding-top: 15px;}.default-news-isotope-grid-item { padding-left: 0; padding-right: 0; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px);} .default-news-isotope-grid-item2 { width: 66.5859%;}@media (max-width: 991px) { .default-news-isotope-grid-item2 { width: 100% !important; }}.default-item { overflow: hidden; margin: 10px; padding: 0; position: relative; background-color: #131313; display: block; border: 1px solid #000; -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; }.default-item:hover { border: 1px solid #f8ad30;}.default-item .default-item-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.default-item .default-item-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #f8ad30; line-height: 1.3; text-transform: uppercase; padding: 15px; margin: 0; background: transparent url(images/mosaic.png) repeat left top;}.default-item h2.default-item-title a { color: #f8ad30; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}.default-item h2.default-item-title a:hover { color: #bbb; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}.default-item .default-item-mainimage { position: relative; max-height: 450px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.default-item .default-item-mainimage img { width: 100%; max-width: 100%; max-height: 450px; vertical-align: middle; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s;}.default-item .default-item-mainimage:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.default-item .default-item-mainimage .carousel-indicators { display: none; visibility: hidden;}.default-item .default-item-mainimage .carousel-control .glyphicon-chevron-left::before { content: "\f060"; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 35px; color: #fff; text-decoration: inherit; }.default-item .default-item-mainimage .carousel-control .glyphicon-chevron-right::before { content: "\f061"; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 35px; color: #fff; text-decoration: inherit; }.default-item .default-item-category { position: absolute; top: 0; left: 0; overflow: hidden; display: inline-block; background-color: #f8ad30; padding: 7px 8px; font: bold 11px Arial, Helvetica, Sans-serif; color: #fff; line-height: 1; text-transform: uppercase;}.default-item .default-item-category a { color: #fff;}.default-item .default-item-category a:hover { color: #000;}.default-item .default-item-rate { position: absolute; bottom: 10px; right: 10px;}.default-item .default-item-rate .e-rate.e-rate-news {}.default-item .default-item-rate .e-rate.e-rate-news img { width: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.default-item .default-item-mainimage .default-item-date { position: absolute; bottom: -25px; left: 50%; margin-left: -25px; overflow: hidden; display: block; width: 50px; height: 50px; color: #fff !important; border: 1px solid rgba(255,255,255,0.2); background-color: #2e2e2e; background-image: -webkit-linear-gradient(top, #595959 0%, #2e2e2e 100%); background-image: -o-linear-gradient(top, #595959 0%, #2e2e2e 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#2e2e2e)); background-image: linear-gradient(to bottom, #595959 0%, #2e2e2e 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#2e2e2e', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75); box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);}.default-item .default-item-mainimage .default-item-date .month { font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #f8ad30; line-height: 1; text-transform: uppercase; padding: 11px 10px 0 10px; text-align: center; letter-spacing: 1px; text-shadow: -1px -1px 1px rgba(0,0,0,0.7);}.default-item .default-item-mainimage .default-item-date .day { font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #f8ad30; line-height: 1; text-transform: uppercase; padding: 0 10px 0 10px; text-align: center; letter-spacing: 1px; text-shadow: -1px -1px 1px rgba(0,0,0,0.7);}.default-item .default-item-content { overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.default-item .default-item-info { font: 11px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a1a1a1; line-height: 1.2; text-transform: uppercase; padding: 15px 0 10px 0; margin: 0; border-bottom: 1px solid #000;}.default-item .default-item-info .default-item-author { padding-left: 0; }.default-item .default-item-info .default-item-comments { padding-right: 0; text-align: right; }@media (max-width: 767px) { .default-item .default-item-info .default-item-comments { padding-left: 0; text-align: left; } }.default-item .default-item-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; padding: 10px 0 20px 0; border-top: 1px solid rgba(255,255,255,0.1); }.default-item .default-item-bottom { display: block; overflow: hidden; color: #fff; line-height: 1; margin: 0 auto; overflow: hidden; padding: 10px 10px 20px 0; text-transform: uppercase;}.default-item .default-item-bottom .default-item-morebutton { text-align: right;}.default-item .default-item-bottom .default-item-morebutton a { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; line-height: 1; text-transform: uppercase; color: #a6a6a6 !important; border: 1px solid #5c5c5c; padding: 6px 12px; text-shadow: -1px -1px 1px #000; background-color: #1d1d1d; background-image: -webkit-linear-gradient(top, #4d4d4d 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #4d4d4d 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#1d1d1d)); background-image: linear-gradient(to bottom, #4d4d4d 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}.default-item .default-item-bottom .default-item-morebutton a:hover { color: #fff !important; background-color: #f8ad30; background-image: none; border: 1px solid #c08728; text-shadow: -1px -1px 1px rgba(0,0,0,0.5);}/**************************************** NEWS EXTENDED LAYOUT ***************************************************/.view-item { margin: 0; padding: 0;}.view-item-container { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.view-item .view-item-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.view-item .view-item-title h2 { font: 26px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.view-item .view-item-title h2 a { color: #f8ad30; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}.view-item .view-item-title h2 a:hover { color: #bbb; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}.view-item-container-inner { overflow: hidden; padding: 0; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.view-item .view-item-meta { overflow: hidden; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; line-height: 1; letter-spacing: 1px; text-transform: uppercase; background-color: #131313; background-image: -webkit-linear-gradient(top, #202020 0%, #131313 100%); background-image: -o-linear-gradient(top, #202020 0%, #131313 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#131313)); background-image: linear-gradient(to bottom, #202020 0%, #131313 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#131313', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 15px; }.view-item .view-item-meta a { color: #f8ad30;}.view-item .view-item-meta a:hover { color: #bbb;}.view-item .view-item-mainimage { overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.view-item .view-item-mainimage img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.view-item .view-item-content { font: 16px Arial, Helvetica, Sans-serif; color: #a1a1a1; padding: 20px 20px; border-top: 1px solid rgba(255,255,255,0.1);}.view-item .view-item-content .lead{ font: 20px Arial, Helvetica, Sans-serif; color: #ccc; margin-bottom: 0; padding: 0 0 10px 0;}.view-item .view-item-content .view-item-body { padding: 0 0 15px 0;}.view-item .view-item-content .view-item-videos .view-video { margin-bottom: 15px;} .view-item .view-item-content .view-item-images-1,.view-item .view-item-content .view-item-images-2 { }.view-item .view-item-content .view-item-images-1 img,.view-item .view-item-content .view-item-images-2 img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; margin-bottom: 15px;}.view-item .view-item-content .view-item-extended { }/**************************************** NEWS EXTENDED POST - RATE **********************************************/.view-item-rate { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.view-item-rate h3.view-item-rate-title { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; } .view-item-rate .view-item-rate-body {}@media (max-width: 991px) { .view-item-rate { margin-left: 0; }}/**************************************** NEWS EXTENDED POST - TAGS **********************************************/.view-item-tags { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.view-item-tags h3.view-item-tags-title { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; } .view-item-tags .view-item-tags-body {}.view-item-tags .view-item-tags-body a.news-tag { background-color: #323232; color: #a6a6a6; display: inline-block; font-size: 13px; height: 30px; line-height: 1; margin: 0 10px 10px 0; padding: 7px 15px; border: 1px solid #000; text-align: center; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -o-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -khtml-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}.view-item-tags .view-item-tags-body a.news-tag:hover { color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); background-color: #ffc600;}@media (max-width: 991px) { .view-item-tags { margin-left: 0; }}/**************************************** NEWS EXTENDED POST - SHARE THIS ****************************************/.view-item-share { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.view-item-share h3.view-item-share-title { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; } .view-item-share .view-item-share-body { }.view-item-share .view-item-share-body a.hidden-print,.view-item-share .view-item-share-body a.social-share-email,.view-item-share .view-item-share-body a.social-share-facebook-like,.view-item-share .view-item-share-body a.social-share-facebook-share,.view-item-share .view-item-share-body a.social-share-twitter,.view-item-share .view-item-share-body a.social-share-google-plus1 { overflow: hidden; display: inline-block; width: 40px; height: 40px; background-color: #1a1a1a; background-image: -webkit-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -o-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#1a1a1a)); background-image: linear-gradient(to bottom, #474747 0%, #1a1a1a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#1a1a1a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #222; -moz-border-radius: 50% !important; -khtml-border-radius: 50% !important; -webkit-border-radius: 50% !important; border-radius: 50% !important; margin: 0 5px 5px 0; text-align: center;} .view-item-share .view-item-share-body a.hidden-print i,.view-item-share .view-item-share-body a.hidden-print span,.view-item-share .view-item-share-body a.social-share-email i,.view-item-share .view-item-share-body .btn-group.social-share a [class^="e-social-"],.view-item-share .view-item-share-body .btn-group.social-share a [class*=" e-social-"] { width: 40px; font-size: 18px; color: #f8ad30; line-height: 1; margin: 0 auto; vertical-align: middle; padding: 9px 0 0 0; }.view-item-share .view-item-share-body .btn-group.social-share a [class^="e-social-"]::before, .view-item-share .view-item-share-body .btn-group.social-share a [class*=" e-social-"]::before { margin: 0;}.view-item-share .view-item-share-body a.hidden-print:hover,.view-item-share .view-item-share-body a.social-share-email:hover,.view-item-share .view-item-share-body a.social-share-facebook-like:hover,.view-item-share .view-item-share-body a.social-share-facebook-share:hover,.view-item-share .view-item-share-body a.social-share-twitter:hover,.view-item-share .view-item-share-body a.social-share-google-plus1:hover { color: #fff; border: 1px solid #4d4d4d; }.view-item-share .view-item-share-body a.hidden-print:hover i,.view-item-share .view-item-share-body a.hidden-print:hover span,.view-item-share .view-item-share-body .btn-group.social-share a:hover [class*=" e-social-"] { color: #fff;}@media (max-width: 991px) { .view-item-share { margin-left: 0; }}/**************************************** NEWS EXTENDED POST - AUTHOR ********************************************/.view-item-author { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.view-item-author .view-item-author-title { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; }.view-item-author .view-item-author-avatar {}.view-item-author .view-item-author-avatar img { display: block; margin: 0 auto; max-width: 80%; height: auto; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75); box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);}.view-item-author h4.view-item-author-name { text-align: center;}.view-item-author h4.view-item-author-name a { display: inline-block; font: 24px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #f8ad30; line-height: 1.2; padding: 4px 8px;}.view-item-author h4.view-item-author-name a:hover { color: #bbb;}.view-item-author .view-item-author-info { font: 14px Arial, Helvetica, Sans-serif; color: #95a5a6; line-height: 1.3; text-align: justify; padding: 0 0 10px 0; }.view-item-author .view-item-author-articles { text-align: center;}.view-item-author .view-item-author-articles a { display: inline-block; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff !important; line-height: 1; letter-spacing: 0.5px; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #ffee8e; text-transform: uppercase; margin: 0; padding: 8px 12px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: #feb914; background-image: -webkit-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -o-linear-gradient(top, #ffd807 0%, #feb914 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd807), to(#feb914)); background-image: linear-gradient(to bottom, #ffd807 0%, #feb914 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd807', endColorstr='#feb914', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }.view-item-author .view-item-author-articles a:hover { background-color: #f5b61b; background-image: none; border: 1px solid #e4aa1a;}@media (max-width: 991px) { .view-item-author { margin-left: 0; }}/**************************************** NEWS EXTENDED RELATED NEWS *********************************************/.view-item .e-related { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.view-item .e-related .related-news-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; }.view-item .e-related .related-news-image { overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.view-item .e-related .related-news-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.view-item .e-related .related-news-header { margin: 0 0 15px 0; padding: 10px 0 0 0;}.view-item .e-related .related-news-header h4.related-news-caption { font: 18px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; text-align: center;}.view-item .e-related .related-news-header h4.related-news-caption a { color: #f8ad30;}.view-item .e-related .related-news-header h4.related-news-caption a:hover { color: #bbb;}@media (max-width: 991px) { .view-item .e-related { margin-left: 0; } .view-item .e-related .related-news-header h4.related-news-caption { font-size: 26px; }}/**************************************** NEWS - CATEGORY'S NEWS LAYOUT ******************************************/.newscatitems { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.newscatitems .newscatitems-header { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.newscatitems .newscatitems-header h2 { font: 26px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.newscatitems .newscatitems-header h2 a { color: #f8ad30; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}.newscatitems .newscatitems-header h2 a:hover { color: #bbb; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}.news-cat-item { overflow: hidden; position: relative; margin: 0 0 20px 0; padding: 20px 20px;}.news-cat-item::before { content : ""; position: absolute; left : 8%; bottom : 0; height : 1px; width : 84%; border-bottom: 1px solid rgba(255,255,255,0.07);}.news-cat-item:last-child::before { content : none; display: none;}.news-cat-item .news-cat-item-mainimage { overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.news-cat-item .news-cat-item-mainimage img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.news-cat-item h2.news-cat-item-title { font: 36px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #f8ad30; line-height: 1.2; padding: 0; margin-top: 7px; margin-bottom: 7px; text-transform: uppercase;}.news-cat-item h2.news-cat-item-title a { color: #f8ad30;}.news-cat-item h2.news-cat-item-title a:hover { color: #bbb;}.news-cat-item .news-cat-item-meta { overflow: hidden; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase; padding: 5px 0 15px 0; }.news-cat-item .news-cat-item-meta a { color: #f8ad30;}.news-cat-item .news-cat-item-meta a:hover { color: #bbb;}.news-cat-item .news-cat-item-content { font: 16px Arial, Helvetica, Sans-serif; color: #a1a1a1; padding: 0;}.news-cat-item .news-cat-item-content .lead { font: 20px Arial, Helvetica, Sans-serif; color: #ccc; margin-bottom: 0; padding: 0 0 10px 0;}.news-cat-item .news-cat-item-content .news-cat-item-body { padding: 0; /* hide text if it more than N lines */ overflow: hidden; /* for set '...' in absolute position */ position: relative; /* use this value to count block height */ line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */ max-height: 9.6em; /* fix problem when last visible word doesn't adjoin right side */ text-align: justify; /* place for '...' */ padding-right: 1em;}/* create the ... */.news-cat-item .news-cat-item-content .news-cat-item-body:before { /* points in the end */ content: '...'; /* absolute position */ position: absolute; /* set position to right bottom corner of block */ right: 0; bottom: 0;}/* hide ... if we have text, which is less than or equal to max lines */.news-cat-item .news-cat-item-content .news-cat-item-body:after { /* points in the end */ content: ''; /* absolute position */ position: absolute; /* set position to right bottom corner of text */ right: 0; /* set width and height */ width: 1em; height: 1em; margin-top: 0.2em; /* bg color = bg color under block */ background: #131313;}.news-cat-item .news-cat-item-extended { padding: 15px 10px 0 0;}/**************************************** NEWS LIST LAYOUT *******************************************************/.news-list-item { overflow: hidden; margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid rgba(255,255,255,0.07);}.news-list-item .news-list-item-mainimage { overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.news-list-item .news-list-item-mainimage img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}.news-list-item h3.news-list-item-title { font: 36px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #f8ad30; line-height: 1.2; padding: 0; margin-top: 7px; margin-bottom: 7px; text-transform: uppercase;}.news-list-item h3.news-list-item-title a { color: #f8ad30;}.news-list-item h3.news-list-item-title a:hover { color: #bbb;}.news-list-item .news-list-item-meta { overflow: hidden; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase; padding: 5px 0 15px 0; }.news-list-item .news-list-item-meta a { color: #f8ad30;}.news-list-item .news-list-item-meta a:hover { color: #bbb;}.news-cat-item .news-list-item-content { font: 16px Arial, Helvetica, Sans-serif; color: #a1a1a1; padding: 0;} .news-list-item .news-list-item-content .lead { font: 20px Arial, Helvetica, Sans-serif; color: #ccc; margin-bottom: 0; padding: 0 0 10px 0;}.news-list-item .news-list-item-content .news-list-item-body { padding: 0;/* hide text if it more than N lines */ overflow: hidden; /* for set '...' in absolute position */ position: relative; /* use this value to count block height */ line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */ max-height: 9.6em; /* fix problem when last visible word doesn't adjoin right side */ text-align: justify; /* place for '...' */ padding-right: 1em;}/* create the ... */.news-list-item .news-list-item-content .news-list-item-body:before { /* points in the end */ content: '...'; /* absolute position */ position: absolute; /* set position to right bottom corner of block */ right: 0; bottom: 0;}/* hide ... if we have text, which is less than or equal to max lines */.news-list-item .news-list-item-content .news-list-item-body:after { /* points in the end */ content: ''; /* absolute position */ position: absolute; /* set position to right bottom corner of text */ right: 0; /* set width and height */ width: 1em; height: 1em; margin-top: 0.2em; /* bg color = bg color under block */ background: #131313;} .news-list-item .news-list-item-content .news-list-item-extended { padding: 15px 10px 0 0;} /**************************************** COMMENTS STYLE *********************************************************//*Comment Form */.comment-box.comment-box-form { overflow: hidden; margin: 10px 0 0 0; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.comment-box.comment-box-form .comment-form-img { overflow: hidden; padding: 0; margin: 0; text-align: center;}.comment-box.comment-box-form .comment-form-img img { overflow: hidden; display: block; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; margin: 0 auto; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .comment-box.comment-box-form .comment-form-block { border: none; padding: 0; background-color: transparent; }.comment-box.comment-box-form .comment-form-block .form-control { color: #fff; border: none; padding: 5px; background-color: rgba(255,255,255,0.2); -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }@media (max-width: 991px) { .comment-box.comment-box-form .comment-form-img { float: none; } .comment-box.comment-box-form .comment-form-img img { display: block; margin: 0 auto 15px auto; }}/* COMMENTS */ul#comments-container.media-list { margin-bottom: 20px;}ul#comments-container.media-list li.media.comment-box { overflow: hidden; margin: 10px 0 0 0; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}ul#comments-container.media-list li.media.comment-box .comment-img { overflow: hidden; padding: 0; margin: 0; text-align: center;}ul#comments-container.media-list li.media.comment-box .comment-img img { overflow: hidden; display: block; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; margin: 0 auto; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }ul#comments-container.media-list li.media.comment-box .comment-block { border: none; padding: 5px 0; background-color: transparent;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-username { display: inline-block; font: 18px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serifArial, Helvetica, Sans-serif; color: #7d7d7d; line-height: 26px; padding: 0 10px 0 0;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-username a { color: #f8ad30;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-username a:hover { color: #bbb;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-timedate { display: inline-block; font: 12px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #7d7d7d; line-height: 26px; padding: 0 20px 0 0;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-reply { margin: 0;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-reply a.e-comment-reply { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-reply a.e-comment-reply::before { display: inline-block; content: "\f112"; font-family: FontAwesome; margin: 0; padding: 0 10px 0 0; vertical-align: top;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-reply a.e-comment-reply:hover { }ul#comments-container.media-list li.media.comment-box .comment-block .comment-text { padding: 15px 0;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-text .comment-body { padding: 0 15px; font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; line-height: 1.2;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-status { font: 12px Arial, Helvetica, Sans-serif; color: #f8ad30;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-edit,ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-delete,ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-approve { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-edit::before { display: inline-block; content: "\f044"; font-family: FontAwesome; margin: 0; padding: 0 10px 0 0; vertical-align: top;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-delete::before { display: inline-block; content: "\f014"; font-family: FontAwesome; margin: 0; padding: 0 10px 0 0; vertical-align: top;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-approve::before { display: inline-block; content: "\f00c"; font-family: FontAwesome; margin: 0; padding: 0 10px 0 0; vertical-align: top;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-edit:hover,ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-delete:hover,ul#comments-container.media-list li.media.comment-box .comment-block .comment-moderate a.e-comment-approve:hover { }ul#comments-container.media-list li.media.comment-box .comment-block .comment-rate { font-size: 12px;}ul#comments-container.media-list li.media.comment-box .comment-block .comment-rate i { font-size: 14px;}@media (max-width: 991px) { ul#comments-container.media-list li.media.comment-box .comment-img { float: none; } ul#comments-container.media-list li.media.comment-box .comment-img img { display: block; margin: 0 auto 15px auto; }} /**************************************** OTHER MENU STYLE *******************************************************/.othermenu-box { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.othermenu-box a { color: #ccc;}.othermenu-box a:hover { color: #ffd800;}.othermenu-box-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.othermenu-box-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top; }.othermenu-box-body { font: 14px Arial, Helvetica, Sans-serif; color: #a1a1a1; overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;} /************************************************* CUSTOM PAGES STYLE ***********************************************************************/.default-cpage-container { }.default-cpage-container .default-cpage-meta { overflow: hidden; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a1a1a1; line-height: 1; letter-spacing: 1px; padding: 0 10px 25px 10px; text-transform: uppercase; }.default-cpage-container .default-cpage-meta a { color: #f8ad30; display: inline; font-size: 12px; font-style: normal; letter-spacing: 1px;}.default-cpage-container .default-cpage-meta a:hover { color: #fff;}.default-cpage-container .cpage-nav { overflow: hidden; display: block; clear: both; text-align: right; margin: 0; padding: 0 10px 25px 10px; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; }.default-cpage-container .cpage-nav br { display: none;} .default-cpage-container .cpage-nav a.cpage-np { display: inline-block; color: #959595; margin: 0 5px 0 0; padding: 2px 5px; text-transform: uppercase;}.default-cpage-container .cpage-nav a.cpage-np.current,.default-cpage-container .cpage-nav a.cpage-np:hover { color: #959595; border-top: 1px dashed #959595; border-bottom: 1px dashed #959595;}.default-cpage-container .default-cpage-content { margin-bottom: 15px;}.default-cpage-container .default-cpage-mainimage { width: 100%; margin: 0 0 25px 0; padding: 0 10px 0 10px; }.default-cpage-container .default-cpage-mainimage img { float: none !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.default-cpage-container .default-cpage-content img { display: block; width: 100%; max-width: 100%; margin: 15px auto; padding: 0 20px; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.default-cpage-container .default-cpage-content img.bbcode-img-left { display: inline-block; float: left; width: auto; margin: 0 20px 5px 0; padding:0;}.default-cpage-container .default-cpage-content img.bbcode-img-right { display: inline-block; float: right; width: auto; margin: 0 0 5px 20px; padding: 0;}.default-cpage-content p { font: 16px Arial, Helvetica, Sans-serif; color: #a1a1a1; padding-bottom:15px; text-align:justify}@media (max-width: 767px) { .default-cpage-container .default-cpage-content img.bbcode-img-left { float: none; width: 100%; margin: 10px 0; padding: 0; } .default-cpage-container .default-cpage-content img.bbcode-img-right { float: none; width: 100%; margin: 10px 0; padding: 0; }}/************************************************* CUSTOM PAGES STYLE - CPAGE - RATING ******************************************************/.cpage-body .default-cpage-rating { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.cpage-body .default-cpage-rating .default-cpage-rating-title { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; } .cpage-body .default-cpage-rating .default-cpage-rating-body {}@media (max-width: 991px) { .cpage-body .default-cpage-rating { margin-left: 0; }}/************************************************ CUSTOM PAGES STYLE - CPAGE - SHARE THIS ************************************************/.cpage-body .default-cpage-share { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.cpage-body .default-cpage-share h3.default-cpage-share-title { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; } .cpage-body .default-cpage-share .default-cpage-share-body { }.cpage-body .default-cpage-share .default-cpage-share-body a.hidden-print,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-email,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-facebook-like,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-facebook-share,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-twitter,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-google-plus1 { overflow: hidden; display: inline-block; width: 40px; height: 40px; background-color: #1a1a1a; background-image: -webkit-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -o-linear-gradient(top, #474747 0%, #1a1a1a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#1a1a1a)); background-image: linear-gradient(to bottom, #474747 0%, #1a1a1a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#1a1a1a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #222; -moz-border-radius: 50% !important; -khtml-border-radius: 50% !important; -webkit-border-radius: 50% !important; border-radius: 50% !important; margin: 0 5px 5px 0; text-align: center;} .cpage-body .default-cpage-share .default-cpage-share-body a.hidden-print i,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-email i,.cpage-body .default-cpage-share .default-cpage-share-body .btn-group.social-share a [class^="e-social-"],.cpage-body .default-cpage-share .default-cpage-share-body .btn-group.social-share a [class*=" e-social-"] { width: 40px; font-size: 18px; color: #f8ad30; line-height: 1; margin: 0 auto; vertical-align: middle; padding: 9px 0 0 0; }.cpage-body .default-cpage-share .default-cpage-share-body .btn-group.social-share a [class^="e-social-"]::before, .cpage-body .default-cpage-share .default-cpage-share-body .btn-group.social-share a [class*=" e-social-"]::before { margin: 0;}.cpage-body .default-cpage-share .default-cpage-share-body a.hidden-print:hover,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-email:hover,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-facebook-like:hover,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-facebook-share:hover,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-twitter:hover,.cpage-body .default-cpage-share .default-cpage-share-body a.social-share-google-plus1:hover { color: #fff; border: 1px solid #4d4d4d; }.cpage-body .default-cpage-share .default-cpage-share-body a.hidden-print:hover i,.cpage-body .default-cpage-share .default-cpage-share-body .btn-group.social-share a:hover [class*=" e-social-"] { color: #fff;}@media (max-width: 991px) { .cpage-body .default-cpage-share { margin-left: 0; }}/********************************************* CUSTOM PAGES STYLE - CPAGE - RELATED *********************************************/.cpage-body .e-related { overflow: hidden; margin: 20px 0 0 -15px; padding: 15px; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; color: #a6a6a6; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.cpage-body .e-related h2.cpage-related-title { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; }.cpage-body .e-related .cpage-related-image { overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.cpage-body .e-related .cpage-related-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.cpage-body .e-related .cpage-related-header { margin: 0 0 15px 0; padding: 10px 0 0 0;}.cpage-body .e-related .cpage-related-header h4.cpage-related-caption { font: 18px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 0 0 15px 0; text-align: center;}.cpage-body .e-related .cpage-related-header h4.cpage-related-header-inner a { color: #f8ad30;}.cpage-body .e-related .cpage-related-header h4.cpage-related-header-inner a:hover { color: #bbb;}@media (max-width: 991px) { .cpage-body .e-related { margin-left: 0; } .cpage-body .e-related .cpage-related-header h4.cpage-related-caption { font-size: 26px; }}/************************************************ CUSTOM PAGES STYLE - CPAGE - COMMENTS **************************************************/.cpage-body .default-cpage-comments { padding: 30px 0 0 0;}.cpage-body .default-cpage-comments-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; margin: 0 -15px; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.cpage-body .default-cpage-comments-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.cpage-body .default-cpage-comments-body { font: 16px Arial, Helvetica, Sans-serif; color: #95a5a6; padding: 20px 0; }/************************************************* CUSTOM PAGES STYLE - REVIEW PAGES ********************************************************/.review-container { }.review-container .review-cpage-meta { overflow: hidden; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a1a1a1; line-height: 1; letter-spacing: 1px; padding: 0 10px 25px 10px; text-transform: uppercase; }.review-container .review-cpage-meta a { color: #f8ad30; display: inline; font-size: 12px; font-style: normal; letter-spacing: 1px;}.review-container .review-cpage-meta a:hover { color: #fff;}.review-container .cpage-nav { overflow: hidden; display: block; clear: both; text-align: right; margin: 0; padding: 0 10px 25px 10px; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif;}.review-container .cpage-nav br { display: none;} .review-container .cpage-nav a.cpage-np { display: inline-block; color: #da584f;}.review-container .cpage-nav a.cpage-np:hover { color: rgba(0, 0, 0, 0.65);}.review-container .cpage-nav a.cpage-np.current { color: rgba(0, 0, 0, 0.65);}.review-container .cpage-nav a.cpage-np::after { height: 5px; display: block; width: 60px; background-color: #da584f; content: '';}.review-container .cpage-nav a.cpage-np:hover::after { background-color: rgba(0, 0, 0, 0.65);}.review-container .cpage-nav a.cpage-np.current::after { background-color: rgba(0, 0, 0, 0.65);}.review-container .review-cpage-content { margin-bottom: 15px;}.review-container .review-mainimage { width: 100%; margin: 0 0 25px 0; padding: 0 10px 0 10px; }.review-container .review-mainimage img { float: none !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.review-container .review-scores-wrap { float: left; width: 50%; margin: 0 20px 20px 0; border: 2px solid rgba(255,255,255,0.07);}.review-container .review-scores { font-size: 14px; padding: 25px; border: 1px solid rgba(255,255,255,0.07);}.review-container .review-scores > ul.progress-wrap { list-style: none; margin: 0; padding: 0;}.review-container .review-scores > ul.progress-wrap > li { margin-bottom: 20px;}.review-container .review-scores > ul.progress-wrap > li .review-scores-title,.review-container .review-scores .review-scores-title { font-family: "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; letter-spacing: 1px;}.review-container .review-score-number { font: 50px "NeuropolXRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; margin: 25px 0 0 0; background-color: #f8ad30; text-align: center; padding: 30px;}.review-scores-comments { }.review-scores-comments .review-scores-title { padding: 10px 0;}.review-scores-comments .review-scores-title:first-child { padding-top: 0;}.review-container .review-cpage-content img { display: block; float: none; width: 100%; max-width: 100%; margin: 15px auto; padding: 0 20px; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.review-container .review-cpage-content img.bbcode-img-left { display: inline-block; float: left; width: auto; margin: 0 20px 5px 0; padding:0;}.review-container .review-cpage-content img.bbcode-img-right { display: inline-block; float: right; width: auto; margin: 0 0 5px 20px; padding: 0;}.review-cpage-content p { font: 16px Arial, Helvetica, Sans-serif; color: #a1a1a1; padding-bottom:15px; text-align:justify}@media (max-width: 767px) { .review-container .review-scores-wrap { float: none; width: 100%; margin: 0 0 20px 0; } .review-container .review-cpage-content img.bbcode-img-left { float: none; width: 100%; margin: 10px 0; padding: 0; } .review-container .review-cpage-content img.bbcode-img-right { float: none; width: 100%; margin: 10px 0; padding: 0; }}/************************************************** CPAGE LIST STYLE *******************************************************/ .list-pages { }.list-pages .list-pages-image { position: relative; overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.list-pages .list-pages-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}.list-pages h4.list-pages-title { font: 16px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; text-align: center; margin: 0; padding: 10px 5px; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }.list-pages h4.list-pages-title a { color: #f8ad30;} .list-pages h4.list-pages-title a:hover { color: #bbb;}.list-pages .list-pages-body { font-size: 13px; padding: 0 10px 0 0; /* hide text if it more than N lines */ overflow: hidden; /* for set '...' in absolute position */ position: relative; /* use this value to count block height */ line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */ max-height: 3.6em; /* fix problem when last visible word doesn't adjoin right side */ text-align: justify; /* place for '...' */ padding-right: 1em; }/* create the ... */.list-pages .list-pages-body:before { /* points in the end */ content: '...'; /* absolute position */ position: absolute; /* set position to right bottom corner of block */ right: 0; bottom: 0;}/* hide ... if we have text, which is less than or equal to max lines */.list-pages .list-pages-body:after { /* points in the end */ content: ''; /* absolute position */ position: absolute; /* set position to right bottom corner of text */ right: 0; /* set width and height */ width: 1em; height: 1em; margin-top: 0.2em; /* bg color = bg color under block */ background: #131313;}.list-pages .list-pages-readmore { text-align: center; padding: 15px;}ul.list-chapters { list-style: none; padding: 0; } ul.list-chapters li.list-chapters-item { background-color: rgba(255,255,255,0.01); padding: 20px; border: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}ul.list-chapters li.list-chapters-item h4.list-chapters-name { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 0 5px 15px 5px; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }ul.list-books { list-style: none; padding: 0;}ul.list-books li.list-books-item {}ul.list-books li.list-books-item h3.list-books-name { font: 24px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 10px 5px; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }@media (max-width: 767px) { .list-pages .list-pages-readmore { margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); } .list-pages .list-pages-readmore { margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); } .list-pages div[class*='col-']:last-child .list-pages-readmore { margin-bottom: 0; border-bottom: none; } .list-pages h4.list-pages-title { font-size: 26px; } }/************************************************** CPAGE MENU ON FRONTPAGE STYLE *******************************************************/ .home-chapter-box { overflow: hidden; margin: 20px 0 15px 0; padding: 0; background-color: #131313; border: 1px solid #000;}.home-chapter-box-title { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.home-chapter-box-title h2 { font: 20px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #ffd800; text-transform: uppercase; margin: 0; padding: 10px; background: transparent url(images/mosaic.png) repeat left top;}.home-chapter-box-body { overflow: hidden; padding: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.chapter-item { overflow: hidden; margin: 0; padding: 0;}.chapter-item .chapter-item-image { position: relative; overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }.chapter-item .chapter-item-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s;}.chapter-item .chapter-item-image:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}.chapter-item h4.chapter-item-title { font: 16px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; text-transform: uppercase; margin: 0; padding: 10px 5px; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -khtml-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }.chapter-item h4.chapter-item-title a { color: #ccc;} .chapter-item h4.chapter-item-title a:hover { color: #ffd800;} .chapter-item .chapter-item-body { font-size: 14px; color: #a1a1a1; padding: 0 10px 0 0; /* hide text if it more than N lines */ overflow: hidden; /* for set '...' in absolute position */ position: relative; /* use this value to count block height */ line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */ max-height: 6.0em; /* fix problem when last visible word doesn't adjoin right side */ text-align: justify; /* place for '...' */ padding-right: 1em; }/* create the ... */.chapter-item .chapter-item-body:before { /* points in the end */ content: '...'; /* absolute position */ position: absolute; /* set position to right bottom corner of block */ right: 0; bottom: 0;}/* hide ... if we have text, which is less than or equal to max lines */.chapter-item .chapter-item-body:after { /* points in the end */ content: ''; /* absolute position */ position: absolute; /* set position to right bottom corner of text */ right: 0; /* set width and height */ width: 1em; height: 1em; margin-top: 0.2em; /* bg color = bg color under block */ background: #131313;}.chapter-item-button { text-align: center; padding: 10px 0 15px 0;}/************************************************** CUSTOM Gallery Categories and Images *******************************************************/ #gallery-cat { }#gallery-cat.row { margin: 0; padding: 0;}#gallery-cat .img-grid { margin-bottom: 10px; padding: 0;}#gallery-cat .img-grid .img-grid-item { overflow: hidden;} #gallery-cat .img-grid .img-grid-item a.thumbnail { position: relative; overflow: hidden; border: none; margin: 0 5px; padding: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }#gallery-cat .img-grid .img-grid-item a.thumbnail img { width: 100%; height: auto; position: relative; overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 10px; }#gallery-cat .img-grid .img-grid-item .gallery-cat-title { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }#gallery-cat .img-grid .img-grid-item .gallery-cat-title:hover { background-color: transparent !important;}#gallery-cat .img-grid .img-grid-item .gallery-cat-title .gallery-cat-title-text-align { display: table; height: 100%; width: 100%;}#gallery-cat .img-grid .img-grid-item .gallery-cat-title .gallery-cat-title-text-align .gallery-cat-title-text { display: table-cell; padding: 10px; text-align: center; vertical-align: middle;}#gallery-cat .img-grid .img-grid-item .gallery-cat-title .gallery-cat-title-text-align .gallery-cat-title-text h3 { font: 24px "Oswald-Regular", Arial, Helvetica, sans-serif; color: #fff; letter-spacing: 2px; margin-bottom: 0; padding: 5px 10px; display: inline-block; background-color: #ffd800; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }#gallery-cat .img-grid .img-grid-item .gallery-cat-title .gallery-cat-title-text-align .gallery-cat-title-text h3:hover { background-color: #f8ad30;}#gallery-cat .img-grid .img-grid-item .gallery-cat-title .gallery-cat-title-text-align .gallery-cat-title-text h3 a { color: #fff; }#gallery-cat .img-grid .img-grid-item .gallery-cat-title .gallery-cat-title-text-align .gallery-cat-title-text h3 a:hover { color: #fff;}/**********************/#gallery { } #gallery .gallery-isotope-grid { overflow: hidden; margin-left: -10px;} #gallery .gallery-isotope-grid-item { display: block; overflow: hidden; margin: 0; padding: 0; border: none; background-color: transparent; color: #fff; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px);} #gallery .gallery-isotope-grid-item .gallery-thumb-container { overflow: hidden; position: relative; margin-left: 10px; margin-bottom: 10px;}#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image { overflow: hidden; position: relative; width: 100%;}#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image img.gallery-thumb { height: auto; width: 100%; max-width: 100%; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -o-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; -o-transition: transform 0.6s ease-in-out 0s; -ms-transition: transform 0.6s ease-in-out 0s; -moz-transition: transform 0.6s ease-in-out 0s; -webkit-transition: transform 0.6s ease-in-out 0s; transition: transform 0.6s ease-in-out 0s; vertical-align: middle; }#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image:hover img.gallery-thumb { -webkit-transform: scale(1.2) translate(-20px); -moz-transform: scale(1.2) translate(-20px); -o-transform: scale(1.2) translate(-20px); -ms-transform: scale(1.2) translate(-20px); transform: scale(1.2) translate(-20px);}#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image .gallery-thumb-overlay { position: absolute; width: 100%; height: 100%; left: 0; top: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; background-color: rgba(0,0,0,0.4); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out;}#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image:hover .gallery-thumb-overlay { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image .gallery-thumb-overlay .gallery-thumb-overlay-text-align { display: table; height: 100%; width: 100%;}#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image .gallery-thumb-overlay .gallery-thumb-overlay-text-align .gallery-thumb-overlay-text { display: table-cell; padding: 10px; text-align: center; vertical-align: middle;}#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image .gallery-thumb-overlay .gallery-thumb-overlay-text-align .gallery-thumb-overlay-text .gallery-thumb-overlay-caption-animated { position: relative; top: -20px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; -ms-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image .gallery-thumb-overlay:hover .gallery-thumb-overlay-text-align .gallery-thumb-overlay-text .gallery-thumb-overlay-caption-animated { top: 0; left: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image .gallery-thumb-overlay .gallery-thumb-overlay-text-align .gallery-thumb-overlay-text .gallery-thumb-overlay-caption-animated a.gallery-caption { font: 14px "Oswald-Regular", Arial, Helvetica, sans-serif; color: #fff; line-height: 18px; border-bottom: 1px solid #fff; margin-bottom: 10px; text-transform: uppercase;}#gallery .gallery-isotope-grid-item .gallery-thumb-container .gallery-thumb-image .gallery-thumb-overlay .gallery-thumb-overlay-text-align .gallery-thumb-overlay-text .gallery-thumb-overlay-caption-animated a.gallery-caption:hover { color: #b9dae8;}/**************************************** LATEST NEWS MENU *******************************************************/.news-menu-latest { }.news-menu-latest .latest-image { position: relative; overflow: hidden; padding-right: 5px;}.news-menu-latest .latest-image img { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}.news-menu-latest .latest-body { padding-left: 5px;}.news-menu-latest .latest-body h4 { font-size: 14px; margin-top: 0; margin-bottom: 5px;}@media (max-width: 991px) { .news-menu-latest .latest-body h4 { font-size: 26px; }}/**************************************** COMMENTS MENU *******************************************************/.comment-menu { }.comment-menu-item { border-bottom: 1px solid rgba(255,255,255,0.05); margin: 0 0 5px 0; padding: 5px 0;}.comment-menu-item img { float: left; margin: 0 1rem 0 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}.comment-menu-item-block { padding-left: calc(50px + 1rem);}.comment-menu-item-block h4.comment-menu-item-title { font-size: 14px; margin-bottom: 5px; margin-top: 0;}.comment-menu-item-block .comment-menu-item-comment { }/**************************************** NEWFORUMPOSTS MENU *******************************************************/.newforumposts-menu { }.newforumposts-menu-item { border-bottom: 1px solid rgba(255,255,255,0.05); margin: 0 0 5px 0; padding: 5px 0;}.newforumposts-menu-item img { float: left; margin: 0 1rem 0 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}.newforumposts-menu-item-block { font-size: 14px; padding-left: calc(50px + 1rem);}.newforumposts-menu-item-block h4.newforumposts-menu-item-title { font-size: 14px; margin-bottom: 5px; margin-top: 0;}.newforumposts-menu-item-block .newforumposts-menu-item-comment { }/**************************************** TAGCLOUD MENU *******************************************************/div.tagcloud-menu { text-align: unset !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}div.tagcloud-menu a.tag { display: inline-block; margin: 0 5px 5px 0; padding: 0;} div.tagcloud-menu a.tag span { display: inline-block; font-size: 13px !important; line-height: 1; color: #a6a6a6; padding: 8px 10px; background-color: #323232; border: 1px solid #000; text-align: center; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -o-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -khtml-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}div.tagcloud-menu a.tag span:hover { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); background-color: #ffc600;}/**************************************** WELCOME MESSAGE - WMESSAGE *********************************************/.wmessage-box { position: relative; background-color: #fff; margin: 20px 0 50px 0; padding: 30px 20px; }.wmessage-box .wmessage-title { margin: 0; padding: 10px 0;}.wmessage-box .wmessage-title h2 { font: 34px "Oswald-Regular", Arial, Helvetica, sans-serif; color: #545454; text-align: center;}.wmessage-box .wmessage-body { font: 20px Arial,Helvetica,sans-serif; color: #95a5a6; line-height: 1.5;} /********************** core style ********************************//*------------------------------------------ tbox, chatbox, button--------------------------------------------*/ .tbox{ font: 12px Arial, Helvetica, Sans-serif; color: #fff; background: rgba(255,255,255,0.1) !important; margin: 5px 0; padding: 6px 12px; border: 1px solid rgba(255,255,255,0.15); }.tbox.chatbox { color: #fff; background: rgba(255,255,255,0.1); padding: 6px; margin: 10px auto; border: 1px solid rgba(255,255,255,0.15); }/*------------------------------------------ BUTTONS--------------------------------------------*//* Button Default */.btn-default { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a6a6a6 !important; cursor: pointer; line-height: 1; margin: 5px 5px 5px 0; outline: none; padding: 8px 10px; text-align: center; text-transform: uppercase; text-decoration: none; -o-transition: background-color 0.20s linear 0s; -ms-transition: background-color 0.20s linear 0s; -moz-transition: background-color 0.20s linear 0s; -khtml-transition: background-color 0.20s linear 0s; -webkit-transition: background-color 0.20s linear 0s; transition: background-color 0.20s linear 0s;}.btn-default:focus, .btn-default.focus { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;}.btn-default:hover { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #e4aa1a; background-color: #f5b61b !important; background-image: none; outline: none;}.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;}.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #fff !important; text-shadow: 1px 1px 1px #202020; border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;}.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none;}.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus { background-color: #c2c2c2; background-image: none; border: 1px solid #979797; color: #000;}/* Button Primary */.btn-primary { background-color: #feb614; background-image: -webkit-linear-gradient(top, #ffd807 0%, #feb614 100%); background-image: -o-linear-gradient(top, #ffd807 0%, #feb614 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd807), to(#feb614)); background-image: linear-gradient(to bottom, #ffd807 0%, #feb614 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd807', endColorstr='#feb614', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #ffee8e; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #202020 !important; letter-spacing: 0.5px; text-shadow: none; cursor: pointer; line-height: 1em; margin: 5px 5px 5px 0; outline: none; padding: 8px 10px; text-align: center; text-transform: uppercase; text-decoration: none; -o-transition: background-color 0.20s linear 0s; -ms-transition: background-color 0.20s linear 0s; -moz-transition: background-color 0.20s linear 0s; -khtml-transition: background-color 0.20s linear 0s; -webkit-transition: background-color 0.20s linear 0s; transition: background-color 0.20s linear 0s;}.btn-primary:focus, .btn-primary.focus { color: #202020 !important; text-shadow: none; border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none; }.btn-primary:hover { color: #202020 !important; text-shadow: none; border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;}.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #202020 !important; text-shadow: none; border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;}.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #202020 !important; text-shadow: none; border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none; }.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none;}.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus { background-color: #c2c2c2; background-image: none; border: 1px solid #979797; color: #000;}/* Button */.button, .button:focus { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a6a6a6 !important; cursor: pointer; line-height: 1; margin: 5px 5px 5px 0; outline: none; padding: 8px 10px; text-align: center; text-transform: uppercase; text-decoration: none; -o-transition: background-color 0.20s linear 0s; -ms-transition: background-color 0.20s linear 0s; -moz-transition: background-color 0.20s linear 0s; -khtml-transition: background-color 0.20s linear 0s; -webkit-transition: background-color 0.20s linear 0s; transition: background-color 0.20s linear 0s;}.button:hover { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;}.button:active { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;} /*------------------------------------------ PAGINATION--------------------------------------------*/nav#pagination { text-align: center;}ul.pagination { overflow: hidden; background-color: #111; margin: 10px; padding: 10px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}ul.pagination > li > a { font: 13px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #f8ad30; background-color: transparent; margin: 0 6px 0 0; padding: 4px 12px; border: none; border-bottom: 4px solid transparent; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; text-align: center; text-decoration: none;}.pagination > li:first-child > a,.pagination > li:last-child > a { -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}ul.pagination > li > a:hover,ul.pagination > li > a:focus { color: #f8ad30; background-color: #5b5b5b; border: none; border-bottom: 4px solid #2f2f2f;}ul.pagination > li.disabled > a,ul.pagination > li.disabled > a:hover,ul.pagination > li.disabled > a:focus,ul.pagination > li.active > a,ul.pagination > li.active > a:hover,ul.pagination > li.active > a:focus { font: 13px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; background-color: #f8ad30; margin: 0 6px 0 0; padding: 4px 12px; border: none; border-bottom: 4px solid #a77624; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; text-align: center; text-decoration: none;} /*------------------------------------------ TABS--------------------------------------------*/ ul.nav-tabs { border-bottom: 1px solid #f8ad30; font-size: 14px; margin-bottom: 10px;}ul.nav-tabs li {}ul.nav-tabs li.active {}ul.nav-tabs li.active a,ul.nav-tabs li.active a:focus { color: #fff; background-color: #f8ad30; border: 1px solid #f8ad30;}ul.nav-tabs li a:hover,ul.nav-tabs li.active a:hover { color: #222; background-color: #ccc; border: 1px solid #ccc;}.tab-content { font-size: 14px;}.panel-group .panel-body .fcaption { font-size: 14px;}/*------------------------------------------ PAGER--------------------------------------------*/ ul.pager {}ul.pager li {}ul.pager li > a,ul.pager li > a:focus { background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a6a6a6 !important; cursor: pointer; line-height: 1; margin: 5px 5px 5px 0; outline: none; padding: 8px 10px; text-align: center; text-transform: uppercase; text-decoration: none; -o-transition: background-color 0.20s linear 0s; -ms-transition: background-color 0.20s linear 0s; -moz-transition: background-color 0.20s linear 0s; -khtml-transition: background-color 0.20s linear 0s; -webkit-transition: background-color 0.20s linear 0s; transition: background-color 0.20s linear 0s;}ul.pager li > a:hover { color: #fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); border: 1px solid #e4aa1a; background-color: #f5b61b; background-image: none; outline: none;}/*------------------------------------------ PROGRESS BAR --------------------------------------------*//* DEFAULT */.progress { background-color: rgba(255,255,255,0.1); margin-top: 10px; margin-bottom: 10px;}.progress-bar { background-color: #f8ad30;}/*------------------------------------------ BBCODE PANEL --------------------------------------------*/.bbcode-panel { background-color: #212121 !important; background-image: none !important; border: 1px solid #292929 !important; color: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 5px 10px;}/*------------------------------------------ BREADCRUMB--------------------------------------------*/ul.breadcrumb { background: transparent; color: #bbb;}/*------------------------------------------ USERPROFIL PANEL--------------------------------------------*/.user-profile .panel { background-color: transparent; border: none;}.user-profile .panel .panel-heading { height: 260px !important; background-color: #181818; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }.user-profile .panel .panel-heading h5 { display: inline-block; font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #fff; letter-spacing: 1px; background-color: #f8ad30; padding: 10px; }.user-profile .panel-body { font-size: 14px; background-color: #181818; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; padding: 0; }.user-profile .panel-body div.row { margin: 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000;}.user-profile .panel-body div.row:nth-child(odd) { background-color: #0f0f0f;}.user-profile .panel-body div.row:first-child { border-top: none;}.user-profile .panel-body .user-avatar { border: 5px solid #181818; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}/*------------------------------------------ CUSTOM SELECT STYLE--------------------------------------------*/select.custom-select { display: inline-block; width: auto; font: bold 12px Arial, Helvetica, Sans-serif; color: #bbb; margin: 5px 5px 5px 0; padding: 8px 12px; height: auto; border: 1px solid #000; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6); -moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6); box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6); -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer;}select.custom-select:hover,select.custom-select:focus { border: 1px solid #f8ad30; outline: none;}/* remove default arrow in IE */select::-ms-expand { display: none;}/*------------------------------------------ FORUMS --------------------------------------------*/.forum-search { overflow: hidden; margin: 0; padding: 0;}.forum-search .form-group .form-control { color: #fff; margin: 20px 0 0 0; border: 1px solid #000; }.forum-search .form-group button.btn { margin-top: 20px;}#forum.forum { overflow: hidden; margin: 0; padding: 0; background-color: #131313; border: 1px solid #000;}/* #forum > .forum-header { font: 20px "Oswald-Bold", Arial, Helvetica, Sans-serif; color: #6d7273; text-transform: uppercase; padding: 15px; text-align: center;}*/#forum .forum-parent { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; padding: 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; } #forum .forum-child { margin: 0; padding: 15px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000; background-color: #212121; }#forum .forum-child:hover { background-color: #303030;}#forum .forum-child .forum-newflag i { font-size: 20px;} #forum .forum-child .forum-forumname { font-family: "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; letter-spacing: 1px;}#forum .forum-child .forum-replies span.badge,#forum .forum-child .forum-threads span.badge { font-size: 14px; color: #a1a1a1; background-color: transparent;}#forum .forum-footer { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 1px; margin: 0; padding: 10px; background-color: #323232; background-image: -webkit-linear-gradient(top, #212121 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #212121 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#1d1d1d)); background-image: linear-gradient(to bottom, #212121 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;} /*------------------------------------------ FORUM TRACK --------------------------------------------*/#forum-track { overflow: hidden; margin: 0; padding: 0; background-color: #131313; border: 1px solid #000;}#forum-track .forum-track-caption { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; padding: 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}#forum-track .forum-track-item { margin: 0; padding: 15px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000; background-color: #212121;}#forum-track .forum-track-item:hover { background-color: #303030;}#forum-track .forum-track-item-newflag i { font-size: 20px;}#forum-track .forum-track-item-topic { font-family: "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; letter-spacing: 1px;}/*------------------------------------------ FORUM VIEWFORUM --------------------------------------------*/#forum-viewforum { }#forum-viewforum .forum-viewforum-title h3 { font: 24px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #d0d0d0; text-transform: uppercase;}#forum-viewforum .btn-group a.btn,#forum-viewforum .btn-group button.btn { margin-right: 0;}#forum-viewforum .btn-group a { font-weight: normal;}#forum-viewforum .forum-viewforum-button { margin-top: 20px; margin-bottom: 10px; text-align: right;}.forum-viewforum { margin: 0; padding: 0; background-color: #131313; border: 1px solid #000;}.forum-viewforum .forum-viewforum-caption { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; padding: 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}.forum-viewforum .forum-viewforum-item { margin: 0; padding: 15px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000; background-color: #212121;}.forum-viewforum .forum-viewforum-item:hover { background-color: #303030;}.forum-viewforum .forum-viewforum-item .forum-viewforum-item-newflag i { font-size: 20px;}.forum-viewforum .forum-viewforum-item .forum-viewforum-item-topictitle { font-family: "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; letter-spacing: 1px;}.forum-viewforum .forum-viewforum-item .forum-viewforum-item-replies span.badge,.forum-viewforum .forum-viewforum-item .forum-viewforum-item-views span.badge { font-size: 14px; color: #a1a1a1; background-color: transparent;}#forum-viewforum .forum-viewforum-pages { margin-top: 20px; margin-bottom: 10px;}#forum-viewforum > .viewforum-perms { font-size: 13px; text-align: center;}#forum-viewforum > .panel { margin-bottom: 20px; padding: 0; background-color: #131313; border: 1px solid #000;}#forum-viewforum > .panel .panel-heading { font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 1px; margin: 0; padding: 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}#forum-viewforum > .panel .panel-body { overflow: hidden; font-size: 12px; padding: 15px; background-color: #212121; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}#forum-viewforum > .panel .panel-body i { width: 30px; height: 30px; font-size: 16px; color: #a1a1a1; line-height: 30px; padding: 0; margin-bottom: 10px; margin-right: 10px; text-align: center; vertical-align: middle;}/*------------------------------------------ FORUM VIEWTOPIC --------------------------------------------*/#forum-forum-view-topic { }#forum-view-topic .forum-topic-title h3 { font: 24px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #d0d0d0; text-transform: uppercase;}#forum-view-topic .forum-topic-button { margin-top: 15px; margin-bottom: 15px;}#forum-view-topic .btn-group a.btn,#forum-view-topic .btn-group button.btn { margin-right: 0;} ul.forum-viewtopic { margin: 0; padding: 0; background-color: #131313; border: 1px solid #000;}ul.forum-viewtopic li.forum-viewtopic-caption { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; padding: 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}ul.forum-viewtopic li.forum-viewtopic-post { margin: 0; padding: 0; background-color: #212121; }ul.forum-viewtopic li.forum-viewtopic-post:nth-child(odd) { background-color: #212121; }ul.forum-viewtopic li.forum-viewtopic-post:nth-child(even) { background-color: #1a1a1a; }ul.forum-viewtopic li.forum-viewtopic-post .btn-group a.btn,ul.forum-viewtopic li.forum-viewtopic-post .btn-group button.btn { margin-right: 0;}ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postdate { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 1px; margin: 0; padding: 10px 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent { margin: 0; padding: 15px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000;}ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent .forum-user-combo {}ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent .forum-viewtopic-avatar img { overflow: hidden; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-bottom: 1px solid #000; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; padding: 5px; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent .forum-viewtopic-level { margin-top: 6px;}ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent .forum-viewtopic-level span.label-info { font-size: 12px; background-color: #f8ad30; color: #fff; margin-bottom: 5px; padding: 3px 6px;}ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent .forum-viewtopic-level-icons { color: #f8ad30; padding-top: 6px; padding-bottom: 6px; }ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent .forum-viewtopic-postmessage { padding: 15px 0;}ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-postcontent .finfobar { font-size: 12px; padding: 15px; border-top: 1px solid rgba(255,255,255,0.07);}/*------------------------------------------ FORUM STATS - RESPONSIVE --------------------------------------------*/#forum-stats .tab-content div.table-responsive,#forum-stats .panel div.table-responsive { border: none;}/* Forum Stats Panel */#forum-stats .panel { background-color: transparent; border-color: transparent; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}#forum-stats .panel > .panel-heading + .panel-collapse > .panel-body { border-top-color: transparent;}#forum-stats .panel .panel-heading { font: 14px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 1px; margin: 0; padding: 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;}#forum-stats .panel .panel-body { overflow: hidden; font-size: 12px; padding: 15px; background-color: #212121; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.2) inset;}#forum-stats .panel .panel-body table > thead > tr > th,#forum-stats .panel .panel-body table > tbody > tr > th,#forum-stats .panel .panel-body table > tfoot > tr > th,#forum-stats .panel .panel-body table > tbody > tr > th,#forum-stats .panel .panel-body table > tbody > tr > td,#forum-stats .panel .panel-body table > tfoot > tr > th,#forum-stats .panel .panel-body table > tfoot > tr > td { font-size: 12px;}/*------------------------------------------ NEW FORUM THREAD, FORUM REPLY --------------------------------------------*//*#bbcode-panel-post--preview.bbcode-panel { background-color: #b4cecf; background-image: none; border: 1px solid #a1b6b7; color: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}#bbcode-panel-post--preview.bbcode-panel a.btn { font-size: 14px; color: #384555 !important; background-color: transparent; margin: 3px 0; padding: 6px 12px; border: none; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}#bbcode-panel-post--preview.bbcode-panel a.btn:hover { background-color: #7d8f90;}*//*------------------------------------------ FORUM POSTS MAIN --------------------------------------------*/#newforumposts-main.newforumposts-main { overflow: hidden; margin: 0; padding: 0; background-color: #131313; border: 1px solid #000;}#newforumposts-main.newforumposts-main a { color: #f8ad30; }#newforumposts-main.newforumposts-main a:hover { color: #fff; }#newforumposts-main .newforumposts-main-caption { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; padding: 15px; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; } #newforumposts-main .newforumposts-main-item { margin: 0; padding: 15px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000; background-color: #212121; }#newforumposts-main .newforumposts-main-item:hover { background-color: #303030;}#newforumposts-main .newforumposts-main-item .newforumposts-main-item-icon i { font-size: 20px;}#newforumposts-main .newforumposts-main-item .newforumposts-main-item-topic { font: 15px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; letter-spacing: 1px;}#newforumposts-main .newforumposts-main-item .newforumposts-main-item-user,#newforumposts-main .newforumposts-main-item .newforumposts-main-item-views,#newforumposts-main .newforumposts-main-item .newforumposts-main-item-replies,#newforumposts-main .newforumposts-main-item .newforumposts-main-lastpost { font-size: 12px; font-weight: bold;}#newforumposts-main .newforumposts-main-item .newforumposts-main-item-views span.badge,#newforumposts-main .newforumposts-main-item .newforumposts-main-item-replies span.badge { font-size: 14px; color: #a1a1a1; background-color: transparent;}#newforumposts-main .newforumposts-main-bottom { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb; text-transform: uppercase; letter-spacing: 1px; margin: 0; padding: 10px; background-color: #323232; background-image: -webkit-linear-gradient(top, #212121 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #212121 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#1d1d1d)); background-image: linear-gradient(to bottom, #212121 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;} /*------------------------------------------ OTHER TABLE STYLE ************************ --------------------------------------------*/.table.fborder { overflow: hidden; margin: 0; padding: 0; background-color: #131313; border: 1px solid #000; border-collapse: separate;}.table h5 { color: #606060;}.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th.fcaption,.table > tbody > tr > th.fcaption,.table > tfoot > tr > th.fcaption,.table > thead > tr > td.fcaption,.table > tbody > tr > td.fcaption,.table > tfoot > tr > td.fcaption { font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #bbb !important; text-transform: uppercase; letter-spacing: 0.5px; text-align: center; margin: 0; padding: 8px; border: none; border-bottom: 1px solid #000; background-color: #323232; background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d)); background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset; }.table > tbody > tr > td { margin: 0; padding: 8px; background-color: #212121;}.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid #000;}.table > tbody > tr > td { font-size: 13px;}/*------------------------------------------ TEXTS --------------------------------------------*/.smalltext { font-size: 80%; } .smallblacktext { font-size: 80%; } .defaulttext { font-size: 100%; }.mediumtext { font-size: 90%; }blockquote { font: italic 16px "georgia", Arial, Helvetica, Sans-serif; color: #637693; line-height: 1.4; background: transparent; border-left: 3px solid #637693; margin: 5px 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019";}blockquote:before { color: #637693; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em;}/* MISC *//* form { margin: 2px 0px 0px 0px; } */p { margin: 0px; padding: 0; }.spacer{ padding: 0; }hr { overflow: hidden; width: 100%; height: 1px; width: 100%; background-color: #000; margin: 20px auto; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; filter: alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1; opacity: 0.1;} .helpbox { width: 94%; background: transparent; font: 11px sans-serif; color:#8e6e4f; border: 0px; margin: 0; padding: 0; }/* .input-group .form-control { margin-top: 5px; margin-bottom: 5px; } */.input-group .input-group-btn button.btn { height: 34px; margin-right: 0;}.e-debug .forumheader3 { color: silver }/* @fizi, an xample for you. Please change colors as you want */.review-scores-good ul, .review-scores-bad ul { list-style: none; }.review-scores-good li:before { content: '\f00c'; color: green; font-family: 'FontAwesome'; margin-left:-20px; padding-right:5px; }.review-scores-bad li:before { content: '\f00d'; color: red; font-family: 'FontAwesome'; margin-left:-20px; padding-right:5px; }