@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext);

body{
	font-family: 'Open Sans', sans-serif !important;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}
h1, h2{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 200;
    margin-top: 0px;
}
h1{

    font-size: 48px;

}
.navbar-default .navbar-brand{
    color: #FFF;
}
.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus{
    color: #FFF;
}
.navbar{
	background:#623366 url('../images/banner.png') right top no-repeat !important;
    border-bottom: 10px #B94585 solid;
}
.navbar-nav .open .dropdown-menu > ul{
    margin: 0px!important;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 6px 6px 6px 6px!important;
    line-height: 10px;
}
.navbar-nav .open .dropdown-menu > li > a:hover {
    background: #623366!important;
    color: #FFF!important;
}
.navbar-default .navbar-nav > li > a {
	color: #fff !important;
}
.navbar-brand{
    float: left !important;
   /* margin-left: 5px !important;*/
    font-weight: 200;
    line-height: 30px;
    font-size: 24px;
}
.navbar-header img {
    margin: 0px 5px 0 10px;
    float: left;
}
.navbar-header{
    height: 80px !important;
}
.navbar-nav li a{
    line-height: 30px;
}


.nav .caret
{
     margin-left: 6px !important;
}

.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav a:hover
{
    background: #FFF !important;
    color: #623366 !important;
    border-radius: 5px !important;
}

.navbar-toggle{
    margin-top: 14px !important;
    background: #FFF;
}
.navbar-nav a:hover, .navbar-nav a:focus{
    background: #FFF !important;
    color: #623366 !important;
    border-radius: 5px;
}


.nav li {

     margin: 10px;
 }
.navbar-nav > li > a {

    padding: 0px 6px;
    margin: 0px;
}
.dropdown-menu
{
    padding: 0px;
}
.dropdown-menu li a
{
    padding: 0px;
}
/*.dropdown-menu{
    background: #FFF !important;
}
.dropdown-menu li a:hover{
    background: #623366 !important;
    color: #FFF !important;
}*/
.panel-default > .panel-heading{
    background-image: linear-gradient(to bottom, #623366 0px, #B94585 100%) !important;
    color: #FFF !important;
}
.list-group li a{
    cursor: pointer;
}
.list-group li a:hover{
    color: #623366;
    text-decoration: none;
}
.row{
    margin: 0px !important;
}

#footer{
    text-align: center;
    margin-bottom: 20px;
}
#footer img{
    padding: 0 10px;
    margin: 15px 0px;
}
#footer ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
}
#footer li {
    padding:0px 0px 0px 0px;
    display:inline;
}

.page-wrapper{
    padding: 10px;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.5);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    z-index: 1500;
    transition: all 0.4s ease;
    text-align: center;
}
.twitter iframe{
    width: 100% !important;
    height: 600px !important;
}
.list-group-item img{
    margin: 0 10px 0 0;
    float: left;
}
.list-group-item {
    line-height: 18px;
}
.googleAds, .angular-google-map-container{
    /*border: 1px solid #623366;*/
    margin: 10px 0;
}

.img-frame {
    border: 1px solid #623366;
    margin: 28px 10px 10px 0;
    top: 20px;
    float: left;
}


#map {
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
}

.infoWindowContent {
    border-top: 1px solid #ccc;
    font-size: 14px !important;
    padding-top: 10px;
}

.switch input, .switch label input {
    display: none;
}
.switch i {
    border-radius: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    transition: all 0.2s ease 0s;
}
.switch i:before {
    background: none repeat scroll 0 0 white;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.switch *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 40px #49bf67 inset;
    padding-left: 20px;
    padding-right: 0;
}
.switch label {
}
.admin iframe{
    width: 100%;
    height: 3000px;
}
#Facebook{
    border: 1px solid #3b579d;
    padding: 5px;
}
.top-buffer{
    margin-top: 10px !important;
}