/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.Content - home section                              
 5.Content - services section                                                        
 6.Blog page                            
 7.Single post                            
 8.Footer 
-------------------------------------------------*/

/*-------------------------------------------------------*/

/* 1. Isotope filtering
/*-------------------------------------------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*-------------------------------------------------*/

/* =  General 
/*-------------------------------------------------*/

.padding-top0 {
    padding-top: 160px;
}

.padding-top {
    padding-top: 60px;
}

.padding-top1 {
    padding-top: 20px;
}

.padding-top2 {
    padding-top: 30px;
}

.padding-top3 {
    padding-top: 40px;
}

.padding-top4 {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.padding-bottom1 {
    padding-bottom: 20px;
}

.padding-bottom2 {
    padding-bottom: 30px;
}

.padding-bottom3 {
    padding-bottom: 40px;
}

.padding-bottom4 {
    padding-bottom: 70px;
}

.padding-bottom5 {
    padding-bottom: 10px;
}

#page {
    color: #CCCCCC;
    font-weight: bold;
    padding: 10px 30px;
}

#page a {
    color: #ff9000;
}

#container {
    opacity: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#container.active {
    opacity: 1;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-backface-visibility: hidden;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------*/

/* =  content - home section
/*-------------------------------------------------*/

#home-section {
    position: relative;

    /*background: url('../upload/main.jpg') no-repeat center right fixed;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 240px 0px;
    text-align: center;*/
}

.slider-part {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flexslider .slides img {
    background-size: cover;
}

.home-content {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    margin-top: -120px;
    z-index: 2;
    text-align: center;
}

ul.social-list {
    padding: 0;
    margin: 0 0 35px;
}

ul.social-list li {
    display: inline-block;
    margin: 0 10px;
}

ul.social-list li a {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #d35400;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-list li a i {
    color: #fff;
    font-size: 26px;
    line-height: 80px;
}

ul.social-list li a:hover {
    opacity: 0.7;
}

.home-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 33px;
    position: relative;
    overflow: hidden;
}

.home-content h1:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}

.home-content h1:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}

.home-content h1 > span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.home-content h1 > span:after {
    content: '';
    position: absolute;
    top: 30px;
    right: -1000px;
    left: 100%;
    height: 1px;
    background: #fff;
}

.home-content h1 > span:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -1000px;
    right: 100%;
    height: 1px;
    background: #fff;
}

.home-content h1 span.color-change {
    color: #d35400;
}

.home-content .pioneer-icon {
    display: block;
    margin-top: -20px;
    overflow: hidden;
}

.home-content .pioneer-icon i {
    display: inline-block;
    color: #fff;
    background: transparent;
    position: relative;
}

.home-content .pioneer-icon span {
    padding: 0 15px;
    position: relative;
}

.home-content .pioneer-icon span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -1000px;
    right: 100%;
    height: 1px;
    background: #fff;
}

.home-content .pioneer-icon span:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -1000px;
    left: 100%;
    height: 1px;
    background: #fff;
}

ul.pioneer-list {
    padding: 0;
    margin: 0;
}

ul.pioneer-list li {
    display: inline-block;
    color: #fefefe;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    margin: 0 9px;
    text-transform: uppercase;
    position: relative;
}

ul.pioneer-list li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: -13px;
    background: #d35400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

ul.pioneer-list li:first-child:before {
    display: none;
}

/*-------------------------------------------------*/

/* =  services section
/*-------------------------------------------------*/

#services-section {
    padding: 80px 0 100px;
}

.title-section {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 84px;
    position: relative;
}

.title-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    border: 1px solid #111111;
    left: 0;
    top: 12px;
}

.title-section h1 {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #111111;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.title-section h1 span {
    padding: 0 20px;
    background: #fff;
}

.title-section i {
    display: inline-block;
    font-size: 32px;
    color: #111111;
    line-height: 45px;
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.title-section p {
    color: #686868;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin: 0 10px;
}

.services-box {
    text-align: center;
    margin-bottom: 80px;
}

.services-post {
    position: relative;
}

.services-post:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 77px;
    bottom: 20px;
    border: 1px solid #111111;
}

