/*
Theme Name: EZNews
Theme URI: http://kopatheme.com
Author: Kopatheme
Author URI: http://kopatheme.com
Description: EZNews Wordpress theme is designed for magazine, news and editorial ventures with flexible layout. The theme is based on KOPATHEME layout manager technique that will let you flexibility choose layout options of every pages within your site. It is very helpful when you are experimenting with visual hierarchy. You can define unlimited sidebar for widget areas, and with powerful custom widgets, the theme provides you more flexibility and ease-of-use for your site
Version: 1.0.3
License: GNU General Public License
License URI: license/README_License.txt
Tags: two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready
*/
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {
    font-family:"Socialico";
    src:url("fonts/Socialico.eot?") format("eot"),
        url("fonts/Socialico.woff") format("woff"),
        url("fonts/Socialico.ttf") format("truetype"),
        url("fonts/Socialico.svg#Socialico") format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/League_Gothic-webfont.woff') format('woff'),
        url('fonts/League_Gothic-webfont.ttf') format('truetype'),
        url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #666;
    font-family: 'Lora', serif;
    font-size: 12.5px;
    background-color:#4b4b4b;
    line-height: 22px;
}
pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin:20px 0;
}

ol {
    margin-top:15px;
}
ul {
    margin-top:15px;
}
ul li {
    list-style:inside disc;
    margin-bottom:10px;
}
ol li {
    list-style:inside decimal;
    margin-bottom:10px;
}
/*------responsive image----------------*/
.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/* =========================================================
Elements
============================================================ */
blockquote {
    font-style:italic;
    color:#666;
    margin:10px 0  !important;
    background:url("images/icons/quote-icon-big.png") no-repeat scroll 8px 10px #F7F7F7;
    padding:10px 10px 10px 50px !important;
}
.star-list-1 li,
.star-list-2 li,
.circle-list li,
.check-list li,
.arrow-list li,
.play-list li {
    margin-bottom:10px !important;
}
.star-list-1 li i,
.star-list-2 li i,
.circle-list li i,
.check-list li i,
.arrow-list li i,
.play-list li i {
    margin-right:10px;
}
.star-list-1 li:hover i,
.star-list-2 li:hover i,
.circle-list li:hover i,
.check-list li:hover i,
.arrow-list li:hover i,
.play-list li:hover i {
    color:#0088b2;
}
/* =========================================================
Heading
============================================================ */

h1 {
    color: #666;
    font: 400 32px/32px  'Lora',sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h2 {
    color: #666;
    font: 400 28px/28px 'Lora',sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h3 {
    color: #666;
    font: 400 24px/24px 'Lora',sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h4 {
    color: #666;
    font: 400 20px/20px 'Lora',sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h5 {
    color: #666;
    font: 700 18px/18px 'Lora',sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h6 {
    color: #666;
    font: 700 14px/18px 'Lora',sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #666;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0088b2;
}
p { 
    margin-bottom:10px;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
    float:left;
}
.right{
    float:right;
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before, .clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}
.hover-effect{
    cursor:pointer;
    z-index:100;
}

/* =========================================================
        Columns
============================================================ */
.kopa-one-two {
    float:left;
    margin-right:2%;
    width:49%;
}
.kopa-one-third {
    float:left;
    margin-right:2%;
    width:32%;
}
.kopa-two-third {
    float:left;
    margin-right:2%;
    width:66%;
}
.kopa-one-fourth {
    float:left;
    margin-right:2%;
    width:23.5%;
}
.kopa-three-fourth {
    float:left;
    margin-right:2%;
    width:74.5%;
}
.col-a {
    float:left;
    width:300px;
    padding:0 20px;
}
.sidebar-right .col-a {
    float: right;
}
.col-b {
    float:right;
    width:850px;
    padding:0 20px;
}
.sidebar-right .col-b{
    float:left;
}
#sidebar {	
    border-top:6px solid #ccc;
    padding-top:20px;
    /*background-color: #f7f7f7;*/
}
#main-col {	
    border-top:6px solid #0088b2;
    padding-top:20px;
    background: #fff;
}
.sub-page #main-col {	
    padding-top:10px;
}
.last {
    margin-right:0 !important;
}
.wrapper{
    width:100%;
    margin:0 auto;
    background-color:#fff;
}
#main-left {
    padding-left:7px;
    background:url(images/background/shadow-left.png) repeat-y left top;
    width:1237px;
    margin:0 auto;
}
#main-right {
    padding-right:7px;
    background:url(images/background/shadow-right.png) repeat-y right top;
    width:1230px;
    margin:0 auto;
}
.mb-20 {
    margin-bottom:20px;
}
.widget-area-2 {
    float:left;
    width:270px;
    margin-right:20px;
}
.widget-area-3 {
    float:left;
    width:270px;
}
/* =========================================================
        Columns wide style
============================================================ */

.wide_style .col-a {
    width:24.3902439%;
    padding:0 1.626%;
}
.wide_style .col-b {
    width:69.1057%;
    padding:0 1.626%;
}
.wide_style .wrapper{
    width:100%;
    margin:0 auto;
    background-color:#fff;
}
.wide_style #main-left {
    padding:0px;    
    width:100%;
    margin:0 auto;
}
.wide_style #main-right {
    padding:0px;    
    width:100%;
    margin:0 auto;
}
.wide_style .widget-area-2 {
    width:48.2143%;
    margin-right:3.5714;
}
.wide_style .widget-area-3 {
    width:48.2143%;
}
/* =========================================================
CSS3 Transition
============================================================ */
#main-menu > li,
#main-menu li ul li,
.search-form .search-text,
#sidebar .widget .kp-archieve li,
.home-slider .kp-view .kp-mask,
.home-slider .flex-direction-nav a,
#bottom-sidebar .widget .tweet_list .tweet_avatar,
.learn-more,
.accordion-title,
.accordion-title h3,
.kp-categories li i,
.newsletter-form .email,
.newsletter-form .submit,
.about-author .author-avatar .avatar-thumb,
.comment-wrap .comment-avatar p,
#comment_name, 
#comment_email, 
#comment_url, 
#comment_subject, 
#comment_phone,
#comment_message,
#contact_name, 
#contact_email, 
#contact_url, 
#contact_subject, 
#contact_phone,
#contact_message,
.kp-alert-box header .kp-box-close i,
.kopa-toggle-caption,
#toggle-view li h3,
#toggle-view li span,
.kopa-button,
.star-list-1 li i,
.star-list-2 li i,
.circle-list li i
.check-list li i,
.arrow-list li i,
.play-list li i,
#sidebar .widget_archive ul li i,
#sidebar .widget_archive ul li,
.flex-control-paging li a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* =========================================================
        Header
