
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700);
body {
    width: 100%;

	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size:12px;
    background-color: #000;

}

html {
    width: 100%;
    height: 100%;
}

h1,

h3,
h4,
h5,
h6 {
    margin: 0 0 35px;

    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
	color:#333;

}

h4 {
	margin-bottom:5px;
	font-size:20px;
	
}

h3 {

	line-height: 1.4;
}

p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;

	
}

.modal h2 {
	color:#666;
}

.modal p {
	color:#666;
	font-size:12px;
}

.textfield {
	width:300px;
}




.navbar {
	margin-bottom:0px;
}


@media(min-width:767px) {
    p {
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.6;
    }
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar2 {
    margin-bottom: 0;
	padding:20px 0;
	

    text-transform: uppercase;


}

.navbar-brand2 {
    font-weight: 700;
	padding-top:0px;
}

.navbar-brand2:focus {
    outline: 0;
}

.navbar-custom2 a {
    color: #fff;
}

.navbar-custom2 .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom2 .nav li a:hover,
.navbar-custom2 .nav li a:focus,
.navbar-custom2 .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}



.sidenav {
    position: relative;
    float: left;
    height: auto;
    width: 300px;
    margin: 10px;
    background-color: #F7F8FA;
    border: 1px solid #EEEFF2;
    transition: opacity 0.2s ease-in-out 0.2s;
}

.sidenav ul.main {
    font-size: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #EEEFF2;
}

.sidenav ul {
    width: 100%;
}
.sidenav ul.main li {
    display: block;
    margin: 0px 10px;
    vertical-align: middle;
}
.sidenav ul.main li a.active {
    line-height: 19px;
}

.sidenav ul.main li a {
    display: block;
    height: 40px;
    padding: 10px;
    font-size: inherit;
}

.sidenav ul li a.active {
    color: #525558;
    font-weight: bold;
	
}

.sidenav ul li a {
    position: relative;
     line-height: 0.5em;
    color: #71767A;
    border-radius: 3px;
    transition: all 0.1s ease-in 0s;
}

.sidenav .sub {
    padding: 3px 0px 10px;
}

.clearfix {
    display: block;
}