.services-post i {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 60px;
    color: #d35400;
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post h2 {
    color: #111111;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.services-post h2 span {
    background: #fff;
    padding: 0 20px;
}

.services-post p {
    color: #686868;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin: 0 10px 15px;
}

.services-post a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 24px;
    text-decoration: none;
    border: 1px solid #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #fff;
    position: relative;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post a:hover {
    color: #fff;
    background: #d35400;
    border: 1px solid #d35400;
}

.seen-enough {
    text-align: left;
    padding: 0px;
    display: inline-block;
    margin-right: 10px;
}

.seen-enough span {
    display: inline-block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #111111;
    margin-bottom: 60px;
}
.seen-enough span i {
    display: inline-block;
    font-size: 32px;
    color: #111111;
    line-height: 45px;
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -20px;
}
.seen-enough p {
    color: #111111;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 12px;
}
.seen-enough a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border:2px solid #82be0f;
    display: inline-block;
    height:45px;
    width:145px;
    padding: 10px 10px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.seen-enough a:hover {
    background: #82be0f;
}

.seen-enough a.maim-buttom {
    background: #82be0f;
}

.seen-enough a.maim-buttom:hover {
    background: transparent;
}


@media (max-width: 767px) {
    .seen-enough {
        margin-left: 10px;
    }
}
/*-------------------------------------------------*/

/* =  statistic section
/*-------------------------------------------------*/

#statistic-section {
    position: relative;
    background: url("../upload/baner1.jpg") center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 90px 0;
    text-align: center;
}

#statistic-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
}

#statistic-section .container {
    z-index: 2;
    position: relative;
}

.statistic-post {
    padding: 0 30px;
}

.skills-bar h2 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 12px;
}

.skills-bar p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin: 0;
}

.circle-skill {
    margin-bottom: 15px;
}

/*-------------------------------------------------*/

/* =  blog page
/*-------------------------------------------------*/

.background {
    background-color: #191919 !important;
}

.background-dark-gray {
    background-color: #434343 !important; 
}

.background-light-gray {
    background-color: #efefef !important;
}
.background-black {
    background-color: #000 !important;
}

.page-single {
    padding-top: 100px;
}

.blog-post {
    padding-top: 100px;
    text-align: center;
}

.table {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 20px;
}

.table p {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 10px;
    padding-top: 20px;
}

.RED {
    color: #82be0f;
    font-weight: bold;
    padding: 10px;
}

.blog-gal {
    margin-bottom: 42px;
    position: relative;
}

.hover-blog {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(211, 84, 0, 0.75);
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.blog-gal:hover .hover-blog {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.hover-blog a {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-blog a:hover {
    opacity: 0.7;
}

.hover-blog a i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
}

.blog-post h2 {
    color: #111111;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px;
    position: relative;
}

.blog-post h2:after {
    content: '';
    position: absolute;
    top: 14px;
    bottom: -29px;
    left: 0;
    width: 100%;
    border: 1px solid #82be0f;
}

.blog-post h2 a {
    color: #82be0f;
    display: inline-block;
    padding: 0 20px;
    background: #191919;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.blog-post h3 {
    color: white;
    font-size: calc(1vw + 18.8px);
    font-family: "Oswald";
    margin: 10px 0 40px 0;
    text-align: left;

    /*  padding-left: 40px; 
    background: url('../images/video_icon.png');*/
    background-repeat: no-repeat;
    background-position: 0px 5px;
    border-left: 3px solid #82be0f;
    padding-left: 15px;
    float: left;
    width: 100%;
}

.blog-post h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 10px 0 30px 0px;
    background-repeat: no-repeat;
    text-align: left;
    font-weight: 300;
    background-position: 0px 5px;
}

.blog-post h5 {
    color: #878787;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 15px;
    text-align: center;
    background-position: 0px 5px;   
}

.blog-post h6 {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px 0px;
    text-align: left;
}

.blog-post ul{
    display: inline-grid;
}

.prizeh4 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    margin: 0;
    padding-left: 40px;
    padding-right: 20px;
    text-align: left;
}

.space {
    border-left: 1px double #666666;
    padding: 30px 20px 30px 10px;
}

.line {
    width: 100%;
    border-bottom: 1px solid #82be0f;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-post span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.blog-post span > i {
    display: inline-block;
    font-size: 52px;
    color: #82be0f;
    line-height: 45px;
    padding: 0 20px;
    background: #191919;
    margin-bottom: 30px;
}

