
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}
ol, ul, li {
    list-style: none;margin-bottom: 20px;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
* {
    outline: none;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
a img {
    border: none;
}
/* clearfix */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
/* End hide from IE Mac */
.none {
    display: none;
}
/* End Clearfix */

/*	1.	Global Classes
/*-----------------------------------------------------------------------------------*/
body {
    font: 12px/18px 'Droid Sans', Arial, Helvetica, Sans-serif;
}
a {
    text-decoration: none;
    color: #ee3c00;
}
.fix {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: -1px 0 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}


/*	2.	General
/*-----------------------------------------------------------------------------------*/
/* wrap */
#wrap-wide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#wrap {
    position: relative;
    width: 880px;
    left: 355px;
}
/* main */
#main {
    float: left;
    width: 560px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 25px 35px;
    margin-bottom: 100px;
    position: relative;
}
#wrap.no-sidebar #main {
    width: 820px;
}
#wrap.has-leftsidebar #main {
    float: right;
}
#wrap.has-leftsidebar #sidebar {
    float: left;
}


/* gallery caption */
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 11px;
    padding: 0 4px;
}
/* sticky */
.sticky {
}

/* text widget */
.widget .textwidget {
    color: #d2d2d2;
    line-height: 22px;
}


/*	6.	Navigation Menu
/*-----------------------------------------------------------------------------------*/
#menu-wrap {
    width: 300px; height:90%;margin: 0 auto;
	position: relative;
    
 top:0;
  
    padding: 20px 0;
    background: rgba(0, 0, 0, .7) url("../images/sec_highlight.png") no-repeat;
    -webkit-border-bottom-right-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
    z-index: 999;
}
#menu {
    width: 215px;
    margin: 0 auto;
}
#nav {
    padding-top: 5px;
}
#selectnav1, #main-menu {
    display: none;
}
select.selectnav {
    display: block;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 460px;
    height: 30px;
    margin: 20px auto 0;
    padding: 4px 5px 6px 5px;
    overflow: hidden;
    vertical-align:  middle;
    font: normal 12px/20px 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif;
    text-shadow: 1px 1px 0 #000;
    color: #ededed;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #1F1B18;
    background: url(../images/menu_dd.png) no-repeat right center, -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%);
    background: url(../images/menu_dd.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.9)));
    background: url(../images/menu_dd.png) no-repeat right center, -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    background: url(../images/menu_dd.png) no-repeat right center, -o-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    background: url(../images/menu_dd.png) no-repeat right center, -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    -webkit-border-radius: 0;
    border: 1px solid #000;
    color: #8e857c;
    text-shadow: 1px 1px 0 #050403;
    background-size: 23px 18px, 100%;
}

select.selectnav option {
    border: none;
    background: #1F1B18;
    outline: none;
}
.jqueryslidemenu ul li {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 3px 0;
    /*margin: 5px 0;*/margin-bottom: -7px;
}
.jqueryslidemenu ul li li {
    padding: 2px 10px 8px;
}
.jqueryslidemenu span {
    font: 11px helvetica, arial, sans-serif;
    color: #777;
    display: block;
    text-transform: none;
}
.jqueryslidemenu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0;
    font: 300 18px 'Oswald', Serif;
    text-transform: uppercase;
}
.jqueryslidemenu ul li li a {
    text-transform: none;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited, .jqueryslidemenu ul li a:active {
    color: #fff;
}
.jqueryslidemenu ul li ul {
    position: absolute;
    width: 170px;
    top: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #444;
    padding: 0 10px;
}
.jqueryslidemenu ul li:last-child {
    border-bottom: none;
}
* html .jqueryslidemenu ul li {
    float: left;
    height: 1%;
}
* html .jqueryslidemenu ul li a {
    height: 1%;
}
/*	7.	Controls Bar
/*-----------------------------------------------------------------------------------*/
/* slideshow caption */
.slider-caption {
    padding: 25px;

}
#slidecaption {
    width: 450px;
    position: fixed;
    bottom: 50px;
    right: 80px;
    background: rgba(0, 0, 0, .7) url("../images/sec_highlight.png") no-repeat;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
}
#slidecaption h2 {
    font: 300 25px 'Oswald', 'Helvetica',  Sans-serif;
    padding-bottom: 10px;
    color: #fff;
}
#slidecaption p {
    font: normal 13px/20px Helvetica, Arial, sans-serif;
    color: #fff;;
}
/* controls bar wrap */
#controls-wrap {
    margin: 0 auto;
    height: 45px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
	
	
    background-color: rgba(0, 0, 0, .7);

    position: fixed;
}
/* thumbs list */
#tray-button {
    position: absolute;
    top: 7px;
    left:38px;
    cursor: pointer;
}
#thumb-tray {
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    height: 150px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
    padding: 10px 0;
}
ul#thumb-list li {
    width: 110px !important;
    height: 80px !important;
    margin: 12px 10px 0 !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
