/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
 @font-face {
    font-family: 'Lato Bold';
    src: url('/fonts/Lato-Bold.eot');
    src: url('/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-Bold.woff2') format('woff2'),
        url('/fonts/Lato-Bold.woff') format('woff'),
        url('/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body, html {
    height: 100%;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
}

.card-container.card {
    max-width: 500px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
.card-container{
    font-size: 18px;
}
.card-container input{
    font-size: 18px;
    font-family: sans-serif;
}
.card-container label input[name='rememberMe']{
    height: 22px;
}

header img {
    width:100%;
}
header {
    position: relative;
}
.captions {
    color: white;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    //top:22%;
    //top:175px;
    top:70px;
    font-size:58px;
    width: 100%;
}
.captions .logo {
    display: block;
    width: 255px;
    margin: 0 auto;
    cursor: pointer;
}
.clearfix:after {
    content: '';
    clear: both;
    display: table;
}
.wrapper {
   width: 940px;
   margin:0 auto;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Bold.eot');
    src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Bold.woff') format('woff'),
        url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.backimg{
    min-height: 495px;
    //background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center;
}
.back_sec{
    min-height: 540px;
    margin-top: 27px;
    position:relative;
    border-top: 3px solid #078ba3;
    border-bottom: 5px solid #078ba3;
}
.navbar ul {
    width: 551px;
    margin: 0 auto;
    margin-top: 30px;
    list-style:none;
    /* list-style: url(../img/iconmenu1.png); */
    list-style-position: inside;
    padding-left: 0px;
}
.navbar ul  li{
    float: left;
    margin-left: 11px;
    margin-right: 0px;
    position: relative;
    padding-left: 30px;
}

.navbar ul  li:before{
    content: "\f0c8" !important;
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #f47920;
   font-size: 13px;
   position: absolute;
   top: 6px;
   left: 4px;
}
.navbar ul  li:first-child{
  display:inline;
  padding-left: 0px;
}
.navbar ul  li:first-child:before{
     font-size: 0px;
}
.navbar ul  li a{
  font-size: 19px;
  color: black;
  /* padding-left: 19px;
  padding-right: 25px; */
  border: 1px solid transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
 }
 .navbar ul li a:hover{
    border:1px solid gray;
    text-decoration:none;
 }
 .navbar ul .current_page_item a {
     border:1px solid gray;
     text-decoration:none;
 }
 header h2{
     font-size:48px;
     text-align:center;
     color:#f47920;
     margin-top: 15px;
     font-family: 'Lato Regular';
 }
 header h3{
     font-size:34px;
     color:#2f3538;
     text-align:center;
      font-family: 'Lato Light';
 }

 header p {
     color:#2f3538;
     text-align:center;
     font-family: 'Lato Light';
     font-size:22px;
     text-align: justify;
     text-align-last: center;
 }

 #home .captions,#contact .captions {
    top:36%;
    font-family: 'Lato Bold';
    font-size:60px;
 }

 #home .captions ul, #contact .captions ul{
     width: 610px;
     margin: 0 auto;
     list-style:none;
     padding-left: 0px;
 }
 #home .captions ul li,#contact .captions ul li {
     float: left;
     padding-left: 6px;
    padding-right: 28px;
     font-size: 42px;
     text-transform: uppercase;
     position: relative;
 }
  .captions ul li:before {
     content: "\f0c8" !important;
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
     color: #f47920;
     font-size: 13px;
     position: absolute;
     left: -16px;
}

#home .captions ul li:before{
   top: 22px;
}

#contact .captions ul li:before {
     top: 15px;
}