============================================================ */
#kp-header-top {
    background-color:#0088b2;
}
/*----------Main Nav----------*/
#main-nav {
    position:relative;
    z-index:9999;
    zoom:1;
}
/*---Main menu---*/
#main-menu {
    margin:0;	
    position:relative;
    z-index:9999;
    zoom:1;
}
#main-menu > li {
    margin:0;
    float:left;
    list-style:none;
    position:relative;
    z-index:9999;
}
#main-menu > li.menu-home a {
    text-indent:-99999px;
    background:url(images/icons/home-icon.png) no-repeat center center;     
    width:15px;
}
#main-menu > li > a {
    font-family: 'LeagueGothicRegular', sans-serif;
    color:#fff;
    font-size:20px;
    display:block;
    padding:16px 20px;
    border-left:1px solid #0f8fb7;
    border-right: 1px solid #007AA0;
    font-weight: normal;
}
#main-menu > li:first-child > a{
    border-left: none;
}
#main-menu > li:last-child > a{
    border-right: none;
}
#main-menu > li:hover > a {
    color:#eee;
}
#main-menu > li.current-menu-item{
    background-color: rgba(0,0,0,0.1);
}
#main-menu > li:hover {
    background-color: #333;
}
/*---Dropdown menu---*/
#main-menu li:hover > ul{
    display: block;
}
#main-menu li ul {
    display:none;
    position:absolute;	
    width:200px;
    background-color:#333;
    margin:0;
}
#main-menu > li > ul {
    top:54px;
    left:1px;
}
#main-menu li ul li {
    list-style:none;
    margin:0;
    position:relative;
    border-bottom:1px solid #555;
}
#main-menu li ul li:hover {
    background-color:#555;
}
#main-menu li ul li a {
    color:#fff;
    display:block;
    padding:10px 15px;
    font-size:16px;
    font-family: 'LeagueGothicRegular', sans-serif;
    font-weight: 300;
}
#main-menu li ul li:hover > a {
    color:#aaa;
}
#main-menu li ul li ul {
    top:-1px;
    left:200px;
}
/*---Responsive menu---*/
#responsive-menu {
    display:none;
    margin:15px auto;
    width:96%;
    padding:5px 2%;
    border:none;
}

#kp-header-bottom {
    padding:55px 20px 0;
}
/*----------Logo----------*/
#logo-image {
    float:left;
    margin-right:120px;
    margin-bottom:55px;
}
/*----------Top Banner----------*/
#kp-top-banner {
    float:right;
    margin-bottom:55px;
}
/*----------Top Head----------*/
.top-head {
    float:left;
    width:380px;
    margin-bottom:45px;
}
.top-head p {
    text-transform:uppercase;
    border-bottom:2px solid #aaa;
    padding-bottom:5px;
    color:#666;
    font-size:11px;
    line-height:12px;
    font-weight: 700;
}
.top-head p .kopa-square{
    width: 7px;
    height: 7px;
    background-color: #0088b2;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin-left:5px;
}
.top-head p span.kopa-date {
    margin-left: 5px;
    display:inline-block;
    *display:inline;
    zoom:1;

}
.head-line h3 {
    float:left;
    margin-right:15px;
    color:#666;
    border-right:1px solid #858585;
    padding-right:15px;
    line-height:1;
    margin-top:5px;
    font-size: 20px;
    font-family: 'LeagueGothicRegular',sans-serif;
    text-transform: uppercase;
}
/* =========================================================
        Main Content
============================================================ */
#main-content {
    background:#f7f7f7;
    padding-bottom:0px;
}
.page-404 #main-content {
    background:none;
}
.page-404 #kp-header {
    border-bottom:6px solid #0088b2;
}
/* =========================================================
        Sidebar
============================================================ */
#sidebar .widget {
    margin-bottom:25px;
}
#sidebar ul {
    margin:0;
}
#sidebar ul li {
    margin:0;
    list-style:none;
}
.search-form {
    background-color:#fff;

    position:relative;
}
.search-form .search-text {
    border:none;
    height:38px;
    line-height:38px;
    padding:0 10.666667% 0 3.333333%;
    width:85.5%;
    color:#888;
    border:1px solid #f0f0f0;
    font-size: 13px;
    font-style: italic;
    font-family:inherit;
}
.search-form .search-submit {
    border:none;
    background:url(images/icons/search-icon.png) no-repeat 0 0;
    width:12px;
    height:12px;
    position:absolute;
    top:14px;
    right:10px;
    cursor:pointer;
}
.search-form .search-text:focus {
    border:1px solid #0088b2;
}
.search-form .search-submit:hover {
    background:url(images/icons/search-icon.png) no-repeat 0 -38px;
}
/*-------------Tabs-----------*/

#sidebar .widget .kp-entry-list li {
    padding-bottom:15px;
    margin-top:15px;
    border-bottom:1px dotted #e7e7e7;
}
#sidebar .widget ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#sidebar .widget .kp-entry-list .kp-thumb {
    display:block;
    float:left;
    margin-right:15px;
    overflow:hidden;
    width:65px;
}
#sidebar .widget .kp-entry-list .kp-thumb img {
    display:block;
    width:100%;
}
#sidebar .widget .kp-entry-list a.post-title {
    display:block;
    margin-bottom:5px;
}
#sidebar .widget .kp-entry-list a.post-title:hover {
    color:#0088b2;
}
.info-meta {
    font-size:11px;
    color:#999;
    font-style: italic;
}
.info-meta a {
    color:#999;
}
.info-meta a:hover {
    color:#0088b2;
}

