/**
 * Stylesheet:  style.css
 * 
 */

/* Table of contents
=================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Preloader
4. Top Bar
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slicknav and Responsive
9. Slider
10. About
11. Parallex
12. Practice Area
13. Attorney
14. Attorney Detail
15. Case Evaluation
16. News
17. Gallery
18. Service
19. Counter
20. Scroll to Top
21. Testimonial
22. Contact
23. 404 Error
24. Blog
25. Sidebar
26. Author Box
27. Comment
28. Under Construction
29. FAQ
30. Featured Box
31. Consultation
32. Footer - Top
33. Footer - Main
34. Footer - Bottom
35. Google Map
=================================================
*/

/*
================================
Import CSS and Google Fonts
================================
*/

@import url(../css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:500,600,700");
/*
================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #464646;
    overflow: hidden;
    line-height: 22px;
    overflow-x: hidden;
    background-color: transparent;
}
p {
    color: #2a2a2a;
    font-size:  14px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
.clear {
	clear: both;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}
.page-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #353535;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
img {
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-black4 {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    font-family: "Raleway", serif;
    font-size: 20px;
    font-weight: 700;
    background: #333333;
    color: #fff;
    position: relative;
    padding: 10px;
    text-transform: uppercase;
}
.heading-normal p {
    color: #2a2a2a;
    font-size: 14px;
}




/*
================================
Preloader
================================
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/preloaders/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*
================================
Top Bar
================================
*/

.top-bar {
    background: #c9c9c9 !important;
    padding: 5px 0;
    padding-bottom: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.top-bar .top-contact {
    float: left;
    line-height: 20px;
}
.top-bar .top-contact .list {
    float: left;
    color: #ffffff;
    margin-right: 20px;
    font-size: 12px;
}
.top-bar .top-contact .list a {
    color: #ffffff;
}
.top-bar .top-contact .list i {
    margin-right: 5px;
}
.top-bar .top-social {
    float: right;
}
.top-bar .top-social ul {
    float: right;
    margin-bottom: 0;
}
.top-bar .top-social ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.top-bar .top-social ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-size: 13px;
}
.top-bar .top-social ul li a:hover {
    background: #333;
}


/*
================================
Header
================================
*/

header {
    width: 100%;
    background: #2A2A2A;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
    margin-bottom: 0px;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header .logo img {
    max-height: 66px;
    margin: 18px 0 10px;
}
header .nav-wrapper {
    float: left;
}
header .nav-wrapper ul {
    float: left;
}
/*
================================
Sticky Header
================================
*/

.sf-menu2{
    color: #ccc !important;
}

.sf-menu2 a{
    color: white !important;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: .5px;
    font-family: 'Ubuntu', sans-serif;
}


.sf-menu2  li:hover{
        background-color:#D93235;
        color:#fff;
}

/*
.sf-menu2 > li > a {
    line-height: 20px;
}
*/
.sf-menu2  > li.active > a{
    color: #fff;
    background-color: #e80321;
    border-bottom-color: #e80321;
}



.navbar-nav > li.active > a{
    color: #fff;
    background-color: #ffa83f;
    border-bottom-color: #ffa83f;
}


.navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-size: 13px;
    padding: 10px 12px;
    letter-spacing: .5px;
    font-family: 'Ubuntu', sans-serif;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    color: #fff;
    background-color: #f60d2b;
    border-bottom-color: #f60d2b;
}


.navbar-nav > li.active > a{
    color: #fff;
    background-color: #e80321;
    border-bottom-color: #e80321;
}






.sf-menu2, .sf-menu2 * {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sf-menu2 li {
	position: relative;
}
.sf-menu2 ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
}

.sf-menu2 > li {
	float: left;
}
.sf-menu2 li:hover > ul,
.sf-menu2 li.sfHover > ul {
	display: block;
}

.sf-menu2 a {
	display: block;
	position: relative;
}
.sf-menu2 ul ul {
	top: 0;
	left: 100%;
}
/*
.sf-menu2  > li.active > a{
    color: #fff;
    background-color: #e80321;
    border-bottom-color: #e80321;
}
.sf-menu2 > li > a:active {
    background-color: #f60d2b;
    border-color: #f60d2b;
    color: #fff;
}*/


header.sticky {
    position: fixed;
    background: #2A2A2A;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 60px;*/
    z-index: 10000;
    border-bottom: 1px solid #c9c9c9;
}
header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 10px 18px;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
/*
================================
Dropdown Main Menu
================================
*/

.sf-menu {
    margin-bottom: 0;
}
.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}
.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.sf-menu li {
    text-transform: none;
    background: none;
}
.sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    background: #333333;
    color: #fff;
    margin-right: 0;
    border-bottom: 1px solid #f2f3f3;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.sf-menu li li:last-child {
    border-bottom: 0;
}
.sf-menu li li:hover {
    background: #f2f3f3;
}
.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.sf-menu li li:hover li a {
    padding-left: 15px;
}
.sf-menu li li a {
    font-weight: normal !important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 0px;
    color: #ccc !important;
}
.sf-menu li li li {
    background: #333333;
    border-left: 1px solid #f2f3f3;
    margin-left: -1px;
}
.sf-menu li li li a {
    color: #2a2a2a;
}
.sf-menu li li li a:hover {
    color: #2a2a2a;
    padding-left: 25px;
}
.sf-menu li a {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 21px;
    text-transform: none;
}
.sf-menu li:hover {
    background: none;
}
.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
    color: #333333;
}
.sf-menu li:hover li a {
    color: #000;
}
.sf-menu li:hover li:hover {
    color: #fff;
}
.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.sf-menu > li > a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}
.sf-menu > li {
    margin-top: 0;
    height: 100px;
    line-height: 80px;
}
.sf-menu li:hover li a {
    background: #333333;
    color: #fff;
}
.sf-menu li:hover li:hover a {
    background: #fff;
    color: #333333;
}
.sf-menu li:hover li:hover li a {
    background: #333333;
    color: #fff;
}
.sf-menu li:hover li:hover li:hover a {
    background: #fff;
    color: #333333;
}
/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    header.sticky .logo {
        z-index: 99999;
    }
    body.sticky .slicknav_menu {
        z-index: 99999;
        position: fixed;
        width: 100%;
    }
    body.sticky header {
        margin-top: 54px;
    }
    body.sticky .slide-carousel {
        margin-top: 124px;
    }
    .slide-carousel .item .text {
        padding-top: 25% !important;
    }
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
}
/*
================================
Slider
================================
*/