#home .captions ul li:first-child:before, #contact .captions ul li:first-child:before {
    font-size: 0px;
}

 #contact .captions ul li {
     font-size:30px;
 }
 #contact .captions ul {
   width: 460px;
}
#contact .captions {
    font-size: 50px;
}
#contact .back_sec {
    background-position: 0% 0% !important;
    background-repeat: no-repeat;
    min-height: 387px;
    border:none;
    /* background-size: contain !important; */
}
  #home .captions ul li:nth-last-child(1),#contact .captions ul li:nth-last-child(1){
      padding-right: 0px;
  }
  #home .captions ul li:first-child,#contact .captions ul li:first-child{
      display:inline;
  }
  .content_home {
      margin-top:65px;
  }
  .content_home p {
      font-size:18px;
      font-family: 'Lato Light';
  }
  .sidebar {
      //margin-left: 21px;
      //border: 1px solid #c6c6c6;
  }
  .side_bar {
      border: 1px solid #c6c6c6;
  }
  .side_bar > h3{
     font-size:18px;
     color:#078ba3;
     text-transform:uppercase;
     text-align:center;
     margin-top: 20px;
     font-family: 'Roboto Slab';
 }
.sidebar img{
    float:left;
    padding-right:10px;
}
.sidebar .entry{
    /* float: right;
    width: 70%; */
    width: 85%;
    margin: 0 auto;
}
.sidebar .entry h3{
    margin-top:0px;
    font-family: 'Lato Bold';
    font-size:18px;
    line-height: 23px;
    color:black;
}
.news_home {
    margin-bottom: 30px;
}
footer {
    height:140px;
    background-color:#2f3538;
    margin-top: 83px;
}
.foot_menu ul li a{
    color:white;
}
.foot_menu{
    padding-bottom: 18px;
    border-bottom: 1px solid #7b7e7f;
}
.foot_menu ul {
    margin-top:23px;
}
.row_news {
    /* margin-top:50px;
    width:62%; */
    margin-bottom: 50px;
}
.innernews h3{
    font-size:18px;
    font-family: 'Lato Bold';
    line-height:23px;
    margin-top: 0px;
    color:#2f3538;
}
.innernews p{
    font-size:14px;
    color:#2f3538;
    padding-top: 5px;
    margin-bottom:0px;
}
.innernews .read_more {
    color:#f47920;
    font-family: 'Lato Regular';
    font-size:14px;
    display:block;
}
.innernews  img{
    display:block;
}
.news_content{
    //width:70%;
    margin-top: 36px;
    width: 1030px;
    margin: 0 auto;
}
.left_news{
    width:70%;
    float:left;
}
.feed {
    float:right;
    width:27%;
}

.feeda{
    //padding-left:94px;
    padding-left:20px;
}

.feeda .innernews h3{
    margin-top:0px;
}

.feed h3{
    font-size:18px;
    color:#078ba3;
    text-transform:uppercase;
}

/*----contact--*/
.wrapper_cont {
    width:1296px;
    //width:90%;
    margin:0 auto;
}
#gform_1 .gfield_label{
    display:none;
}
.wrapper_cont h3{
    font-size:48px;
    color:#2f3538;
    font-family: 'Lato Regular';
}
#gform_1 input[type="submit"], #gform_2  input[type="submit"] {
    color:white;
    text-transform:uppercase;
    font-family: 'Lato Bold';
    font-size:14px;
    width:175px;
    height:54px;
    background-color:#2f3538;
    border:none;
}

#gform_fields_1 li {
    display:inline-block;
    width:50%;
    margin-top: 0px;
    padding-right:0px;
    margin-bottom: 6px;
}
#gform_fields_1 li:nth-last-child(2n+1) {
 padding-right:8px;
}
#gform_fields_1 li:nth-last-child(1) {
    width:100%;
    padding-right:0px;
}
#gform_wrapper_1 {
    margin-top:0px;
}
#gform_fields_1  {
    margin-top:-6px !important;
}

#gform_wrapper_1 input[type="text"] {
    background:#f7f7f7;
    outline:none;
    border:none;
    padding-left:15px;
    height:53px;
    font-size:16px;
    font-family: 'Lato Regular';
}

#gform_wrapper_1  textarea {
    background:#f7f7f7;
    height:118px;
    border:none;
    outline:none;
    padding-left:15px;
    font-size:16px;
    font-family: 'Lato Regular';
}
#gform_wrapper_1  .gform_footer {
    padding: 0px;
    margin-top: 10px;
}
.foot_menu ul  .current_page_item a{
  //border:none;
  color:#9c999e;
  border: 1px solid transparent;
}

