/*
Theme Name: Forum Asia 2014 Theme v2
Theme URI: http://forum-asia.org
Description: New flat design for Forum Asia's website 2014 with new updates
Version: 1.1
Author: Binay Devkota
Author URI: mailto:devunderscorebinay@gmail.com
License: Private License (Closed)
Text Domain: fa
*/

/*

non hover bg/a color: #267563
hover bg:/a color #88C425
menu text: #EAFDE6
*/
a{
    color: #267563;
}
a:hover, a:focus{
    color: #88C425;
}
.topbar{
    background: #267563;
    color: #EAFDE6;
    padding:10px;
    margin-bottom:5px;
}
.topbanner{
    margin-bottom:10px;
    margin-top:5px;
}
.logo{
    text-align: center;
    color: #126633;
    font-weight: bold;
    font-size: 20px;
}
.logo a{
    display:inline-block;
    color: #126633;
}
.logo a:hover{
    text-decoration:none;
    color: #126633;
}
.social .icons{
    padding-top:27.5px;
    color: #FFF;
    display: block;
    text-align: center;
}
.social .icons a{
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease-in-out;
}
.social .icons a:hover{
    color: rgba(255, 255, 255, 1);
}
.social .icons .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 1.5em;
}
/* Instagram */
.fa-instagram {
  background: #DD2A7B;
  color: white;
}