.slide-single {
    width: 100%;
    height: 580px;
    background-image: url(../images/page/1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.slide-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.8;
}
.slide-single .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-single .text-page {
    padding-top: 12%;
}
.slide-single h2 {
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single h3 {
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-single p a {
    background: #333333;
    border: 2px solid #333333;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
}
.slide-single p a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slide-single:hover p {
    background: transparent;
}
.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    position: relative;
}
.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    opacity: 0.6;
}
.slide-carousel .item {
    height: 580px;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.slide-carousel .item .photo {
    width: 100%;
    height: 100%;
}
.slide-carousel .item .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-carousel .item .text h2 {
    font-family: "Raleway", serif;
    text-transform: none;
    font-weight: 600;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.slide-carousel .item .text h3 {
    font-family: "Raleway", serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 32px;
    text-transform: none;
}
.slide-carousel .item .text p {
    font-family: "Open Sans", sans-serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.slide-carousel .item h2 {
    font-family: "Raleway", serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item h3 {
    font-family: "Raleway", serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item p {
    font-family: "Raleway", serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-carousel .item p a {
    border: 2px solid #333333;
    padding: 10px 20px;
    background: #333333;
    color: #fff;
}
.slide-carousel .item p a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.slide-carousel .item p a:hover p {
    background: transparent;
}
.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}
.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #2a2a2a;
    color: #f2f3f3;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #333333;
}
.slide-single-page {
    height: 200px;
}
.slide-single-page .text {
    padding-top: 0 !important;
}
.slide-single-page .text-page {
    height: 200px;
    padding-top: 0;
}
.slide-single-page .text-page .this-item {
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
}
.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
}

/*
================================
Parallex
================================
*/

.parallex {
    background-image: url(../images/slides/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
.parallex .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.9;
}
.parallex h2 {
    font-family: "Raleway", serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.parallex h3 {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0 0;
}
.parallex h3 span {
    color: #333333;
}
.parallex p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.parallex p.button {
    margin-top: 40px;
}
.parallex p.button a {
    font-family: "Raleway", serif;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}
.parallex p.button a:hover {
    background: #fff;
    color: #2a2a2a;
}

/*
================================
News
================================
*/
.news {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 50px;
}
.news .heading {
    margin-bottom: 20px;
    text-align: left;
}
.news .heading h2 {
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 700;
    background: #333333;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.news .heading h2 a {
	padding: 10px;
	color:  #fff!important;
	display: block!important;
}
.news .heading h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #464646;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news .heading .bar {
    width: 100px;
    height: 10px;
    background: #dedede;
    margin-bottom: 30px;
    display: inline-block;
}
.news .heading p {
    font-size: 16px;
    text-align: center;
    color: #353535;
}
.news .thumbnail {
    padding: 0;
    border-radius: 0;
    position: relative;
    border: 0;
}
.news .thumbnail .photo {
	width: 100%;
	height: 220px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.news .thumbnail .date {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    background: #464646;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.news .thumbnail .caption {
    padding: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.news .thumbnail .caption h3 {
    font-family: "Raleway", serif;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.news .thumbnail .caption h3 a {
	color: #333333;
	font-weight: 700;
}
.news .thumbnail .caption h3 a:hover {
	color: #4a4a4a;
}
.news .thumbnail .caption h4 {
    font-family: "Open Sans", sans-serif;
    color: #868686;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 15px;
    overflow: hidden;
}
.news .thumbnail .caption h4 span {
    display: block;
    float: left;
    padding-bottom: 2px;
}
.news .thumbnail .caption h4 span:first-child {
    margin-right: 10px;
}
.news .thumbnail .caption p {
    font-size: 14px;
    line-height: 22px;
}
.news .thumbnail .caption p a {
   /* background: #333333;*/
    border-color: #333333;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.news .thumbnail .caption p a:hover {
    /* background: #2a2a2a;
   border-color: #2a2a2a;*/
}

.news .thumbnail1 {
	display: table;
	margin-bottom: 20px;
}
.news .thumbnail1 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail1 .photo {
	width: 80px;
	height: 60px!important;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.news .thumbnail1 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.news .thumbnail1 .caption h3 {
	font-size: 14px;
	color:  #333333;
	line-height: 1.3;
}
.news .thumbnail1 .caption h3 a {
	color:  #333333;
	font-weight: 700;
}
.news .thumbnail1 .caption h3 a:hover {
	color:  #4a4a4a;
}
.news .thumbnail1 .caption h4 {
	font-size: 12px;
	color: #868686;
    overflow: hidden;
}
.news .thumbnail1 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail1 .caption h4 span:first-child {
    margin-right: 10px;
}


.news .thumbnail2 {
	display: table;
	margin-bottom: 20px;
}
.news .thumbnail2 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail2 .photo {
	width: 300px;
	height: 200px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.news .thumbnail2 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.news .thumbnail2 .caption h3 {
	font-size: 18px;
	color:  #333333;
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
}
.news .thumbnail2 .caption h3 a {
	color:  #333333;
	font-weight: 700;
}
.news .thumbnail2 .caption h3 a:hover {
	color:  #4a4a4a;
}
.news .thumbnail2 .caption h4 {
	font-size: 12px;
	color: #868686;
    overflow: hidden;
}
.news .thumbnail2 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail2 .caption h4 span:first-child {
    margin-right: 10px;
}




.thumbnail3 {
	display: table;
	margin-bottom: 10px;
}
.thumbnail3 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.thumbnail3 .photo {
	width: 80px;
	height: 60px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumbnail3 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.thumbnail3 .caption h3 {
	font-size: 14px;
	color:  #333333;
	line-height: 1.3;
	text-transform: none;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.thumbnail3 .caption h3:after {
	display: none;
}
.thumbnail3 .caption h3 a {
	color:  #e1e1e1;
	font-weight: 600;
}
.thumbnail3 .caption h3 a:hover {
	color:  #c9c5c5;
}
.thumbnail3 .caption h4 {
	font-size: 12px;
	color: #c8c8c8;
	font-style: italic;
    overflow: hidden;
}
.thumbnail3 .caption h4 span {
    display: block;
    float: left;
}
.thumbnail3 .caption h4 span:first-child {
    margin-right: 10px;
}

/*
================================
Gallery
================================
*/

.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background: #fff;
    position: relative;
}
.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.gallery h2 {
    font-family: "Raleway", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
}
.gallery h3 {
    font-family: "Raleway", serif;
    display: block;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallery .menu-grid h2 {
    margin-bottom: 20px;
}
.gallery .menu-grid h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.gallery .item {
    margin-bottom: 30px;
    width: 100%;
}
.gallery .item .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery .item .photo {
	height: 280px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.gallery .item .desc {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .item .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 30%;
}
.gallery .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.gallery .nav-tabs > li > a {
    font-family: "Raleway", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #333333;
    background: #333333;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
    background: #333333;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
.gallery a.gallery-photo i {
    color: #fff;
    font-size: 30px;
}

/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #333333;
    color: #fff;
    border: 4px solid #333333;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

/*
================================
Contact
================================
*/

.contact {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact .item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #333333;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .item:hover {
    background: #2a2a2a;
}
.contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px;
}
.contact .text {
    float: left;
}
.contact .text h3 {
    color: #fff;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}
.contact .text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .text ul li {
    list-style-type: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .cform-1 .error {
    color: red;
}
.contact .cform-1 .btn-success {
    font-family: "Raleway", serif;
    background-color: transparent;
    border-width: 2px;
    border-color: #333333;
    color: #333333;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
    background: #333333;
    color: #fff;
}
.contact .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
    background: transparent;
    border-width: 2px;
    color: #2a2a2a;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
    border-color: #333333;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
    height: 40px;
}
/*
================================
404 Error
================================
*/

.error-page {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.error-page .title .inner {
    font-family: "Raleway", serif;
    width: 200px;
    height: 200px;
    background: #333333;
    color: #fff;
    border: 5px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}
.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}
.error-page .content {
    margin-top: 40px;
    text-align: center;
}
.error-page .content h2 {
    font-family: "Raleway", serif;
    color: #333333;
    font-size: 24px;
}
.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}
.error-page .content .button {
    margin-top: 40px;
}
.error-page .content .button a {
    font-family: "Raleway", serif;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #333333;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 16px;
}
.error-page .content .button a:hover {
    background: #333333;
    color: #fff;
}
/*
================================
Blog
================================
*/

.blog {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .post-item {
    margin-bottom: 30px;
}
.blog .image-holder {
    position: relative;
}
.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}
.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    color: #2a2a2a;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #333333;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}
.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.blog h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.blog h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.blog h3 {
    font-family: "Raleway", serif;
    text-align: left;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
.blog h3 a {
    color: #333333;
}
.blog h3 a:hover {
    color: #2a2a2a;
}
.blog h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.blog h5 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.blog h6 {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.blog p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #2a2a2a;
}
.blog .text {
    padding: 20px 0;
}
.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}
.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #333333;
    font-size: 13px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}
.blog .text ul.status li a {
    color: #333333;
}
.blog .text ul.status li i {
    margin-right: 8px;
}
.blog .text ul.status li:before {
    content: '';
}
.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}
.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #353535;
}
.blog p.button {
    margin-top: 30px;
    display: block;
}
.blog p.button a {
    font-family: "Raleway", serif;
    background: transparent;
    border: 2px solid #333333;
    color: #333333;
    font-size: 14px;
    padding: 8px 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog p.button a:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.blog .pagination {
    margin-top: 20px;
}
.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.blog .pagination ul li {
    display: inline-block;
    color: #2a2a2a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}
.blog .pagination ul li:before {
    content: '';
}
.blog .pagination ul li a {
    background: #333333;
    color: #fff;
    display: block;
    font-size: 16px;
    border: 1px solid #333333;
}
.blog .pagination ul li a i {
    margin-right: 0;
}
.blog .pagination ul li a:hover {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .pagination ul li a.active {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}
.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #333333;
}
.blog .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/*
================================
Sidebar
================================
*/

.sidebar {
    width: 100%;
}
.sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.sidebar .widget h4 {
    font-family: "Raleway", serif;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.sidebar .widget ul li {
    display: block;
    float: none;
    color: #2a2a2a;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #2a2a2a;
    top: 1px;
    left: 3px;
    font-weight: 600;
}
.sidebar .widget ul li a {
    color: #2a2a2a;
    font-size: 14px;
}
.sidebar .widget ul li a:hover {
    color: #333333;
}
.sidebar .widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
    display: block;
    padding: 4px 10px;
    border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
    content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
    background: #333333;
    border-color: #333333;
    color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
    color: #fff;
    border: 2px solid #333333;
}
.sidebar .widget-search input {
    height: 36px;
    color: #2a2a2a;
    border: 2px solid #333333;
    background: transparent;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0;
}
.sidebar .widget-search input:focus {
    border: 2px solid #333333;
}
.sidebar .widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #333333;
    background: #333333;
    border-radius: 0;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*
================================
Author Box
================================
*/

.author-box {
    width: 100%;
    height: auto;
    background: #333333;
    color: #2a2a2a;
    text-align: left;
}
.author-box .inner {
    padding: 20px;
    overflow: hidden;
}
.author-box .author-thumb {
    width: 15%;
    float: left;
}
.author-box .author-thumb img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}
.author-box .author-info {
    width: 85%;
    float: left;
}
.author-box .author-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
}
.author-box .author-info p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.author-box .author-info ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
}
.author-box .author-info ul li:before {
    content: '';
}
.author-box .author-info ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    display: block;
}
.author-box .author-info ul li a i {
    margin-right: 0;
    font-size: 14px;
}
.author-box .author-info ul li a:hover {
    background: #2a2a2a;
    color: #fff;
}
/*
================================
Comment
================================
*/

.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 18px;
    font-family: "Raleway", serif;
}
.comments .comment-list {
    background: transparent;
    padding: 15px;
}
.comments .comment-list .thumb {
    width: 80px;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comments .comment-list .text {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .text .inner {
    margin-left: 10px;
}
.comments .comment-list .text h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
    color: #2a2a2a;
    font-size: 14px;
}
.comments .comment-list .text span.date {
    margin-right: 40px;
}
.comments .comment-list .text span.date i {
    margin-right: 5px;
}
.comments .comment-list .text span.reply a {
    font-family: "Raleway", serif;
    background: #333333;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.comments .comment-list .parent {
    margin-bottom: 0px;
    overflow: hidden;
}
.comments .comment-list .children .parent {
    margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 120px;
}
.comments .comment-list .children > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .comment-list .children > li:before {
    content: '';
}
.comments .comment-list > li {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
    padding-left: 0;
}
.comments .comment-list > li:before {
    content: '';
}
.comments .comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .respond {
    background: transparent;
    margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
    font-family: "Raleway", serif;
    background-color: transparent;
    border: 2px solid #333333;
    color: #333333;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.comments .respond .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
    font-family: "Raleway", serif;
    background: transparent;
    border: 2px solid #ccc;
    color: #2a2a2a;
    font-size: 14px;
}
/*
================================
Under Construction
================================
*/

.under-construction-v1 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.under-construction-v1 img {
    width: 100%;
    height: 100%;
}
.under-construction-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.5;
}
.under-construction-v1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.under-construction-v1 h1 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.under-construction-v1 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.under-construction-v1 .newsletter {
    text-align: center;
}
.under-construction-v1 .btn-success {
    font-family: "Raleway", serif;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    border: 0;
    border-color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.under-construction-v1 .btn-success:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}
.under-construction-v1 .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    outline: none;
}
.under-construction-v1 input[type="email"] {
    background: #f2f3f3;
    border: 2px solid #f2f3f3;
    height: 40px;
    color: #000;
}
/*
================================
FAQ
================================
*/

.faq {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.faq h1 {
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}
.faq .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.faq .panel-group {
    margin-bottom: 40px;
}
.faq .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 11px;
    color: #fff;
    background: #333333;
}
.faq .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 11px;
    color: #fff;
    background: #333333;
}
.faq .panel-default > .panel-heading {
    background: #eee;
    color: #2a2a2a;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}
.faq h4.panel-title a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}


/*
================================
Footer - Top
================================
*/

.footer-top {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #dedede;
    text-align: center;
}
.footer-top .item {
    margin-bottom: 20px;
}
.footer-top .item:hover i {
    background: #868686;
    color: #2a2a2a;
}
.footer-top h2 {
    font-family: "Raleway", serif;
    color: #333333;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 5px 40px;
    text-align: center;
    margin-bottom: 20px;
}
.footer-top h4 {
    margin-bottom: 20px;
}
.footer-top h4 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    background: #2a2a2a;
    color: #868686;
    border-radius: 50%;
    border: 2px solid #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-top p {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
/*
================================
Footer - Main
================================
*/

.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #2a2a2a;
}
.footer-main h3 {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer-main .footer-col p {
    color: #e1e1e1;
    font-size: 14px;
    line-height: 22px;
}
.footer-main .footer-col ul li {
    color: #e1e1e1;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.footer-main .footer-col ul li a {
    color: #e1e1e1;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #fff;
}
.footer-main .footer-col ul li:before {
    color: #e1e1e1;
    content: "\f0a4";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}
.footer-main .footer-col .contact-item {
    color: #a3a3a3;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #2a2a2a;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
    color: #e1e1e1;
}
/*
================================
Footer - Bottom
================================
*/

.footer-bottom {
    width: 100%;
    height: auto;
    background: #141314;
    padding: 15px 0 15px 0;
}
.footer-bottom .copyright {
    font-size: 13px;
    color: #a3a3a3;
    text-align: center;
}
/*
================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}






/**
 * Newspaper Theme New CSS
 */
.news-featured {
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.news-featured .item {
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.news-featured .first-col {
	height: 430px;
}
.news-featured .second-col {
	height: 200px;
	margin-bottom: 30px;
}
.news-featured .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.7);
}
.news-featured .text a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-featured .text .inner {
	padding: 10px;
}
.news-featured .text h2 {
	color:  #fff;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.5;
}
.news-featured .text p {
	color:  #fff;
	margin-bottom: 0;
	font-size: 13px;
}

/*
================================
Ad1
================================
*/
.ad1 {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.ad1 img {
	width: 100%;
	height: 120px;
}
/*
================================
Ad2
================================
*/
.ad2 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

.ad2 img {
	width: 100%;
	height: auto;
}

/*
================================
Social Sidebar
================================
*/
.social-sidebar {
	padding-bottom: 20px;
	overflow: hidden;
}
.social-sidebar ul {
	margin-bottom: 0px;
}
.social-sidebar ul li {
	float: left;
	list-style-type: none;
}
.social-sidebar ul li a {
	display: block;
	background: #D93235;
	color:  #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.social-sidebar ul li a:hover {
	background: #333333;
}
.social-sidebar ul li a i {
	color: #fff;
}

.search-sidebar {
	padding-bottom: 20px;
	overflow: hidden;
}

.search-sidebar input[type="text"] {
	border: 1px solid #333333;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

.search-sidebar input[type="submit"] {
	height: 30px;
	border: 0;
	background: #333333;
	color:  #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -3px;
}

.newsletter-sidebar {
	background: #4a4a4a;
	padding: 25px 15px;
	margin-bottom: 20px;
	text-align: center;
}
.newsletter-sidebar h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.newsletter-sidebar p {
	color: #fff;
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 10px;
}
.newsletter-sidebar input[type="email"] {
	width: 90%;
	height: 34px;
	border: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.newsletter-sidebar input[type="submit"] {
	background: #D93235;
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
}

.break-after-3:nth-of-type(3n+1) {
	clear: both;
}

h2.sidebar-heading {
	padding: 10px!important;
}

.not-found {
	font-size: 20px;
	color: red;
}

.error {
	color: red;
	margin-bottom: 15px;
}

.success {
	color: green;
	margin-bottom: 15px;
}

.video-iframe iframe {
	width: 100%;
	height: 280px;
}

.child {
	display: none;
}
.load-more {
	text-align: center;
	margin-top: 30px;
}
.load-more a {
	background: #D93235;
	color:  #FFF;
	padding: 10px 20px;
	border-radius: 26px;
    border: 1px solid #e52f37;
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 27%);
	font-weight: 700;
	font-size: 14px;
}




.swal2-title {
    font-size: 24px!important;
    font-weight: 700;
}
.swal2-content {
    font-size: 18px!important;
}

.normal-2-col-item:nth-of-type(2n+1) {
    clear: both;
}

.captcha-section {
    font-size: 16px;
    width: 100%;
}

.captcha-section-1 {
    width: 90px;
    float: left;
    padding-top: 5px;
}

.captcha-section-2 {
    float: left;
    width: 100px;
}

.news-single-page .photo {
    height: auto!important;
    overflow: hidden;
}
.news-single-page .photo img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .footer-col h3 {
        margin-top: 0!important;
    }
    .load-more {
        margin-bottom: 50px!important;
    }
}

.bg_menu{
    background-color: white !important;
}


/***NUEVO**/

.news-feed .row-margin {
    margin: -1px
}

.news-feed .col-padding:nth-child(1) {
    padding-right: 2px;
}
.news-feed .col-padding:nth-child(3) {
    padding-left: 2px;
}
.news-feed .post-wrapper:nth-child(5) {
    padding-left: 2px
}




.news-feed .owl-theme .owl-nav {
    top: auto;
    right: auto;
    position: static;
    margin: 0;
}
.news-feed .owl-carousel .owl-nav button.owl-next,
.news-feed .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin: 0;
    border: 0;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 26px;
    background-color: #000d27;
}
.news-feed .owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
}




.owl-theme .owl-controls .owl-page {
    display: block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #fff;
}



.news-feed, .headding-news {
    padding: 30px 0px;
    margin-bottom: 0px;
    background: #fff;
}

.post-wrapper {
    position: relative;
}

.post-wrapper .post-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

@media screen and (max-width: 900px) {
.post-wrapper .post-home a {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 30.25%;
    text-align: left;
}
}

@media screen and (min-width: 900px) {
.post-wrapper .post-home a {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 60.25%;
    text-align: left;
}
}

.post-wrapper .post-thumb a {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 66.25%;
    text-align: left;
}

.post-wrapper .post-thumb img {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    vertical-align: top;
    width: 100%

}


.post-wrapper:active .post-thumb img, 
.post-wrapper:focus .post-thumb img,
.post-wrapper:hover .post-thumb img {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    
}

.news-feed .post-wrapper .post-thumb {
    margin-bottom: 0;
}

.post-wrapper .post-thumb a:last-child::before,
.img-zoom-in a:last-child::before{
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    /*background: rgba(0, 0, 0, 0.3)*/
}

@media screen and (max-width: 900px) {
.post-wrapper .post-home a:last-child::before,
.img-zoom-in a:last-child::before{
    bottom: 0px;
    content: "";
    display: block;
    height: auto;
    width: 50%;
    position: absolute;
    z-index: 1;
   background: rgba(0, 0, 0, 0.3)
}
}

@media screen and (min-width: 900px) {
.post-wrapper .post-home a:last-child::before,
.img-zoom-in a:last-child::before{
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
   background: rgba(0, 0, 0, 0.3)
}
}

.post-wrapper .entry-thumb {
    width: 100%;
    height: 400px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-wrapper .post-thumb .img-thumb {
    width: 100%;
    height: 200px;
}

.post-wrapper .post-info {
    position: absolute;
    bottom: 0px;
    color: #FFF;
    width: 100%;
    padding: 0px 20px;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 20px;
    z-index: 1;
}

.post-wrapper .post-title {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 0px;
    bottom: 9px;
    margin-top: 0px;
}

.post-wrapper .post-title a {
    color: #FFF;
}

.post-author-name,
.post-author-comment {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
}

.post-date {
    display: inline-block;
    margin-right: 3px;
    line-height: 1;
    min-height: 17px;
    margin-bottom: 0px;
}

.slide .td_btn {
    color: inherit;
    border: 0px solid;
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 35px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-radius: 4px;
    letter-spacing: 2px;
    font-weight: 600;
}

.meta-info-side .slide .td_btn {
    margin-bottom: 20px;
}

.post-wrapper:hover .td_btn {
    background-color: #229ad6;
    border: 0px solid transparent;
    text-decoration: none;
    padding-right: 90px;
}

.post-wrapper:hover .td_btn:after {
    margin-left: 2px;
    opacity: 1;
}


/*** Recent News
-------------------------------------------*/

.recent_news_inner #content-slide .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-nav{
    margin-top: 0;
    position: absolute;
    top: -57px;
    right: 13px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    color: #ddd;
    display: inline-block;
    zoom: 1;
    margin: 2px;
    padding: 0;
    font-size: 24px;
    border-radius: 0;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: 1;
    height: 25px;
    width: 25px;
    border: 1px solid #ddd;
    line-height: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
    border-color:  #000d27;
    background-color: #000d27;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}




.post-wrapper h3,
.item h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0px 20px;
    letter-spacing: -0.5px;
}



.post-title-author-details h4,
.post-title-author-details h5 {
    font-weight: 500;
    color: rgb(42, 49, 52);
}

.post-title-author-details h4 {
    font-size: 16px;
}

.post-title-author-details h5 {
    font-size: 16px;
}

.post-title-author-details h5 a{
    display: block !important;
    padding-top: 10px !important;;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.post-editor-date {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}

.post-author-comment {
    float: right;
    margin: 0;
}

.post-editor-date .post-author-comment i,
.post-editor-date .post-date i {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700;
}

.post-title-author-details p a,
.post-style2-detail p a {
    color: #229AD6;
    font-style: italic;
}

.rn_block .post-editor-date {
    margin: 0px 0px 20px;
}

.post-title-author-details .post-date {
    display: inline-block;
    margin-right: 15px;
}

.rn_block .padd {
    padding-right: 10px;
    padding-left: 10px;
}

.post-wrapper .meta-info-rn {
    margin-bottom: 10px;
    padding: 0px 10px;
}

.home2-post .date ul {
    margin: 0px 0px 20px;
    font-size: 11px;
}


/*** Politics News
-------------------------------------------*/

#content-slide .item,
#content-slide-2 .item,
#content-slide-3 .item,
#content-slide-5 .item {
    margin: 0px 15px;
}

.post-padding {
    padding-right: 10px;
    padding-left: 10px;
}


/*** Search Area
-------------------------------------------*/
.search-area {
    margin-bottom: 30px;
}
.search-area .form-control {
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.search-area .btn-search {
    color: #fff;
    background-color: #D93235;
    border-color: #D93235;
    padding: 9px 12px;
}


/*** Twitter Feed 
-------------------------------------------*/

.feed-inner {
    padding: 30px;
    background: #f6f6f6;
    margin-bottom: 30px;
}

.feed-inner a {
    text-decoration: none;
    outline: none;
    color: #000;
    border-bottom: 1px dotted #ff0042;
    padding-bottom: 1px;
    font-size: 16px;
}

.feed-footer {
    position: relative;
    margin-top: 10px;
}

.feed-footer i {
    color: #1dcaff;
    margin-right: 5px;
    font-size: 20px;
}

.feed-footer span {
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}
.banner-add{
    margin-bottom: 30px;
}
.add-title {
    color: #8D8D8D;
    font-size: 11px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}



.tab-inner {
    overflow: hidden;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
    background-color: #f6f6f6;
    padding: 10px 30px;
    margin-bottom: 30px;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0px;
}

.tabs li {
    float: left;
    line-height: 32px;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin-right: -2px;
    width: 50%;
}

.tabs a {
    background-color: transparent;
    color: #7E7E7E;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}

.tab-item-inner {
    display: none;
}

.tab-inner hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 0px -30px 20px;
}

.tab-item-inner:first-child {
    display: block;
}

.current a {
    position: relative;
    border-bottom: 1px solid #000d27;
    color: #111;
    font-size: 18px;
}

.box-item {
    position: relative;
    padding-bottom: 35px;
}

.box-item .img-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
}

.box-item .img-thumb img{
    /*width: 115px;*/
}



.td-module-title a,
.post-wrapper h3 a,
.post-style2-detail h3 a,
.item h3 a,
.post-title-author-details h4 a{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.box-item .home-item-details {
    margin-left: 135px;
    min-height: 85px;
}


.box-item .item-details {
    margin-left: 120px;
    min-height: 85px;
}



.tab-inner .box-item .item-details {
    margin-left: 105px;
    min-height: 80px;
}

.item-details .sub-category-title {
    font-family: "Lato", sans-serif;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    margin: 0px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.item-details .sub-category-title a {
    color: #fff
}

.box-item .td-module-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 4px;
}

.tab-inner .box-item .td-module-title {
    font-size: 13px;
    line-height: 16px;
}

.tab-inner .item-details .post-editor-date {
    margin: 0;
    font-size: 10px;
}

.box-item:hover .td-module-title a {
    color: #000d27;
}


/*** Weekly News & Headding News
-------------------------------------------*/

#content-slide-4 .item {
    
}
.img-zoom-in{
    overflow: hidden;
    position: relative;
}

.img-zoom-in img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.img-zoom-in:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.news-feed .post-info span,
.weekly-news-inner .post-info span,
.headding-news .post-info span {
    margin-bottom: 20px;
    display: block;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 1px 7px;
    background-color: #000d27 ;
    border-radius: 2px;
}
.news-feed .post-title-size,
.weekly-news-inner .post-title,
.headding-news .post-title-size {
    font-size: 28px;
    line-height: 28px;
}

.weekly-news-inner .post-wrapper .post-thumb a:last-child::before {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .9) 82%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, .9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .9) 82%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.headding-news .post-wrapper .post-thumb a:last-child::before {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.weekly-news-inner .post-wrapper .post-thumb {
    margin: 0;
}

.headding-news .post-wrapper .entry-thumb {
    width: 100%;
    height: 199px;
    display: block;
}

.headding-news .post-wrapper .entry-thumb-middle {
    width: 100%;
    /*height: 400px;*/
    display: block;
}

.news-feed .post-date,
.weekly-news-inner .post-date,
.headding-news .post-date {
    margin-top: 9px;
}

.news-feed .post-author-comment,
.weekly-news-inner .post-author-comment,
.headding-news .post-author-comment {
    float: none;
    margin: 7px 0px 0px 10px;
}



.readmore i {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background-repeat: repeat-x;
    background: #000d27;
    font-size: 30px;
}

.headding-news .post-grid-1 {
    padding-right: 2px;
    padding-bottom: 2px;
}

.headding-news .post-wrapper .post-thumb {
    margin-bottom: 0;
}

.headding-news .post-grid-2 {
    padding-right: 2px
}

.headding-news .post-grid-3 {
    padding: 0px
}

.headding-news .post-grid-4 {
    padding-left: 2px;
    padding-bottom: 2px;
}

.headding-news .post-grid-5 {
    padding-left: 2px
}


/*** Business, International
-------------------------------------------*/

.buisness .box-item .item-details,
.international .box-item .item-details {
    min-height: 70px;
}


/*** Online Vote
-------------------------------------------*/

.vote-inner {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}

.vote-inner .radio-inline {
    color: #2A3134;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.vote-inner .radio-btn {
    margin: 30px 0;
}

.vote-inner input[type='radio'] {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #000d27;
    border-radius: 50%;
    outline: none;
}

.vote-inner input[type='radio']:hover {
    -webkit-box-shadow: 0 0 5px 0px orange inset;
    box-shadow: 0 0 5px 0px orange inset;
}

.vote-inner input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #000d27;
}


/*** Social Media
-------------------------------------------*/

.social {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.social ul {
    margin: 0;
    padding: 0;
}

.social ul li {
    list-style: none outside none;
    display: inline-block;
    margin: 5px;
}

.social ul li a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    color: #FFE;
    background-color: #909AA0;
    font-size: 12px;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.social ul li a:hover {
    opacity: 0.6;
}

.social ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 1px;
    left: -6px;
    margin-bottom: 1px;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(52deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    border-top-width: 15px;
    border-top-style: solid;
}

.social ul li a.facebook {
    background-color: #3b5998;
}

.social ul li a.facebook::after {
    border-top-color: #3b5998;
}

.social ul li a.twitter {
    background-color: #00ABE3;
}

.social ul li a.twitter::after {
    border-top-color: #00ABE3;
}

.social ul li a.google {
    background-color: #e64522;
}

.social ul li a.google::after {
    border-top-color: #e64522;
}

.social ul li a.flickr {
    background-color: #FF57AE;
}

.social ul li a.flickr::after {
    border-top-color: #FF57AE;
}

.social ul li a.youtube {
    background-color: #c4302b;
}

.social ul li a.youtube::after {
    border-top-color: #c4302b;
}

.social ul li a.vimeo {
    background-color: #4EBBFF;
}

.social ul li a.vimeo::after {
    border-top-color: #4EBBFF;
}

.social ul li a i {
    font-size: 20px;
}

.social a span {
    display: block;
}


/*** Video
-------------------------------------------*/

.video-headding {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    padding: 10px 10px;
    background-color: #222;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

.RYPP {
    padding-right: 0;
    margin-bottom: 30px;
}

.RYPP .RYPP-playlist {
    width: 100%;
    position: static;
    float: left;
}

.RYPP .RYPP-playlist .RYPP-items {
    position: static;
    max-height: 350px;
    overflow: auto;
}

.RYPP .RYPP-playlist > header {
    width: 100%;
    height: 64px;
    padding: 16px 0 0 8px;
    background: #000d27;
    border-left: 8px solid #000d27;
    border-right: 8px solid #000d27;
    border-bottom: 1px solid #000d27;
    z-index: 2;
}


/*** Video Post
-------------------------------------------*/

.video-post-inner {
    background-color: #1f1f1f;
    padding: 50px 0 20px;
    color: #fff;
    margin-bottom: 50px;
}

.video-post-inner .category-headding {
    color: #fff;
}

.video-post-inner h3 a {
    color: #fff;
}

.video-post-inner h3 a:hover {
    color: #000d27;
}

.texto_objetivo {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #7c8595;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

/*** Article news
-------------------------------------------*/

.cats-widget {
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 30px;
}

.cats-widget ul {
    padding: 0px;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.cats-widget ul li {
    list-style: outside none none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
}

.cats-widget ul li a {
    color: #797986;
}

.cats-widget ul li span {
    float: right;
}


/*** Instagran
-------------------------------------------*/

.flicker-inner {
    float: left;
}

.fprojects {
    padding: 0;
    list-style: none;
}

.fprojects li {
    float: left;
    width: 25%;
    list-style: none;
}

.fprojects li .prettyPhoto {
    position: relative;
}

.fprojects li .prettyPhoto img {
    width: 100%;
}

.fp-overlay {
    background-color: rgba(246, 13, 43, 0.6);
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 19px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    pointer-events: none;
}

.fp-overlay i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -10px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fprojects li div .prettyPhoto:hover .fp-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fprojects li div .prettyPhoto:hover .fp-overlay i {
    -webkit-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


/*** Footer
-------------------------------------------*/

footer {
    background-color: #1d1d1d;
    padding: 50px 0 20px;
    color: #fff;
}

footer .category-headding {
    color: #fff;
}

footer .headding-border,
.video-post-inner .headding-border {
    border-color: #292929;
}

footer hr {
    width: 80%;
    margin-bottom: 50px;
    border-top: 1px solid #292929;
}

.tag {
    margin: 3px 2px;
    padding: 6px 12px;
    color: #A4A4A4;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 12px;
    border-radius: 25px;
}

.tag:hover {
    color: #fff;
    background-color: #000d27;
}

.newsletter-inner {
    margin-top: 30px;
}

.newsletter-inner P {
    color: #8C8C8C;
    margin-bottom: 20px;
}

.newsletter-inner .form-control {
    color: #555;
    background-color: transparent;
    border: #333;
    padding: 6px 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: solid;
    border-width: 0 0 1px 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.newsletter-inner .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-box .td-module-title a {
    color: #fff;
    font-weight: 500;
}

.featured-widget .post-editor-date {
    color: #8C8C8C;
}

footer table {
    padding: 0px;
    margin-bottom: 22px;
}

footer table tbody tr td {
    padding: 5px;
}

footer table tbody tr td i {
    color: #000d27;
}

footer table tbody tr td a {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.footer-logo-address address {
    margin: 20px 0;
    color: #8C8C8C;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 30px;
}

footer ul {
    margin: 0px;
    list-style: outside none none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

footer ul li {
    margin-left: 0px;
    line-height: 30px;
    list-style: outside none none;
}

footer ul li a {
    color: #8C8C8C;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

footer ul li .fa {
    color: #8C8C8C;
    font-size: 8px;
    margin-right: 6px;
    vertical-align: middle;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-box .box-item:last-child {
    padding-bottom: 0px;
}


/*sub-footer*/

.sub-footer {
    background-color: #000d27;
    position: relative;
}

.sub-footer p {
    color: rgb(255, 255, 255);
    float: left;
    line-height: 68px;
    margin: 0;
}

.sub-footer .social {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    float: right;
}

.sub-footer .social ul li a {
    width: 30px;
    height: 30px;
    padding-top: 7px;
}

.sub-footer .social ul li a::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 0px;
    left: -4px;
    -webkit-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    border-top-width: 8px;
}

.sub-footer .social ul li a i {
    font-size: 12px;
}



#toTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.btn-top {
    color: #000d27;
    font-size: 32px;
    font-weight: 700;
    height: 36px;
    width: 36px;
    line-height: 36px;
    padding: 0;
    border: 2px solid #000d27;
    border-radius: 4px;
}
.btn-top:hover{
    color: #fff;
    background-color: #000d27;
}


/*** Home Page Two
-------------------------------------------*/

.article-post-inner .widget-slider-inner {
    margin-top: 0;
}
.banner {
    margin: 0 0 50px;
}
/*** Details pages one & two css
------------------------------------------------------------------------------*/

.post-thumb {
    position: relative;
}

.post-thumb .social,
.paragraph-padding .social {
    position: absolute;
    top: 50px;
    margin: 0;
    margin-left: -76px;
}
.post-thumb .social ul li,
.paragraph-padding .social ul li {
    display: block;
    margin: 10px 5px;
}
.date ul {
    display: inline-block;
    list-style: none outside none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-size: 13px;
}
.date ul li a,
.date ul li {
    color: rgb(130, 130, 130);
    font-family: Lato;
    letter-spacing: 0.7px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
}
.date ul li img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
}
.date ul li a span {
    color: #000d27;
    font-weight: 600;
}
article p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 26px;
}
.unorder-list {
    padding-left: 20px;
}
.unorder-list li {
    font-size: 15px;
    line-height: 40px;
}
.unorder-list li i {
    color: #229AD6;
    margin-right: 5px;
}

.content,
.sidebar {
    margin-top: 50px;
}

.td-category {
    list-style: outside none none;
    font-size: 10px;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 0px;
}

ul,
ol {
    padding: 0px;
}

.tags {
    margin: 40px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 15px;
}

.tags ul {
    margin: 0;
    padding: 0px;
}

.tags ul li {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    line-height: 1;
}

.tags ul li a {
    color: #222;
    background-color: transparent;
    padding: 6px 12px;
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
    border-radius: 25px;
    border: 1px solid #ddd;
}

.tags ul li a:hover {
    background-color: #000d27;
    color: #fff;
    border-color: #000d27;
}

.related-news-inner .rn_block {
    padding-top: 0px;
}

.imgright {
    float: right;
    margin-top: 6px;
    margin-left: 24px;
    margin-bottom: 6px !important;
    margin-right: 0px;
    text-align: center;
    max-width: 100% !important;
}

.imgright img {
    height: 450px;
    width: 280px;
}

.editor-title {
    margin: 20px 0px 30px;
}


/*comment form*/

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    vertical-align: top;
}

.input_field {
    position: relative;
    display: block;
    padding: 0.8em;
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -o-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

textarea.input_field {
    height: 150px;
}

.input_field:focus {
    outline: none;
}

.input_label {
    display: inline-block;
    float: right;
    color: #696969;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input_label_content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.input_label_content {
    color: #8B8C8B;
    padding: 0.25em 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.input_label_content::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 500;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #000d27;
    padding: 0.25em 0;
    letter-spacing: 1px;
    font-size: 13px;
}

.input_field:focus + .input_label,
.input--filled .input_label {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input_field:focus + .input_label .input_label-content,
.input--filled .input_label_content {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.input_field:focus + .input_field,
.input--filled .input_field {
    background-color: transparent;
    border-color: #000d27;
}


/*comment box*/

.comments-container {
    margin: 0 0 50px;
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    margin-top: 30px;
    position: relative;
}


/*Lineas / Detalles*/

.comments-list::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #E1E1E1;
    position: absolute;
    left: 32px;
    top: 0px;
}

.reply-list:before,
.reply-list:after {
    display: none;
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #E1E1E1;
    position: absolute;
    top: 25px;
    left: -55px;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}


/*Avatar*/

.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    overflow: hidden;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}


/*Caja del Comentario*/

.comments-list .comment-box {
    width: 88%;
    float: right;
    position: relative;
}

.comments-list .comment-box::before {
    content: "";
    width: 0px;
    position: absolute;
    display: block;
    border-width: 8px 11px 8px 0px;
    border-style: solid;
    border-color: transparent #f6f6f6;
    ;
    top: 10px;
}

.comments-list .comment-box::before {
    left: -11px;
    height: 0;
    z-index: 10;
}

.reply-list .comment-box {
    width: 88%;
}

.comment-box .comment-head {
    background: transparent;
    padding: 10px 12px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    font-weight: 400;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 12px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: transparent;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c;
}

.comment-box .comment-name.by-author::after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 11px;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 25px;
}


/*Quto*/

.qtrotator {
    position: relative;
    margin: 30px 0;
}

.qtrotator .qtcontent {
    border: 1px solid #f4f4f4;
    padding: 2em 0;
    top: 0;
    z-index: 0;
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 100px;
}

.qtcontent.cbp-qtcurrent,
.qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.qtcontent blockquote {
    padding: 10px 100px;
    margin: 0;
    font-size: 17.5px;
    border-left: 0;
    text-align: center;
    font-style: italic;
    color: #000;
}

.qtcontent blockquote::before,
.qtcontent blockquote::after {
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #000d27;
}

.qtcontent blockquote::before {
    content: '\201F';
    left: 18px;
    top: 20px;
    line-height: 62px;
}

.qtcontent blockquote::after {
    content: '\201E';
    right: 18px;
    bottom: 20px;
    line-height: 15px;
}

.qtcontent blockquote a {
    color: #000d27
}


/*details 02*/

.paragraph-padding {
    padding-left: 76px;
    position: relative;
}

.paragraph-padding .social {
    top: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*** Category page one, two, three 
------------------------------------------------------------------------------*/

.block-inner {
    padding: 70px 0;
    margin: 0 0 30px;
    text-align: center;
    background-color: #f7f7f7;
}

.block-inner h1 {
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 800;
}

.breadcrumbs ul li {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.breadcrumbs ul li i {
    color: #000d27;
    font-weight: 600;
}

.breadcrumbs ul li a {
    color: #797d80;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    letter-spacing: 1px;
}

.breadcrumbs ul li a::before {
    color: #797d80;
    content: "/";
    font-size: 13px;
    position: absolute;
    right: -2px;
    top: 0;
}

.breadcrumbs ul li a:hover {
    color: #000d27;
}

.breadcrumbs ul li:last-child a::before {
    display: none;
}

.post-style1 {
    margin: 20px 0 30px;
}

.post-style1 .date ul,
#widget-slider .item .date ul {
    margin: 0px 0px 10px 0px;
    font-size: 12px;
}

.post-style1 .date ul li,
.post-style2 .date ul li {
    vertical-align: middle;
}
.post-style1 .date ul li img{
    width: 25px !important;
}

/*featured video*/

.featured-video {
    margin: 30px 0;
}

.featured-video a {
    display: block;
    position: relative;
}

.video-img-icon i {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    text-align: center;
    z-index: 2;
    color: #fff;
    vertical-align: middle;
    line-height: 50px;
}

.video-img-icon i:before {
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(47, 50, 59, .8);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.video-img-icon:hover i {
    color: #444;
}

.video-img-icon:hover i:before {
    background-color: #fff;
}

.video-img-icon img {
    overflow: hidden;
    width: 100%;
}

.video-img-icon img:hover {
    opacity: 0.9;
}


/*widget slider*/

#widget-slider.owl-theme .owl-dots {
    text-align: left;
}
#widget-slider.owl-theme .owl-dots .owl-dot:focus{
    outline: none;
}
#widget-slider.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 25px;
    height: 8px;
    margin: 3px;
    filter: Alpha(Opacity=50);
    opacity: 0.9;
    border-radius: 0;
    background: transparent;
    border: 2px solid #000;
}
#widget-slider.owl-theme .owl-dots .owl-dot.active span,
#widget-slider.owl-theme .owl-dots .owl-dot:hover span{
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #000d27;
}
#widget-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 8px;
}


/*pagination*/

.pagination {
    list-style: none;
    padding: 30px 0;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
    margin: 0px 0 50px;
}

.pagination li {
    float: inherit;
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    margin: 0 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 100%;
    background-color: transparent;
    color: #5d5d5d;
    border: 1px solid #e9e9e9;
}

.pagination li a i {
    font-size: 25px;
    vertical-align: middle;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 50px 0 0 50px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0 50px 50px 0;
}

.pagination a.active,
.pagination a:active {
    background-color: #000d27;
    border-color: #000d27;
    color: #fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #000d27;
    border-color: #000d27;
}


/*category css 02*/

.post-style2 {
    display: table;
    margin: 20px 0 30px;
    ;
    width: 100%;
}

.post-style2 .date ul,
.latest-com .date ul {
    margin: 0px 0px 10px 0px;
    font-size: 12px;
}

.post-style2 img,
.latest-com img {
    display: table-cell;
    vertical-align: middle;
}

.post-style2-detail,
.latest-com-detail {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}

.post-style2-detail h3 {
    margin-top: 0;
}

.post-style2 p {
    margin-bottom: 0;
}

.post-style2 .btn-style {
    padding: 6px 15px;
    font-size: 11px;
    margin-top: 15px;
}


/*latest comments*/
.latest-comments-inner{
    margin-bottom: 30px;
}

.latest-com {
    padding: 0;
    margin: 0;
}

.latest-com img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.latest-com-detail {
    padding-left: 15px;
}

.latest-com-detail span {
    color: #229AD6;
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
}

.latest-com-detail h5 {
    margin: 0;
}

.latest-com-detail p {
    margin: 0;
}


/*** homepage three style
-------------------------------------------*/


/* heading news section */

.headding-news .post-grid-6 {
    padding-right: 2px;
    padding-bottom: 2px;
}

.headding-news .post-grid-8 {
    padding: 0px
}

.headding-news .post-grid-9 {
    padding-left: 2px;
    padding-bottom: 2px;
}

.headding-news .post-grid-10 {
    padding-left: 2px
}

.headding-news .post-grid-7 {
    padding-right: 0px;
}
@media screen and (max-width: 900px) {
.headding-news .post-wrapper .entry-thumb-top {
    width: 380px;
    height: 450px;
    display: block;
    object-fit: cover;
}
}
@media screen and (min-width: 900px) {
   .headding-news .post-wrapper .entry-thumb-top {
    width: 100%;
    height: 498px;
    display: block;
    object-fit: cover;
}
}

.headding-news .post-wrapper .entry-thumb-bottom {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}

.color-f {
    color: #f47d42;
}

.color-l {
    color: #44a80a;
}

.post-thumb img {
    width: 100%;
}


/* youtube player css*/

.width {
    width: 70% !important;
}

.pl {
    width: 30% !important;
}

.pl-itms {
    max-height: 538px !important;
}


/* weekly news area css*/

.left-post ul li {
    background-color: #363636;
    border-bottom: 2px solid #f60b2c;
    padding: 15px;
}

.left-post h3 {
    color: #fff;
    background-color: #F60B2C;
    padding: 10px;
    margin: 0;
}

.left-post ul {
    margin-bottom: 20px;
}

.left-post ul li img {
    margin-top: 15px;
}

.left-post ul li h4 {
    color: #fff;
}

.left-post ul li span {
    color: #fff;
    font-weight: 300;
}


/*** homepage four style
-------------------------------------------*/

.news-feed .post-wrapper .entry-thumb-4 {
    height: auto;
}

#video-post .RYPP .RYPP-playlist .RYPP-items {
    max-height: 200px;
}

#video-post .RYPP .RYPP-playlist ol li {
    padding: 15px 0 12px 20px;
}

#video-post .RYPP .RYPP-playlist ol li > img {
    height: 90px;
    width: 15%;
}

.paddb {
    padding-bottom: 0px;
}


/*** Homepage five style
------------------------------------------------------------------------------*/
.left, .right{
    color:#F60B2C;
}
.left:hover, .right:hover, .left:active, .right:active{
    color:#ddd;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper-1 {
    position: relative;
    padding-bottom: 72.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper-1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.playvideo i {
    color: #000d27;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background-repeat: repeat-x;
    font-size: 30px;
    z-index: 100;
}

.playvideo i:hover {
    color: #fff;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.overlay i {
    color: #000d27;
    text-align: center;
    margin-left: 5px;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}

a.close-overlay.hidden {
    display: none;
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    border-radius: 30px;
}

.expand-1 {
    display: block;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 30px;
}
#featured-video-news .expand-1{
    left: 30px;
}
.img-thumb .overlay i {
    color: #000d27;
    text-align: center;
    margin-left: 5px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.slide i {
    text-align: center;
    margin-left: 5px;
    position: absolute;
    left: 8px;
    bottom: 4px;
}


/*effects*/

.effects .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.effects .overlay a.expand {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.effects .post-thumb.hover .overlay,
.effects .img-thumb.hover .overlay {
    opacity: 1;
}

.effects .post-thumb.hover .overlay a.expand
{
    top: 50%;
    margin-top: -30px;
    opacity: 1;
}
.effects .img-thumb.hover .overlay .expand-1 {
    top: 50%;
    margin-top: -20px;
    opacity: 1;
}




.expand12 i {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background-repeat: repeat-x;
    background: #000d27;
    font-size: 50px;
}
a.expand12 {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.effects .overlay a.expand12 {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.effects .post-thumb.hover .overlay a.expand12
{
    top: 50%;
    margin-top: -30px;
    opacity: 1;
}






/*** Archive page one, two, three
------------------------------------------------------------------------------*/

.space {
    height: 20px;
}

.archive-post {
    border: 1px solid #ddd;
    padding: 20px;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    background-color: #f6f6f6;
    height: 490px;
    margin-bottom: 30px;
}

.archive-post .box-item {
    padding-bottom: 0px;
}

.archive-post hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #ddd;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}


/*post 1 color*/

.archive-post-1:hover {
    border: 1px solid #FBBC05;
}

.archive-post-1 .box-item:hover .td-module-title a {
    color: #fbbc05 !important;
}

.archive-post-1:hover hr {
    border-color: #FBBC05;
}


/*post 2 color*/

.archive-post-2:hover {
    border: 1px solid #229AD6;
}

.archive-post-2 .box-item:hover .td-module-title a {
    color: #229AD6 !important;
}

.archive-post-2:hover hr {
    border-color: #229AD6;
}


/*post 3 color*/

.archive-post-3:hover {
    border: 1px solid #D91897;
}

.archive-post-3 .box-item:hover .td-module-title a {
    color: #D91897 !important;
}

.archive-post-3:hover hr {
    border-color: #D91897;
}


/*post 4 color*/

.archive-post-4:hover {
    border: 1px solid #000;
}

.archive-post-4 .box-item:hover .td-module-title a {
    color: #000 !important;
}

.archive-post-4:hover hr {
    border-color: #000;
}


/*post 5 color*/

.archive-post-5:hover {
    border: 1px solid #86a821;
}

.archive-post-5 .box-item:hover .td-module-title a {
    color: #86a821 !important;
}

.archive-post-5:hover hr {
    border-color: #86a821;
}


/*post 6 color*/

.archive-post-6:hover {
    border: 1px solid #000d27;
}

.archive-post-6 .box-item:hover .td-module-title a {
    color: #000d27 !important;
}

.archive-post-6:hover hr {
    border-color: #000d27;
}


/*page two*/

.block-inner label {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 5px 10px;
}

.block-inner .form-group {
    margin: 30px 0px;
}

.block-inner .form-control {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 4px;
    width: auto;
}

.block-inner .btn-style {
    border-radius: 4px;
    padding: 6px 25px;
    margin-left: 20px;
    margin-top: -3px;
}

.archive-post-2 h4 {
    margin-top: 0px;
}

.archive-post-2 .post-style2-detail {
    padding-left: 20px;
}

.comments a {
    color: #FFF !important;
    background-color: #000d27;
    min-width: 17px;
    padding: 3px 4px 4px 5px;
    position: relative;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

.comments a::after {
    position: absolute;
    bottom: -3px;
    left: 0px;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0px 0px;
    border-color: #C44C4C transparent transparent;
}


/*** Contact page one & two 
-------------------------------------------*/

.contact-title {
    margin: 60px 0;
    text-align: center;
}

.contact-form-area,
.contact-form-area-2 {
    margin-bottom: 80px;
}

#map {
    width: 100%;
    height: 320px;
    margin: 20px 0;
    border: 15px solid #f6f6f6;
}

.contact-address {
    background-color: #f6f6f6;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-address h3 {
    margin-top: 0px;
}

.contact-address .top-icon {
    font-size: 60px;
    color: #F70D2B;
}

.contact-title-2 {
    margin: 60px 0;
}

.contact-address-2 {
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form-area-2 textarea.input_field {
    height: 240px;
}

.contact-icon-inner {
    border: 1px solid #e9e9e9;
    height: 50px;
    width: 50px;
    padding: 12px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-address-2 .top-icon {
    font-size: 25px;
    color: #F70D2B;
}

.contact-address-2:hover .contact-icon-inner {
    background-color: #F70D2B;
    border-color: #F70D2B;
}

.contact-address-2:hover .top-icon {
    color: #fff;
}


/*** Login & Registration Page
-------------------------------------------*/

.login-reg-inner {
    margin: 70px 0;
}

.login-reg-inner .form-control {
    height: 40px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-reg-inner .form-control:focus {
    border-color: #000d27;
}

.login-reg-inner label {
    font-weight: normal;
    margin: 15px 0 10px;
    display: block;
    font-family: 'Ubuntu', sans-serif;
}

.login-reg-inner label sup {
    color: #000d27;
}

.register-form-inner .btn-style {
    float: right;
    margin-top: 20px;
}

.login-reg-inner .foeget a {
    margin: 15px 0;
    display: block;
}

.login-reg-inner .social_icon {
    margin-bottom: 10px;
}


/*** Responsive
-------------------------------------------*/

@media(min-width:0px) and (max-width:767px) {
    .h1,
    h1 {
        font-size: 23px;
    }
    .top_header_icon {
        float: left
    }
    .top_header_icon_wrap a {
        padding: 0 6px 3px;
        color: #fff;
    }
    .header-logo {
        margin: 15px 50px;
    }
    .top_banner_wrap {
        margin-top: 50px;
    }
    .headding-news .post-grid-1,
    .headding-news .post-grid-2,
    .headding-news .post-grid-4,
    {
        padding-right: 0;
        padding-bottom: 0;
    }
    .headding-news .post-grid-7 {
        padding-right: 2px;
        padding-bottom: 1px;
    }
    .headding-news .post-grid-8 {
        padding-right: 2px;
        padding-bottom: 2px;
    }
    .headding-news .post-grid-9,
    .headding-news .post-grid-10 {
        padding-left: 0px;
        padding-right: 2px;
    }
    .headding-news .post-wrapper .entry-thumb,
    .headding-news .post-wrapper .entry-thumb-middle {
        height: auto;
    }
    .post-wrapper .post-title {
        font-size: 28px;
        line-height: 28px;
    }
    .post-wrapper .entry-thumb {
        height: auto;
    }
    .post-wrapper .meta-info {
        margin-bottom: 12px;
    }
    .post-wrapper .meta-info-side .post-title {
        font-size: 12px;
    }
    .post-wrapper .meta-info-side {
        margin-bottom: 0px;
    }
    .post-wrapper .meta-info {
        padding: 0px 8px;
    }
    .post-padding {
        padding-right: 5px;
        padding-left: 5px;
    }
    .box-item .item-details {
        margin-left: 110px;
    }
    .tabs a {
        padding: 0px 12px;
        font-size: 12px;
    }
    .buy_content h1 {
        font-size: 23px;
    }
    .buy_content .btn-default {
        font-size: 13px;
        padding: 5px 27px;
    }
    .slide .post-badge:hover {
        padding-right: 80px;
    }
    .slide .post-badge {
        font-size: 11px;
    }
    #toTop {
        bottom: 15px;
        right: 15px;
    }
    .archive-post-2 .post-style2-detail {
        padding-left: 0px;
    }
    .post-style2 img {
        width: 100%;
    }
    .post-style2-detail {
        padding-left: 0;
        display: inherit;
    }
    .latest-com img {
        width: auto;
    }
    .post-style2-detail h3 {
        font-size: 18px;
        margin-top: 15px;
    }
    .reply-list {
        padding-left: 50px;
    }
    .reply-list li::before {
        width: 18px;
        top: 15px;
        left: -18px;
    }
    .post-thumb .social {
        top: 10px;
        margin-left: 0px;
    }
    .post-thumb .social ul li,
    .paragraph-padding .social ul li {
        margin: 5px;
    }
    .social ul li a {
        width: 30px;
        height: 30px;
        font-size: 10px;
        padding-top: 10px;
    }
    .social a span {
        display: none;
    }
    .social ul li a i {
        font-size: 13px;
    }
    .social ul li a::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        left: -4px;
        -webkit-transform: rotate(58deg);
        -moz-transform: rotate(58deg);
        -ms-transform: rotate(58deg);
        -o-transform: rotate(58deg);
        border-top-width: 8px;
    }
    .paragraph-padding {
        padding-left: 38px;
    }
    .paragraph-padding .social {
        top: 0;
        margin-left: -38px;
    }
    .unorder-list {
        padding: 0;
    }
    .date ul,
    .post-style1 .date ul,
    #widget-slider .item .date ul {
        margin: 0px 0px 15px 0px;
        font-size: 11px;
    }
    .qtrotator .qtcontent {
        padding: 0
    }
    .qtcontent blockquote {
        padding: 15px
    }
    .qtcontent blockquote::before,
    .qtcontent blockquote::after {
        display: none;
    }
    .comments-list .comment-avatar {
        width: 30px;
        height: 30px;
    }
    .comment-box .comment-head {
        padding: 4px 12px;
    }
    .comment-box .comment-name {
        font-size: 13px;
    }
    .comment-box .comment-head span {
        font-size: 8px;
    }
    .comment-box .comment-content {
        font-size: 12px;
    }
    .comment-box .comment-head i {
        display: none;
    }
    .sub-footer p {
        float: none;
        line-height: 50px;
        text-align: center;
    }
    .sub-footer .social {
        margin-top: 0;
        margin-bottom: 15px;
        float: none;
    }
    .width {
        width: 100% !important;
    }
    .pl {
        width: 100% !important;
    }
    .arrows {
        position: relative;
        margin: 0 auto;
        width: 96px;
    }
    .arrow-left {
        left: 0;
        top: -20px;
    }
    .arrow-right {
        right: 0;
        top: -20px;
    }
    .videoWrapper-1 {
        padding-bottom: 56.25%;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .h1,
    h1 {
        font-size: 28px;
    }
    p,
    article p {
        font-size: 13px;
    }
    .category-headding {
        font-size: 22px;
    }
    .navbar-nav > li > a {
        font-size: 11px;
        padding: 9px 7px;
        letter-spacing: 0.5px;
        font-weight: 800;
    }
    .dropdown-menu > li > a {
        font-size: 12px;
    }
    .header-logo {
        margin: 15px 20px;
    }
    .header-banner {
        margin: 15px 0px;
    }
    .news-feed,
    .headding-news {
        padding: 30px 0px;
    }
    .post-wrapper .entry-thumb,
    .headding-news .post-wrapper .entry-thumb-middle {
        height: 320px;
    }
    .headding-news .post-wrapper .entry-thumb {
        height: 159px;
    }
    .headding-news .post-editor-date .readmore {
        display: none
    }
    .post-title-author-details h4 {
        font-size: 13px;
    }
    .politics_wrapper .post-padding,
    .rn_block .padd {
        padding-right: 5px;
        padding-left: 5px;
    }
    .post-wrapper .post-info {
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    .post-wrapper .post-title {
        font-size: 28px;
        line-height: 28px;
    }
    .post-wrapper .meta-info-side .post-title {
        font-size: 13px;
    }
    .post-wrapper h3,
    .item h3 {
        font-size: 17px;
        margin-top: 0;
    }
    .post-author-name a {
        font-size: 11px;
    }
    .post-title-author-details h3 {
        font-size: 16px;
    }
    .post-title-author-details h5 {
        font-size: 12px;
    }
    .post-date {
        font-size: 11px;
    }
    .post-style2 img {
        height: 224px;
        width: 200px;
    }
    .latest-com img {
        width: 60px;
        height: 60px;
    }
    .post-style2-detail {
        padding-left: 20px;
    }
    .post-style2-detail h3 {
        font-size: 17px;
    }
    .feed-inner {
        padding: 0;
        background: transparent;
    }
    .social ul li {
        margin: 3px;
    }
    .social ul li a {
        width: 45px;
        height: 45px;
        font-size: 10px;
        padding-top: 10px;
    }
    .social ul li a i {
        font-size: 13px;
    }
    .tab-inner {
        background-color: transparent;
        padding: 0;
    }
    .tabs a {
        padding: 0px 8px;
        font-size: 12px;
    }
    .item-details .sub-category-title {
        font-size: 8px;
    }

    .tab-inner .box-item .td-module-title {
        font-size: 11px;
    }
    .video-post-inner .post-style1 h3 {
        font-size: 17px;
    }
    .post-thumb .social,
    .paragraph-padding .social {
        top: 20px;
        margin-left: 0px;
    }
    .unorder-list li {
        line-height: 25px;
        font-size: 13px;
    }
    .paragraph-padding {
        padding-left: 55px;
    }
    .paragraph-padding .post-thumb .social,
    .paragraph-padding .social {
        top: 0px;
        margin-left: -55px;
    }
    .archive .post-style2 img {
        height: auto;
        width: auto;
    }
    .pl-itms {
        max-height: 358px !important
    }
    .videoWrapper-1 {
        padding-bottom: 82.25%;
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    .videoWrapper-1 {
        padding-bottom: 63%;
    }
}


.subscribe-class{
    background: #000d27;  width: 100px; margin: 10px;
    color: #fff
}

.subscribe-class a{
    color: #fff
}


.margin-bottom15{
    margin-bottom: 15px;
}
.margin-top15{
    margin-top: 15px;
}



.block-inner.header-bg-image {
    position: relative;
    background-size: cover !important;
}
.block-inner.header-bg-image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5)
}
.block-inner.header-bg-image h1 {
    color: #fff;
}

.header-bg-image .breadcrumbs ul li a {
    color: #c7c7c7;
}





.latest-com img,
.post-style2 img {
    height: 170px;
    width: 300px;
    object-fit: cover
}

@media(max-width:767px) {
    .header-logo img {
        margin: 0 auto
    }
    .headding-news,
    .news-feed {
        padding: 0
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .post-style2 img {
        height: 170px
    }
}


/*social media sharing button style*/

.share-btn {
    padding: 0;
    margin-bottom: 30px;
    text-align: center
}

.share-btn ul {
    margin: 0;
    padding: 0
}

.share-btn ul li {
    list-style: none outside none;
    display: inline-block;
    margin: 5px
}


.share-btn ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #ffe;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%
}



.share-btn ul li a:hover {
    opacity: .6
}

.share-btn ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 1px;
    left: -6px;
    margin-bottom: 1px;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(52deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    border-top-width: 15px;
    border-top-style: solid
}



.share-btn ul li a.print {
    background-color: #c8232c
}

.share-btn ul li a.tumblr {
    background-color: #34526f 
}

.share-btn ul li a.pinterest {
    background-color: #c8232c
}

.share-btn ul li a.whatsapp {
    background-color: #4ac959
}

.share-btn ul li a.linkedin {
    background-color: #2867b2
}

.share-btn ul li a.facebook {
    background-color: #3b5998
}

.share-btn ul li a.twitter {
    background-color: #00abe3
}


.btn_five {
    background-color: #000d27;
}

.bg-color-5 {
    background-color: #000d27!important;
}

.share-btn li, .share-btn ul {
    list-style: inherit;
    color: #000;
    font-size: 18px;
    line-height: 1.8;
}


article.content ul,
article.content ol {
    padding-left: 16px;
    margin-bottom: 16px;
}
article.content ul {
       list-style-type: disc;
}
article.content ol {
    list-style-type: decimal;
}
article.content li,
article.content ul {
    list-style: inherit;
    color: #000;
    font-size: 18px;
    line-height: 1.8;
}





.mt-30{
    margin-top: 30px;
}

.section-nav {
    padding-left: 0 !important;
    margin-left: 10px;
    border-left: 1px solid #eee;
    /*margin-top: 30px;*/
}
.section-nav ul {
    padding-left: 1rem;
    list-style-type: none;
}
.toc-entry {
    display: block;
}
.toc-entry a {
    display: block;
    padding: .125rem 1.5rem;
    font-size: 16px;
    color: #586069;
}
.toc-entry a:hover {
    color: #0ba85e;
}
.toc-entry ul li a {
    font-size: 14px;
    color: #aaa;
}

.open ul li {list-style: none;}


/*** home tab 
-------------------------------------------*/


.home-tab {
    overflow: hidden;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    padding: 10px 10px 0px;
}

.home-bg-color-1 a{
    background-color: #D93235 !important;
    color: #fff;
    padding: 2px;
}

.color-3{
    background-color: #D93235 !important;
    color: #fff;
    padding: 2px;
}

.titulo{
    font-size: 4.3rem;
    color: #D93235;
    line-height: 4.5rem;
    font-weight: 800;
    font-family: "Proxima Nova","Helvetica Neue","Roboto",Helvetica,Arial,sans-serif;
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center
}

.subtitulo{
    font-size: 2.3rem;
    line-height: 4.5rem;
    font-weight: 200;
    font-family: "Proxima Nova","Helvetica Neue","Roboto",Helvetica,Arial,sans-serif;
    border-bottom: none;
    margin-bottom: 0px;
    text-align: center
}

.contenedor {
    justify-content: center;
  }

.jumbotron { 
    padding: 30px; /* fills out the jumbotron */
    background-color: #111;
  }
  
  .container {
    width: 1170px; /* specify a width */
    margin: 0 auto;  /* centers the container */
    padding: 0 15px; /* adds some padding to the left and right*/
  }
  
  .jumbotron .container { 
    max-width: 100%; /* allows the jumbotron to adjust on smaller widths */
    background-color: #222;
  }
  
  .jumbotron h1 { 
    text-align: center; /* centers the heading */
    color: #DDD;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-bottom: 10px;
  }

  
/*** All Category Title
-------------------------------------------*/

.category-headding {
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #071e55;
    font-weight: 500;
}

.category-headding a{
    color: rgb(34, 34, 34);
}

.headding-border {
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #D93235;
    margin-bottom: 30px;
}

.headding-border::before {
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 4px;
    background-color: inherit;
    content: '';
}

.headding-border::after {
    position: absolute;
    bottom: -1px;
    width: 15px;
    height: 4px;
    background-color: inherit;
    content: '';
    left: 53px;
}

.linkDestacado a:visited{
    color: #2d3038 !important;
}

.linkDestacado a{
    color: #2d3038 !important;
}

.linkDestacado a:hover {
    color: #D93235 !important;
}

.top-social {
    float: right;
    margin-top: 10px;
}
.top-social ul {
    float: right;
    margin-bottom: 0;
}
.top-social ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.top-social ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-size: 13px;
}
.top-social ul li a:hover {
    background: #D93235;
}

.fw-bold {
    font-weight: 700!important;
}

.fs-4 {
    font-size: 1.5rem!important;
    text-align : justify;
}
.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.grid.grid_3 {
    width: 25%;
}

.grid {
    box-sizing: border-box;
    position: relative;
    float: left;
}

#parte3Home
{
	margin-top: 50px;
}
#parte3Home .quickHome
{
	display: block;
	margin: 0 auto;
	text-decoration: none;
	width: 95%;
	height: 247px;
	border:1px solid #d1d1d1;
	margin-bottom: 40px;
	text-align: center;
	box-sizing:border-box;
	padding-top: 97px;
}
#parte3Home .quickHome h2
{
	line-height: 21px;
	font-size: 18px;
	font-weight: 300;
	color: #565656;
	padding-left: 0px;
	padding-right: 0px;
}
#parte3Home .quickHome h2 strong
{
	font-weight: bold;
	color: #000000;
}
#parte3Home .quickHome h2 span
{
	font-weight: bold;
	color: #565656;
}
#parte3Home .quickHome img
{
	position: relative;
	margin-bottom: 17px;
}
#parte3Home .quickHome p
{
	color: #565656;
	font-size: 13px;
	line-height: 15px;
	font-weight: 300;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 14px;
	margin-bottom: 14px;
}
#parte3Home .quickHome span
{
	color: #f15422;
}
#parte3Home .quickHome:hover h2, #parte3Home .quickHome:hover p, #parte3Home .quickHome:hover span, #parte3Home .quickHome:hover strong
{
	color: #FFFFFF;
}
#parte3Home .quickHome:hover span
{
	font-weight: bold;
}
#quickHome1
{
	background: url('../images/home/icon_area.png') no-repeat center 25px;
}
#quickHome2
{
	background: url('../images/home/icon_catalogo.png') no-repeat center 25px;
}
#quickHome3
{
	background: url('../images/home/icon_curso.png') no-repeat center 25px;
}
#quickHome4
{
	background: url('../images/home/icon_documentacion.png') no-repeat center 25px;
}
#quickHome1:hover
{
	background: url('../images/home/icon_area_over.png') no-repeat center 25px;
}
#quickHome2:hover
{
	background: url('../images/home/icon_catalogo_over.png') no-repeat center 25px;
}
#quickHome3:hover
{
	background: url('../images/home/icon_curso_over.png') no-repeat center 25px;
}
#quickHome4:hover
{
	background: url('../images/home/icon_documentacion_over.png') no-repeat center 25px;
}

#parte3Home .quickHome:hover
{
	background-color: #D93235;
	color: #FFFFFF;
}

.banner_otri img{
    width: 90%;
    height: auto;
}

.bg_otri_home{
  
    background: url('../images/home/banner_otri.png') no-repeat scroll center center;
    background-size: cover !important;
    background-color: rgba(56, 54, 54, 0.767) !important;
}

.background-image {
    background: url('../images/home/banner_otri.png') no-repeat;
    background-size: cover !important;
    background-color: rgb(248, 247, 216);
  }



.hero { 
    position: relative; 
    align-items: center;
    justify-content: center;
    background-image: url('../images/home/banner_otri.png');
    background-size: cover;
    
}

.hero::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.295);
    /*background-color: rgba(245, 245, 245, 0.664)*/
}

.text-align{
    text-align: center;
}
  
.section-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f0f4f8;
    background-position: center;
    background-size: cover;
}

.section-grey {
    background: #f1faff;
    padding: 90px 0 100px 0;
}