#sidebar .widget .widget-title {  
    color:#0088b2 ;
    margin-bottom:15px;
    font-size: 26px;
    font-family: 'LeagueGothicRegular',sans-serif;
    line-height: 15px;
}
#sidebar .widget .widget-title > span{
}
#sidebar .widget .kp-archieve li,
#sidebar .widget .kp-categories li,
#sidebar .widget_archive ul li,
#sidebar .widget_categories ul li,
#sidebar .widget_recent_comments ul li,
#sidebar .widget_pages ul li {
    color:#c2c2c2;
    border-bottom:1px dotted #e7e7e7;
    padding-bottom:10px;
    margin-bottom:10px;
}
#sidebar .widget_recent_comments ul li {
    color:#0088b2;
}
#sidebar .widget .kp-archieve li i,
#sidebar .widget .kp-categories li i,
#sidebar .widget_archive ul li i {
    margin-right:10px;
}
#sidebar .widget .kp-archieve li a,
#sidebar .widget .kp-categories li a,
#sidebar .widget_archive ul li a,
#sidebar .widget_categories ul li a,
#sidebar .widget_recent_comments ul li a,
#sidebar .widget_pages ul li a {

}
#sidebar .widget .kp-archieve li:hover,
#sidebar .widget .kp-archieve li a:hover,
#sidebar .widget .kp-categories li:hover,
#sidebar .widget .kp-categories li a:hover,
#sidebar .widget_archive ul li:hover,
#sidebar .widget_archive ul li:hover a {
    color:#0088b2;
}
#sidebar .widget .kp-categories li:hover span,
#sidebar .widget .kp-categories li span {
    color:#444;
}
#sidebar .widget_categories select {
    border:2px solid #ccc;
    width:100%;
    padding:5px 0;
}
#sidebar .widget .kp-comment-list li {
    border-bottom:1px dotted #e7e7e7;
    padding-bottom:15px;
    margin-top:15px;
}
#sidebar  .widget .kp-comment-list li .entry-author {
    color:#0088b2;
    font-size:12px;
    font-style:italic;
}
#sidebar  .widget .kp-comment-list li .entry-meta {
    color:#454545;
    font-size:12px;
    font-style:italic;
}
#sidebar  .widget .kp-comment-list li .entry-author:hover {
    color:#666;
}
#sidebar  .widget .kp-comment-list li .comment-title {
    font-size:15px;
    color:#444;
}
#sidebar  .widget .kp-comment-list li .comment-title:hover {
    color:#0088b2;
}
/* =========================================================
Main Col
============================================================ */
.main-one-third {
    float:left;
    width:270px;
    margin-right:20px;
}
.main-two-third {
    float:left;
    width:560px;
    margin-right:20px;
}
.wide_style .main-one-third {
    width:31.6647%;
    margin-right:2.3529%;
}
.wide_style .main-two-third {
    width:65.8824%;
    margin-right:2.3529%;
}
#main-col .widget {
    margin-bottom:25px;
}
#main-col .widget .widget-title {
    color: #444444;
    font-family: 'LeagueGothicRegular',sans-serif;
    font-size: 32px;
    margin-bottom: 12px;
    text-transform: uppercase;
    width: 100%;
    line-height: 28px;
    border-bottom: 5px solid #f2f2f2;
}
#main-col .widget .widget-title > span {
    color: #0088B2;
    display: block;
    padding-bottom: 5px;
}
#main-col .widget-area-1 .widget .post-item {
    float:left;
    margin-right:20px;
    width:270px;
}
#main-col .widget-area-1 .widget .older-post, 
#main-col .widget-area-6 .widget .older-post {
    float:left;
    width:270px;
}
#main-col .widget .entry-thumb {
    margin-bottom:15px;
    position:relative;
    overflow:hidden;

}
#main-col .widget .entry-thumb a,
#main-col .widget .entry-thumb a img {
    display:block;
    width:100%;
}
#main-col .widget .entry-thumb .entry-date {
    display:inline-block;
    *display:inline;
    zoom:1;
    background:#0088b2;
    padding:3px 5px;
    position:absolute;
    left:0;
    bottom:0;
    color:#fff;
    font-size:15px;
    font-weight: 700;
}
#main-col .widget .entry-content p{
    margin-bottom: 0;
}
#main-col .widget .entry-content .info-meta {
    margin-bottom:0;
}
#main-col .widget iframe {
    margin-bottom:15px;
}
.kp-hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in;
}
.kp-hover:hover {	
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg); 
}
#main-col ul {
    margin:0;
}
#main-col ul li {
    margin:0;
    list-style:none;
}
.older-post li {
    padding-bottom:15px;
    margin-bottom:15px;
}
.older-post li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.older-post li {
    border-top:1px dotted #e7e7e7;
    padding-top:15px;
    margin-top:15px;
}
.tab-container .older-post li:first-child {
    border-top:none;
    padding-top: 10px;
}
.widget-area-1 .older-post li, 
.widget-area-6 .older-post li{
    border-top: none;
    border-bottom:1px dotted #e7e7e7;
} 
#sidebar .older-post li:first-child{
    border-top: none;
}
.widget-area-1 .older-post li:first-child{
    margin-top:10px;
    border-top: none;
}
.older-post li .kp-thumb {
    display:block;
    float:left;
    margin-right:15px;
    overflow:hidden;
    width:65px;
}
.older-post li .kp-thumb img {
    display:block;
    width:100%;
}
.older-post li .entry-content a.post-title {
    display:block;
    font-size:14px;
    color:#666;
    font-weight: 700;
    margin-top: 0px;
}
.older-post li .entry-content a.post-title:hover {
    color:#0088b2;
}
.widget .older-post li .info-meta {
    margin-bottom:0;
}
.learn-more {
    color: #0088B2;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}
.learn-more:hover {
    color:#999;
}
/*-------------Twitter-----------*/
#main-col .tweet_list li {
    border-bottom: 1px dotted #e7e7e7;
    padding-bottom:10px;
    margin-bottom:10px;
    font-style:italic;
}
#main-col .tweet_list li a{

}
#main-col .tweet_list li:last-child {
    border-bottom: none;
    padding-bottom:0px;
    margin-bottom:0px;
}
#main-col .tweet_list li .tweet_time {
    color:#0088b2;
    display:block;
    margin-top:5px;
}
#main-col .tweet_list li .tweet_time a {
    color:#0088b2;	
    font-family: "LeagueGothicRegular", serif;
    font-size: 16px;
    font-style: normal;
}
#main-col .tweet_list li .tweet_time a:hover {
    color:#666;
}
#main-col .tweet_list li .tweet_avatar {
    background:url(images/icons/quote-icon.png) no-repeat 0 0;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:21px;
    height:17px;
    margin-right:10px;
}
#main-col .tweet_list li .tweet_avatar img {
    display:none;
}
#main-col .kp-adv-125 {
    margin:0 -8px;
}
#main-col .kp-adv-125 li {
    float:left;
    margin:8px;
}
#main-col .kp-adv-125 li a {
    display:block;
    overflow:hidden;
}
#main-col .kp-adv-125 li a img {
    border:1px solid #e1e1e1;
}
#main-col .kp-categories li {
    border-bottom: 1px dotted #e7e7e7;
    padding-bottom:10px;
    margin-bottom:10px;
    font-family: "LeagueGothicRegular",sans-serif;
    color: #444;
    font-weight: 300;
}
#main-col .kp-categories li i {
    margin-right:5px;
}
#main-col .kp-categories li:hover i {
    color:#0088b2;
}

.list-container ul li{
    list-style:none;
    float:left;
    margin:0px 1px 0 0 !important;
    background-color:#e2e2e2;
    width:89px;
    text-align:center;
}
.list-container ul li a{
    padding:10px 0;
    color:#aaa;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:100%;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-size:18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-container ul li.active a, 
.list-container ul li:hover a{
    text-decoration:none;
    background-color:#0088b2;
    color:#fff;
}
.tab-content {
    padding-top:5px;
}

#main-col .widget .kp-entry-list li {
    padding-bottom:15px;
    margin-top:15px;
    border-bottom:1px dotted #e7e7e7;
}
#main-col .widget .kp-entry-list .kp-thumb {
    display:block;
    float:left;
    margin-right:15px;
    overflow:hidden;
}
#main-col .widget .kp-entry-list a.post-title {
    display:block;
    margin-bottom:10px;
}
#main-col .widget .kp-entry-list a.post-title:hover {
    color:#0088b2;
}
#main-col .widget .kp-comment-list li {
    border-bottom:1px dotted #e7e7e7;
    padding-bottom:15px;
    margin-top:15px;
}
#main-col .widget .kp-comment-list li .entry-author {
    color:#0088b2;
    font-size:12px;
    font-style:italic;
}
#main-col .widget .kp-comment-list li .entry-meta {
    color:#454545;
    font-size:12px;
    font-style:italic;
}
#main-col .widget .kp-comment-list li .entry-author:hover {
    color:#666;
}
#main-col .widget .kp-comment-list li .comment-title {
    font-size:15px;
    color:#444;
}
#main-col .widget .kp-comment-list li .comment-title:hover {
    color:#0088b2;
}

