@charset utf-8;
/*--
	Theme Name: wp017
	Description: A theme for Wordpress 3.4 
--*/
/* General
---------------------------------------- */
html, body {
  min-width: 320px;
}
body {
  background: #0f0e17 ;
  color: #cdd0dd;
  font: 100%/1.1875em Arial, Helvetica, sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */

}
p{
    color: #cdd0dd;
    font: normal 12px/18px Arial; 
}
    p span{
        font: bold 14px/18px Arial; 
    }
.home #main{
  background: #0f0e17;
  height: 100%
}
#main {
  font-size: 12px;
  line-height:20px;
  background: #0F0E17;
}
.container {
  width: 1000px;
  margin: 0 auto;
}

/* -------------------- List styling ------------ */
ul li {
  list-style-type: none;
}
ul li a {text-decoration:none;}
ul li a:hover {
  text-decoration: underline;
}
dl dt {
  background: url(images/list-arrow.gif) no-repeat 0 3px;
  padding: 0 0 3px 32px;
  margin-bottom: .2em;
  font-size: 18px;
  line-height: 1.2em;
  color: #191919;
}
dl dd {
  padding: 0 0 0 32px;
  margin: 0 0 1.5em 0;
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img {
  max-width: none !important;
}



/* ------------------------------- Headings -----------------------*/
h1 {
  margin: 0 0 20px 0;
  color:#fff;
  font: bold 25px/30px "Open Sans";
}
    h1 span {
      color: #070707;
    }

h2 {
    margin: 0 0 27px 0;
    color: #fff;
    font: normal 25px/25px "Open Sans";
}
	h2 a {
        color:#8f7aa4;
        text-decoration:none;
    }
    	h2 a:hover {
            text-decoration:underline;
        }

h3 {
    font: 200 17px/22px "Open Sans";
    color: #d9dce8;
    margin: 0 0 15px 0;
}
	h3 a {
        color:#d9dce8;
    }

h4 {
    color: #FFFFFF;
    font: 20px/20px "Open Sans";
    margin: 0 0 25px;
}
h5 {
    color: #C59FF7;
    font: 16px/18px "Open Sans";
    margin: 0 0 25px;
}

/* Selection colours (easy to forget) */
::selection {
  background: #73cdfd;
  color: #ffffff;
}
::-moz-selection {
  background: #73cdfd;
  color: #ffffff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0f0e17;
}

/*================= HEADER ===================*/
#header_container{
  width: 100%;
  height: 152px;
  background: #410c47 url(images/bg_topHeader.jpg) left top repeat-x;   
}
#header_wrapper{
  background: url(images/bg_topheader2.png) center top no-repeat;
  width: 100%; 
  margin: 0 auto;
  height: 152px;
}
.listen_live a{
  background: url(images/button_ListenLive.png) left top no-repeat;
  width: 216px;
  height: 86px;
  display: block;
}

.header_content {
  margin: 0 auto 66px;
}

/*======================= Flex-caption in Slider ======================*/
.slides .flex-caption {
    position: absolute;
    bottom: 30px;
    z-index: 15;
    left: 26%;
    width: 48%;
    text-shadow: none;
    padding: 2% 0;
}
    .flex-caption p{
        font: bold 60px/60px "Open Sans";
        color: #fff;
        margin: 0;
        text-align: center;
    }
        .flex-caption p span{
            font: normal 30px/30px "Open Sans";
            color: #fff;
            text-align: center;
        }


/*======================= LOGO ======================*/
.logo{
  margin-top: 52px;
}

/*============ Header widget =========*/
#widget-header {
  margin-top: 40px;
}

#header_divider{
  background: #152a59 url(images/bg_header_divider.jpg) top center no-repeat;
  width: 100%;
  height: 4px;
  clear: both;
}

/* ========== Primary navigation =================*/
nav.primary {
  background: #1a1a19 url(images/bg_primary_nav.jpg) left top repeat-x;
  height: 67px;
  position: relative;
  z-index: 30;
}

#topnav {
  background: url(images/bg_nav_li.jpg) left top no-repeat;
  height: 62px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  float: left;
}
    #topnav > li{
      float: left;
      background: url(images/bg_nav_li.jpg) right top no-repeat;
      width: 132px;
      height: 62px;
      padding: 0;
      margin: 0;
    }
        #topnav > li > a {
          color: #90899F;
          display: block;
          font: bold 14px/63px "Open Sans";
          margin: 0;
          height: 62px;
          padding: 0;
          letter-spacing: 0em;
          text-align: center;
          text-transform: uppercase;
        }
            #topnav > li > a:hover {
              background: #010101;
              color: #fff;
              text-decoration: none;
            }


/* ========================================= Sub Menu ================== */

 /*Essential styles for dropdown menu*/
.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
}
.sf-menu {
    line-height:    1.0;
    float: left;
    height: 60px
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    min-width: 150px; /*left offset of submenus need to match (see below)*/
    padding: 0;
    top: -999em;
    width: auto;
}
.sf-menu ul li {
    width:100%;
}
.sf-menu li:hover {
    visibility:     inherit; fixes IE7 'sticky bug'
}
.sf-menu li {
    position:       relative;
    display: inline;
    text-align: center;
    float: none
}
.sf-menu a {
    display:        block;
    position:       relative;
} /**/
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:           0px;
    top:            68px; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:           146px; /* match ul width */
    top:            -22px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:           146px; /* match ul width */
    top:            0;
}


/* Our skin for dropdown menu */
.sf-menu a {
    text-decoration:none;
    color:  #212121;
}
.sf-menu a:hover {
    text-decoration:none;
    }
.sf-menu > li {
    margin:0 ;
    height: 68px;
    padding: 0;
    float: left;
    }
    .sf-menu > li > a {
        padding:20px 20px;
        color:#a6a6a6;
        text-align: center;
        font-size:20px;
        font-family: 'Dosis', sans-serif;
        font-weight: 500;
        line-height:20px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        letter-spacing: -0.050em;
        height: 19px;
        text-transform: uppercase;
        }
        .sf-menu > li > a span {
            display: block;
        }
        .sf-menu > li > a:hover,
        .sf-menu > li.sfHover > a{
            color:#fff!important;
            background: #010101;
            }
            .sf-menu > li.current-menu-item > a{
                background: #000
            }
            .sf-menu > li > a:hover span,
            .sf-menu > li.sfHover > a span,
            .sf-menu > li.current-menu-item > a span{
                }
        
