@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=cyrillic';
/*
font-family: 'Roboto', sans-serif;
*/
/*==========================================
 1.  PREDIFINEED (FROM 1 TO 500 )
 2.  NAVIGATION - LINE NO 500 
 3.  HOME - LINE NO 900
 5.  FEATURES - LINE NO 1210
 6.  Events - LINE NO 1350
 7.  BUY & DOWNLOAD NO - LINE 1480
 8.  DESCRIBE - LINE NO 1560
 9.  FAQ - LINE NO 1670
 10. TESTIMONIALS - LINE NO 1740
 11. NEWSLETTER - LINE NO 1800
 12. SCREENSHOTS - LINE NO 2005
 13. CLIENTS - LINE NO 2030
 14. PRICING TABLE - LINE NO 2110
 15. OUR TEAM LINE NO 2320
 16. PARTNER - LINE NO 2320
 17. CONTACT - LINE NO 2380
 18. FOOTER 2480
==========================================*/

/*==========================================
PRE LOADER 
==========================================*/
.loader{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fefefe;
    z-index:99999;
    height:100%;
    width:100%;
    overflow:hidden !important;
}
.loaded{
    width:60px;
    height:60px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../img/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    /*background-size*/
    -moz-background-size:cover;
    background-size:cover;
    margin:-20px 0 0 -20px;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body{
    background-color: #fff;
    font-size: 16px;
    color: #565656;
    width:100%;
    padding:0;
    margin-left:0;
    margin-right:0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing:antialiased;
    font-weight: 300;
}

img{
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-drag:none;
    user-drag:none;
}
a,
a:hover,
a:active,
a:focus{
    text-decoration:none;
    outline:none;
}

a, button, a span{
    -webkit-transition:  0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active{
    outline:inherit;
}

*,
*:before,
*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
p{
    margin:0 0 5px;

}
.clear{
    clear:both;
}
ol, ul{
    list-style:none;
    padding:0;
}
img {
    max-width: 100%;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 100;
}
h2 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 10px;
}
h3{
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
}
p {
    font-size: 14px;
    line-height: 24px;
    font-size: 16px;
    line-height: 25px;
}
p:last-child {
    margin-bottom: 0px;
}


/*text*/
.text{
    color: #333333
}

.colorstext {
    color: #1ac6ff;
}

.colorsbg{
    background: #1ac6ff ! important;
    color: #fff;
}
.details-full-width .download-button {
    margin-top: 40px;
    margin-bottom: 20px;
}
.details-full-width .only-button {
    margin-top: 0;
    margin-bottom: 0;

}
.details-full-width .only-button a {
    padding: 15px 40px;
}

.overlay{
    background-color: rgba(0, 0, 0, 0.3);
    /*background-image: url(../img/overlay/01.png);*/
    width: 100%;
    min-height: 550px
}
.overlay-stratup-half {
    background-color: rgba(0, 0, 0, 0.5);
    /*    background-image: url(../images/dots.png);*/
    width: 100%;
    min-height: 800px;

}
.overlay-startup {
    background-color: rgba(0, 0, 0, 0.4);
    /*    background-image: url(../images/dots.png);*/
    width: 100%;
    min-height: 800px;

}
.overlay-img{
    background: rgba(0, 0, 0, 0.5);
    /*    background-image: url(../images/dots.png);*/
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.color-overlay-img{
    background: rgba(26, 198, 255, 0.7);
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.5);
    /*    background-image: url(../images/dots.png);*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;

}
.surface-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

}

.canvas-overlay {
    position: absolute;
    height: 800px;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}


.surface {
    height: 100%;
    width: 100%;  
    height: 650px;
}
.overlay-surface {
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
    min-height: 650px;  
}
.surface2 {
    width: 100%;
    height: 100%;
    position: absolute;
}



.transition {
    -webkit-transition: all 500ms linear; 
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear; 
}

.btn-lg, .btn-group-lg>.btn {
    padding: 13px 30px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 3px;
}
.btn-md, btn-group-md>.btn {
    padding: 8px 20px;
    font-size: 18px;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.21);
    font-size: 16px;
    font-weight: 100;
    height: 50px;
}




/*Section */

.sections {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
section:nth-of-type(odd) {
    background-color: #F9F9F9;
}
section .title h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 100;
    margin-bottom: 10px;
}
section .subtitle h5{
    font-weight: 400;
    margin-top: 10px;
}




section .title-half h1 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    margin-bottom: 10px;
}
section .subtitle-half h5{
    font-weight: 100;
    font-size: 17px;
}


.separator{
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 70px;
    background: #1ac6ff;
}
.separator-left{
    height: 2px;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 30px;
    background: #1ac6ff;
}
.white-separator {
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 40px;
    background: #fff;
}
.separator-min-height {
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 15px;
    background: #1ac6ff;
    margin-bottom: 40px;
}




/*margin*/

.margin-top-ten {
    margin-top: 10px;
}
.margin-bottom-ten {
    margin-bottom: 10px;
}
.margin-top-twenty {
    margin-top: 20px;
}
.margin-bottom-twenty {
    margin-bottom: 20px;
}
.margin-top-thirty {
    margin-top: 30px;
}
.margin-bottom-thirty {
    margin-bottom: 30px;
}

/*padding*/
.padding-twenty{
    padding: 10px 0;
}
.padding-fourty{
    padding: 20px 0;
}
.padding-sixty{
    padding: 30px 0;
}
.padding-eighty{
    padding: 40px 0;
}


/*text*/

.white-text{
    color: #fff
}
.black-text {
    color: #000;
}




/*button menu style*/

.navbar .btn {
    margin-top: 20px;
    margin-left: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #1ac6ff;
    border-color: #1ac6ff;
}
.btn-primary:hover{
    color: #1ac6ff;
    background-color: transparent;
    border-color: #1ac6ff;
}
.btn-default.btn-dark {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-default:hover {
    color: #1ac6ff;
    background-color: #FFFFFF;
}








/* ======================
NAVIGATIONS 
=========================*/

.navbar-header{
    min-height: 70px
}
.navbar-inverse .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a{
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.navbar .navbar-nav>.active>a, 
.navbar .navbar-nav>.active>a:hover, 
.navbar .navbar-nav>.active>a:focus{
    background: transparent;
    box-shadow: none;
}


.nav-light.custom-nav .navbar-nav>li>a {
    color: #000;

}
.nav-light.custom-nav .navbar-nav>.active>a, 
.nav-light.custom-nav .navbar-nav>.active>a:hover, 
.nav-light.custom-nav .navbar-nav>.active>a:focus{
    color:#1ac6ff;
}


.nav-light.scroll-nav  .navbar-nav>li>a:hover, 
.nav-light.scroll-nav  .navbar-nav>li>a:focus,
.nav-light.custom-nav .navbar-nav>li>a:hover, 
.nav-light.custom-nav .navbar-nav>li>a:focus{
    color:#1ac6ff;
}

.nav-light .navbar-header img {
    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nav-light .navbar-toggle{
    margin-bottom: 12px;
    margin-top: 13px;

}

a.top-logo{
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    position: relative;
    font-size: 20px;
    height: 67px;
    padding: 15px 10px 5px 10px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    max-width: 155px;
}


.nav-light a.top-logo{
    color: #fff;
    background: none;

}

.nav-light.navbar a.top-logo:hover{
    background-color: #fff;
}
.nav-light .navbar-nav {
    padding-top: 10px;
}


.nav-light.scroll-nav {
    height: 70px;
    background: #fff;
    border-color: rgba(255, 255, 255, 0.29);
}
.nav-light.scroll-nav .navbar-nav>li>a {
    color: #000;

}

.nav-light.scroll-nav .navbar-nav>.active>a, 
.nav-light.scroll-nav .navbar-nav>.active>a:hover, 
.nav-light.scroll-nav .navbar-nav>.active>a:focus{
    color:#1ac6ff;
}


@media (max-width: 640px) {
.navbar-default .navbar-collapse {
    background: #ffffff;
} 
}
@media (max-width: 480px) {
.navbar-default .navbar-collapse {
    background: #ffffff;
}   
}


/*fixed nav light*/

.fixed-nav.navbar{
    background: #fff;
    border-color: rgba(255, 255, 255, 0.29);
}
.navbar.fixed-nav .navbar-nav>li>a {
    color: #000;
}
.fixed-nav.navbar .navbar-nav>.active>a, 
.fixed-nav.navbar .navbar-nav>.active>a:hover, 
.fixed-nav.navbar .navbar-nav>.active>a:focus,
.fixed-nav.navbar .navbar-nav>li>a:hover, 
.fixed-nav.navbar  .navbar-nav>li>a:focus{
    color:#1ac6ff;
}

.fixed-nav .navbar-nav {
    padding-top: 10px;
}

.fixed-nav .navbar-header img {
    max-height: 35px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fixed-nav .navbar-toggle{
    margin-bottom: 12px;
    margin-top: 13px;

}
















.navbar-brand {
    height: 70px;
    padding: 0;
}

.navbar-brand img{
    margin-top: 5px;
    height: 60px;
}


.carousel-control .fa-angle-left {
    text-shadow: none;
    background: none;
    position: absolute;
    margin-top: -20px;
    top: 50%;
    left: -40px;
    font-size: 40px;
    color: #000;
}


.carousel-control .fa-angle-right {
    text-shadow: none;
    background: none;
    position: absolute;
    margin-top: -20px;
    top: 50%;
    right: -40px;
    font-size: 40px;
    color: #000;
}




.carousel-control .fa-angle-left:hover, .carousel-control .fa-angle-right:hover {
    background: none!important;
}






/* ======================
Home section
======================*/

.home{
    background: url(../img/home.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    background-size:cover;
    width:100%;
    overflow: hidden;

}
.arrow-wrapp {
    position: relative;
}

.arrow-wrapp img {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 36px;
    margin-left: -18px;
    color: #4B515D;
}


.home-intro{
    margin:auto;
    padding-top: 250px;
    text-align: center;
}
.home-intro  h1{
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    text-transform: none;
}

.home-intro-app-block{
    padding-top: 100px;
    text-align: center;

}

.home-intro-app-block  h1{
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}






/* ======================
EVENTS section
======================*/
#events  h3{
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}

#events .separator {
    margin-bottom: 30px;
}


#events .events-list{
    border: 0px solid #C8C8C8;
    padding: 5px;
    border-radius: 6px;
}

#events .events-list span.label{
    /*background-color: #FFC401;*/
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 900;
}

#events .events-list .img-wrapp{
    overflow: hidden; 
    min-height: 120px; 
    max-height: 120px; 
}

#events .events-list h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
    display: block; 
    overflow: hidden; 
    min-height: 48px; 
    max-height: 48px;
}
/* ======================
VIEW_EVENTS.PHP
======================*/
#view_events  h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}