.blog-post:nth-child(2n) h2 a,
.blog-post:nth-child(2n) span > i {
    background: #191919;
}

.blog-post p {
    color: #fff;
    font-size: calc(0.173611vw + 14.6px);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-top: -5px;
}

.description_hyperlink {
    word-wrap: break-word;
    max-width: 1100px;
}

.description_hyperlink a {
    color: #666666 !important;
    text-decoration: underline !important;
}

.description_hyperlink a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.description_hyperlink a:active {
    color: #ff9900 !important;
    text-decoration: none !important;
}

.blog-post p a {
    color: #82be0f;
    text-decoration: underline;
}

.blog-post p a:hover {
    color: #cccccc;
    text-decoration: none;
}

.blog-post ul li a {
    color: #82be0f;
    text-decoration: underline;
}

.blog-post ul li a.contest-logo-btn:hover {
    background-color: #82be0f;
    color: white;
}

.blog-post ul li a:hover {
    color: #737373;
    text-decoration: none;
}

.blog-post ul li {
    font-size: calc(0.125vw + 15.6px);
    font-family: 'Roboto', sans-serif;
    color: #c8c8c8;
    font-weight: 300;
    text-align: left;
    line-height: 26px;
}

ul.post-tags {
    padding: 0;
    margin: 0 0 40px;
}

ul.post-tags li {
    display: inline-block;
    margin-left: 20px;
}

ul.post-tags li:first-child {
    margin-left: 0px;
}

ul.post-tags li a {
    display: inline-block;
    color: #686868;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

ul.post-tags li a i {
    display: inline-block;
    color: #d35400;
    margin-right: 10px;
    font-size: 11px;
}

.blog-post a.main-button {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #82be0f;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post a.main-button:hover {
    color: #fff;
    background: #82be0f;
    border: 1px solid #82be0f;
}

.blog-post a.main-button2 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    background: #82be0f;
    border: 1px solid #82be0f;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post a.main-button2:hover {
    color: #82be0f;
    background: transparent;
    border: 1px solid #82be0f;
}

.blog-post a.main-button2.hollow {
    color: #82be0f;
    background: transparent;
    border: 1px solid #82be0f;
}

.blog-post a.main-button2.hollow:hover {
    color: #fff;
    background: #82be0f;
    border: 1px solid #82be0f;
}


.blog-post .linkbutton-l {
    float: left;
    display: inline-block;
    width: 48%;
    max-width: 500px;
}

.blog-post .linkbutton-r {
    float: right;
    display: inline-block;
    width: 50%;
    max-width: 500px;
}

.blog-post a.main-button1 {
    background-color: #82be0f;
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 24px;
    width: 90%;
    text-decoration: none;
    border: 1px solid #82be0f;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post a.main-button1:hover {
    color: #82be0f !important;
    border: 1px solid #82be0f;
    background: #fff;
}

.blog-post .card:after {
    content: '';
    position: absolute;
    top: 14px;
    bottom: -29px;
    left: 0;
    width: 100%;
    border: 1px solid #82be0f;
}



@media screen and (max-width: 600px) {
    .blog-post .linkbutton-l {
        float: none;
        display: block;
        width: 100%;
        max-width: 500px;
        padding-bottom: 30px;
    }

    .blog-post .linkbutton-r {
        float: none;
        display: block;
        width: 100%;
        max-width: 500px;
    }
}

/*-------------------------------------------------*/

/* =  single post
/*-------------------------------------------------*/

.single-post ul.post-tags {
    text-align: left;
    margin-bottom: 25px;
}

.single-post .blog-gal {
    margin-bottom: 16px;
}

.single-post p {
    margin-bottom: 25px;
}

.single-post blockquote {
    border-left: 5px solid #d35400;
    padding-bottom: 30px;
    background: transparent;
    padding-left: 45px;
}

.single-post blockquote p {
    font-style: italic;
    margin-bottom: 25px;
}

.post-tags-share {
    overflow: hidden;
    padding: 20px 0;
    background: #f2f2f2;
}

.post-tags-box {
    float: left;
    text-align: center;
    min-width: 400px;
}

