/*
Theme Name: T5-Wide
Theme URI: http://www.ThemesAndMods.com/
Version: 2.1
Description: Responsive Full Width WP Theme developed by Karthick
Author: Karthick V R
Author URI: http://www.themesandmods.com
Created:  09-07-2014
Modified: 12-24-2018
*/
*
{
    /*
    font-family: 'Merriweather Sans', sans-serif;
    */
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    transition: background-color ease-in 0.5s;
}
@-ms-viewport {
    width: device-width;
}
hr { width: 70%; }
img { border: 0 }
article { padding: 0 15px }
.social { padding: 10px 0 10px 20px }
header, footer { background: #303f9f }
header { padding: 15px 2em }
footer
{
    padding: 10px 0 20px 0;
    margin-top: 10px;
    border-top: 1em solid #333
}
header a, header a:active, header a:visited, header a:hover, footer h4, .sub_sts { color: #fff }
header, footer, footer a, footer a:active, footer a:visited, footer a:hover { color: #cfcfcf }
footer h4 { border-bottom: 1px solid #5988db }
.articleinfo
{
    border-bottom: 2px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 10px
}
.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto
}
.alignleft { float: left }
.alignright { float: right }
.sidebar-box { margin: 15px 0 }
.sidebar-box img { margin: 3px 0; }

.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active { color: #000 }
.sidebar-box ul li a:hover { color: #fff }

.sidebar-box h4
{
    color: #6399ed;
    border-bottom: 2px solid #eee
}
.bestdev { margin: 7px 0 }
#crltam { background: #7986cb }
.carousel-control.left, .carousel-control.right { background-image: none !important }
nav
{
    width: 100%;
    background: #666;
}
nav.affix
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
}
.topscroll
{
    display: none;
    position: fixed;
    right: 2em;
    bottom: 15px;
}
@media (min-width:960px) {
    .dropdown:hover .dropdown-menu { display: block; }
}
.img_container
{
    width: 100%;
    max-height: 30em;
    overflow-x: hidden;
    overflow-y: scroll;
}
aside { padding-left: 1em; }
.btn-black{
    background:#181b1c;
    border-color: #181b1c;
    color:#ffffff;
}
.btn-black:hover{
    background:#0c0e0e;
    border-color: #000101;
    color:#ffffff;
}
.btn-black:visited{
    color:#ffffff;
}
header h2{font-size: 0.9rem;}