#view_events p {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    font-size: 16px;
}

#view_events a.over {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#view_events a.over .portfolio-overlay {
    position: absolute;
    display: table-cell;
    left: 0px;
    top: 0px;
    background: rgba(61,86,110, 0.6);
    height: 100%;
    line-height: 190px;
    width: 100%;
    border-radius: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    text-align: center;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
}

#view_events a.over.round .portfolio-overlay {
    border-radius: 0;
    background: rgba(61,86,110, 0.6);
}

#view_events a.over:hover .portfolio-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}
@media (max-width: 780px) {
#view_events .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
} 
}
@media (max-width: 640px) {
#view_events  .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
} 
}
@media (max-width: 480px) {
#view_events  .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
}   
}



/* ======================
VIDEO section
======================*/
#video  h3{
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}
@media (max-width: 640px) {
#video.sections {
    padding-bottom: 20px!important;
}
}
@media (max-width: 480px) {
#video.sections {
    padding-bottom: 20px!important;
}
}


/*======================
PORTFOLIO section
======================*/
#portfolio  h3{
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}

a.over {
    display: block;
    position: relative;
}

a.over .portfolio-overlay {
    position: absolute;
    display: table-cell;
    left: 0px;
    top: 0px;
    background: rgba(61,86,110, 0.6);
    height: 100%;
    line-height: 190px;
    width: 100%;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    text-align: center;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
}

