@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
body {
	background-color: rgb(229, 229, 229) !important;
	font-family:"Droid Sans" !important;
}
.landhead {
	background-color: #222;
	border-color: #080808;
	min-height: 60px;
}
.land_post {
	/* background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e6ecf0;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
.navbar {
	margin-bottom: 0px!important;
	min-height: 60px !important;
}
.panel-google-plus {
	position: relative;
	border-radius: 0px;
	border: 1px solid rgb(216, 216, 216);
	font-family: 'Roboto', sans-serif;
}
.panel-google-plus > .dropdown {
	position: absolute;
	top: 5px;
	right: 15px;
}
.panel-google-plus > .dropdown > span > span {
	font-size: 10px;
}
.panel-google-plus > .dropdown > .dropdown-menu {
	left: initial;
	right: 0px;
	border-radius: 2px;
}
.panel-google-plus > .panel-google-plus-tags {
	position: absolute;
	top: 35px;
	right: -3px;
}
.panel-google-plus > .panel-google-plus-tags > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.panel-google-plus > .panel-google-plus-tags > ul:hover {
	box-shadow: 0px 0px 3px rgb(0, 0, 0);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.panel-google-plus > .panel-google-plus-tags > ul > li {
	display: block;
	right: 0px;
	width: 0px;
	padding: 5px 0px 5px 0px;
	background-color: rgb(245, 245, 245);
	font-size: 12px;
	overflow: hidden;
}
.panel-google-plus > .panel-google-plus-tags > ul > li::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	border-right: 3px solid rgb(66, 127, 237);
}
.panel-google-plus > .panel-google-plus-tags > ul:hover > li, .panel-google-plus > .panel-google-plus-tags > ul > li:first-child {
	padding: 5px 15px 5px 10px;
	width: auto;
	cursor: pointer;
	margin-left: auto;
}
.panel-google-plus > .panel-google-plus-tags > ul:hover > li {
	background-color: rgb(255, 255, 255);
}
.panel-google-plus > .panel-google-plus-tags > ul > li:hover {
	background-color: rgb(66, 127, 237);
	color: rgb(255, 255, 255);
}
.panel-google-plus > .panel-heading, .panel-google-plus > .panel-footer {
	background-color: rgb(255, 255, 255);
	border-width: 0px;
}
.panel-heading {
	margin-top: 0px;
	padding-bottom: 0px;
}
.panel-google-plus > .panel-heading > img {
	margin-right: 15px;
}
.panel-google-plus > .panel-heading > h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: 700;
}
.panel-google-plus > .panel-heading > h5 {
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: 400;
}
.panel-google-plus > .panel-body {
	padding-top: 5px;
	font-size: 13px;
}
.panel-google-plus > .panel-body > .panel-google-plus-image {
	display: block;
	text-align: center;
	background-color: rgb(245, 245, 245);
	border: 1px solid rgb(217, 217, 217);
}
.panel-google-plus > .panel-body > .panel-google-plus-image > img {
	max-width: 100%;
}
.panel-google-plus > .panel-footer {
	font-size: 14px;
	font-weight: 700;
	min-height: 54px;
}
.panel-google-plus > .panel-footer > .btn {
	float: left;
	margin-right: 8px;
}
.panel-google-plus > .panel-footer > .input-placeholder {
	display: block;
	margin-left: 98px;
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: 400;
	padding: 8px 6px 7px;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
}
.panel-google-plus.panel-google-plus-show-comment > .panel-footer > .input-placeholder {
	display: none;
}
.panel-google-plus > .panel-google-plus-comment {
	display: none;
	padding: 10px 20px 15px;
	border-top: 1px solid rgb(229, 229, 229);
	background-color: rgb(245, 245, 245);
}
.panel-google-plus.panel-google-plus-show-comment > .panel-google-plus-comment {
	display: block;
}
/*.panel-google-plus > .panel-google-plus-comment > img {
    float: left;   
}*/
.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea {
	float: right;
	width: calc(100% - 56px);
}
.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > textarea {
	display: block;
	/*margin-left: 60px;
    width: calc(100% - 56px);*/
	width: 100%;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(217, 217, 217);
	box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
	resize: vertical;
}
.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > .btn {
	margin-top: 10px;
	margin-right: 8px;
	width: 100%;
}
@media (min-width: 992px) {
.panel-google-plus > .panel-google-plus-comment > .panel-google-plus-textarea > .btn {
	width: auto;
}
}
.panel-google-plus .btn {
	border-radius: 3px;
}
.panel-google-plus .btn-default {
	border: 1px solid rgb(217, 217, 217);
	box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
}
.panel-google-plus .btn-default:hover, .panel-google-plus .btn-default:focus, .panel-google-plus .btn-default:active {
	background-color: rgb(255, 255, 255);
	border-color: rgb(0, 0, 0);
}
/****** LOGIN MODAL ******/
.loginmodal-container {
	padding: 0px;
	max-width: 384px;
	width: 100% !important;
	/*  background-color: #F7F7F7;*/
	background: #f6f7f9 url(../images/logbg.jpg) left top repeat-x;
	margin: 0 auto;
	/* border-radius: 2px;*/
 /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);*/
	overflow: hidden;
	font-family: roboto;
	-webkit-box-shadow: -1px -1px 0px 12px rgba(0,0,0,0.26);
	-moz-box-shadow: -1px -1px 0px 12px rgba(0,0,0,0.26);
	box-shadow: -1px -1px 0px 12px rgba(0,0,0,0.26);
}
.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
}
.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 0px;
	position: relative;
}
.loginmodal-container input[type=text], input[type=password] {
	height: 36px;
	font-size: 14px;
	width: 100%;
	margin: 0px 0px 20px 0px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */

}
.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #e4be76;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #100f0f;
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;
	border-top: 3px solid #b49761;
	text-transform: uppercase;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border-top: 3px solid #b49761;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #b49761;
	color: #fff;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}