.social .icons .fa-facebook,.social .icons .fa-facebook-square{background-color:#3C599F;}  
.social .icons .fa-twitter,.social .icons .fa-twitter-square{background-color:#32CCFE;} 
.social .icons .fa-instagram,.social .icons .fa-instagram{background-color:#DD2A7B;}
.social .icons .fa-youtube,.social .icons .fa-youtube-play,.social .icons .fa-youtube-square{background-color:#C52F30;}


.navbar-custom{
    background-color: #267563;
}

.navbar-custom a{
    color: #EAFDE6;
    font-size:16px;
}

.navbar-custom a:hover, .navbar-custom a:focus{
    background-color: #88C425 !important;

}
.nothere, .hiddenelement{
    display:inline-block !important;
    width:0px !important;
    height: 0px !important;
    padding:0 !important;
    border: none !important;
}
.navbar-custom .dropdown-menu li a{
    color:  #EAFDE6;
    font-size:16px;

}
.navbar-custom .dropdown-menu li{
    background-color: #267563 !important;
}
.navbar-custom .dropdown-menu li:hover, .navbar-custom .dropdown-menu li:focus{
    background-color: #267563 !important;
}
.navbar-custom .dropdown-menu li a:focus, .navbar-custom .dropdown-menu li a{
    font-size:16px;
}
.navbar-toggle .glyphicon{
    color: #FFF;
}
.anni-logo a{
    display:block;
    padding: 0 5px;
}
.anni-logo a img{
    height: 37px;
    padding: 5px;
    margin: 4px 0px;
}
.anni-logo a:hover{
    text-decoration:none;
}
.anni-logo a:hover img{
    background: none;
}
.fa-logo a{
    display:block;
    padding: 0 5px;
    color: #EAFDE6;
}
.fa-logo a img{
    height: 37px;
    padding: 5px;
    margin: 4px 0px;
}
.fa-logo a:hover{
    text-decoration:none;
}
.fa-logo a:hover img{
    background: none;
}
.menu-icons a{
	display: inline-block;
	padding: 0px 5px;
}
.menu-icons a:hover{
	background: #267563 !important;
	text-shadow:  0px 0px 5px #EAFDE6;
    
}
.menu-icons{
    padding-right:10px;
    padding-top:5px;
}
.search-form{
    position: relative;
    padding-top:5px;
    width: 300px;
    padding-right:20px;
    padding-left:20px;
}
.search-advance{
    transition: min-height 0.3s ease, opacity 1s ease;
    height: 0px;
    min-height:0px;
    position: absolute;
    width: 500px;
    right:20px;
    opacity:0;
    background: #267563;
    color: #FFF;
    z-index: 99;
    font-size: 14px;
    padding: 0 10px;
    overflow:hidden;
    border: 3px solid #DDD;
    border-top:none;
}
.search-advance label{
    font-size:14px;
    width:100%;
}
div.sa-filter-extra input{
    margin-right:5px;
}

div.sa-filter-issue-container label.inner{
    padding-left:17px;
}

.sa-filter-country > label{
    width:49%;
    margin-right:1%;
    display:inline-block;
    float:left;
}

.search-form:hover .search-advance{
    height:auto;
    min-height:160px;
    opacity:0.95;
}

.search-input{
    padding-right:40px;
}

.search-button{
    background: transparent;
    border: medium none;
    color: #267563;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 5.35px;
    right: 20px;
}
.search-button:hover, .search-button:focus{
    color: #88C425;
    border:none;
    box-shadow: none;
}


.featured{
    margin-bottom:20px;
    
}
.carousel-inner > .item{
	-moz-transition: opacity ease-in-out 0.6s;
	-o-transition: opacity ease-in-out 0.6s;
	-webkit-transition: opacity ease-in-out 0.6s;
	transition: opacity ease-in-out 0.6s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	height: 475px;
	display:block !important;
	z-index:1;
}
.carousel-inner > .item:first-child{
	top:auto;
	position:relative;
}
.carousel-inner > .item.active{
	opacity: 1;
	-moz-transition: opacity ease-in-out 0.6s;
	-o-transition: opacity ease-in-out 0.6s;
	-webkit-transition: opacity ease-in-out 0.6s;
	transition: opacity ease-in-out 0.6s;
	z-index:2;
}
.carousel-inner .item img, .carousel-inner .item  iframe{
    text-align: center !important;
}

.carousel-inner .item  iframe{
	width: 720px !important;
	height: 456px !important;
}
.carousel-inner .item  iframe.active{
	position: relative;
	z-index:9;
}
.carousel-thumbs{
    list-style: none;
    display:inline-block;
    margin-top:10px;
    margin-left: 0;
    padding-left: 0;
    position: static;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.carousel-thumbs li{
    padding:0 3px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0px;
    text-indent: 0px;
    width: auto;
}
.carousel-thumbs li.active{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0px;
    text-indent: 0px;
    width: auto;
}
.carousel-thumbs li.active img{
    border-color: #267563;
}
.carousel-thumbs li img{
    border-color: #88C425;
}
.carousel-thumbs li img{
    width:100px;
    height:100px;
}
.carousel-caption{
    background :none repeat scroll 0 0 #000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
.carousel-caption a, .carousel-caption a:hover, .carousel-caption a:focus{
	color: #FFFFFF;
	text-decoration: none;
}
.carousel-control{
	z-index: 2;
}
.frontpage-highlights{
    list-style: none;
    padding-left:0;
}
.frontpage-highlights h4{
    margin:0;
}
.frontpage-highlights h4 a{
    color: #000;
    padding:10px;
    display:inline-block;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #FFF 50%, #267563 50%);
    transition: background-position 0.5s, color 0.5s;
    width:100%;
}
.frontpage-highlights h4 a:hover, .frontpage-highlights li.active h4 a{
	text-decoration: none;
    color: #FFF;
	background-position: -100% 0;
}
.frontpage-highlights h4 a:hover small.time, .frontpage-highlights li.active h4 a small.time{
    color: #ddd;
}
.frontpage-highlights li{
    border-bottom: 1px dotted #CCC;
}
/*
.frontpage-highlights li .highlights-underline{
	display: block;
	width:0px;
	height:2px;
	margin-bottom: 3px;
	background: #88C425;
	transition: width 0.5s ease-in-out, color 0.5s ease-in;
}
.frontpage-highlights li.active .highlights-underline{
	width:475px;
	color: #267563;
}
*/

#subscribe-form{
    height: 80px;
    color: #267563;
    font-size: 14px;
    background: #FFF;
    text-align: center;
    border: 2px solid #267563;
    border-radius: 5px;
    margin-top: 10px;
}
#subscribe-form .subscribe-text{
    padding-top:15px;
}
#subscribe-form .subscribe-text span{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 0;
}
#subscribe-form .subscribe-text span small{
    font-size: 14px;
}
#subscribe-form .subscribe-form{
    position: relative;
    width:100%;
    height:100%;
}
/*Lets create a pulsating animation for the loader face*/
@keyframes phase {
	50% {background: #267563; color: #FFF}
}
.subscribe-loading-message{
    line-height: 1.5rem;
    animation: phase 1s infinite;
    padding-top: 23px;
    display: inline-block;
    width: 100%;
    height: 100%;
}    
.subscribe-loading-message.error{
    background: #c00000;
}    

.subscribe-success-message{
    line-height: 1.5rem;
    padding-top: 30px;
    position: relative;
}

#subscribe-email {
	background: white; outline: none; border: 1px none;
	font: inherit; text-align: left; color: #000;
	display: block; width: 100%; padding: 25px 15px 10px 10px;
    box-sizing: border-box;
}
#subscribe-submit {display: none;}

.subscribe-submit-icon, .subscribe-reset-icon {
	position: absolute; top: 30px; right: 15px;
	color: rgba(0, 0, 0, 0.25);
    line-height: 0; 
    padding: 0px;
	/*smooth transitions when user activates input and types something*/
	transition: all 0.5s;
	/*to make the icons feel like buttons*/
	cursor: pointer;
}
/*.active = when the user is typing something*/
.subscribe-submit-icon.active {color:  #88C425;}
/* reset icon */
.subscribe-reset-icon {color: #267563; font-size: 14px;}

.membersforum{
	line-height: 80px; 
	height: 80px;
	color: #267563;
	background: #FFF;
	text-align: center;
	border: 2px solid #267563;
	border-radius: 5px;
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.membersforum:hover{
	text-decoration: none;
}

.banner > div{
    display:inline-block;
    width:100%;
    height:100%;
    overflow:hidden;
}
a.banner-a {
    display: inline ;
    overflow: hidden ;
    max-height:none ;
    width: 100% ; 
}
a.banner-a img {
    max-height: none ;
    max-width: none ;
    width: 100% ;
}


.blocks{
    margin-bottom: 20px;
}
.blocks div.title{
    border-bottom: 1px #267563 solid;
	margin-bottom: 5px;
}
.blocks div.title a, .blocks div.title span{
    color:  #267563;
    font-size:20px;
    padding:5px;
	font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width:100%;
}
.blocks div.title a:hover, .blocks div.title a:focus{
    text-decoration: underline;
    color: #88C425;
}

.blocks div.content ul{
    list-style:none;
    padding-left:0;
    font-weight: lighter;
}
.blocks div.content ul li{
    border-bottom:1px dotted #CCC;
    padding:5px;
}
.blocks div.content ul.pagination li{
	border-bottom: none;
}
.blocks div.content ul li a{
    color: #000;
    font-size:18px;
}
.blocks div.content ul li a:hover, .blocks div.content ul li a:focus{
    color: #267563;
    text-decoration: none;
}
.blocks div.content ul li ul.children{
    font-weight: lighter;
	opacity: 0;
	max-height:0;
	transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;  
    visibility:hidden;
}
.blocks div.content ul li ul.children li{
    padding-left: 15px;
}
.blocks div.content ul li ul.children li{
    border-bottom: none;
}
.blocks div.content ul li.open ul.children li{
    padding-left:15px;
}
.blocks div.content ul li.open ul.children{
	opacity: 1;
	max-height: 1000px;
    visibility: visible;
}
.hometabs .tab{
    color: #CCC !important;
    display:inline-block;
    border:1px #FFF solid;
    border-bottom: none;
    width: auto !important;
    cursor: pointer;
    margin-right: 5px;
}

.hometabs .tab.active, .hometabs .tab:hover{
    color:#267563 !important;
    border:1px #267563 solid;
    border-bottom: none;
}
.hometabs .tabcontent{
    display:none;
}
.hometabs .tabcontent.active{
    display:inline;
}
#fgmaps{
    width:1140px;
    min-height:450px;
}
.map_post{
    display:hidden;
}
.map_label {
  background-color: #267563;
  color: #EAFDE6;
  font-weight: normal;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding:5px;
  margin-top:10px;
  z-index:999 !important;
}
div.map_label:hover {
    background-color: #88C425 !important;
}
.countries_list{
    display:inline-block;
}
.countries_list li{
    float:left;
    width:45%;
}
.countries_list li a{
    font-size:13px;
}
footer{
    border-top: 1px solid #267563;
}

.social-icons a{
    font-size: 100px;
    color: #EAFDE6;
    text-align: center;
}
.social-icons-small{
    text-align: center;
}
.social-icons-small a{
    font-size:40px;
    padding:5px 10px;
}
.social-icons a:hover{
    text-shadow:  0px 0px 5px #EAFDE6;
}
.footer{
    text-align:center;
    padding:5px 0px;
    font-size: 14px;
    color: #000;
    border-top: 1px solid #267563;
    margin-top:10px;
}
footer .freetext{
    color: #EAFDE6;
    font-size:11px;
    padding-top:10px;
    text-align: justify;
}

small.time{
    font-size:14px;
    font-weight: lighter;
    color: #999;
}
.news{
 display: inline-block;
 width:100%;
}
.news-image{
	float:left;
	padding-right:5px;
	padding-top:12px;
	width: 10.5%;
}
.news-image img{
	max-width:110px !important;
	max-height: 110px !important;
    width:100%;
    height: auto;
}
.news-excerpt{
	float: right;
	width: 89.5%;
	font-size: 14px;
}
.news-excerpt.full{
	width:100% !important;
}
.news-excerpt a.excerpt-more{
	font-size: 14px !important;
}
article.list > h1:first-child{
    border-top: 1px #267563 solid;
    padding-top: 5px;
}
article{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
article h1.title{
    color: #267563;
    font-size:30px;
    padding-bottom:0px;
	padding-top: 0px;
    margin-bottom: 0px;
	margin-top:0px;
	font-weight: bold;
}
article.single > div.text{
    border-top: 1px #267563 solid;
    margin-top: 5px;
}
article h1.title a{
    color: #267563 !important;
}
article h1.title a:hover, article h1.title a:focus{
    color: #88C425 !important;
    text-decoration: none;
}
article small.time{
    font-size:14px;
    color: #999;
}
article div.text{
    border-top:1px dotted #CCC;
    padding:10px 0 40px 0;
    text-align: justify;
}
article div.text a, article div.excerpt a{
    color: #267563;
}
article div.text a:hover, article div.excerpt a:hover{
    color: #88C425;
    text-decoration: none;
}
article div.excerpt{
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
    min-height: 1px;
    width: 100%;
}
article div.excerpt img.wp-post-image{
    max-height:150px;
    width:150px;
    height:auto;
    padding-right:10px;
    float:left;
}
article div.excerpt.video{
    position:relative;
}
article div.excerpt.video div.video-icon{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.8);
    padding: 5px 5px;
    height: 34px;
    width: 34px;
}
article div.excerpt.video div.video-icon span{
    font-size: 24px;
    color: #FFF;
}
article div.separator{
	border-bottom: 1px dotted #CCC;
	margin: 5px 0;
}
article h4.member-country-title{
    border-bottom: 1px #267563 solid;
    padding:5px 0;
}
article h4.member-country-title a{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
article h4.member-country-title a:hover{
    color: #267563;
    text-decoration:none;
}
div.newsletter{
}
div.newsletter h5{
	text-align: center;
}
div.newsletter{
	display:inline-block;
	position:relative;
	margin-bottom:30px;
}
div.newsletter div.newsletter-image{
	transition: box-shadow 1s;
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	border:1px solid #ccc;
	padding:5px;
	background:#f2f2f2;
	bottom:0px;
	display:inline-block;
	position: relative;
	transition: bottom 0.3s;
}
a.newsletter-fancy{
	display: inline-block;
	width:100%;
	height:100%;
	text-align:center;
}

div.newsletter:hover div.newsletter-image{
   bottom:5px;
}
ul.pagination li span,ul.pagination li span:focus,ul.pagination li span:hover{
    color: #000;
    border:none;
    background-color: #FFF;
}
ul.pagination li a{
    background-color: #267563 !important;
    color: #EAFDE6 !important;
    font-weight: normal;
}
ul.pagination li a:hover, ul.pagination li.active a,ul.pagination li.active a:hover, u.pagination li.active a:focus, ul.pagination li a:focus{
    background-color: #88C425 !important;
    color: #EAFDE6 !important;
    font-weight: normal;
}

/* 
This is just made for fulfilling all the complaints from staff members.
Although site looks really good in 1080p screen 
as high resolution requires increase in font-size or DPI in OSes.
In smaller devices it looked really good as the font was big enough to read
Anyway this @media part is for (>992px width) devices 

Lets hope in future everyone has 1080 screens and we can remove this totally
*/
@media (min-width: 992px) {
    .banner > div{
        width:  100% !important;        
    }
    .banner > div.col-md-6{
        width:  50% !important;        
    }
    .banner > div.col-md-4{
        width:  33.3333% !important;        
    }
    .banner-a {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        max-height:150px;
        width: 360px; 
    }
    a.banner-a img {
        max-height: 150px;
        max-width: 360px;
    }

    .banner-sidebar .banner-a{
        max-height: 110px;
        width: 555px; 
    }
    .banner-sidebar .banner-a img{
        max-height: 110px;
        max-width: 555px;
    }
    .banner-footer .banner-a img{
        max-height: 70px;
        max-width: 350px;
        background: #FFF;
    }
    .banner-footer{
        padding-top:15px;
        width:100%;
        text-align:center;
    }

    .banner-featured .banner-a{
        max-height: 150px;
        width: 350px; 
        float:left;
        margin-right:10px;
    }
    .banner-featured .banner-a img{
        max-height: 150px;
        max-width: 350px;
    }
    h1{
        font-size: 35px;
    }
    h3{
        font-size:22px;
    }
    .logo{
        font-size: 18px;
    }
    .navbar-custom a{
        font-size:16px;
    }
    .navbar-custom .dropdown-menu li a{
        font-size:16px;
    }
    .navbar-custom .dropdown-menu li a:focus, .navbar-custom .dropdown-menu li a{
        font-size:16px;
    }
    /* menu on hover for bigger devices */
    .navbar-custom li.dropdown:hover > ul.dropdown-menu {
		display:block;
    }
	ul.dropdown-menu > li > ul.dropdown-menu{
		position:absolute;
		top: 0%;
		left: 100%;
	}
    .blocks div.title a, .blocks div.title span{
        font-size:18px;
    }

    .blocks div.content ul li a{
        font-size:16px;
		font-weight: bold;
    }

    .countries_list li a{
        font-size:12px;
    }

    .subscribe-text{
        font-size:16px;
    }

    .subscribe-button{
        font-size: 23px;
    }

    small.time{
        font-size:12px;
    }

    article h1.title{
        font-size:24px;
    }

    article small.time{
        font-size:12px;
    }
}
/* end of @media for > 992px devices */

/* fixes for mobile device */
@media (max-width: 768px) {
    .carousel-caption h3{
        font-size:14px;
    }
    .banner > div{
        display:inline-block;
        width:100%;
        height:100%;
        overflow:hidden;
    }
    a.banner-a {
        display: inline !important;
        overflow: hidden !important;
        max-height:none !important;
        width: 100% !important; 
    }
    a.banner-a img {
        max-height: none !important;
        max-width: none !important;
        width: 100% !important;
    }
    .search-advance{
        position: static;
    }
}
@media (max-width: 560px) {
    .logo{
        display:inline-block;
        width:100%;
        height:100%;
    }
    .logo > a{
        width:100%;
    }
    .logo > a > img{
        width: 100%;
    }
}




/*end  mobile device */
#fountainG{
position:relative;
width:174px;
height:21px;
margin:10px 0 0 90px;
}

.fountainG{
position:absolute;
top:0;
background-color:#267563;
width:22px;
height:22px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:0.9s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:14px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:0.9s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:14px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:0.9s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:14px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:0.9s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:14px;
animation-name:bounce_fountainG;
animation-duration:0.9s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:14px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.36s;
-webkit-animation-delay:0.36s;
-ms-animation-delay:0.36s;
-o-animation-delay:0.36s;
animation-delay:0.36s;
}

#fountainG_2{
left:22px;
-moz-animation-delay:0.45s;
-webkit-animation-delay:0.45s;
-ms-animation-delay:0.45s;
-o-animation-delay:0.45s;
animation-delay:0.45s;
}

#fountainG_3{
left:44px;
-moz-animation-delay:0.54s;
-webkit-animation-delay:0.54s;
-ms-animation-delay:0.54s;
-o-animation-delay:0.54s;
animation-delay:0.54s;
}

#fountainG_4{
left:65px;
-moz-animation-delay:0.63s;
-webkit-animation-delay:0.63s;
-ms-animation-delay:0.63s;
-o-animation-delay:0.63s;
animation-delay:0.63s;
}