.sub-menu li {
    float:none;
    padding:0px;
    text-align: left;
    min-width: 80px;    
}
    .sub-menu li a {
      background: url("images/bg_subnavmenu_li.jpg") repeat-x scroll left top transparent;
      border-top: 1px solid #282828;
      color: #9D9BA1;
      font: bold 14px/40px "Open Sans",sans-serif;
      height: 43px;
      min-width: 80px;
      padding: 0 20px;
      text-align: left;
      text-transform: uppercase;
      transition: all 0.2s ease-in-out 0s;
      white-space: nowrap;
      width: auto;
    }
    .sub-menu li a:hover,
    .sub-menu li.sfHover > a,
    .sub-menu li.current-menu-item > a{
        color: #fff;
        background: url("images/bg_subnavmenu_li_hover.jpg") repeat-x scroll left top transparent;
        border-top: 1px solid #131313;
        }
.sub-menu li li {
    
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
    outline:        0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right:  2.25em;
    min-width:      1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:       absolute;
    display:        block;
    right:          .75em;
    top:            1.05em; /* IE6 only */
    width:          10px;
    height:         10px;
    text-indent:    -999em;
    overflow:       hidden;
    background:     url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:            .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url(images/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}




/*====================== Slider ====================*/
.slider_shadow {
  background: url("images/sliderwrapper_border.png") repeat-x scroll center top transparent;
  height: 29px;
  position: relative;
  z-index: 20;
}
.flex-caption{
    filter: none!important;
}
#slider_wrapper {
  position: relative;
  margin-top: -28px;
  width: 100%;
  z-index: 0;
}
.flex-control-nav{
  background: url("images/slider_navigation.png") no-repeat scroll center top transparent;
  height: 52px;
  top: -32px;
}
.flexslider .slides img{
    height: auto!important;
}

/* ================================ Content ======================== */

.primary_content_wrap {
    position: relative;
    z-index: 1;
    background: #0f0e17;
}

#content {
    padding: 0;
    border-bottom: 1px solid #1d1c2c;
    padding: 0 0 40px 0;
}
    .archive #content, .search #content{
        margin: 30px 0 0 0;
    }
    #content.left {
        float: left !important;
    }
    #content .indent {
        padding: 0 20px 0 0;
    }
    #content h2{
        margin: 0 0 20px;
    }
    #content h3{
        margin: 0 0 18px;
    }

    #content ul.info li{
        margin: 0 0 10px;
        padding: 0 0 0 25px;
        background: url("images/list_marker1.png") no-repeat left center;
          -webkit-transition: all 0.3s ease-out;
             -moz-transition: all 0.3s ease-out;
                  transition: all 0.3s ease-out;
    }
        #content ul.info li:hover{
            background-position: 8px center;
        }
        #content ul.info li a{
            display: block;
            color: #cdd0dd;
        }
        #content ul.info li a:hover{
            color: #fff;
            text-decoration: none;
        }
    
    #content iframe{
        background: none repeat scroll 0 0 #0F0E17;
        border: 1px solid #545868;
        float: left;
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        height: 290px;

    }

#before_content_area {
    margin: 0;
    text-align: center;
}

/* Carousel widget */
.es-carousel-wrapper {
  padding: 0;
  position: relative;
  margin-top: 15px;
  border-bottom: 1px solid #1D1C2C;
}
.before_holder h3{
    font: 200 30px/30px "Open Sans";
    color: #fff;
    margin-bottom: 25px;
}
.es-carousel {
  overflow: hidden;
  border-bottom: 1px solid #07060A;
  padding: 0 0 40px 0;
    width: 100%;
}
.es-carousel ul {
  display: none;
}
    .es-carousel ul li {
        display: block;
        float: left;
        height: 100%;
        list-style-type: none;
        padding: 0;
        position: relative;
        margin-left: 0;
    }
        .es-carousel ul li .thumbnail {
            display: block;
            margin-bottom: 10px;
            border: 5px solid #FFFFFF;
        }
            .es-carousel ul li .thumbnail:hover {
                border: 5px solid #8F7AA4;
            }
        .es-carousel ul li a img {
            display: block;
            /* border: 5px solid #fff; */
            max-height: 100%;
            max-width: 100%;
            width: 100%;
        }
            

.es-nav span {
  position: absolute;
  top: -30px;
  left: 595px;
  background: transparent url(images/nav.png) no-repeat top left;
  width: 20px;
  height: 20px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
    -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10 */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
            transition: all 0.3s ease-out;
}
.es-nav span.es-nav-prev {
    background-position: top left ;
    left: 327px;
}
.es-nav span.es-nav-next {
    background-position: top right;
}
.es-nav span.es-nav-next:hover {
    background-position: -40px top;
    opacity: 1.0;
}
.es-nav span.es-nav-prev:hover {
    background-position: -19px top;
    opacity: 1.0;
}
.es-carousel ul li h4 {
    margin-bottom: 20px;
    font: bold 25px/25px "Open Sans";
    color: #9998a8;
    text-decoration: none;
}
    .es-carousel ul li h4 a{
        color: #9998a8;
    }
        .es-carousel ul li h4 a:hover{
            color: #fff;
        }

.es-carousel ul li .excerpt {
  margin-bottom: 10px;
  font: normal 12px/18px "Arial";
  color: #c3c3c3;
}

.es-carousel ul li .overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
  display: none;
  padding-top: 200px;
  text-decoration: none!important;
}

.es-carousel ul li a:hover .overlay{
  background: url(images/overlay.png);
  display: block;
  text-decoration: none;
}
.es-carousel ul li a:hover{
  text-decoration: none!important;
}
/*================ Link's Classes ===================*/
a.more{
    display: block;
    text-transform: uppercase;;
    text-decoration: none;
    background: #27253a;
    color: #8f7aa4;
    font: 400 18px/38px "Open Sans";
    min-width: 83px;
    min-height: 38px;
    height: 38px;
    border-radius: 0;
    box-shadow: none;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10 */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
            transition: all 0.3s ease-out;       
    padding: 0 15px;
    margin: 10px 0 0;

}
    a.more:hover{
        background: #0385cc;
        color: #0f0e17
    }