a.over.round .portfolio-overlay {
    border-radius: 50%;
    background: rgba(61,86,110, 0.6);
}

a.over:hover .portfolio-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}
@media (max-width: 780px) {
#portfolio .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
}
#portfolio a.over {
    margin: 15px 0;
}
#portfolio a.over .portfolio-overlay{
    line-height: 190px;
} 
}
@media (max-width: 640px) {
#portfolio .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
}
#portfolio a.over {
    margin: 15px 0;
}
#portfolio a.over .portfolio-overlay{
    line-height: 160px;
} 
}
@media (max-width: 480px) {
#portfolio .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
}
#portfolio a.over {
    margin: 15px 0;
} 
#portfolio a.over .portfolio-overlay{
    line-height: 130px;
}  
}
/*======================
PARTNERS section
======================*/
#partners  h3{
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}

.partners-wrapper {
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

.partners-item  {
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.partners-wrapper .col-sm-4 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.partners-wrapper .col-sm-4 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.partners-wrapper img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}
.partners-wrapper img:hover {
    opacity: 0.5;
}
.partners-wrapper .col-sm-4:last-child, .col-sm-4:nth-child(3) {
    border-right: none;
}
.partners-wrapper:last-child .partners-item {
    border-bottom: none;
}



/*======================
CONTACT section
======================*/
#contacts  h3{
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}

#contacts  h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000; 
}

#contacts  p{
    margin-bottom: 20px; 
}

#contacts .modal-way ul {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
    font-size: 14px;
}

#contacts .sub li{
    padding-left: 15px;
}