.sidenav .sub ul.all {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidenav .sub ul {
    float: left;
    font-size: 0px;
    padding: 0px 0px 0px 14px;
}

.sidenav .sub ul li {
    position: relative;
    float: left;
    display: block;
    width: 132px;
}

.sidenav ul {
    width: 100%;
}

.clear {
    clear: both;
    height: 0px;
    visibility: hidden;
}

.sidenav .sub ul {
    float: left;
    font-size: 0px;
    padding: 0px 0px 0px 14px;
}

.sidenav ul {
    width: 100%;
}
	
	.sidenav .sub ul li a {
    display: block;
    padding: 4px 6px 5px 8px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.sidenav ul li a {
    position: relative;
    line-height: 0.5em;
    color: #71767A;
    border-radius: 3px;
    transition: all 0.1s ease-in 0s;
}

.sidenav ul li a:hover {
	background-color:#f1f1f1;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left:0px;
	padding-right:0px;
	
	
}

.btn-default {
	background-image:none;
	
}

.navbar-brand {
	padding-top:10px
}
@media(max-width:480px) {
	


}
.textfield {
	color:#666;
    float: left;
    font-size: 20px;
    background-color: #FFF;
    max-width: 468px;
	width: 100%;
    height: 35px;
    margin: 0px;
    padding: 3px 0px 0px 15px;
    border: 2px solid #FFF;
	font-size:12px;

    border-radius: 0px;
    transition: none 0s ease 0s;
}

.textfield ANTERIOR {
	color:#666;
    float: left;
    font-size: 20px;
    background-color: #FFF;
    max-width: 468px;
	width: 100%;
    height: 50px;
    margin: 0px;
    padding: 5px 0px 0px 15px;
    border: 2px solid #FFF;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    transition: none 0s ease 0s;
}

a.search_button{
    display: block;
    float: left;
    max-width: 35px;
	width: 100%;
	padding-top:10px;
	height:35px;
    text-align: center;
    background-color: #5CC7C1;

    font-size: 25px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;

    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);

	background: url('../img/search2_min.png') no-repeat scroll center center #3DCD58;

	cursor:pointer;
	
}

a.search_button ANTERIOR {
    display: block;
    float: left;
    max-width: 50px;
	width: 100%;
	padding-top:10px;
	height:50px;
    text-align: center;
    background-color: #5CC7C1;

    font-size: 25px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;

    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px rgba(0, 0, 0, 0.12);
	background: url('../img/search.png') no-repeat scroll center center #3DCD58;
	cursor:pointer;
	
}

.page-scroll {
	max-width:600px;
	width:100%;
	
	
}

.resposivepub{
	max-width:400px;
	width:400px;
	display:block;
}

@media screen and (max-width: 520px) {
    .textfield {
        float: none;
        max-width: none;
        margin-top: 1em;
    }
    a.search_button {
        max-width: none;
        width: 100%;
    }
	
	.page-scroll {
	max-width:none;
	
	
}
}

@media(min-width:767px) {
    .navbar2 {
        padding: 20px 0;
		height:80px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
	.navbar-brand2{
		padding-top:15px;
	}

    .top-nav-collapse2 {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse2 {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}


.preintro {
background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 33%, rgba(0, 0, 0, 0.3) 66%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0% 0% transparent;	
}
.icon-bar {
	background-color:#FFF;
}
.intro {
    display: table;
    width: 100%;
    height: 400px;
  
    text-align: center;
    color: #fff;
	
background: -moz-linear-gradient(top, rgba(5,5,5,0.65) 1%, rgba(0,0,0,0) 49%, rgba(5,5,5,0.62) 99%, rgba(5,5,5,0.62) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(5,5,5,0.65)), color-stop(49%,rgba(0,0,0,0)), color-stop(99%,rgba(5,5,5,0.62)), color-stop(100%,rgba(5,5,5,0.62))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(5,5,5,0.65) 1%,rgba(0,0,0,0) 49%,rgba(5,5,5,0.62) 99%,rgba(5,5,5,0.62) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(5,5,5,0.65) 1%,rgba(0,0,0,0) 49%,rgba(5,5,5,0.62) 99%,rgba(5,5,5,0.62) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(5,5,5,0.65) 1%,rgba(0,0,0,0) 49%,rgba(5,5,5,0.62) 99%,rgba(5,5,5,0.62) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(5,5,5,0.65) 1%,rgba(0,0,0,0) 49%,rgba(5,5,5,0.62) 99%,rgba(5,5,5,0.62) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6050505', endColorstr='#9e050505',GradientType=0 ); /* IE6-9 */




    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.introSearch {
    display: table;
    width: 100%;
    height: 200px;;
  
    text-align: center;
    color: #fff;
background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 33%, rgba(0, 0, 0, 0.3) 66%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0% 0% transparent;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.icon-bar {
	background-color:#FFF;
}
.img-responsive{
	
}

.overlay {
    background-color: rgba(81, 81, 81, 0);
    background-image: linear-gradient(rgba(38, 38, 38, 0.24) 0%, rgba(38, 38, 38, 0.48) 100%);
	width:90%;
	height:93%;
	margin-left:-4px;
	margin-top:-4px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
	position:absolute;


}

.thumbnail {
	
	background: #f1f1f1  center center no-repeat;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
       background-color: rgba(81, 81, 81, 0);
    background-image: linear-gradient(rgba(38, 38, 38, 0.94) 0%, rgba(38, 38, 38, 0.48) 100%);
    width:100%;
    height:100%;
    padding:2%;
	display:none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
#app {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
   
    color: #fff;
background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 33%, rgba(0, 0, 0, 0.6) 66%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0% 0% transparent;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-body1 {
    display: table-cell;
    vertical-align: top;
}
.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 400px;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
	padding-top:10px;
	padding-bottom:50px;

}


#download {
	    background-color: #ededed;
		padding-top:50px;
}
.download-section {
    width: 100%;
    padding: 10px 0;
    color: #666;
 
    background-color: #ededed;

}
#searchresult {
	padding-top:50px;
	background-color:#ededed;
}
.searchresult-section {
    width: 100%;
    color: #666;
 
    background-color: #ededed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
		padding-top:10px;
		padding-bottom:50px;
   
    }

    .download-section {
        padding: 10px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
  

    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-defaultx {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}

.btn-defaultx:hover,
.btn-defaultx:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}



#sidebar-wrapper {
    margin-right: -250px;
    right: 0px;
    width: 250px;
    background: none repeat scroll 0% 0% #000;

    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
	z-index: 1031;
}

.sidebar-nav {
    position: absolute;
    top: 0px;
    width: 250px;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

.sidebar-nav li {
  line-height: 20px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: #28C3AB;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}






.small_form {
    width: 557px;
    padding-bottom: 4px;
    overflow: hidden;
}

footer {
	background:#ededed;
}

.bs-docs-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}

.bs-docs-footer-links{
	margin-top:20px;
	padding-left:0;
	color:#999
}

.bs-docs-footer-links li{
	
	display:inline;
	padding:0 2px
}

.bs-docs-footer-links li:first-child{
	padding-left:0
}

.bs-docs-footer p {
    margin-bottom: 0px;
	font-size:15px;
}

.valings {
	left:40%;
    position: absolute;
	bottom:0px;
}

.row {
	margin-right:0px;
	margin-left:0px;
}

.page-header{
	border-bottom:1px solid #f1f1f1;
}


/*RESPONSIVE MANSORY*/

			.rownew {
 -moz-column-width: 20em;
 -webkit-column-width: 20em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em; 
 

  
}

.rownew2 {
 -moz-column-width: 10em;
 -webkit-column-width: 10em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em; 
 
   -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  
  
    -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  
}

.menu-category {
 display: inline-block;
 margin:  0.25rem;
 padding:  0.1rem;
 width:  100%; 

}

.menu-category2 {
 display: inline-block;
 margin:  0.15rem;
 padding:  0.1rem;
 width:  100%; 

}

.thumbnail {
	padding:0px;
	margin:0px;
	
	
}

.dcien{
	width:100%;
}






ul.sharing{
	list-style: none outside none;
	float:left;
	height:40px;
	margin-bottom:5px;
	padding-top:0
}

ul.sharing li{
	background:url(../img/sharing.png);
	height:100%;
	margin:0;
	float:left;
	padding:0
}

ul.sharing li a{
	display:block;
	height:100%;
	padding:0 17px
}

ul.sharing li.copyright{
	background:0;
	padding:18px 0
}

ul.sharing li.sharing_facebook{
	background-position:0 4px
}

ul.sharing li.sharing_facebook:hover{
	background-position:0 -246px
}

ul.sharing li.sharing_twitter{
	background-position:0 -37px
}

ul.sharing li.sharing_twitter:hover{
	background-position:0 -289px
}

ul.sharing li.sharing_google_plus{
	background-position:0 -78px
}

ul.sharing li.sharing_google_plus:hover{
	background-position:0 -332px
}

ul.sharing li.sharing_pinterest{
	background-position:0 -119px
}

ul.sharing li.sharing_pinterest:hover{
	background-position:0 -375px
}

ul.sharing li.sharing_tumblr{
	background-position:0 -160px
}

ul.sharing li.sharing_tumblr:hover{
	background-position:-1px -418px
}

ul.sharing li.sharing_mail{
	background-position:0 -202px
}

ul.sharing li.sharing_mail:hover{
	background-position:0 -460px
}


.navbar-nav2 > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}


.inputSearchHome {
width: 100%;
max-width: 700px;
height: 50px;
border: 0px;
padding-left: 10px;
padding-right: 50px;
zoom: 1;
 border-radius: 4px;
font-size: 20px;
font-weight:300;
}

.btnSearchHome {
position: absolute;
margin-left: -40px;
margin-top: 15px;
}

.cathome{
display:inline-block; margin:0px 5px;
font-size:12px;
color:#fff;
}

.cathome a{

font-size:14px;
color:#fff;
font-weight:normal;
}

.cathome a:hover{

font-size:14px;
text-decoration:underline;
}

.datadb {
	border-top:1px solid #fff; width:100%; margin:0px auto; height:40px; padding-top:5px;

	
}

.thumbnail {
	border-radius:0px;
	border:0px;
	
}

.discover {
background:url(../img/f001942.jpg)50% 0 fixed;
-webkit-background-size: cover;
			  -moz-background-size: cover;
			  -o-background-size: cover;
			  background-size: cover;"   position: relative; 
}