#fountainG_5{
left:87px;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}

#fountainG_6{
left:109px;
-moz-animation-delay:0.81s;
-webkit-animation-delay:0.81s;
-ms-animation-delay:0.81s;
-o-animation-delay:0.81s;
animation-delay:0.81s;
}

#fountainG_7{
left:131px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#fountainG_8{
left:152px;
-moz-animation-delay:0.99s;
-webkit-animation-delay:0.99s;
-ms-animation-delay:0.99s;
-o-animation-delay:0.99s;
animation-delay:0.99s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#267563;
}

100%{
-moz-transform:scale(.3);
background-color:#EAFDE6;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#267563;
}

100%{
-webkit-transform:scale(.3);
background-color:#EAFDE6;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#267563;
}

100%{
-ms-transform:scale(.3);
background-color:#EAFDE6;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#267563;
}

100%{
-o-transform:scale(.3);
background-color:#EAFDE6;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#267563;
}

100%{
transform:scale(.3);
background-color:#EAFDE6;
}

}



#fa-cal{
	position: fixed;
	top: 40%;
	right: 0px;
	height: 36px;
	overflow: hidden;
	width: 36px;
	border-radius: 5px 0 0 5px;
	transition: height 1s ease-in-out, width 0.5s ease-in-out, border-radius 0.5s linear;
	background: #FFF;
}

#fa-cal:hover{
	width: 360px;
	height: 232px;
	border-radius: none;
}

#fa-cal div.title{
    background: #267563;
}

#fa-cal div.title a, #fa-cal div.title span{
    color: #FFF;
    font-size:20px;
    padding:5px;
    text-transform: uppercase;
    display: inline-block;
    width:100%;
}