.foot_menu ul  li  a:hover{
  //border:none;
  border: 1px solid transparent;
  color:#9c999e;
}

#gform_2 {
    //width: 33%;
    width: 36%;
    margin: 0 auto;
}

/*----login----*/

#login h3{
    text-align:center;
    font-size:48px;
    font-family: 'Lato Regular';
    color:white;
}
#gform_2  input[type="submit"] {
    display: block;
    margin: 0 auto;
}
#gform_wrapper_2 input[type="text"],#gform_wrapper_2 input[type="password"]{
    background: #eddcc470;
    //opacity: 0.4;
    outline: none;
    border: none;
    padding-left: 20px;
    height: 53px;
    font-size: 18px;
    font-family: 'Lato Regular';
    color: #000;
}
#gform_fields_2 li{
    padding-top:0px;
    padding-right: 0px;
    margin-top: -14px;
}

.back_login{
  width:860px;
  margin:0 auto;
  position: relative;
  margin-top: 70px;
}
.caption_login {
    position: absolute;
    //top: 5%;
    top: 20px;
    width: 100%;
}
footer #sidebar p{
    color:white;
}
footer #sidebar {
    padding-left:0px;
    font-size: 0px;
}
footer #sidebar li{
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 14px;
}
.change_placeholder ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:white;
}
.change_placeholder :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   white;
   opacity:  1;
}
.change_placeholder ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:white;
   opacity:  1;
}
.change_placeholder :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:white;
}
.change_placeholder ::-ms-input-placeholder { /* Microsoft Edge */
   color:white;
}

.change_placeholder ::placeholder { /* Most modern browsers support this now. */
   color:     white;
}

.feed_first #feed-body  .item {
   width:30% !important;
   float:left !important;
}
.feed-container .content .item {
    width:30% !important;
    float:left !important;
}

.goog_news{

}

.news .rss-aggregator{
    list-style:none;
    margin-top: 25px;
    content: '';
    clear: both;
    display: table;
}
.news .rss-aggregator li {
    float: left;
    padding-right: 20px;
    width: 25%;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
}
.left_newsa .rss-aggregator li {
    float: left;
    padding-right: 20px;
    width: 50%;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
}
.news .rss-aggregator li a {
    color:#2f3538;
    font-size:14px;
    font-family: 'Lato Bold';
    font-size: 16px;
}
.item-list .item .title  a {
    color: #2f3538;
    font-family: 'Lato Bold';
    font-size: 16px;
}
  .open ul
{
    display:block;
    text-align: center;
    list-style: none;
    list-style-position: inside;
    padding-left:0px;
}
  .open ul li
{
    font-size: 17px;
    color: black;
    line-height: 34px;
    border-bottom: 1px solid gray;
    text-transform: uppercase;
}
  .open ul li a {
    color: #2f3538;
    width: 100%;
    display: block;
    background-color:white;
}
  .open ul li a:hover {
    text-decoration:none;
    color: #f47920;
    background-color:black;
}

  .open ul li a:hover  li {
     background-color:black;
}
.ddmenu ul{
    display:none;
}
.ddmenu.open ul {
    display: block;
}
#menutog {
    display:none;
}
#menutog i {
    font-size: 20px;
    color: black;
}
.google_news img,.sport_news img  {
    width: 33%;
    padding-right:10px;
}

.weat_sport_row {
  margin-bottom:20px;
}

.google_news {
    width:982px;
    margin:0 auto;
    margin-bottom: 40px;
    margin-top: 28px;
}
.google_news  .col_line:first-child{
    border:none;
}
.cont_google {
    float: right;
        width:67%;
}
.cont_google a {
    color: #2f3538;
    font-size: 14px;
    font-family: 'Lato Bold';
    font-size: 14px;
}
.col_line {
    border-left: 1px solid #e6e6e6;
    padding-left: 25px;
}
.feeda  .row > h3,.weat_cont > h3, .sport_cont > h3 {
    color: #078ba3;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
}
.weat_cont,.sport_cont {
    border:1px solid #e6e6e6;
}
.sport_cont{
    margin-top:15px;
}
/*--------------Media--------------*/