.login-help {
	font-size: 14px;
	padding: 10px 0px 10px 0px;
}
.login-help a {
	color: #1c75bc;
	text-decoration: underline;
}
.login-help a:hover {
	color: #333;
}
.ptop {
	background: #353535;
	min-height: 97px;
	margin: 0px;
	text-align: center;
}
.ptop strong {
	color: #cbae78;
	font-family: roboto;
	padding-top: 20px;
	font-size: 19px;
}
.modal-dialog ul {
	list-style: none;
}
.modal-dialog ul li {
	display: inline;
}
.pbtm {
	padding: 0px 20px 10px 20px;
	background: #f6f7f9 url(../images/logbg.jpg) left top repeat-x;
	text-align:left;
}
#myNavbar li {
	margin: 10px 0px 0px 10px;
}
#myNavbar li a {
	padding: 4px 10px!important;
	color: #d9b777;
	border: solid 1px #d9b777;
	border-radius: 20px;
}
#myNavbar li a:hover {
	padding: 4px 10px!important;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 20px;
}
 @-webkit-keyframes ld {
 0% {
transform: rotate(0deg) scale(1);
}
 50% {
transform: rotate(180deg) scale(1.1);
}
 100% {
transform: rotate(360deg) scale(1);
}
}
@-moz-keyframes ld {
 0% {
transform: rotate(0deg) scale(1);
}
 50% {
transform: rotate(180deg) scale(1.1);
}
 100% {
transform: rotate(360deg) scale(1);
}
}
@-o-keyframes ld {
 0% {
transform: rotate(0deg) scale(1);
}
 50% {
transform: rotate(180deg) scale(1.1);
}
 100% {
transform: rotate(360deg) scale(1);
}
}
@keyframes ld {
 0% {
transform: rotate(0deg) scale(1);
}
 50% {
transform: rotate(180deg) scale(1.1);
}
 100% {
transform: rotate(360deg) scale(1);
}
}
.m-progress {
	position: relative;
	opacity: .8;
	color: transparent !important;
	text-shadow: none !important;
}
/* Second blog page Start Here*/