.post-share-box {
    float: right;
    min-width: 200px;
    text-align: center;
}

.post-tags-share h2 {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
    position: relative;
    display: block;
}

.post-tags-share h2 span {
    display: inline-block;
    padding: 0 18px;
    background: #f2f2f2;
    position: relative;
    z-index: 2;
}

.post-tags-share h2:after {
    content: '';
    position: absolute;
    top: 7px;
    bottom: -32px;
    left: 0;
    width: 100%;
    border: 1px solid #000000;
}

.post-tags-box ul,
.post-share-box ul {
    padding: 0;
    margin: 0;
    background: #f2f2f2;
    z-index: 2;
    position: relative;
    padding: 0 10px;
    display: inline-block;
}

.post-tags-box ul li,
.post-share-box ul li {
    display: inline-block;
    margin: 0 9px;
}

.post-tags-box ul li a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 2px 18px;
    text-decoration: none;
    border: 1px solid #000000;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-tags-box ul li a:hover {
    color: #fff;
    background: #d35400;
    border: 1px solid #d35400;
}

.post-share-box ul {
    padding: 0;
}

.post-share-box ul li a {
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-share-box ul li a:hover {
    opacity: 0.7;
}

.post-share-box ul li a i {
    color: #000000;
    font-size: 26px;
}

.admin-place {
    padding: 48px 0;
}

.admin-place img {
    float: left;
}

.admin-text-content {
    margin-left: 128px;
}

.admin-text-content h2 {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 8px 0 15px;
}

.admin-text-content h2 span {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
}

.admin-text-content p {
    color: #686868;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 24px;
}

.comment-area h2 {
    color: #686868;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 30px;
    padding: 40px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
}

#comment-form {
    margin: 60px 0;
}

#comment-form h1 {
    margin-bottom: 40px;
}

/*-------------------------------------------------*/

/* =  footer
/*-------------------------------------------------*/

footer {
    padding: 24px 0;
    background: #000;
}

footer a.footer-logo {
    display: inline-block;
}

.copyright-line {
    text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 5px 0 0;
}

footer ul {
    background: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: right;
}

footer ul li {
    display: inline-block;
    margin-left: 25px;
}

footer ul li a {
    display: inline-block;
    text-decoration: none;
}

footer ul li a i {
    color: #fff;
    line-height: 22px;
    font-size: 32px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

footer ul li a:hover i {
    transform: scale(1.2) rotate(360deg);
    -webkit-transform: scale(1.2) rotate(360deg);
    -moz-transform: scale(1.2) rotate(360deg);
    -o-transform: scale(1.2) rotate(360deg);
}

/*----Text Link CSS-----------*/

.col-md-2 .prizelink a {
    display: block;
    color: #999;
    text-decoration: underline;
    margin-top: 10px;
    text-align: center;
}

.col-md-2 .prizelink a:hover {
    color: #82be0f;
    text-decoration: none;
}

/*----Progress Page Add -----------*/

.Progress {}

.Progress h5 {
    margin: 0;
    color: #82be0f;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin: 10px 0;
    background-repeat: no-repeat;
    text-align: left;
    background-position: 0px 5px;
}

.Progress h6 {
    text-align: right;
}

.Progress p {
    color: #cccccc;
}

.Progress .wacthlink a {
    color: #fff;
    padding: 5px 10px;
    font-style: normal;
    font-weight: normal;
    background-color: #666;
}

.Progress .wacthlink a:hover {
    color: #cc0033;
}

/*----Winners Page Add -----------*/
.winnersPIC {
    padding-bottom: 15px;
}

.winnersVideoWords {
    text-align: center;
    line-height: 2.5;
    background-color: #000;
    color: #e4e4e4;
    margin: 0 3%;
    margin-bottom: 20px;
}

.blog-post .winnerstitle {
    font-size: 2.3em;
    line-height: 3;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.Othertitle {
    color: #ffffff;
    line-height: 2;
    text-align: center;
}

.othersPIC {
    padding: 15px 8px;
    float: left;
}

@media (max-width: 1130px) {
    .inner-header {
        display: block;
        padding: 6px 0;
        border-bottom: none;
    }

    .page-single {
        padding-top: 80px;
    }

    .blog-post {
        padding-top: 50px;
    }
}