a.link{
    display: block;
    text-transform: uppercase;;
    text-decoration: none;
    background: #27253a;
    color: #8f7aa4;
    font: 400 18px/38px "Open Sans";
    min-width: 83px;
    min-height: 38px;
    padding: 0 15px;
    height: 38px;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10 */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
            transition: all 0.3s ease-out;       
    margin: 0 60px;        
}
    a.link:hover{
        background: #0385cc;
        color: #0f0e17
    }


/*================ Primary Content Area =================*/
img.thin_border{
    border: 1px solid #545868;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

#home_content_area{
    margin: 35px 0 0 0;
}
    #home_content_area_wrap{
        background: url(images/bg_home_content_area_wrap.jpg) left bottom repeat-x;
        padding: 0 0 45px;
    }
    

/*============================ Footer ==========================*/

#before_footer_wrap {
    background: url("images/bg_first_footer.jpg") no-repeat scroll top center #0F0E17;
    height: 560px;
    width: 100%;
    margin: 45px 0 0;
}
    #before_footer_wrap ul {
        border-bottom: 1px solid #6D508E;
        margin: 0 0 30px;
        padding: 0 0 5px;
    }   
        #before_footer_wrap ul li{
            margin: 0;
            padding: 0;
        } 
            #before_footer_wrap ul li a.post-title{
                font: normal 12px/35px Arial;
                color: #8f7aa4;
                background: #27253a;
                padding: 7px;
            } 
            #before_footer_wrap ul li p{
                margin: 10px 0 17px 0;
                padding: 0;
            }

        #before_footer_wrap h1{
            font: bold 24px/24px "Open Sans";
            color: #fff;
            margin: 20px 0 10px; 
        }
            #before_footer_wrap h1:first-child{
                margin: 35px 0 10px; 
            }

        #before_footer_wrap h1+p{
            margin: 0px; 
        }

#before_footer_wrap ul.social-networks {
    border: none;
    margin: 35px 0 0;
    padding: 0;
}   
    #before_footer_wrap ul li{
        margin: 0;
        padding: 0 0 15px 0; 
    } 
        #before_footer_wrap ul li a{
            line-height: 30px;  
            color: #8198be;              
        }
            #before_footer_wrap ul li a:hover{
                text-decoration: none; 
                color: #ebf2fd;              
            }

            #before_footer_wrap ul li a img{
                margin: 0 10px 0 0;                 
            }    

#footer{
    background: #000;
    height: 100px;
}
    #copyright {
        padding-top: 35px;
    }
        #footer-text {
            padding-top: 10px;
            font: normal 12px/12px Arial;
            color: #CDD0DD;
        }
            #footer-text a{
                margin-left: 15px;
                font: normal 12px/12px Arial;
                color: #00d9ff;
                text-decoration: none;
            }
                #footer-text a:hover{
                    text-decoration: underline;
                }


    /* ============== Sidebar search form in Before_Footer_Wrap ==============*/
#before_footer_wrap #search-2 h4{
    margin: 0 0 15px; 
}    
#searchform {
    overflow: hidden;
}
    #searchform .searching {
        width: 210px;
        margin-right: 10px;
        float: left;
        padding: 6px 5px;
        background: #0f0e17;
        border: 1px solid #0f0e17;
        border-bottom: 1px solid #502f62;
        border-radius: 5px 5px 5px 5px;
    }
        #searchform .searching:focus {
            border: 1px solid #512f67;
        }
    
    .no-results #searchform .searching {
        border: 1px solid #27253A;
        border-bottom: 1px solid #502f62;
        background: #15112A;
    } 
    #error404 #searchform .searching {
        border: 1px solid #27253A;
        border-bottom: 1px solid #502f62;
        background: #15112A;
    }  

    #searchform .submit {
        color: #FFFFFF;
        cursor: pointer;
        float: left;
        font: 12px/12px Arial;
        height: 28px;
        padding-left: 0;
        padding-right: 0;
        text-transform: none;
        width: 75px;
    } 
        #searchform .submit:hover{
            background: #0c6ed2;
        } 

.details {
    display: block;
    text-transform: uppercase;;
    text-decoration: none;
    background: #27253a;
    color: #8f7aa4;
    font: 400 18px/38px "Open Sans";
    min-width: 83px;
    min-height: 38px;
    width: 83px;
    height: 38px;
    border-radius: 0;
    box-shadow: none;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10 */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
            transition: all 0.3s ease-out;       
    padding: 0;
    margin: 10px 0 0;
}
    .details:hover, .post-holder footer .link:hover{
        background: #0385cc;
        color: #0f0e17;
        text-decoration: none;
    }

/* =============================== footer_sign ==================== */
.footer_sign {
    color: #D9DCE8;
    padding: 10px 0 0 105px;
}

.post-holder footer .button{
    color: #8F7AA4;
    font: 14px/18px Arial;
    text-transform: none;
    text-decoration: underline;
    background: none;
    margin: 0 15px 0 0;
}
    .post-holder footer .button:hover{
        text-decoration: none;

    }


/* Before Content Title */
#before-block_page{
    background: #0F0E17;
    height: 98px;
}
    #before-block_page h1{
        text-transform: none;
        margin: 30px 0 0; 
    }


.home .content_area{
  border-top: none;
  padding: 0
}

.content_area{
  border-top: 6px solid #ebe4cb;
  padding: 45px 0 35px
}
.divider_right{
  background: url(images/divider.gif) 71% top repeat-y;
}
.divider_center{
  background: url(images/divider.gif) 55% top repeat-y;
}
/* Page */
/* Comments
---------------------------------------- */
h2#comments {
  padding-top: 25px;
  margin-bottom: 10px;
  font: 18px/18px "Open Sans";
}
    .normal {
        margin: 10px 0 0 0 ;
        font: 22px/25px "Open Sans";
    }