.contact-2 input {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 35px;
}

.contact-2 textarea {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 35px;
}

.contact-2 textarea.form-control {
    height: auto;
}

.contact-2 button{
    margin: auto;
    display: block;
    min-width: 235px;
}

.contact-form #message{
    margin:10px 0;
    padding:0;
}
.contact-form .error_message {
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 40px;
    background: #FFEAEB url('../img/error.gif') no-repeat 10px center;
    padding: 3px 10px 3px 35px;
    color: #FF1E00;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 95%;
    text-align: center;
    margin: auto;
}
.contact-form #contact #success_page{
    background: rgba(230, 230, 230, 0.44);
    border-radius: 10px;
    padding: 40px 10px;
    color: black;
    min-height:  280px
}
.contact-form #contact #success_page h1{
    background:url('../img/success.gif')   left no-repeat;

}
.contact-form #contact #success_page p{
    font-size: 18px;
}

.contact-address h4{
    margin-bottom: 30px;
}

.contact-address li{
    margin-top: 10px;
}







/* ======================
NEWS.PHP
======================*/

#news  h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}

#news .separator {
    margin-bottom: 30px;
}

#news .grid-item{
    padding: 10px;
}

#news .wrapp-grid-item{
    border: 0px solid #C8C8C8;
    padding: 5px;
    border-radius: 6px;
}

#news .grid-item h5{
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000; 
    font-size: 12px;
}

#news .grid-item h2 {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.2;
}

#news .grid-item p {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    font-size: 14px;
}


@media (max-width: 640px) {
#news .grid-item{
    padding: 10px;
    margin-bottom: 20px;
}

#news .wrapp-grid-item{
    border: none;
    padding: 0px;
    border-radius: 0px;
} 
}
@media (max-width: 480px) {
#news .grid-item{
    padding: 10px 30px 10px 10px;
    margin-bottom: 20px;
}

#news .wrapp-grid-item{
    border-bottom: 0;
    padding: 0;
    border-radius: 0;
}  
}



/* ======================
VIEW_NEWS.PHP
======================*/
#view_news  h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    color: #000; 
    text-transform: uppercase;
}

#view_news .separator {
    margin-bottom: 30px;
}

#view_news p {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300;
    font-size: 16px;
}

#view_news a.over {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#view_news a.over .portfolio-overlay {
    position: absolute;
    display: table-cell;
    left: 0px;
    top: 0px;
    background: rgba(61,86,110, 0.6);
    height: 100%;
    line-height: 190px;
    width: 100%;
    border-radius: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    text-align: center;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
}

#view_news a.over.round .portfolio-overlay {
    border-radius: 0;
    background: rgba(61,86,110, 0.6);
}

#view_news a.over:hover .portfolio-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}
@media (max-width: 780px) {
#view_news .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
} 
}
@media (max-width: 640px) {
#view_news  .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
} 
}
@media (max-width: 480px) {
#view_news  .margin-bottom-twenty{
    margin: 0!important;
    padding: 0px 10px;
}   
}






/*======================
FOOTER
======================*/

.footer-1-light {
    background: #000000;
    color: #B6B6B6;
    padding: 25px 0px 25px;
    font-weight: 200;
}
.footer-1-light h2 {
    color: #A9A9A9;
    font-size: 30px;
    /* border-bottom: 2px dashed #4A4A4A; */
    /* padding-bottom: 20px; */
    margin-top: 0px;
    margin-bottom: 10px;
}
.footer-1-light span {
    text-transform: uppercase;
    font-size: 13px;
}
.footer-1-light a, .footer-1-light a span {
    font-size: 26px;
    margin-right: 5px;
    color: #838383;
    margin-top: 15px;
}
.footer-1-light a span:hover {
    color: #1ac6ff;
}

.social-btns > a {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    color: #fff;
}
.footer-details i{
    font-size: 22px;
    line-height: 40px;
}
.social-icon li{
    border-radius: 50%;
    border: 1px solid #616161;
    width: 38px;
    height: 38px;

    margin: 2px;
}
.social-icon li a{
    color: #616161;
}











/* ==========================================================================
   Helper classes
   ========================================================================== */
/*table*/
.table > thead > tr > th, .table > tbody > tr > td{
    padding: 15px;
}
.nav-tabs>li>a {
    color: #30353A;
    margin-right: 0px;
    background-color: #eff3f6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 55px;
    border-left: 0;
    border-right: 0;
}
.tab-content .tab-pane {
    padding: 15px 30px;
    border: 1px solid #EDEDED;
    border-top: 0;

}
.events-countdown {
    margin-bottom: 40px;
}
.display-none {display: none;}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