@media screen and  (max-width:1300px )   {
    .wrapper_cont {
        //width:1296px;
        width:90%;
        margin:0 auto;
        margin-top: 44px;
        margin-bottom:127px;
    }

}

@media screen and  (max-width:1170px )   {
  body{
     // background-color:gray;
  }
  .news_content {
      width:100%;
  }

}

@media screen and  (max-width:992px )   {
    body{
        //background-color:green;
    }
    .content_home {
        width: 700px;
    }
    .wrapper {
        width: 700px;
    }
    .backimg {
       min-height: 425px;
    }

    .back_login {
       width: 100%;
    }
    .back_login .picthumb img{
       width:100%;
       height:auto;
    }
    .news_content{
        width:100%;
    }
    .feeda {
        padding-left:0px;
    }
    .sport_news {
        width: 97%;
        float: right;
    }
    .google_news {
        width:100%;
    }
    .sidebar .entry {
          width: 95%;
   }

}
@media screen and  (max-width:767px )   {
    body{
        //background-color:yellow;
    }
    .navbar ul{
        width:90%;
    }
   .wrapper {
    width: 85%;
   }
   .backimg {
       min-height: 380px;
     }
    .captions {
        top:50px;
    }
    #menutog {
        display:block;
        text-align: center;
        background: white;
        line-height: 30px;
    }
    #navbar ul {
        display:none;
    }
    .foot_menu{
        display:none;
    }
    #login h3 {
    font-size: 30px;
   }
   .caption_login {
     top: 0px;
   }

   #gform_wrapper_2 input[type="text"] {
    height: 33px;
    font-size: 12px;
   }
   #gform_2 input[type="submit"]{
       height:34px;
       width:100%;
   }
    #gform_wrapper_2 .gform_footer {
       margin:0px !important;
   }
   .captions .logo{
       width:30%;
   }
   #home .captions ul li, #contact .captions ul li {
    font-size: 27px;
   }

   #home .captions ul, #contact .captions ul {
    width: 417px;
   }
   #home .captions, #contact .captions {
    font-size: 38px;
   }
   #home .captions ul li:before {
    top: 12px;
   }
   #navbar {
     margin-bottom:0px;
    min-height: 45px;
  }
  footer {
    height: auto;
  }
  .col_line {
      margin-bottom:20px;
  }
  .row_news div:first-child {
      margin-bottom:20px;
  }
  .row_news {
    margin-bottom: 20px;
  }
  .weat_sport_row  .innernews{
      width: 94%;
      margin: 0 auto;
  }
}
@media screen and  (max-width:480px )   {
    footer #sidebar li {
    width: 100%;
    }
    #login h3 {
      font-size: 16px;
      margin: 10px;
    }
    footer .wrapper {
      width: 100%;
    }
    footer .dropdown.ddmenu {
      margin-bottom: 10px;
    }
    .back_login .picthumb img {
        min-height: 200px;
    }
    .gform_wrapper {
      margin: 0px;
    }
    body{
        //background-color:orange;
    }

    .backimg {
        min-height: 280px;
      }
      .captions{
          top:30px;
      }
      #contact .captions ul li {
        font-size: 20px;
    }
    #contact .captions ul {
        width:335px;
    }

    #contact .captions {
        font-size: 20px;
    }
    header h3 {
    font-size: 24px;
   }
  #home .captions ul li, #contact .captions ul li {
     font-size: 16px;
  }
  #home .captions ul, #contact .captions ul {
     width: 277px;
  }
  #home .captions, #contact .captions {
     font-size: 23px;
  }
  #home .captions ul li:before {
    font-size: 9px;
    top: 7px;
    left: -13px;
  }
  #contact .captions ul li:before {
    top: 7px;
    font-size: 9px;
    left: -15px;
 }

}
.gform_body .alert-danger{
    margin-bottom: 0px;
}
@-webkit-keyframes autofill {
    to {
        background: #eddcc470;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
    #gform_wrapper_2 input[type="password"] {
        height: 33px;
        font-size: 12px;
    }
}
#sidebar a{
  color: #fff;
}
.dropdown-backdrop {
  display: none;
}