.commentlist {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #b9baba;
}
li.comment {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: none;
}
li.comment .comment-body {
  padding: 33px 25px 18px 112px;
  position: relative;
  zoom: 1;
  background: #18112c;
  margin-top: 10px;
  color: #ffffff;
  max-width: 500px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block; 
}
.comment-author .fn {
  font-weight: bold;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-meta a {
  color: #ffffff !important;
  text-decoration:none;
}
.comment-meta a:hover {
  text-decoration:underline;
}
li.comment .avatar {
  float: none;
  margin: 0;
  position: absolute;
  left: 18px;
  top: 33px;
  vertical-align: top;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
li.comment .avatar {
  display: block;
  vertical-align: top;
  overflow: hidden;
}
.commentlist ul.children {
  margin: 0 0 0 110px;
}

.allowed_tags {
  background: #eee;
  padding: 15px;
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
  color: #666;
}
.allowed_tags strong {
  font-family: Tahoma, Geneva, sans-serif;
}
#respond {
  padding: 1em 0 0 0;
}
/* ========================== Post ======================== */
.post-holder {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* ========================= Post header =============*/
.post-holder time {
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

.single .post-holder .entry-header{
    margin: 30px 0 0;
}

   .blog .post-holder .entry-header{
        margin: 0 0  0;
    }

.post-holder .entry-header h1{
    margin-bottom: 15px;
    color: #FFFFFF;
    font: normal 25px/25px "Open Sans";
    text-transform: none;
}
.post-holder .entry-header h2 {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: none;
    color: #8F7AA4;
    font-weight: 700;
}

.post-holder.single-post {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
/* Large thumbnail */
.featured-thumbnail.large {
  margin-right: 0;
  float: none;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.featured-thumbnail.large .img-wrap {
  float: none;
  display: block;
  overflow: hidden;
}
.featured-thumbnail.large img {
  max-width: 100%;
  height: auto;
}
/* Post content */
.post-content .excerpt {
  margin-bottom: 10px;
}
.pagination a {
  display: inline-block;
  padding: 0 5px;
  background: #eee;
}

/* =============================== Post footer ==================== */
.post-holder footer {
  clear: both;
  padding: 5px 0 0 0;
  font-size: 12px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  color:#8F7AA4;
}
.post-holder footer .link {
    background: none repeat scroll 0 0 #27253A;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #8F7AA4;
    display: block;
    float: left;
    font: 400 18px/38px "Open Sans";
    height: 38px;
    margin: 0;
    min-height: 38px;
    min-width: 83px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    width: 83px;
}
.post-holder.single-post footer {
  margin-top: 20px;
}
/* Meta information for post */
.post-meta {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: .5em 0;
  width: 100%;
  font-size: .92em;
  overflow: hidden;
  margin-bottom: 1em;
}
p.gravatar {
  float: left;
  margin-right: 20px;
}
/* Post edit link */
.post-edit-link {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 7px;
  background: #000;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}
.post-edit-link:hover {
  background: #666;
}
/* ------------------------- Image styling ------------------ */
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
  background: #0F0E17;
  border: 1px solid #545868;
  padding: 0;  
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
  background: #0F0E17;
  border: 1px solid #545868;
  padding: 0;  
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #0F0E17;
  border: 1px solid #545868;
  padding: 0;  
}
.alignnone {
  margin: 0 0 10px 0;
  background: #0F0E17;
  border: 1px solid #545868;
  padding: 0;  
}
article .post-content img {
  max-width: 710px;
}
.frame {
  display: block;
  margin-bottom: 10px;
}
.frame img.alignleft, .frame img.alignright, .frame img.alignnone {
  margin: 0;
  padding: 0;
  border: none;
}
.frame.alignleft img, .frame.alignright img, .frame.alignnone img {
  width: 100% !important;
  height: auto !important;
}
/* ----------------------------- Page Navigaton (wp-pagenavi) ----------------- */
.wp-pagenavi {
    clear: both;
    overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 7px 14px;
  margin-right: 5px;
  display: inline-block;
  color: #8f7aa4;
  font-size: 14px;
  border: none!important;
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: underline;
}

.wp-pagenavi span.current {
    color: #8f7aa4;
    background: #27253a;
    font-weight: bold;
}
.wp-pagenavi .pages {
  float: right;
  border: none;
  color: #8f7aa4;

}
/* -------------------------- Older and newer navigation ----------------- */
nav.oldernewer {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.older {
  float: left;
}
.newer {
  float: right;
}
.older  a,
.newer a {
	display:inline-block;
    font: normal 11px/12px "Open Sans";
	color:#fff;
	text-decoration:none;	
	text-transform:uppercase;
}
.older  a:hover,
.newer a:hover {text-decoration:underline;}


/* ----------------------------------- Recent author comments --------------- */
.author-info {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.author-info .avatar {
  margin: 0 20px 0 0;
}
.author-info .avatar img {
  float: left;
  background: #fff;
  padding: 7px;
  border: 1px solid #dbdbdb;
}
.author-meta {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.author-meta p.gravatar {
  margin: 0;
}

/* ----------------------------- Recent author posts ----------------------- */
#recent-author-posts {
    margin-bottom: 3em;
}
    #recent-author-posts h3{
        color: #fff;
        font: 25px/25px "Open Sans";
        margin-bottom: 20px;
    }

/* ----------------------------- Recent author Comments ----------------------- */
#recent-author-comments h3{
    color: #FFFFFF;
    font: 25px/25px "Open Sans";
    margin-bottom: 20px;
}
#respond{
    clear: both;
}


/* ================================ 404 =========================== */
#error404 {
    margin: 30px 0 0 0;
}
    #error404 strong{
        font: bold 40px/40px "Open Sans";
        color: #fff;
    }
    #error404 h4{
        margin: 30px 0 25px;
    }
.error404-num {
  font-size: 250px;
  line-height: 1.2em;
  color: #CE260D;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#error404 hgroup {
  margin: 0 0 2em 0;
  padding-top: 50px;
}
#error404 hgroup h1 {
  font-size: 3em;
  margin-bottom: .2em;
}
/* ======================= Portfolio ========================= */
.latestwork {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.latestwork li {
  float: left;
  margin-right: 20px;
}
/* ======================Header Title =============== */

.header-title h1 {
  margin: 30px 0 30px 10px;
  font: bold 25px/25px "Open Sans";
  color: #fff;
}
    .blog .header-title h1 {
        margin: 30px 0;
    }

.header-title .page-desc {
  font-size: 11px;
  line-height: 1.2em;
  color: #999;
}

/* ================== Default layout 3 columns =================== */
#gallery .portfolio {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#gallery .portfolio li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 290px;
  margin: 0 20px 30px 0;
  padding: 0 0 20px 0px;
  background: none;
  position: relative;
}
* + html #gallery .portfolio li {
  display: inline;
}
#gallery .portfolio li:first-child{
  border-left: none;
}
#gallery .portfolio li.nomargin {
  margin-right: 0 !important;
}
#gallery .portfolio li a.image-wrap {
    display: block;
    overflow: hidden;
    width: 290px;
    height: 169px;
    position: relative;
    background: #e8e8e8 url(images/preloader.gif) center center no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border: 1px solid #545868;
}
    #gallery .portfolio li a.image-wrap img {
        float: left;
    }

