/*-------------------------------------------------
 =  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;
}
/*-------------------------------------------------*/

/* =  Header
/*-------------------------------------------------*/

header {
    z-index: 99999;
}
.navbar {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    -webkit-backface-visibility: hidden;
    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;
}
header.active .navbar {
    background: #333333;
    color:white;
}
.inner-header {
    border-bottom: 0px solid #ffffff;
    padding: 30px 15px;
    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;
}
header.active .inner-header {
    padding: 10px 0;
    border-bottom: none;
}
.navbar-collapse {
    overflow: hidden;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.navbar.active {
    width: 100%;
    position: fixed;
    opacity: 0.95;
}
.navbar-brand {
    padding: 0px 15px 0px;
    height: auto;
}
.navbar-default .navbar-nav > li {
    margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
    color: #fefefe;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
    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;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
    color: #fff !important;
    background: #7cb629;
}
.page-single .navbar {
    background: url('../upload/banner.jpg') center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.page-single header.active .navbar {
    background: #333333;
}
.page-single .inner-header {
    border-bottom: none !important;
}
/*-------------------------------------------------*/

/* =  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: 'Montserrat', 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: 'Open Sans', 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: 'Montserrat', 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: 'Open Sans', 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: 'Montserrat', 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: 'Open Sans', sans-serif;
    line-height: 24px;
    margin: 0 10px 15px;
}
.services-post a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', 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;
}



.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: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 12px;
}
.seen-enough a {
    border:2px solid #7cb629;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height:45px;
    width:145px;
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
    padding: 10px 10px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
    background: #000;
    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 {
    color: #000;
    background: #7cb629;
}
/*-------------------------------------------------*/

/* =  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: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 12px;
}
.skills-bar p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin: 0;
}
.circle-skill {
    margin-bottom: 15px;
}
/*-------------------------------------------------*/









/* =  blog page
/*-------------------------------------------------*/

.background {
    background-color: #0a0a0a;
}
.background1 {
    background-color: #202020;
}
.page-single {
    padding-top: 120px;
}
.blog-post {
    padding: 100px 0;
    text-align: center;
}
.table {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 20px;
}
.table p {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 10px;
    padding-top: 20px;
}
.RED {
    color: #7cb629;
    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 img {
    width: 100%;
}
*/
.blog-post:nth-child(2n) {
    background: #202020;
}
.blog-post h2 {
    color: #111111;
    font-size: 40px;
    font-family: 'Montserrat', 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 #7cb629;
}
.blog-post h2 a {
    color: #7cb629;
    display: inline-block;
    padding: 0 20px;
    background: #0a0a0a;
    position: relative;
    z-index: 2;
    text-decoration: none;
}
.blog-post h3 {
    color: #7cb629;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    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 #7cb629;
    padding-left: 15px;
}
.blog-post h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 30px 0px;
    background-repeat: no-repeat;
    text-align: left;
    font-weight: 300 !important;
    background-position: 0px 5px;
}
.blog-post h5 {
    color: #878787;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 15px;
    text-align: center;
    background-position: 0px 5px;
}
.blog-post h6 {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 5px 0px;
    text-align: left;
}
.prizeh4 {
    font-size: 16px;
    font-family: 'Montserrat', 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 #7cb629;
    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: #7cb629;
    line-height: 45px;
    padding: 0 20px;
    background: #0a0a0a;
    margin-bottom: 30px;
}
.blog-post:nth-child(2n) h2 a,
.blog-post:nth-child(2n) span > i {
    background: #202020;
}
.blog-post p {
    color: #A0A0A0;
    font-size: 18px;
    font-family: 'Open Sans', 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: #7cb629;
  text-decoration: underline;
}
.blog-post p a:hover{
    color: #cccccc;
	text-decoration: none;
}

.blog-post ul li a {
    color: #7cb629;
    text-decoration: underline;
}
.blog-post ul li a:hover{
    color: #cccccc;
    text-decoration: none;
}

.blog-post ul li {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #A0A0A0;
    font-weight: 300;
    text-align: left;
    line-height: 30px;
}
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: 'Open Sans', 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: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #7cb629;
    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: #7cb629;
    border: 1px solid #7cb629;
}

.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 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 24px;
    width:90%;
    text-decoration: none;
    border: 1px solid #7cb629;
    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: #fff;
    border: 1px solid #7cb629;
    background: #7cb629;
}

@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: 'Montserrat', 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: 'Open Sans', 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: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 8px 0 15px;
}
.admin-text-content h2 span {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
}
.admin-text-content p {
    color: #686868;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    line-height: 24px;
}
.comment-area h2 {
    color: #686868;
    font-size: 14px;
    font-family: 'Open Sans', 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: #000000;
}
footer a.footer-logo {
    display: inline-block;
}
.copyright-line {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: 'Montserrat', 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:#7cb629; text-decoration:none;}

/*----Progress Page Add -----------*/

.Progress{}
.Progress h5{ margin:0;color: #7cb629;
  font-size: 20px;
  font-family: 'Montserrat', 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:#ffffff;}
.Othertitle{ color:#ffffff; line-height:2; text-align:center ;}
.othersPIC{ padding:15px 8px; float:left;}