/* =========================================================
Bottom Sidebar
============================================================ */
#bottom-sidebar,
#bottom-sidebar a,
#bottom-sidebar .info-meta {
    color:#999;
}
#bottom-sidebar a:hover {
    color:#0088b2;
}
#bottom-sidebar ul {
    margin:0;
}
#bottom-sidebar ul li {
    margin:0;
    list-style:none;
}
.bottom-sidebar-bottom .older-post li{
    border-top: 1px dashed #555555;
}
.bottom-sidebar-bottom .older-post li .post-title{
    font-size: 12.5px;
}
.bottom-sidebar-bottom .older-post li:first-child{
    border-top: none;
    padding-top: 0;
}
.bottom-sidebar-top {
    height:5px;
    width:100%;
    background:url(images/background/pattern-2.png) repeat-x 0 0;
}
.bottom-sidebar-bottom {
    background:url(images/background/page-bottom-bg.png) repeat 0 0;
}
#bottom-sidebar .widget .widget-title {
    color:#0088b2;
    text-transform:uppercase;
    font-size:28px;
    border-bottom:1px dashed #555;
    padding-bottom:15px;
    margin-right:-40px;
    margin-bottom:20px;
    font-family: 'LeagueGothicRegular',sans-serif;
}
#bottom-sidebar ol {
    margin:0 0 0 20px;
    padding-bottom:20px;
}
#bottom-sidebar ol > li {
    margin:0 20px 0 0;
    list-style:none;
    float:left;
    width:249px;
    border-right:1px dashed #555;
    padding-top:0px;
    padding-right:20px;
    padding-bottom:20px;
}
#bottom-sidebar ol li.kp-aside-first {
    width:278px;
    border-left:1px dashed #555;
    padding:0px 20px 20px;
}
.wide_style #bottom-sidebar ol > li {
    margin:0 1.626% 0 0;
    width:20.6007%;
    padding-right:1.626%;
}
.wide_style #bottom-sidebar ol li.kp-aside-first{
    width:23.1502%;
    padding:0px 1.626% 20px;
}
#bottom-sidebar .widget{
    margin-top: 30px;
}
#bottom-sidebar ol li.kp-aside-first .widget-title {
    margin-left:-40px;
    margin-right:-40px;
    padding-left:40px;
}
#bottom-sidebar ol li .widget i {
    font-size:1.2em;
    margin-right:15px;
}
#bottom-sidebar .widget .text-widget {
    margin-bottom:15px;
}
#bottom-sidebar .widget .contact-info p {
    margin-bottom:15px;
    font-size:13px;
    font-weight:700;
}
#bottom-sidebar .widget ul.kp-categories li,
#bottom-sidebar .widget_categories ul li {
    border-bottom:1px dashed #555;
    padding-bottom:10px;
    margin-bottom:10px;
}
#bottom-sidebar .widget ul.kp-categories li a {
}
#bottom-sidebar .widget .tweet_list {
    font-style:italic;
}
#bottom-sidebar .widget .tweet_list li {
    border-bottom:1px dashed #555;
    padding-bottom:15px;
    margin-bottom:15px;
}
#bottom-sidebar .widget .tweet_list .tweet_time {
    display:block;
    margin-top:5px;
}
#bottom-sidebar .widget .tweet_list .tweet_time a {
    color:#aaa;
    font-weight:700;
    font-style: normal;
}
#bottom-sidebar .widget .tweet_list .tweet_time a:hover {
    color:#fff;
}
#bottom-sidebar .widget .tweet_list .tweet_avatar {
    width:48px;
    height:48px;
    display:block;
    float:left;
    background:url(images/icons/twitter-icon.png) no-repeat 0 0;
    margin-right:15px;
    border-radius:50%;
    position:relative;
    z-index:0;
}
#bottom-sidebar .widget .tweet_list .tweet_avatar:hover {
    box-shadow:0 0 5px #0088b2;
}
#bottom-sidebar .widget .tweet_list .tweet_avatar img {
    display:none;
}
#bottom-sidebar .widget .kp-entry-list li {
    border-bottom:1px dashed #555;
    padding-bottom:15px;
    margin-bottom:15px;
}
#bottom-sidebar .widget .kp-entry-list a.post-title {
    display:block;
    font-size:15px;
    margin-bottom:10px;
}
#bottom-sidebar .widget .kp-entry-list .info-meta a {
    color:#aaa;
}
#bottom-sidebar .widget .kp-entry-list .info-meta a:hover {
    color:#fff;
    text-decoration:none;
}

/* =========================================================
Footer
============================================================ */
#kp-footer {
    padding:20px;
    background-color:#1f1f1f;
    color:#777;
    position:relative;
}
#copyright {
    float:left;
    margin:0;
}
#footer-nav {
    float:right;
    margin-right:45px;
}
#footer-menu {
    margin:0;
}
#bottom-sidebar #footer-menu li {
    margin:0 0 0 10px;
}
#footer-menu li {
    margin:0 0 0 10px;
    list-style:none;
    float:left;
    border-left:1px solid #777;
    padding-left:10px;
}
#footer-menu li a {
    color:#777;
}
#footer-menu li a:hover {
    color:#29abe;
}

#footer-triangle {
    width:19px;
    height:9px;
    background:url(images/background/triangle-1.png) no-repeat 0 0;
    position:absolute;
    top:-9px;
    left:50%;
    margin-left:5px;
}

/*
Back to top button 
*/
#back-top {
    position: absolute;
    right:20px;
    top:15px;
    margin-bottom:0;
    z-index:100;
}
#back-top a {
    width: 28px;
    height: 28px;
    display: block;	
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background:url(images/background/back-top.png) no-repeat 0 0;
    text-indent:-99999px;
    border-radius:50%;
    position:relative;
    z-index:0;
    outline:none;
}
#back-top a:hover{
    -webkit-box-shadow:0 0 10px 0 #0088b2;
    -moz-box-shadow:0 0 10px 0 #0088b2;
    box-shadow:0 0 10px 0 #0088b2;	
}

/* =========================================================
Categories page
============================================================ */
.breadcrumb {
    color:#444;
    font-size:14px;
    background: url("images/background/title-pattern.png") repeat-x scroll 0 bottom transparent;
    padding:0 20px 15px;
    margin:0 -20px;
    font-style: italic;
}
.breadcrumb a {
    color:#5b5b5b;
}
.breadcrumb a:hover {
    color:#0088b2;
}
.breadcrumb .current-page {
    color:#0088b2;
}
.entry-item {
    margin-top:20px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.entry-item-left {
    float:left;
    width:619px;
}
.entry-item-right {
    float:right;
    width:210px;    
    margin-left:20px;
    border-left:1px dotted #c6c6c6;
    text-align:center;
}
.entry-item .entry-title {

    margin-bottom:15px;
}
.entry-item .entry-title a {
    font-size: 22px;
}
.entry-item .entry-title a:hover {
    color:#0088b2;
}
.entry-item .entry-thumb {
    float:left;
    margin-right:20px;
    overflow:hidden;
    width: 42%;
}
.entry-item .entry-thumb img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.entry-item .entry-content {
    color:#444;
    line-height:20px;
}
.entry-item .entry-date {
    border-radius:50%;
    width:115px;
    height:115px;
    background-color:#0088b2;
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#fff;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    margin-bottom:15px;
    position:relative;
    z-index:0;
}
.entry-item .entry-date p {
    font-size:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
    text-transform:uppercase;
    border-bottom:1px solid #fff;
    width:100%;
    margin-top:31px;
    padding-bottom:5px;
    margin-bottom:6px;
}
.entry-item .entry-date span {
    font-size:35px;
    line-height: 28px;
    display:inline-block;
    *display:inline;
    zoom:1;
}
.entry-item .entry-comment,
.entry-item .entry-meta {
    display:block;
    color:#666;
    text-align:left;
    margin-left:50px;
    margin-bottom:8px;
    min-height:20px;
    height:20px;
    height:auto;
    line-height:20px;
    font-style: italic;
}
.entry-item .entry-comment i,
.entry-item .entry-meta i {
    margin-right:10px;
    font-size:18px;
    color:#aaa;
}
.entry-item .entry-comment:hover,
.entry-item .entry-author:hover,
.entry-item .entry-categories:hover {
    color:#0088b2;
}
.entry-item .entry-author,
.entry-item .entry-categories {
    color:#444;
    line-height:20px;
}
/*-------------Pagination-----------*/
.pagination {
    margin:30px 0;
    text-align:center;
}
.pagination ul {
    display:inline-block;
    *display:inline;
    zoom:1;
}
.pagination ul li {
    float:left;
}
.pagination ul li a,.pagination ul li span {
    color:#696868;
    font-size:26px;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    padding:0 10px;
}
.pagination ul li a:hover,
.pagination ul li .current {
    color:#0088b2;
}
.kp-adv-300 a {
    display:block;
    overflow:hidden;
    width:100%;
    height:auto;
}

.entry-box .pagination {
    color:#0088b2;
    font-family: 'LeagueGothicRegular',sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.entry-box .pagination a, 
#comments .pagination a,
#comments .pagination span {
    color: #444444;
    padding:0 10px;
}
.entry-box .pagination a:hover, 
#comments .pagination a:hover,
#comments .pagination span {
    color:#0088b2;
}

/************Accordion**************/
.accordion-title {
    background-color:#e2e2e2;
    margin-bottom:1px;
}
.accordion-title h3{
    margin-bottom:0px;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-weight:400;
    line-height:18px;
    cursor: pointer;
}
.accordion-title a {
    color: #666;
    display: inline-block;
    *display:inline;
    zoom:1;
    padding: 10px 15px;
    font-size:16px;
    text-transform: uppercase;
}
.accordion-title.active, .accordion-title:hover {
    background-color:#0088b2;
}
.accordion-title.active a,
.accordion-title:hover a {
    color:#fff;
}
.accordion-container,
.accordion-container-2 {
    margin:0 0 15px 0;
}