#gallery .portfolio .folio-desc {
  margin-bottom: 0;
  padding: 1.5em 0 0 0;
}
#gallery .portfolio h3 a {color:#070707;}
#gallery .portfolio p.excerpt {
  padding: 0;
}
.zoom-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 170px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.no-opacity .zoom-icon {
  visibility: hidden;
  background: url(images/caption.png);
}
.zoom-icon:before {
  background: url("images/magnify.png") no-repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 110px;
  left: 48%;
  margin: -37px 0 0 -37px;
  position: absolute;
  top: 43%;
  width: 110px;
}
#gallery .portfolio li a.image-wrap:hover .zoom-icon {
  top: 0;
  opacity: 1;
}
.no-opacity #gallery .portfolio li a.image-wrap:hover .zoom-icon {
  visibility: visible;
}
/* 1 column portfolio*/
#gallery.one_column .portfolio li {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
#gallery.one_column .portfolio li a.image-wrap {
  width: 450px;
  height: 252px;
  float: left;
}
#gallery.one_column .zoom-icon {
  width: 460px;
  height: 262px;
}
#gallery.one_column .folio-desc {
  float: left;
  margin: 0 0 0 20px;
  overflow: hidden;
  width: 450px;
  padding: 0;
}
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
  width: 433px;
}
#gallery.two_columns .portfolio li a.image-wrap {
  width: 423px;
  height: 241px;
}
#gallery.two_columns .zoom-icon {
  width: 460px;
  height: 262px;
}
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
  width: 220px;
  margin-right: 13px
}
#gallery.four_columns .portfolio li a.image-wrap {
  width: 210px;
  height: 201px;
}
#gallery.four_columns .zoom-icon {
  width: 220px;
  height: 211px;
}
/* -------------------- Sidebar --------------------------------------- */
#sidebar {
}
.widget {
  margin-bottom: 34px;
}
.widget h3 {
    font: 25px/25px "Open Sans";
    margin-bottom: 20px;
}
/* Calendar */
#calendar_wrap {
  padding: 0;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar td {
  text-align: center;
  padding: 6px 0;
  border: none;
}
#wp-calendar caption {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 0;
  margin-bottom: 5px;
}
#wp-calendar thead th {
  padding: 7px 0;
  font-size: 14px;
  background: #fff;
  color: #000;
  text-align: center;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}


/* ==================================================================================== */
/* ====================================  Custom widgets =============================== */
/* ==================================================================================== */

/* -------------Recent Comments ------------------- */
ul.recentcomments {
    padding: 0;
    margin: 0;
}
    ul.recentcomments li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 25px 0 25px 0;
        margin: 0;
        border-bottom: none;
        background: none;
        overflow: hidden;
        list-style-type: none;
    }
        ul.recentcomments li:first-child {
            padding-top: 0;
            border-top: none;
        }
    .no-rgba ul.recentcomments li {
        border-top: 1px solid #c6c6c6;
    }
    ul.recentcomments li h4 {
        margin-bottom: .1em;
    }
        ul.recentcomments li h4 a {
            text-decoration: none;
        }
            ul.recentcomments li h4 a:hover {
                color: #000;
            }
    ul.recentcomments li small {
      font-size: 11px;
      color: #6a6a6a;
    }
ul.recentcomments .comment-body {
    padding: 15px 0 0 0;
}
    ul.recentcomments .comment-body a {
        text-decoration: none;
        color: #96999d;
    }
        ul.recentcomments .comment-body a:hover {
            color: #2cb1b9;
            text-decoration: underline;
        }



/* --------------------- Posts Type widget -------------------- */
.post_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
    .post_list li {
        border-bottom: 1px dashed #22212F;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
        .post_list li figure.thumb-wrap{
            float: left;
            margin: 0 20px 0 0;
        }
        .post_list li .post_content {
            padding: 0 40px 0 73px;
            margin: 5px 0 0;
            color: #cdd0dd;
            font: normal 12px/12px Arial;
            text-decoration: none;
        }

    .post_list a.post-title{
        color: #c59ff7;
        font: normal 16px/18px "Open Sans";
        text-decoration: none;
    }
        .post_list a.post-title:hover{
            color: #dfc7ff;
        }

    .indent_right a.link_show_all{
        color: #8f7aa4;
        font: normal 14px/18px Arial;
        text-decoration: underline;
    }
        .indent_right a.link_show_all:hover{
            text-decoration: none;
        }

/* Popular posts */
.popular-posts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.popular-posts li {
  overflow: hidden;
  margin: 0;
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #b9baba;
  padding: 19px 0 19px 0;
  background: none;
}
.popular-posts li:first-child {
  padding-top: 0;
  border-top: none;
}
.popular-posts li .featured-thumbnail {
  float: left;
  margin-right: 14px;
  width: 83px;
  height: 75px;
  overflow: hidden;
  position: relative;
}
.popular-posts li .featured-thumbnail img {
  width: 83px;
  height: auto;
}
.popular-posts li .featured-thumbnail.empty-thumb {
  background: url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
}
.popular-posts li h5 {
  height: 1.2em;
  overflow: hidden;
  margin-bottom:6px;
}
.popular-posts li h5 a:hover {
  text-decoration:underline;
}
/* Post Cycle */
.post_cycle {
  padding: 0;
  margin: 0;
}
#post-cycle .cycle_item {
  display: none;
  width: 220px;
}
#post-cycle .cycle_item:first {
  display: block;
}
/* Folio Cycle */
.folio_cycle {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 220px;
  overflow: hidden;
}
.folio_cycle .folio_item {
  overflow: hidden;
  display: none;
  width: 220px;
}
.folio_cycle .folio_item:first {
  display: block;
}
.folio_cycle .folio_item figure.thumbnail {
  display: block;
  overflow: hidden;
  width: 219px;
  height: 123px;
  margin: 0 0 15px 0;
}
.folio_cycle .folio_item .post_content {
  margin-bottom: 10px;
}
#folio-controls {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
#folio-controls ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
#folio-controls ul li {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: inline;
  vertical-align: top;
  overflow: hidden;
}
#folio-controls ul li a {
  display: inline-block;
  text-decoration: none;
  width: 11px;
  height: 11px;
  border: none;
  font-size: 0;
  line-height: 0;
  float: left;
  margin: 0 0 0 5px;
  border: 1px solid #616060;
  border-radius: 6px;
}
#folio-controls ul li a:hover {
  border-color: #ffffff;
}