ul#thumb-list li img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#thumb-back, #thumb-forward {
    position: absolute;
    z-index: 5;
    bottom: 42px;
    height: 130px;
    width: 40px;
}
#thumb-back {
    left: 0;
    background: url('../images/slider/thumb-back.png') no-repeat center center;
}
#thumb-forward {
    right: 0;
    background: url('../images/slider/thumb-forward.png') no-repeat center center;
}
#thumb-back:hover, #thumb-forward:hover {
    cursor: pointer;
    background-color: rgba(256, 256, 256, 0.1);
}
#thumb-back:hover {
    border-right: 1px solid rgba(256, 256, 256, 0.2);
}
#thumb-forward:hover {
    border-left: 1px solid rgba(256, 256, 256, 0.2);
}
ul#thumb-list {
    display: inline-block;
    list-style: none;
    position: relative;
    left: 0px;
    padding: 0 0px;
}
ul#thumb-list li {
    background: #111;
    list-style: none;
    display: inline;
    width: 150px;
    height: 108px;
    overflow: hidden;
    float: left;
    margin: 0;
}
ul#thumb-list li img {
    width: 200px;
    height: auto;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity = 60);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
}
ul#thumb-list li:hover {
    cursor: pointer;
}
/* slideshow next/prev/play */
#prevslide, #nextslide, #play-button {
    width: 19px;
    height: 18px;
    float: right;
    margin-top: 15px;
    opacity: 0.6;
}
#prevslide {
    margin-right: 5px;
    background: url('../images/slider/back.png') no-repeat;
}
#nextslide {
    margin-right: 80px;
    background: url('../images/slider/forward.png') no-repeat;
}
#play-button {
    margin-right: 5px;
}
#prevslide:hover, #nextslide:hover, #play-button:hover {
    cursor: pointer;
}
/* slideshow progress */
#progress-back {
    z-index: 5;
    position: fixed;
    bottom: 51px;
    left: 0;
    height: 4px;
    width: 100%;
    background: url('../images/slider/progress-back.png') repeat-x;
}
#progress-bar {
    position: relative;
    height: 4px;
    width: 100%;
    background: url('../images/slider/progress-bar.png') repeat-x;
}
/* footer copyright */
.copyright {
    font: 11px tahoma; text-transform:uppercase; letter-spacing: 0px;
    color: #fff;
    float: left;
    padding: 15px 0 0 80px;
}
/* shutdown, menu toggle, page toggle, scrollup */
#shutdown, #menu-toggle, #entries-toggle, #scrollup {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    text-indent: -9999px;
    cursor: pointer;
}
#entries-toggle {
    background: url("../images/toggle_icons.png") 0 -128px no-repeat;
    top: 0;
    right: 0;
}
#shutdown {
    background: url("../images/toggle_icons.png") 0 -64px no-repeat;
    top: 7px;
    left: 10px;
}
#menu-toggle {
    background: url("../images/toggle_icons.png") 0 -32px no-repeat;
    bottom: -5px;
    left: 130px;
}
#menu-toggle.active {
    background: url("../images/toggle_icons.png") 0 0 no-repeat;
}
#shutdown.active {
    background: url("../images/toggle_icons.png") 0 -97px no-repeat;
}
#entries-toggle.active {
    background: url("../images/toggle_icons.png") 0 -160px no-repeat;
}
#scrollup {
    background: url("../images/toggle_icons.png") 0 -192px no-repeat;
    position: fixed;
    bottom: -7px;
    left: 50%;
    z-index: 99;
    display: none;
}

/*	9.	Shortcodes
/*-----------------------------------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    font-family: "Oswald";
    font-weight: 400;
    color: #2a2a2a;
}
#main .entry h1, #main .entry h2, #main .entry h3, #main .entry h4, #main .entry h5, #main .entry h6 {
    padding-bottom: 10px;
}
#main .entry h1 {
    font-size: 26px;
}
#main .entry h2 {
    font-size: 18px;
}
#main .entry h3 {
    font-size: 15px;
}
#main .entry h4 {
    font-size: 13px;
}
#main .entry h5 {
    font-size: 12px;
}
#main .entry h6 {
    font-size: 11px;
}
.special-heading {
    border-left-width: 1px;
    border-left-style: dotted;
    text-indent: 8px;
    padding: 0 !important;
    margin-bottom: 20px;
}

/* P