.accordion-title-2 {
    background-color:#262b31;
    margin-bottom:3px;
}
.accordion-title-2 h3{
    margin-bottom:0px;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-weight:400;
    line-height:18px;
}
.accordion-title-2 a {
    color: #fff;
    display: inline-block;
    *display:inline;
    zoom:1;
    padding: 10px 20px;
    font-size:18px;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
}
.accordion-title-2.active, 
.accordion-title-2:hover {
    background-color:#f1f1f1;
}
.accordion-title-2.active a,
.accordion-title-2:hover a {
    color:#333;
}
.news-letter {
    background:url(images/background/newsletter-bg.png) no-repeat 0 0;
    padding:10px;
}
.newsletter-form {
    background-color:#fff;
    padding:15px;
}
.newsletter-form p {
    margin-bottom:0;
}
.newsletter-form .email {
    width:96%;
    padding:0 2%;
    background-color:#fff;
    border:1px solid #ddd;
    height:36px;
    line-height:36px;
    color:#444;
    font-style:italic;
    font-size:15px;
    margin-bottom:10px;
}
.newsletter-form .submit {
    border:none;
    text-transform:uppercase;
    color:#0088b2;
    font-size:12px;
    font-weight:700;
    background:url(images/icons/submit-newsletter-icon.png) no-repeat right center;
    padding:0 15px 0 0;
    margin:0;
    height:15px;
    line-height:15px;
    float:right;
    cursor:pointer;
}
.newsletter-form .email:focus {
    border:1px solid #0088b2;
}
.newsletter-form .submit:hover {
    color:#666;
    background:url(images/icons/submit-newsletter-icon-hover.png) no-repeat right center;
}
/*--------------- Masonry Container ----------------*/
.masonry-wrapper {
    margin:0 -20px;
    border-bottom: 1px solid #EEEEEE;
}
#masonry-container {
    padding:10px 0;
    margin:0 auto;
}
.centered { margin: 0 auto; }
.masonry-box {	
    margin: 10px;
    float: left;
    overflow:hidden;
    position:relative;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
.masonry-box img {
    display: block;
    width: 100%;
    cursor:pointer;
}
.col-1 { width: 754px; }
.col-2 { width: 270px; }
.col-3 { width: 182px;}
.col-4 { width: 373px;}
.col-5 { width: 755px;}
.col-6 { width: 563px;}

.col-1 img { max-width: 754px; }
.col-2 img { max-width: 270px; }
.col-3 img { max-width: 182px; }
.col-4 img { max-width: 373px; }
.col-5 img { max-width: 755px; }
.col-6 img { max-width: 563px; }

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.transitions-enabled.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}


/* disable transitions on pf-container */
.transitions-enabled.infinite-scroll.masonry {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.masonry-box .entry-thumb {
    margin-bottom:15px;
    position:relative;
    overflow:hidden;
}
.masonry-box .entry-thumb .entry-date {
    display:inline-block;
    *display:inline;
    zoom:1;
    background:#0088b2;
    padding:3px 5px;
    position:absolute;
    left:0;
    bottom:0;
    color:#fff;
    font-size:14px;
    font-weight:300;
}
.masonry-box .entry-content {
    margin-bottom:5px;
}
.masonry-box .entry-content .entry-title {
    font-weight:300;
    margin-bottom:10px;
}
.masonry-box .entry-content .info-meta {
    margin-bottom:5px;
}

.kp-divider-1 {
    border-bottom:1px solid #eee;
    height:1px;
    max-height:1px;
    margin:15px 0;
}
.kp-divider-2 {
    border-bottom:1px dashed #f0f0f0;
    height:1px;
    max-height:1px;
    margin:15px 0;
}
.kp-divider-3 {
    border-bottom:1px dotted #d9d9d9;
    height:1px;
    max-height:1px;
    margin:15px 0;
}
.kp-divider-4 {
    border-top:1px dotted #d9d9d9;
    border-bottom:1px dotted #d9d9d9;
    height:3px;
    max-height:3px;
    margin:15px 0;
}
.kp-divider-5 {
    border-bottom:6px solid #eee;
    height:6px;
    max-height:6px;
    margin:15px 0;
}
/* =========================================================
Search page
============================================================ */
.kp-search-result {
    font-size:16px;
    background: url("images/background/title-pattern.png") repeat-x scroll 0 bottom transparent;
    padding-bottom:15px;
}
.kp-search-result span {
    color:#0088b2;
}
.kopa-search-list,
.kopa-search-list li {
    margin:0;
    list-style:none;
}
#main-col .kopa-search-list li {
    border-bottom:1px solid #ddd;
    margin-top:15px;
    padding-bottom:10px;
}
.kopa-search-keyword {
    background-color:#0088b2;
    color:#fff;
}
#main-col .kopa-search-list .entry-content .entry-title {
    font-weight:300;
    font-size: 24px;
}
/* =========================================================
Single page
============================================================ */
.entry-box {
    margin-top:20px;
    background:url("images/background/title-pattern.png") repeat-x scroll 0 bottom transparent;
    margin-bottom:15px;
}
.entry-box-left {
    float:left;
    width:100%;
    margin-right:0px;
}
.entry-box-right {
    float:left;
    width:169px;
    margin-right:20px;
    border-left:1px dotted #c6c6c6;
    text-align:center;
    margin-bottom:15px;
}
.entry-box .entry-title {
    font-size: 28px;
    margin-bottom: 10px;
}
.entry-box .entry-thumb {
    float:left;
    margin-right:3.030303%;
    display:block;
    width:40.909091%;
}
.entry-box .entry-content {
    color:#666;
}
.entry-box .entry-content a{
    color: #0088b2;
}
.entry-box .entry-date  {
    border-radius:50%;
    width:115px;
    height:115px;
    background-color:#0088b2;
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#fff;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    margin-bottom:15px;
    position:relative;
    z-index:0;
}
.entry-box .entry-date p {
    font-size:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
    text-transform:uppercase;
    border-bottom:1px solid #fff;
    width:100%;
    margin-top:31px;
    padding-bottom:5px;
    margin-bottom:6px;
}
.entry-box .entry-date span{
    font-size:35px;
    line-height: 28px;
    display:inline-block;
    *display:inline;
    zoom:1;
}
.entry-box a.entry-comment,
.entry-box .entry-meta{
    display:block;
    color:#666;
    text-align:left;
    margin-left:25px;
    margin-bottom:8px;
    height:20px;
    line-height:20px;
    font-style: italic;
}
.entry-box .entry-meta a{
    color:#666;
}
.entry-box .entry-comment i,
.entry-box .entry-meta i  {
    margin-right:10px;
    font-size:18px;
    color:#aaa;
}
.entry-box .entry-comment:hover,
.entry-box .entry-author:hover,
.entry-box .entry-categories:hover {
    color:#0088b2;
}
.entry-box .entry-author,
.entry-box .entry-categories  {
    color:#444;
    line-height:20px;
}
.kp-single-img {
    float:right;
    width:65.882353%;
    margin-left:2.352941%;
    text-align:center;
}
.kp-single-img img {
    display:block;
    width:100%;
    margin-bottom:10px;
}
.kp-single-img span {
    display:inline-block;
    *display:inline;
    zoom:1;
    font-style:italic;
    color:#0088b2;
}
.entry-box .pagination,
#comments .pagination {
    margin:15px 0;
}
.entry-box .pagination ul li a,
#comments .pagination ul li a {
    font-weight:400;
    color:#444;
    font-family: 'LeagueGothicRegular',sans-serif;
    font-size:13px;
    text-transform:none;
}
.entry-box .pagination ul li a:hover,
.entry-box .pagination ul li.current a,
#comments .pagination ul li a:hover,
#comments .pagination ul li.current a {
    color:#0088b2;
}

.kp-tag-box {
    color:#444;
    border: solid 1px #eee;
    background-color: #f7f7f7;
    padding: 10px;
}
.kp-tag-box .kp-tag,
.widget_tag_cloud a {
    color:#888;
    font-weight:600;
}
.widget_tag_cloud a {
    margin-right:10px;
}
.kp-tag-box .kp-tag:hover,
.widget_tag_cloud a:hover {
    color:#0088b2;
}
.kp-tag-box i {
    color:#aaa;
    margin-right:15px;
    font-size: 1.3em;
}

.entry-box footer {
    margin:10px 0;
}
.entry-box footer .prev-post {
    float:left;
}
.entry-box footer .next-post {
    float:right;
}
.entry-box footer a {
    display:inline-block;
    *display:inline;
    zoom:1;
    white-space:nowrap;
    color:#0088b2;
    overflow:hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-style: italic;
}
.entry-box footer a:hover {
    color:#666;
}
.entry-box footer a span {
    text-decoration:underline;
    margin-right:10px;
}
/*--------------About Author--------------*/
.about-author {
    margin:0 0px 15px;
    background:url("images/background/title-pattern.png") repeat-x scroll 0 bottom transparent;
    padding-bottom:30px;	
}
.about-author .author-avatar {
    float:left;
    width:130px;
    margin-right:15px;
    text-align:center;
}
.about-author .author-avatar a {
    font-weight:700;
    color:#0088b2;
}
.about-author .author-avatar a:hover {
    color:#666;
}
.about-author .author-avatar .avatar-thumb {
    width:130px;
    height:130px;
    background-color:#e6e6e6;
    border-radius:50%;
    display:block;
    margin-bottom:20px;
    position:relative;
    z-index:0;
}
.about-author .author-avatar .avatar-thumb:hover {
    background-color:#0088b2;
}
.about-author .author-avatar .avatar-thumb img {
    border-radius:50%;
    display:block;
    width:120px;
    height:120px;
    position:relative;
    z-index:0;
}
.about-author .author-content {
    padding-left:20px;
    border-left:1px dotted #c6c6c6;
    margin-left:145px;
    color:#666;
}
.about-author .author-content h3 {
    color:#666;
    text-transform:uppercase;
    font: 400 22px/18px 'LeagueGothicRegular',sans-serif;
}

.about-author .social-link {
    margin:0;
    font-size:14px;
}
#main-col .about-author .social-link li {
    float:left;
    list-style:none;
    margin:0 10px 0 0;
    font-family: 'LeagueGothicRegular',sans-serif;
    font-weight: normal;
    font-size:16px;
}
.about-author .social-link li a {
    display:block;
    font-size:16px;
    font-weight:normal;
}
.about-author .social-link li.facebook-icon a,
.about-author .social-link li.twitter-icon a {
    color:#0088b2;
}
.about-author .social-link li.facebook-icon a:hover,
.about-author .social-link li.twitter-icon a:hover {
    color:#666;
}
/*------------------ Comments List ---------------------*/
#comments {
    margin-bottom:15px;
    border-bottom:1px solid #eee;
}
#comments h3 {
    margin-bottom:15px;
    color:#444;
    text-transform:uppercase;
    font:700 20px/20px 'LeagueGothicRegular',sans-serif
}
.comments-list > li{
    list-style: none;
}
.comments-list .comment {
    margin-bottom:15px;
    list-style:none;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
}
.comment-wrap .comment-avatar {
    float:left;
    margin-right:15px;
    width:75px;	
    color:#444;
    text-align:center;
}
.comment-wrap .comment-avatar p {
    width:65px;
    height:65px;
    display:inline-block;
    *display:inline;
    zoom:1;
    background-color:#e6e6e6;
    border-radius:50%;
    margin-bottom:5px;
    position:relative;
    z-index:0;
}
.comment-wrap .comment-avatar p:hover {
    background-color:#0088b2;
    cursor: pointer;
}
.comment-wrap .comment-avatar p img {
    display:block;
    width:61px;
    height:61px;
    border-radius:50%;
    position:relative;
    z-index:0;
}
.comment-wrap .comment-avatar a,
.comment-wrap .comment-avatar span {
    display:inline-block;
    *display:inline;
    zoom:1;
}
.comment-wrap .comment-body {
    margin-left:90px;
    padding-left:20px;
    border-left:1px dotted #c6c6c6;
}
.comment-wrap .comment-body .comment-meta {
    margin:0 0px 10px 0;
    color:#444;
}
.comment-wrap .comment-body .comment-meta .author {
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#0088b2;
    margin-right:5px;
    font-weight:400;
    font-family: 'LeagueGothicRegular',sans-serif;
}
.comment-wrap .comment-body .comment-meta em {
    margin-right:5px;
}
.comment-wrap .comment-body .comment-meta .date {
    display:inline-block;
    *display:inline;
    zoom:1;
    font-size:12px;
    color:#777;
    font-family: 'LeagueGothicRegular',sans-serif;
}
.comment-wrap .comment-body a {
    font-style:italic;
    color:#444;
}
.comment-wrap .comment-body a:hover {
    color:#0088b2;
}

/*------------------ Comment Form ---------------------*/
#respond {
    margin-bottom:15px;
    /*background:url("images/background/title-pattern.png") repeat-x scroll 0 bottom transparent;*/
    padding-bottom:5px;
}
#respond h3 {
    text-transform:uppercase;
    margin-bottom:15px;
    color:#666;
    font:400 26px/28px 'LeagueGothicRegular',sans-serif;
}
#comments-form .comment-left,
#contact-form .contact-left {
    width: 31.764706%;
    float: left;
    margin-right:2.352941%;	
}
#comments-form .comment-right,
#contact-form .contact-right {
    float: left;
    width:65.882353%;
}
#comments-form p.input-block, #comments-form p.subject-block,
#contact-form p.input-block, #contact-form p.subject-block {
    position: relative;
    margin-bottom: 15px;
}
#comment_name, #comment_email, #comment_url, #comment_subject, #comment_phone,
#contact_name, #contact_email, #contact_url, #contact_subject, #contact_phone {
    border: 1px solid #eee;
    background-color:#fbfbfb;
    height: 35px;
    line-height:35px;
    margin-top: 5px;
    padding: 0 2%;
    width: 95%;
}
#comments-form p.textarea-block,
#contact-form p.textarea-block {
    position: relative;
}
#comment_message,
#contact_message {
    border: 1px solid #eee;
    background-color:#fbfbfb;
    height: 243px;
    margin-top: 5px;
    padding: 10px 2%;
    width:95%;
}
#contact_message {
    height:160px;
}
#comment_message:focus,
#comment_name:focus, 
#comment_email:focus, 
#comment_url:focus, 
#comment_subject:focus,
#contact_message:focus,
#contact_name:focus, 
#contact_email:focus, 
#contact_url:focus, 
#contact_subject:focus {
    outline:0;
    border:1px solid #0088b2!important
}
#comments-form .comment-button,
#contact-form .contact-button {
    margin-bottom:0px;
}
#comments-form #submit-comment,
#contact-form #submit-contact {
    display:block;
    color:#fff;
    text-transform:uppercase;
    font-family: 'LeagueGothicRegular',sans-serif;
    font-size:20px;
    font-weight:400;

    padding:5px;
    border:1px solid #0088b2;
    color:#fff;
    background-color:#0088b2;   
    text-align:center;
    margin-top:20px;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#comments-form #submit-comment:hover,
#contact-form #submit-contact:hover {
    color:#999;
    background-color:#fff;
    border:1px solid #dbdbdb;
}

#comments-form label.required,
#contact-form label.required {
    font-family: 'LeagueGothicRegular',sans-serif;
    font-size: 18px;
}
#comments-form label.required em,
#contact-form label.required em {
    color:#0088b2;
    margin-left:5px;
    font-style: normal;
}
#comments-form label.error,
#contact-form label.error {
    color: #ee1c24;
    position: absolute;
    right: 0px;
    top: 10px;
}
#comments-form p.textarea-block label.error,
#contact-form p.textarea-block label.error {
    right: 0;
}
#comments-form .c-note,
#contact-form .c-note {
    display:block;
    margin-bottom:15px;
    font-style:italic;
}
#response {
    margin-bottom: 20px;
    text-align: center;
    font-size:18px;
}
#response .success {
    color: #0088b2;
    margin-top:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
}
#response .failure {
    color: #0088b2;
    margin-top:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

/*------------------ Related Article ---------------------*/
.related-widget h3 {
    text-transform:uppercase;
    margin-bottom:15px;
    color:#444;
    font:700 20px/20px 'LeagueGothicRegular',sans-serif;
}
#main-col .related-widget .kp-entry-list li {
    padding-bottom:15px;
    margin:0 2% 15px 0;
    border-bottom:1px dotted #e7e7e7;
    float:left;
    width:48%;
}
#main-col .related-widget .kp-entry-list .kp-thumb {
    display:block;
    float:left;
    margin-right:15px;
    overflow:hidden;
    width:65px;
}
#main-col .related-widget .kp-entry-list .kp-thumb img {
    display:block;
    width:100%;
}
#main-col .related-widget .kp-entry-list a.post-title {
    display:block; 
    font-size: 14px;
    margin-bottom:10px;
    color:#444;
}
#main-col .related-widget .kp-entry-list a.post-title:hover {
    color:#0088b2;
}

/* =========================================================
Contact page
============================================================ */
.contact-form-header {
    margin:15px 0;
    line-height:20px;
    border-bottom:1px solid #eee;
    padding-bottom:5px;
}
.contact-form-header span {
    display:block;
    color:#444;
    font-size:17px;
    font-weight:700;
    margin-bottom:10px;
}
.kp-map h3 {
    text-transform:uppercase;
    margin-bottom:15px;
    font:700 25px/28px 'LeagueGothicRegular',sans-serif;
}

/* =========================================================
Elements page
============================================================ */
.element-box {
    margin-top:20px;
}
.element-box .element-title {
    margin-bottom:10px;
    margin-top: 10px;
    color:#0088b2;
    text-transform:uppercase;
    font-weight: 700;
    font-size: 20px;
}
/*----------Alert Box----------*/
.kp-alert-box {
    margin-bottom:20px;
    border:1px solid #ececec;
    background-color:#fcfcfc;
}
.kp-alert-box header {
    padding:10px 20px;
    position:relative;
}
.kp-alert-box header label {
    color:#0088b2;
    font-weight:700;
    font-size:18px;
    margin-left:10px;
}
.kp-alert-box header i {
    color:#0088b2;	
}
.kp-alert-box p {
    margin:0 20px 20px;
    color:#666;
}
.kp-box-close {
    display:block;
    position:absolute;
    top:10px;
    right:10px;
    color:#666;
}
.kp-alert-box header .kp-box-close i {
    color:#666;
    font-size:20px;
}
.kp-alert-box header .kp-box-close i:hover {
    color:#0088b2;
}
/*-------------Toggle Boxes-----------*/
.kopa-toggle-caption{
    position: relative;
}
.kopa-toggle-caption{
    background-color:#666;
    font-size:20px;
    margin:1px 0 0;
    color:#fff;
    line-height:40px;
    padding:0 15px;
}
.kopa-toggle-caption:hover{
    background:#f1f1f1;
    color:#333;
    cursor: pointer;
}
.kopa-toggle-caption.active{
    background:#0088b2;
    color:#fff;
}
.kopa-toggle-caption span{
    display: block;
    position:absolute;
    right:0px;
    top:0;
    font-size:24px;
    width:40px;
    height:40px;
    font-weight:normal;
    text-align:center;
    color:#fff;
    line-height:40px;
}

.kopa-toggle-caption.active span,
.kopa-toggle-caption.active:hover span{
    color:#fff;
}
.kopa-toggle-caption:hover span{
    color:#666;
} 

/*-------------Tab-----------*/
.list-container ul {
    margin:0;
}
.element-box .list-container ul li{
    list-style:none;
    float:left;
    margin:0px 1px 0 0;
    background-color:#e2e2e2;
    text-align:center;
}
.list-container ul li a{
    padding:10px 0;
    color:#888;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:100%;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-size:18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-container ul li.active a, 
.list-container ul li:hover a{
    text-decoration:none;
    background-color:#0088b2;
    color:#fff;
}
.tab-content {
    padding-top:5px;
}
.tab-content ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.element-box .kp-entry-list li {
    padding-bottom:15px;
    margin-top:15px !important;
    border-bottom:1px dotted #e7e7e7;
}
.element-box .kp-entry-list .kp-thumb {
    display:block;
    float:left;
    margin-right:15px;
    overflow:hidden;
}
.element-box .kp-entry-list a.post-title {
    display:block;
    font-size:15px;
    margin-bottom:10px;
    color:#444;
}
.element-box .kp-entry-list a.post-title:hover {
    color:#0088b2;
}

.element-box .kp-comment-list li {
    border-bottom:1px dotted #e7e7e7;
    padding-bottom:15px;
    margin-top:15px !important;
}
.element-box .kp-comment-list li .entry-author {
    color:#0088b2;
    font-size:12px;
    font-style:italic;
}
.element-box .kp-comment-list li .entry-meta {
    color:#454545;
    font-size:12px;
    font-style:italic;
}
.element-box .kp-comment-list li .entry-author:hover {
    color:#666;
}
.element-box .kp-comment-list li .comment-title {
    font-size:15px;
    color:#444;
}
.element-box .kp-comment-list li .comment-title:hover {
    color:#0088b2;
}

.comments-list ul.children{
    margin-left: 50px !important;    
    margin-bottom: 15px !important;
}
.comments-list ul.children li{
    margin-top: 15px !important;
}

/*-------------Button-----------*/
.kp-button-box {
    margin-bottom:20px;
}
.element-box .kopa-button {
    margin-right:15px;
    margin-bottom:20px;
}
.element-box .kopa-additional-button {
    margin-right:15px;	
}
.kopa-button {
    display:inline-block;
    *display:inline;
    zoom:1;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    padding:8px 15px;
    line-height:18px;	
}
.blue-button,
.black-button:hover,
.grey-button:hover {
    border:1px solid #dbdbdb;
    background-color:#0088b2;
    color:#fff;
}
.black-button,
.blue-button:hover {
    border:1px solid #dbdbdb;
    background-color:#666;
    color:#fff;
}
.grey-button {
    border:1px solid #cacaca;
    background-color:#e2e2e2;
    color:#7b7b7b;
}
.kopa-additional-button {
    border:1px solid #cacaca;
    background-color:#e9e9e9;
    color:#7b7b7b;
    display:inline-block;
    *display:inline;
    zoom:1;
    font-size:12px;
    text-transform:uppercase;
}
.kopa-additional-button strong {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:5px 10px;
}
.kopa-additional-button span {
    border-left:1px solid #cacaca;
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:6px 10px;
    background-color:#dadada;
    font-size:18px;
}
.divider-title {
    color:#444;
    font-size:17px;
    display:block;
    margin-bottom:10px;
    font-family: 'LeagueGothicRegular',sans-serif;
}
.column-title {
    color:#0088b2;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
/* =========================================================
404 Page
============================================================ */
.error-404{
    margin:50px 10% 40px;
}
.error-404 .left-col{
    width:41%;
    float:left;
    margin:0 2%;
}
.error-404 .left-col p{
    font-size:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#20abe2;
    line-height:100px;
    text-align:right;
}
.error-404 .right-col{
    width:50%;
    float:left;
    margin:0 2%;
}
.error-404 .right-col h1{
    margin-bottom:10px;
    font-size:29px;
    color:#0088b2;
}
.kopa-pagelink{
    margin-top:20px;
    margin-bottom:20px;
}
.kopa-pagelink a{	
    color:#255379;
    text-decoration:underline;
    font-weight:700;
    padding-right:15px;
}
.kp-social-links{

}
#sidebar ul.kp-social-links li{
    margin-bottom:  10px;
}
#sidebar ul.kp-social-links li:last-child{
    margin-bottom: 0;
}
.kp-social-links li span.social-title{
    padding-left: 5px;
    font-style: italic;
}
.kp-social-links li i{
    font-size: 35px;
}
.kp-social-links li.kp-facebook-icon .kopa-icon-font{
    color: #3c5b9b;    
}
.kp-social-links li.kp-twitter-icon .kopa-icon-font{
    color: #2daae1;    
}
.kp-social-links li.kp-rss-icon .kopa-icon-font{
    color: #f08421;    
}
.kp-social-links li.kp-pinterest-icon .kopa-icon-font{
    color:#cb2027;
}
.kp-social-links li.kp-google-icon .kopa-icon-font{
    color:#fa0101;
}
.kp-social-links li.kp-dribbble-icon .kopa-icon-font{
    color:#eb578f;
}
.kp-social-links li.kp-linkedin-icon .kopa-icon-font{
    color:#338eb6;
}
.kp-social-links li.kp-deviantart-icon .kopa-icon-font{
    color:#5cab31;
}
.kp-social-links li.kp-myspace-icon .kopa-icon-font{
    color:#2357b4;
}
.kp-social-links li.kp-wordpress-icon .kopa-icon-font{
    color:#288ebb;
}
.kp-social-links li.kp-youtube-icon .kopa-icon-font{
    color:#cb1616;
}
.kp-social-links li.kp-youtube-icon .kopa-icon-font{
    color:#cb1616;
}
.kp-social-links li.kp-flickr-icon .kopa-icon-font{
    color:#e52a82;
}
.kp-social-links li.kp-vimeo-icon .kopa-icon-font{
    color:#44bbff;
}
.kp-social-links li:hover .kopa-icon-font{

}
.kp-map{
    margin-bottom: 10px;
}

.gallery-slider{
    list-style: none;    
    text-align: center;
}

.gallery-slider li{
    display: inline-block;
}

.gallery-slider li .kp-thumb {
    display: block;    
    overflow: hidden;    
}



.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    margin: 20px 0px;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.share_block{
    padding-bottom: 15px;
    display: block;
    clear: both;     
}
.share_block iframe{
    margin: 0px !important;
}
#___plusone_0,
.twitter-share-button,
.fb-like,
.IN-widget,
.pin-it,
.share-by-email{
    display: block;
    overflow: hidden !important;
    float: left !important;
    height: 20px !important;
    text-align: left !important;
    line-height: 20px !important;
    vertical-align: middle !important;
    margin-bottom: 15px !important;
}
.share-by-email{
    font-size: 12px;
    display: block;
    background-image: url("images/icons/mail-icon.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    display: block;    
    text-indent: 24px;
    width: 70px;
    background-color: #ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 3px 3px 3px 3px;
} 

.twitter-share-button{
    width: 100px !important;
}
#___plusone_0{
    width: 80px !important;
}
.fb-like{
    width: 90px !important;
}
.IN-widget{
    width: 100px !important;
}
.pin-it{
    width: 80px !important;
} 
.kopa-icon-font{
    font-family:"Socialico";
    font-style: normal;
    font-size: 18px;
}
.widget-area-1 article.kopa-first-article, 
.widget-area-6 article.kopa-first-article{
    width:48.2143%;
    float: left;
    margin-right: 3.5714%;
}


#bottom-sidebar ul li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#main-content ul li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.list-container{
    border-bottom: 2px solid #CCCCCC;
    padding-left: 5px;
}
/*---------------------------------------------------------*/
.play-icon {	
    position:relative;
}
.play-icon span {
    background:url(images/icons/play.png) no-repeat center center rgba(0,0,0,0.3);
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.kopa-first-article .play-icon span{
    background-image: url(images/icons/play-big.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.play-icon span:hover {
    background:url(images/icons/play.png) no-repeat center center rgba(0,0,0,0);
}
.kopa-first-article .play-icon span:hover{
    background: url(images/icons/play-big.png) no-repeat center center rgba(0,0,0,0);
}
.col-b .entry-content img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */  
    margin-bottom: 10px;
    margin-top: 10px;
}
/*====================================================================================================
Wordpress Default CSS
====================================================================================================*/
.widget_archive select {
    border: 1px solid #F0F0F0;
    color: #888888;
    font-family:inherit;
    font-size: 13px;
    font-style: italic;
    height: 38px;
    line-height: 38px;
    padding:9px;
    width: 100%;
}
.bottom-sidebar-bottom .widget_archive select,
.bottom-sidebar-bottom .search-form .search-text{
    border: 1px solid #555;
    color: #999;
    background: #333;
}
#main-content .widget_categories ul li,
#main-content .widget_meta ul li, 
#main-content .widget_recent_entries ul li, 
#main-content .widget_archive ul li, 
#main-content .widget_nav_menu ul li, 
#main-content .widget_recent_comments ul li, 
#main-content .widget_pages ul li, 
#main-content .widget_rss ul li{
    border-bottom: 1px dotted #E7E7E7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.post-date, .rss-date{
    color: #0088b2;
    font-size: 11px;
    font-style: italic;
    display: block;
}
.widget_rss cite{
    color: #0088b2;
    font-size: 13px;
    font-style: italic;
    display: block;
}
#main-content .widget_rss .rsswidget{
    font-size: 18px;
}
#bottom-sidebar .widget_categories ul li,
#bottom-sidebar .widget_meta ul li, 
#bottom-sidebar .widget_recent_entries ul li, 
#bottom-sidebar .widget_archive ul li,
#bottom-sidebar .widget_nav_menu ul li, 
#bottom-sidebar .widget_recent_comments ul li, 
#bottom-sidebar .widget_pages ul li, 
#bottom-sidebar .widget_rss ul li{
    border-bottom: 1px dashed #555555;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/*=================Calenadar============================*/
#wp-calendar {width: 100%; background:#EBF5FB; }
#wp-calendar caption { border-top:1px dotted #3F89E2; text-align: right; font-weight:bold; color: #333; font-size: 12px;  padding:10px 10px 0 0; padding-bottom: 15px;  background:#EBF5FB;}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 0px; }
#wp-calendar thead th {padding-bottom: 10px; text-align: center;}

#bottom-sidebar #wp-calendar {width: 100%; background:#333; }
#bottom-sidebar #wp-calendar caption { border-top:1px dashed #555; text-align: right; font-weight:bold; color: #999; font-size: 12px;  padding:10px 10px 0 0; padding-bottom: 15px;  background:#555;}

#bottom-sidebar #wp-calendar tbody { color: #999; }
#bottom-sidebar #wp-calendar tbody td { background: #333; border: 1px solid #888; text-align: center; padding:8px;}
#bottom-sidebar #wp-calendar tbody td:hover { background: #666; }
.border-bottom-none{
	border-bottom:none !important;
}
.entry-content table {border:none;}
.entry-content td {padding:5px; border:1px solid #333;}