/* Recent Posts */
.latestpost {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.latestpost li {
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #b9baba;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.latestpost li .featured-thumbnail {
  width: 148px;
  height: 142px;
  overflow: hidden;
}
.latestpost li img {width:100%;}
.latestpost li h4 {
  margin-bottom: 0;
}
.latestpost li .excerpt {
  margin-bottom: 15px;
}
.latestpost li time {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 6px;
  color:#6e8e00;
}
/* Twitter widget */
.twitter_update_list {
  overflow: hidden;
}
.twitter ul li {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 15px 0 15px 0 !important;
  background: none;
}
.twitter ul li:first-child {
  padding-top: 0 !important;
}
.twitter ul li .twitt-body {
  padding: 0 0 5px 0;
}
.twitter ul li .twitt-body a {
  color: #6e8e00 !important;
}
.twitter ul li .twitt-body a:hover {
  color: #ffffff !important;
}
.twitter ul li a.timesince {
  font-size: 11px;
  padding: 0 0 0 25px;
  background: url(images/sm-twit-icon.png) 0 0 no-repeat;
  color: #504f4f !important;
}
.twitter ul li a.timesince:hover {
  color: #ffffff !important;
}
/* Flickr widget */
.flickrImages {
  overflow: hidden;
  position: relative;
}
.flickrImages a {
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  background: #000;
  margin: 0 1px 1px 0;
}
.flickrImages a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  max-width: 100%;
  height: auto;
}
.flickrImages a.link {
  display: inline;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}
