 @import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
 
@import url('https://fonts.googleapis.com/css?family=Philosopher');

@import url('https://fonts.googleapis.com/css?family=Philosopher|Raleway');

@import url('https://fonts.googleapis.com/css?family=Gochi+Hand');

@import url('https://fonts.googleapis.com/css?family=PT+Serif');
 
 .navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 17px;
	padding-right: 42px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
}

.dropdown-menu > li > a:hover{background:#C82128; color:#fff; border-left:solid 2px #FFCE43}

.nav-dd-s-font{font-size:12px;}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #FFDE00;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
.icon-bar{color:red}
.navbar-toggle, .navbar-toggle:focus {background-color:red}
.donate-btn{margin-top:10%}
.no-margin {
    margin: 0;
    padding: 0;
}

.border-black{border-top:solid 2px red}
.border-yellow{border-top:solid 2px yellow}
.con1{background:red; color:#fff; padding:5px; margin-bottom:10px; border-radius:5px;}
.con2{background:#FFDE00; color:green; padding:5px; margin-bottom:10px; border-radius:5px;}
.con3{background:green; color:#FFDE00; padding:5px; margin-bottom:10px; border-radius:5px;}
.con4{background:#7f3e98f0; color:#fff; padding:5px; margin-bottom:10px; border-radius:5px;}

.nav-tabs {
    border-bottom: 1px solid #b5e83d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #89bd35;
    border-bottom-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none; 
}

.nav > li > a:hover, .nav > li > a:hover{background:none;}

.left-tab-first {background:#ededed; padding:10px 10px; margin-bottom:10px;}

.graybg {
    background: url(../images/graybg1.png) ;
    
}

.graybg2 {
    background: url(../images/graybg2.png) ;
    
}

.food-bg-center {
    background: url(../images/bg/food-bg1.png) ;
    background-size: cover;
	
}

.fxd-bg{
    background: url(../images/bg01.jpg)no-repeat 0px 0px;
    background-size: cover;
    
    background-attachment: fixed;
	height:200px;
      
}

.home-contact-bg{
    background: url(../images/bg/footer-bg.png)no-repeat 0px 0px;
    background-size: cover;
    
    background-attachment: fixed;
	
      
}

.footer-bg1{
    background: url(../images/bg/bg02.jpg)no-repeat 0px 0px;
    background-size: cover;
    
    background-attachment: fixed;
	
      
}

.footer-bg{
    background: url(../images/bg/bg02.jpg)no-repeat 0px 0px;
    background-size: cover;
	
     
}

.my-footer-ul{list-style:none; margin-left:-20px;}

.my-footer-ul li{padding-bottom:7px;}

.my-footer-ul li a{ font-size:15px; color:#fff}
.social-icon img{width:60px;}

.thumb-none{border:none}


.pad-t-b-100{padding-top:100px; padding-bottom:100px}

.sty-font {
    font-family: 'Raleway', sans-serif;
    
}
.hand-font{font-family: 'Gochi Hand', cursive; font-size:25px;}
.font-color-main{color:#7F3E98}
.font-sz-19{font-size:19px;}


.set-font p{font-size:20px;}

.h2size{font-size:14pt;}
.m-border-bottom{ border-bottom:solid 1px #0099cc;}
.thum-none{border:none; border-radius:none}
.base-color{color:#0099CC;}
.font-pt14{font-size:14pt}
.col-centered{
    float: none;
    margin: 0 auto;
}
.thumbnail{background-color:none;}
.block-bg1{background:#03A9F4}
.block-bg2{background:#f9f9f9}
.footer-br-color{background:#464646; color:#a1a1a1}
.top-bg-color i, .help-no {padding-top:5px; padding-bottom:5px;}
hr {
height: 1px;
color: #123455;
background-color: #123455;
border: none;
}
.title-font{font-family: 'PT Serif', serif;}
.other-font{font-family: 'PT Serif', serif;}
.other-font1{font-family: 'PT Serif', serif;}
.font-raleway{font-family: 'Raleway', sans-serif; }
.font-size-2em{font-size:1.8em}
.color-black{color:#000}
.box-shadow{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)}
.pad-t-80{padding-top:80px;}
.pad-b-80{padding-bottom:80px;}
.pad-t-150{padding-top:150px;}
.color-red{color:#C72027}
.bg-red{background:#C72027}

.btn-change6{
	font-size:17px;
    height: 30px;
    width: 115px;
    background: #c82128;
    padding:5px 5px 10px 5px;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #31708f  inset;
	
}
.btn-change6:hover{
    box-shadow:0 0 0 25px #FFDE00  inset;
    -webkit-transform: scale(1);
	color:#000;
}



.btn-change-scr{
	font-size:17px;
    height: 30px;
    width: 123px;
    background: #000;
    padding:5px 5px 10px 5px;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #31708f  inset;
	
}
.btn-change-scr:hover{
    box-shadow:0 0 0 25px yellow  inset;
    -webkit-transform: scale(1);
	color:#000;
}


.font-sz-14{font-size:14pt}
.font-sz-17{font-size:17pt}
.h2place{font-size:22pt}
.h3place{font-size:20pt}
.h1edit{margin:0px; padding:0px;}
.color-main{color:#f68120}
.color-green{color:#008e46;}
.bg-main{background:#f68120}
.bg-black{background:#03A9F4;}
.img-circle-border{border:solid 2px #fff}
.pad-left-right-20{padding-left:30px; padding-right:30px;}
.color-white{color:#fff;}
.font-size-1-3{font-size: 1.3em;
    font-weight: 700;}
.headerline-pad{padding-bottom:1px; padding-top:7px;}
.pad-10-l-r{padding-left:10px; padding-right:10px;}
.my-first-btn {
    background: #fff;
    padding: 10px 10px 10px 10px;
    color: #000;
	border:solid 2px #e0e0e0;
}
.a-tag-none{text-decoration:none}
.page-title{margin-top:100px;}
.border-circle1{border:solid 2px #000}
.margin-left-20{margin-left:20px;}
.ul-deco-non{list-style:none}
.ul-deco-non li a{text-decoration:none; color:#828080}
.ul-deco-non li {padding-bottom:8px; padding-top:8px; border-bottom:solid 1px #d6d5d5}
.my-first-btn2 {
    background: #000;
    padding: 10px 10px 10px 10px;
    color: #fff;
	border:solid 2px #e0e0e0;
}
.my-first-btn3 {
    background: #274472;
    padding: 10px 20px 10px 20px;
    color: #fff;
	border:solid 2px #e0e0e0;
}
.headerline-bg{background:#274472}
.font-sz{font-size:10pt}
.pad-top-20{padding-top:20px}
.pad-bot-20{padding-bottom:20px;}

.donate-btn a{ text-decoration:none}
.date-time{font-size:14px; }

.myhover{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	transition: transform 1s;
}
.myhover:hover{
    opacity: 0.9;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	transform: scale(1.1); 
}

.first-btn{padding:5px; border-radius:5px; background:#C82128

	
}




.font-12{font-size:12px}
.big-font-48{font-size: 43px;}

.footer-social-icon a{color:#fff; text-decoration:none; font-size:25px;}
.footer-social-icon a:hover{color:#fff; text-decoration:none}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

.contactUl{list-style:none}
.contactUl li{padding-bottom:15px; font-size:18px;}
.close{opacity:10}
.modal-content{background:#0000008f}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
     background-color: #fff0; 
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


/* Hover tooltips */
.field-tip {
    position:relative;
    cursor:context-menu;
}
    .field-tip .tip-content {
		z-index:10000;
        position:absolute;
        top:-10px; /* - top padding */
        right:9999px;
        width:100px;
        margin-right:-100px; /* width + left/right padding */
        padding:10px;
        color:#fff;
        background:#333;
        -webkit-box-shadow:2px 2px 5px #aaa;
           -moz-box-shadow:2px 2px 5px #aaa;
                box-shadow:2px 2px 5px #aaa;
        opacity:0;
        -webkit-transition:opacity 250ms ease-out;
           -moz-transition:opacity 250ms ease-out;
            -ms-transition:opacity 250ms ease-out;
             -o-transition:opacity 250ms ease-out;
                transition:opacity 250ms ease-out;
    }
        /* <http://css-tricks.com/snippets/css/css-triangle/> */
        .field-tip .tip-content:before {
            content:' '; /* Must have content to display */
            position:absolute;
            top:50%;
            left:-16px; /* 2 x border width */
            width:0;
            height:0;
            margin-top:-8px; /* - border width */
            border:8px solid transparent;
            border-right-color:#333;
        }
        .field-tip:hover .tip-content {
            right:-20px;
            opacity:1;
        }

.callus-top {
    background: #c82128;
    position: absolute;
    right: 13;
    padding: 4px;
    margin-top: 5px;
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
}
 