#blog-section {
	margin-top: 0px;
	margin-bottom: 80px;
}
.content-title {
	padding: 5px;
	background-color: #fff;
}
.content-title h3 a {
	color: #34495E;
	text-decoration: none;
	transition: 0.5s;
	font-size: 18px;
}
.content-title h3 a:hover {
	color: #F39C12;
}
.content-footer {
	background-color: #cca453;
	padding: 10px;
	position: relative;
}
.content-footer span a {
	color: #fff;
	display: inline-block;
	padding: 6px 5px;
	text-decoration: none;
	transition: 0.5s;
}
.content-footer span a:hover {
	color: #F39C12;
}
aside {
	margin-top: 30px;
	-webkit-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
	-moz-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
	box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
}
aside .content-footer>img {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	margin-right: 10px;
	border: 2px solid #fff;
}
.user-ditels {
	width: 300px;
	top: -100px;
	height: 100px;
	padding-bottom: 99px;
	position: absolute;
	border: solid 2px #fff;
	background-color: #34495E;
	right: 25px;
	display: none;
	z-index: 1;
}
 @media (max-width:768px) {
.user-ditels {
	right: 5px;
}
}
.user-small-img {
	cursor: pointer;
}
.content-footer:hover .user-ditels {
	display: block;
}
.content-footer .user-ditels .user-img {
	width: 100px;
	height: 100px;
	float: left;
}
.user-full-ditels h3 {
	font-size: 16px !important;
	color: #fff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}
.user-full-ditels p {
	color: #fff;
	display: block;
	margin: 0px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
}
.social-icon {
	background-color: #fff;
	margin-top: 10px;
	padding-right: 20px;
	text-align: right;
}
.social-icon>a {
	font-size: 20px;
	text-decoration: none;
	padding: 5px;
}
.social-icon a:nth-of-type(1) {
	color: #4E71A8;
}
.social-icon a:nth-of-type(2) {
	color: #3FA1DA;
}
.social-icon a:nth-of-type(3) {
	color: #E3411F;
}
.social-icon a:nth-of-type(4) {
	color: #CA3737;
}
.social-icon a:nth-of-type(5) {
	color: #3A3A3A;
}
/*recent-post-col////////////////////*/
.widget-sidebar {
	background-color: #fff;
	padding: 20px;
	margin-top: 30px;
}
.title-widget-sidebar {
	font-size: 14pt;
	border-bottom: 2px solid #e5ebef;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.title-widget-sidebar:after {
	border-bottom: 2px solid #f1c40f;
	width: 150px;
	display: block;
	position: absolute;
	content: '';
	padding-bottom: 10px;
}
.recent-post {
	width: 100%;
	height: 80px;
	list-style-type: none;
}
.post-img img {
	width: 100px;
	height: 70px;
	float: left;
	margin-right: 15px;
	border: 5px solid #16A085;
	transition: 0.5s;
}
.recent-post a {
	text-decoration: none;
	color: #34495E;
	transition: 0.5s;
}
.post-img, .recent-post a:hover {
	color: #F39C12;
}
.post-img img:hover {
	border: 5px solid #F39C12;
}
/*===============ARCHIVES////////////////////////////*/



button.accordion {
	background-color: #16A085;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
	background-color: #F39C12;
	color: #fff;
}
button.accordion:after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
button.accordion.active:after {
	content: "\2212";
}
/*.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}*/
/*categories//////////////////////*/

.categories-btn {
	background-color: #F39C12;
	margin-top: 30px;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
.categories-btn:after {
	content: '\25BA';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.categories-btn:hover {
	background-color: #16A085;
	color: #fff;
}
.form-control {
	border-radius: 0px;
}
.btn-warning {
	border-radius: 0px;
	background-color: #F39C12;
	margin-top: 15px;
}
.input-group-addon {
	border-radius: 0px;
}
/* Innerpage Start Here*/

.indices {
	background: #000;
}
.ind {
	background: #cfb27c;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.in {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 10px 0px; font-weight:bold;
}
.fa-chevron-up{ color:#16af13;}
.fa-chevron-down{ color:#d31d21;}
.in span{ color:#cfb27c;}
.in a{color:#fff; text-decoration:none;}
.in a:hover{color:#cfb27c; text-decoration:none;}
.white{ background:#fff; min-height:40px; padding:15px; margin-top:10px;}
.loc h2{color:#333; font-size:20px; margin:0px; font-weight:bold;}
.fa-globe, .fa-university, .fa-exclamation{ color:#900;}
.location ul li{text-transform:uppercase; line-height:28px; font-weight:600;}
.location ul {  list-style:none; margin:0px; padding:10px 0px 0px 23px; }
.location ul li a{color:#333;}
.location ul li a{color:#991b1e;}

.iimg{ margin-top:10px;}
.trending{ font-family: "Droid Sans" }
.trending ul{ list-style:none; margin:0px; padding:0px;font-family: "Droid Sans"}
.trending ul li{ line-height:20px; padding:0px;}
.trending ul li strong{ color:#991b1e;}
.toc h2{color:#333; font-size:17px; margin:0px; }
.post-footer-option li{
    float:left;
    margin-right:50px;
    padding-bottom:15px;
}

.post-footer-option li a{
    color:#AFB4BD;
    font-weight:500;
    font-size:1.3rem;
}

/* Header--------------------------------------*/
#header-site {
    background: #000 none repeat scroll 0 0;
    border-bottom: 2px solid #cfb27c;
    float: left;
   /* position: fixed;*/
    top: 0;
    width: 100%;
}
.logo-site {
    float: left;
    height: 60px;
    margin: 5px 0 0px 10px;
    width: 230px;
}
.logo-site h1 {
    margin: 0;
}
.logo-site h1 a {
    float: left;
    height: 55px;
    width: 224px;
    text-indent:-999px;
    background-image:url('../images/logo.png');
    background-repeat:no-repeat;
    background-position:0px; 
   /* background-size:100px;*/
}

/*Notification Bell dropdown*/
.top-nav {
    padding: 0 5px;
}
.top-nav > li {
    display: inline-block;
    float: left;
}
.top-nav > li > a {
    color: #cfb27c;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
	margin-top:8px;
}
.top-nav > li > a:hover { background: #000 !important; color: #fff;}
.top-nav > li > a:active { background:#232323 !important; color: #fff;}
.top-nav > li > a:focus { background: #232323 !important; color: #fff;}
.top-nav > li > a:visited { background: #232323 !important; color: #fff;}



.top-nav > li span.badge {
    background: #ca3f02 none repeat scroll 0 0;
    border: 3px solid #262727;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    font-weight: 300;
    padding: 2px 5px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.dropdown-notification .dropdown-menu{width:275px;   max-width: 275px;
    min-width: 160px;}
.dropdown-notification > a {
    font-size: 18px !important;
    line-height: 29px !important;
}
.top-nav .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external {
    border-radius: 4px 4px 0 0;
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 15px;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external > h3 {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #888;
    clear: inherit;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    right: 10px;
}
.top-nav > li.dropdown-notification .dropdown-menu > li.external {
    background: #eaedf2 none repeat scroll 0 0;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 16px 15px 18px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6 !important;

}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
    font-size:13px;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    border-radius: 50%;
    margin-right: 10px;
}
.top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
    background-color: #171717;
    color: #999999;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover {
    background: #f8f9fa none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ca3f02;
}

/*Toggle Navigation design*/
.navbar-default .navbar-toggle{ border:none;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

@media(max-width:768px){
.navbar-collapse{ clear:both;}
    
}

element {
}
.col-md-3 {
    width: 25%;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.main .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#form-buscar{ margin-top:15px;}
#banner{ float:left;}

.like{ list-style:none; margin:0px; padding:0px 0px 0px 20px;}


#upload-file-selector {
    display:none;  
} 

.voice-title{
	font-size: initial;
	font-weight: bold;
	color: #990000;
}

.frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:40px;border-radius:4px;}
#country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:99%;position: absolute;z-index: 9999;max-height: 200px;overflow-y: scroll;overflow-x: hidden}
#country-list li{padding: 5px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;width: 100%;border-radius: 5px;font-size: 12px;}
#country-list li:hover{background:#ece3d2;cursor: pointer;}
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;width:100%;}
#search-box1{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;width:100%;}

.switch_box{     display: -webkit-box;     display: -ms-flexbox;     display:
flex;     height: 50px;     -webkit-
box-pack: center;         -ms-flex-pack: center;             justify-content:
center;     -webkit-box-align: center;         -ms-flex-align: center;
align-items: center;     -webkit-box-flex: 1;         -ms-flex: 1;
flex: 1;      margin-top:-10px; }

/* Switch 1 Specific Styles Start */

.box_1{
	background: none;
}

input[type="checkbox"].switch_1{
	font-size: 25px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 3.5em;
	height: 1.5em;
	background: #ddd;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch_1:checked{
	background: #000;
  }
  
  input[type="checkbox"].switch_1:after{
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
	        box-shadow: 0 0 .25em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
	        transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch_1:checked:after{     left: calc(100% - 1.5em); }

  #map {
        height: 100%;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
	  }
.myan{
	color:#000;
	text-decoration: none !important;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(224, 222, 222); 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 6px 6px 6px 6px rgba(14, 1, 1, 1); 
}
 
.arrow_box {
position: relative;
background: #1b2125;
border: 1px solid #c2e1f5;
color:#fff;
}
.arrow_box:after, .arrow_box:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.arrow_box:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #1b2125;
border-width: 10px;
margin-left: -10px;
}
.arrow_box:before {
border-color: rgba(194, 225, 245, 0);
border-top-color: #c2e1f5;
border-width: 10px;
margin-left: -10px;
}

.container1 {
  position: relative;
  width: 100%;
  height:220px;
}

.image {
  display: block;
  width: 100%;
  height: 220px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #08090A;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container1:hover .overlay {
  height: 100%;
}

.text {
  color: #CCA453;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
  padding:10px;
}
.text .p1{ font-size: 20px; color: ##CCA453 }
.text .p2{ font-size: 12px; color: #DCC5AB }

.headbg{
background: -moz-linear-gradient(45deg, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(207,178,124,1)), color-stop(0%, rgba(207,178,124,1)), color-stop(100%, rgba(207,178,124,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 0%, rgba(207,178,124,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFB27C', endColorstr='#CFB27C',GradientType=1 ); /* ie6-9 */
}

.userbg{
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 49%, rgba(128,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(49%, rgba(0,0,0,1)), color-stop(50%, rgba(128,0,0,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 49%, rgba(128,0,0,1) 50%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 49%, rgba(128,0,0,1) 50%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 49%, rgba(128,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 49%, rgba(128,0,0,1) 50%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.userbgcitizen{
background: -moz-linear-gradient(235deg, rgba(250,250,250,1) 0%, rgba(230,230,230,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(250,250,250,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(235deg, rgba(250,250,250,1) 0%, rgba(230,230,230,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(235deg, rgba(250,250,250,1) 0%, rgba(230,230,230,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(235deg, rgba(250,250,250,1) 0%, rgba(230,230,230,1) 100%); /* ie10+ */
background: linear-gradient(215deg, rgba(250,250,250,1) 0%, rgba(230,230,230,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E6E6E6',GradientType=0 ); /* ie6-9 */

-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.bshadow{
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);	
}

.infl{
	background: -moz-linear-gradient(271deg, rgba(255,255,255,0) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(271deg, rgba(255,255,255,0) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(271deg, rgba(255,255,255,0) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(271deg, rgba(255,255,255,0) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
background: linear-gradient(179deg, rgba(255,255,255,0) 0%, rgba(0,128,128,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008080',GradientType=0 ); /* ie6-9 */
}