/* Banner widget */
.banners-holder {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.banners-holder li {
  list-style-type: none;
  float: left;
  margin: 0 3px 3px 0;
  padding: 0;
}
.banners-holder li img {
  vertical-align: top;
  float: left;
}
/* Shortcodes
---------------------------------------- */
/* Recent Posts */
.recent-posts {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border: none;
}
.recent-posts li {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  list-style-type: none;
  position: relative;
  background: none;
  clear: both;
}
.recent-posts li img.thumb {
  float: left;
  margin: 0 20px 0 0;
}
.recent-posts li h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #6e8e00
}
.recent-posts li h5 a {
  text-decoration: none;
  color: #6e8e00;
}
.recent-posts li h5 a:hover {
  color: #231c19;
}
.recent-posts li .excerpt {
  margin-bottom: 10px;
}
.recent-posts li span.meta {
  display: block;
  font-size: 11px;
  margin-bottom:2px;
  color: #6e8e00;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.tab .recent-posts li .post_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 18px 17px;
  background: rgba(0, 0, 0, 0.7);
}
.no-rgba .tab .recent-posts li .post_content {
  background: url(images/caption.png);
}
.tab .recent-posts li h5 {
  height: 44px;
  overflow: hidden;
}
.tab .recent-posts li h5 a {
  color: #ffffff;
}
.tab .recent-posts li h5 a:hover {
  text-decoration:underline;
}
/* Our team */
.recent-posts.team {
  margin: 0;
  padding: 0;
}
.recent-posts.team li {
  background: url(images/hr.png) 0 0 repeat-x;
  padding: 20px 0 20px 0;
  margin: 0;
	overflow:hidden;
}
.box-holder .recent-posts.team li {
  background: url(images/hr-alt.png) 0 0 repeat-x;
}
.recent-posts.team li:first-child {
  background: none;
  padding-top: 0;
}
.recent-posts.team li .thumb-wrap {
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.recent-posts.team li .thumb-wrap img {
  margin: 0;
}
.recent-posts.team li .excerpt {
  margin-bottom: 0;
}
.recent-posts.team li .post_content {
  position: static;
  background: none;
  padding: 0;
  margin: 0;
}
.recent-posts.team li h5 {
  height: auto;
  text-transform: none;
  font-size: 15px;
  margin: 0 0 .5em 0;
}
.box-holder .recent-posts.team li h5 a {
  color: #ffffff;
}
.box-holder .recent-posts.team li h5 a:hover {
  text-decoration:underline;
}
/* News */
.recent-posts.news {
  margin: 0;
  padding: 0;
}
.recent-posts.news li {
  background: url(images/hr.png) 0 0 repeat-x;
  padding: 20px 0 20px 0;
  margin: 0;
}
.box-holder .recent-posts.news li {
  background: url(images/hr-alt.png) 0 0 repeat-x;
}
.recent-posts.news li:first-child {
  padding-top: 0;
  background: none;
}
.recent-posts.news li h5 {
  display: none;
}
.recent-posts.news li .thumb-wrap {
  float: none;
  margin: 0 0 12px 0;
  overflow: hidden;
}
.recent-posts.news li .thumb-wrap img {
  margin: 0;
}
.ie .recent-posts.news li .thumb-wrap img {
  width: 220px;
  height: auto;
}
.recent-posts.news li .meta {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.2em;
}
.box-holder .recent-posts.news li .meta {
  color: #ffffff;
}
.recent-posts.news li .excerpt {
  margin-bottom: 0;
}
/* Tags */
.tags-cloud a, .tagcloud a {
  display: inline-block;
  background: #6e8e00;
  padding: 2px 7px;
  text-decoration: none;
  margin: 0 1px 4px 0;
  font-size: 11px !important;
  line-height: 1.5em;
  vertical-align: top;
}
.tags-cloud a:hover, .tagcloud a:hover {
  background: #ffffff;
  color: #000;
}
/* Recent Comments */
.recent-comments {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.recent-comments li {
  padding: 0;
  margin: 0;
  border: none;
  padding-bottom: .5em;
}


/* Misc
---------------------------------------- */
.reply a {
    background: none repeat scroll 0 0 #27253A;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #8F7AA4;
    display: block;
    font: 400 18px/38px "Open Sans";
    height: 38px;
    margin: 10px 0 0;
    min-height: 38px;
    min-width: 83px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    width: 83px;
}
    .reply a:hover {
        background: none repeat scroll 0 0 #0385CC;
        color: #0F0E17;
    }

.link-wrapper a {
    background: none repeat scroll 0 0 transparent;
    color: #8F7AA4;
    font: 14px/18px Arial;
    text-decoration: underline;
    text-transform: none;
    margin: 0 20px;
}
    .link-wrapper a:hover {
        text-decoration:none;
    }

.link.arrow {
    color: #6e8e00 !important;
    background: url(images/arrow-left.gif) 0 5px no-repeat;
    padding-left: 13px;
}
    .link.arrow:hover {
        text-decoration:underline;
    }
/* ========================== Aside Box =================== */
.box-holder, .box-holder a {
    color: #cdd0dd;
    margin: 30px 0 0 0;
    font: normal 14px/14px Arial;
}
.box-holder ul li{
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    background: url(images/arrow.png) left center no-repeat;
}
.box-holder h2,
.box-holder h3,
.box-holder h4,
.box-holder h5,
.box-holder h6 {
  color: #fff;
}
/* Latest posts */
.box-holder .latestpost li {
  border-color: #1a1a1a;
}
.box-holder .latestpost li .featured-thumbnail {
  width: 83px;
  height: 75px;
  overflow: hidden;
}
.box-holder .latestpost li h3 {
  height: 1.2em;
  overflow: hidden;
  display: block;
  font-size: 15px;
}
.box-holder .latestpost li footer {
  display: none;
}
.box-holder .latestpost li h3 a:hover {
  color: #2cb1b9;
}
.box-holder .latestpost li .excerpt {
  margin: 0;
}
/* Popular posts */.box-holder .popular-posts li {
  border-color: rgba(255, 255, 255, 0.1);
}
.no-rgba .box-holder .popular-posts li {
  border-color: #1a1a1a;
}
/* Link */
.box-holder .link {
  color: #6e8e00 !important;
}
.box-holder .link:hover {
  text-decoration:underline;
}

/* -------------------------- Figure thumb-wrap -------------- */
.thumb-wrap img {
  border: 1px solid #545868;
}


/* Featured thumbnail */
.box-holder .featured-thumbnail i {
  border-color: #ffffff !important;
}
.featured-thumbnail {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  border: 1px solid #545868;
  margin: 0 20px 10px 0;
}
.featured-thumbnail img{
  background: #e8e8e8;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
    margin: 0;      
}
.featured-thumbnail i {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border: 0 solid #2d3135;
  
}
.featured-thumbnail a:hover img {
  background: #8F7AA4;
}
/* Tabs */
.tabs {
  margin: 0;
}
.tabs .tab-menu {
  background: #1f2022 url(images/tab-nav-bg.gif) 0 0 repeat-x;
  height: 44px;
  padding-left: 8px;
}
.tabs .tab-menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 9px 0 !important;
}
.tabs .tab-menu li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}
.tabs .tab-menu a {
  color: #767676;
  display: block;
  font-size: 13px;
  margin: 0 2px 0 0;
  padding: 0 19px 0 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  border-left: 1px solid #27292c;
}
.tabs .tab-menu li:first-child a {
  border-left: none;
}
.tabs .tab-menu a:hover, .tabs .tab-menu a.active {
  color: #6e8e00;
}
.tabs .tab {
  padding: 31px 20px 30px 20px;
  background: #020202 url(images/tab-bg.png) 50% 0 no-repeat;
  position: relative;
}
.tabs .tab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 31px;
  background: url(images/tab-shadow.png) 0 0 repeat-x;
}
.tabs .tab .recent-posts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block;
}
.tabs .tab .entry {
  display: block;
  width: 220px;
  float: left;
  margin: 0 10px;
  height: 211px;
  overflow: hidden;
  position: relative;
}
/* Toggle */
.toggle {
  padding: 0 0 2px 0;
}
.toggle .trigger {
  background-color: #f5f5f5;
  background: -moz-linear-gradient(bottom, #f2f2f2 0px, #ffffff 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #666666;
  display: block;
  padding: 10px 12px 10px 40px;
  position: relative;
  text-decoration: none;
  height: 1%;
}
.toggle .trigger span {
  background: url(includes/images/toggle.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  text-indent: -9999px;
  width: 22px;
  height: 20px;
}
.toggle .trigger:hover, .toggle .active {
  background: #191919;
  color: #fff;
}
.toggle .active span {
  background-position: 0 -20px;
}
.toggle .box {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
}
/* Lightbox */
.lightbox {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom:6px;
}
.lightbox i {
  display: block;
  position: absolute;
  right: 41px;
  bottom: 32px;
  width: 45px;
  height: 45px;
  background: url(images/icon-play.png) 0 0 no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lightbox:hover i {
  opacity: .85;
}
/* Dropcap */
.dropcap {
  display: block;
  float: left;
  font-size: 4em;
  line-height: 1em;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.widget-area {
  position: relative;
}
.hr {
  height: 1px;
  background: url(images/hr.png) 0 0 repeat-x;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0px 5px 15px 5px;
}
.grid_1 .hr,
.grid_2 .hr,
.grid_3 .hr,
.grid_4 .hr,
.grid_5 .hr,
.grid_6 .hr,
.grid_7 .hr,
.grid_8 .hr,
.grid_9 .hr,
.grid_10 .hr,
.grid_11 .hr,
.grid_12 .hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
  height: 50px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
/* Address */
.address {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.address dt {
  float: left;
  width: 165px;
  margin-right: 20px;
  padding: 0 0 0 55px;
  background: none;
  font-size: 1em;
  line-height: 18px;
  background: url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
  float: left;
  width: 217px;
  padding: 0 0 0 53px;
  background: url(images/address-icon2.png) no-repeat 0 3px;
}
.address dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.address dd ul li {
  background: none;
  padding: 0;
  list-style-type: none;
}
.address dd span {
  float: left;
  width: 100px;
}
.address dd a {
  text-decoration: underline;
}
.address dd a:hover {
  text-decoration: none;
}
/* VIDEO */
.video-wrap {
  margin-bottom: 10px;
  position: relative;
  zoom: 1;
}
.video-wrap object {
  position: relative;
  z-index: 2;
}
.video-bg {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* AUDIO */
.audio-wrapper {
  margin-bottom: 1.5em;
}
.audio-desc {
  font-size: .91em;
  color: #999;
  padding: .5em 0 0 0;
}
.audiojs audio {
  position: absolute;
  left: -1px;
}
.audiojs {
  width: 460px;
  height: 36px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(0.5, #555555), color-stop(0.51, #444444), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center top, #444444 0%, #555555 50%, #444444 51%, #444444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.audiojs .play-pause {
  width: 25px;
  height: 40px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #000;
}
.audiojs p {
  display: none;
  width: 25px;
  height: 40px;
  margin: 0px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
}
.audiojs .scrubber {
  position: relative;
  float: left;
  width: 280px;
  background: #5a5a5a;
  height: 14px;
  margin: 10px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #ccc;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(0.5, #dddddd), color-stop(0.51, #cccccc), color-stop(1, #cccccc));
  background-image: -moz-linear-gradient(center top, #cccccc 0%, #dddddd 50%, #cccccc 51%, #cccccc 100%);
}
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(0.5, #333333), color-stop(0.51, #222222), color-stop(1, #222222));
  background-image: -moz-linear-gradient(center top, #222222 0%, #333333 50%, #222222 51%, #222222 100%);
}
.audiojs .time {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #000;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}
.audiojs .play {
  background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat;
}
.audiojs .loading {
  background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat;
}
.audiojs .error {
  background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat;
}
.audiojs .pause {
  background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat;
}
.playing .play, .playing .loading, .playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play, .loading .pause, .loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: .91em;
  line-height: 1.4em;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box, .wpcf7-mail-sent-ng {
  border-color: #ff9999;
  color: #c31b00;
  background: url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
  border-color: #e6c555;
  color: #9e660d;
  background: url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box, .wpcf7-mail-sent-ok {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
/* Forms
---------------------------------------- */

/* Form defaults */
.wpcf7 p{
  margin-bottom: 5px;
}
input, select, textarea { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  vertical-align:middle;
  font-weight:normal;
  outline:none;
  color: #fff;
}

    input[type="text"]::selection, textarea::selection {
        background: #73cdfd;
    } 
    input[type="text"]::-moz-selection, textarea::-moz-selection {
        background: #73cdfd;
    }  
textarea{
  height: 170px
}
label{
    display:block;
    width: 110px;
    float: left;
    vertical-align: middle;
}
    #commentform label{
        float: none;
    }

input[type="submit"], input[type="reset"] {
  display: inline-block;
  padding: 0 19px;
  height: 27px;
  font: 12px/12px Arial;
  color: #fff;
  text-decoration: none;
  background: #022f69 url(images/bg_button_submit_sf.jpg) 0 0 repeat-x;
  margin-right: 14px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

    input[type="submit"]:hover, input[type="reset"]:hover {
        background: #0c6ed2;
    }

    #commentform input[type="submit"]{
        margin: 10px 0 0 0;
    }


/* ============================ Comment form ======================== */
#commentform a{
    margin: 0 0 0 5px;
    text-decoration: underline;
}
#commentform p.field {
  margin-bottom: 8px;
}
#commentform small {
  color: #8b8b8b;
}
#commentform input[type="text"] {
  width: 250px;
}
#commentform textarea {
    height: 200px;
    min-height: 90px;
    min-width: 306px;
    overflow: auto;
    width: 100%;
}
#commentform input[type="submit"]{
  margin-left: 0;
}
#commentform input[type="text"], textarea{
    color: #010101;
}
/* ==================== Contact form ============== */
.wpcf7-form p.field {
    margin-bottom: 9px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}
    .wpcf7-form p.field input {
        width: 275px;
    }
    .wpcf7-form p.field small {
        color: red;
    }
    .wpcf7-form input[type="text"], .wpcf7-form textarea{
        min-width: 70%;
        max-width: 100%;
        width: 380px; 
        height: 25px;
        border: 1px solid #0F0E17;
        border-bottom: 2px solid #3d3a59;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        background: #57537e;
        padding: 5px 10px; 
    }
        .wpcf7-form textarea{
            height: 210px;
            min-height: 210px;
            overflow: auto;
        }
        .wpcf7-form input[type="text"]::focus, .wpcf7-form textarea::focus{
            border: 1px solid #0F0E17;
            border-bottom: 2px solid #3d3a59;
        }
        div.wpcf7 .watermark {
            color: #ffffff!important;
        }


    .wpcf7 input[type="submit"] {
        height: 40px;
        margin: 20px 0 0;
        width: 105px;
    }

.wpcf7-form .submit-wrap {
    padding: 0;
    margin: 0;
}

span.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    width: 100% !important;
    position: absolute;
    left: 3px !important;
    top: 5% !important;
    padding: 8px 0 8px 16px !important;
    background: #f3b7b7 !important;
    color: red !important;
    border: none !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
div.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}



/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.extra-wrap {
    margin: 0 0 10px;
    overflow: hidden;
}
/* Clear Floated Elements */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */