/* ------------------------------------------ */
/*             CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Slider                   */
/*   04 - Main Page Elements       */
/*   05 - Revolution Slider        */
/*   06 - Shortcodes Elements      */
/*   07 - Portfolio Styles         */
/*   08 - Single Project Styles    */
/*   09 - Blog Styles              */
/*   10 - Single post Styles       */
/*   11 - Sidebar Styles           */
/*   12 - Footer Styles 		   */
/*   13 - Plugins Styles 	  	   */


@import url("../css/font-face.css");
/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/

body {
	font-family: 'latomedium';
	font-size:13px; 
	font-weight: 300;
	color: #666;
	
}

body.other{padding-top:110px;}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
	outline:none;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	color: #444;
}

h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #666;
    font-size: 15px;
    font-family: 'latomedium';
    line-height: 26px;
    margin: 0;
	text-align:justify;
}

p strong {
	font-weight: 600;
	color:#000;
}
strong.head{font-size:13px;font-family: 'latoheavy'; font-weight:bold; text-transform:uppercase; }
.btn-success{background:#12b195 !important; border:none; margin-top:10px;}
.accent-color-bg {
	color: #fff;
}

.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.6em;
    margin-bottom: 35px;
	color: rgba(0,0,0, 0.8);
}

.fittext strong {
	font-weight: 700;
}

.page-content p {
	margin-bottom: 15px;
}

.wite-text {
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.image-text {
	margin-right: 10px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
   font-family: 'latomedium';
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.no-border-bottom{border-bottom:0px !important;}
.border-right-1px{border-right:1px solid #fff;}
a.read-more{font-size:11px; padding-right:5px; color:#f16436;}
a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#content {
	padding: 60px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.section.repeat-bg {
	background-repeat: repeat;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

.bg-parallax {
	background-attachment: fixed;
}

.section-video {
	position: absolute;
	z-index: 33;
	left: 0;
	top: -100px;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}


.section-video object {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video-content {
	z-index: 35;
	position: relative;
	opacity: 0.98;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 34;
	opacity: 0.7;
}

#container {
    background-color: #fff;
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
	position: static;
	top: 0;
    width: 100%;
	z-index:99;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
	opacity: 0.95;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.top-bar {
	background-color: #fff;
}

.top-bar.color-bar {
	border-bottom: 0;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar a {
	color: #666;
}

.top-bar .contact-details li {
	display: inline-block;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li a:before {
	color: #666;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.social-list li a:hover {
	color: #fff;
}


ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.blog:hover {
	background-color:#9190ca;
}

ul.social-list li a.blog i {
	width:60px;
}

ul.social-list li a.fb:hover {
	background-color:#039;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.youtube:hover {
	background-color: #e52d27;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
	background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
	background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
	font-size: 14px;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	font-style:normal;
	text-align: center;
	border-left: 1px solid #f2f2f2;
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}

.navbar {
	margin-bottom: 0;
	background: rgba(0,0,0,0);
	padding:0 ;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
	position:static;
	padding: 0px 0;
	background:url(../images/logo.gif) no-repeat left;
	height:90px;
	padding-left:100px;
	padding-top:30px;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.navbar-brand img{ display:none;}
.only-mobile{display:none;}

.navbar-nav {
	margin-right: 0px!important;
	margin-top:0;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-nav > li {
    margin-left: 6px;
	margin-top:0;
}
.navbar-nav > li.showhide{display:none;}



.navbar-nav > li > a {
	color: #000 !important;
	display: block;
    font-size: 15px;
	font-weight: 300;
    padding: 28px 10px 28px 10px;
transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 400;
	border-bottom:2px solid rgba(0,0,0,0);
	outline:none;
}


.navbar-nav > li > a.active, .navbar-nav > li:hover > a {
	/*background:#12b195 !important;*/
	border-bottom:2px solid #fff;
	color:#f16436 !important;	
}


.list-item[aria-expanded="true"]{
 color:#f16436 !important;
 background:none !important;
border-bottom:2px solid #fff !important;
}

.navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-nav > li > a.active:after {
	opacity: 1;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    left: 50px !important;
    top: 100%;
    width: 180px;
	background-color: rgba(255,255,255,0.95);
    z-index: 2;
	opacity: 1;


}


 /*.navbar-default .navbar-nav > .active{
    color: #000;
   background: #d65c14 !important;
 }*/




.dropdown-menu li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown-menu li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown-menu li a, .sup-dropdown li a {
    display: block;
    color: #000;
    font-size: 12px;
font-family: 'latomedium';    
padding: 5px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


 
 .about{max-width:100%; margin:0 auto;}
 .about img{border:2px solid #efefef; margin-bottom:5px;}
.about p{font-size:17px; text-align:justify; padding-bottom:8px; line-height:28px; font-family: 'latomedium';}
.about a.btn-success{font-size:12px; text-transform:uppercase;}

/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
	

}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 35%;
	margin-top: 0px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.4);
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{background: rgba(0,0,0,0.2) !important;}


#main-slide .slider-content h2{
	 font-family: 'latothin';
	font-size: 50px !important;
	font-weight: 100;
    color: #555;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}



#main-slide .slider-content h3{
	font-family: 'latoheavy';
	font-size: 45px;
	line-height:60px;
	font-weight: 300;
	margin-top: 0px;
    text-align: center;
    color: #555;
}
#main-slide .slider-content h3.green{padding-left:80px;  margin-right:90px;}

#main-slide .slider-content h2.green{padding-top:15px; padding-bottom:10px; margin-right:90px;}
#main-slide .slider-content h2.green, #main-slide .slider-content h3.green{color:#04423f;}

#main-slide .slider-content h2.dark, #main-slide .slider-content h3.dark{font-family: 'latoheavy'; color:#e3e3e3; background:#000; display:inline-block; padding:10px;margin-bottom:5px; text-transform:uppercase; font-size:36px !important; line-height:45px; }
#main-slide .slider-content h2.dark{ margin-right:520px;}
#main-slide .slider-content h3.dark{margin-right:350px;}

#main-slide .slider-content h2.white{font-family: 'latoheavy'; color:#fff;  margin:0px 0 5px 0;  font-size:40px !important; line-height:40px; padding-left:450px; padding-top:15px;}
#main-slide .slider-content h3.white{font-family: 'latothin'; color:#fff;    font-size:30px !important; line-height:30px; padding-left:480px; }
.slider.btn{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}



.sidebar, .sidebar1{ position:relative; padding:0; border-left:1px solid #fff; }
.Associate{border-bottom:1px solid #fff; background:url(../images/side-bar.png) 0 0 no-repeat; text-align:center;   -webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Associate1{border-bottom:1px solid #fff; background:url(../images/side-bar-inside.png) 0 0 no-repeat; text-align:center;   -webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.Associate1:first-child{margin-top:40px;}

.donor{ background:url(../images/side-bar.png)0 -261px no-repeat !important;}
.donor:hover{ background:url(../images/side-bar.png)-203px -261px no-repeat !important;}

.donor1{ background:url(../images/side-bar-inside.png)0 -261px no-repeat !important;}
.donor1:hover{ background:url(../images/side-bar-inside.png)-203px -261px no-repeat !important;}
.Associate:hover{/*background:url(../images/side-bar.png) -203px 0 no-repeat;*/ background:url(../images/side-bar.png) -203px 0 no-repeat;}
.Associate1:hover{/*background:url(../images/side-bar.png) -203px 0 no-repeat;*/ background:url(../images/side-bar-inside.png) -203px 0 no-repeat;}

.Associate a{padding:50px 0 48px 0; display:block; }
.Associate1 a{padding:30px 0 ; display:block; }
.Associate img{margin:0 auto; margin-bottom:20px;}
 .Associate1 img{margin:0 auto; margin-bottom:10px;}
.Associate h3{ font-family: 'roboto_condensedbold' !important;  color:#b9b8e5 !important; font-weight:normal; font-size:26px !important; line-height:26px !important; text-transform:uppercase;}
.Associate h3 span{font-family: 'roboto_condensedregular'; letter-spacing:0; font-size:16px !important; font-weight:normal;}
.Associate1 h3{ font-family: 'roboto_condensedbold' !important;  color:#656cb4 !important; font-weight:normal; font-size:26px !important; line-height:26px !important; text-transform:uppercase;}
.Associate1 h3 span{font-family: 'roboto_condensedregular'; letter-spacing:0; font-size:16px !important; font-weight:normal;}

.Associate h2{ font-family: 'roboto_condensedbold';  color:#b9b8e5; font-weight:normal; font-size:26px; line-height:26px; text-transform:uppercase;}
.Associate h2 span{font-family: 'roboto_condensedregular'; letter-spacing:0; font-size:16px; font-weight:normal;}
.Associate a{text-decoration:none;}
.Associate a:hover h2{color:#d2d1f3;  -webkit-transition: fade 200ms ease;
	-ms-transition: fade 200ms ease;
	-o-transition: fade 200ms ease;
	transition: fade 200ms ease;}
.slid1{  padding:0;  }
.Associate-icon{width:64px; height:64px; margin:0 auto; margin-bottom:20px; background:url(../images/icons.png) 0 0 no-repeat;}	
.donor-icon{width:64px; height:64px; margin:0 auto; margin-bottom:20px; background:url(../images/icons.png) 0 -80px no-repeat;}	
 .Associate:hover .Associate-icon{background-position:-81px 0; }
.donor:hover .donor-icon{background-position:-81px -80px; }

.Associate1-icon{width:64px; height:64px; margin:0 auto; margin-bottom:10px; background:url(../images/icons1.png) 0 0 no-repeat;}	
.donor1-icon{width:64px; height:64px; margin:0 auto; margin-bottom:20px; background:url(../images/icons1.png) 0 -80px no-repeat;}	
 .Associate1:hover .Associate1-icon{background-position:-81px 0; }
.donor1:hover .donor1-icon{background-position:-81px -80px; }

.sidebar-inside{background:#5a5c9f; min-height:244px; }
.sidebar-inside p{font-size:16px; text-align:left; line-height:22px; font-style:italic; padding:50px 10px 0 10px; color:#b9b8e5;}
.sidebar-inside p:before{content:"\f10d"; padding-right:10px; font-family:'FontAwesome'; font-size:13px;}
.sidebar-inside p:after{content:"\f10e"; padding-left:10px; font-family:'FontAwesome'; font-size:13px;}

.content{padding:30px 0;}
.content .div1{padding-bottom:40px; border-color:#efefef;}
.content h1{font-family: 'roboto_condensedregular'; font-size:26px; line-height:30px; color:#565698; }
.content h1 span{font-size:26px; color:#000; padding-bottom:4px;}
.content h2{font-family: 'roboto_condensedregular'; font-size:20px; line-height:26px; color:#565698; padding-top:15px; padding-bottom:10px;}
.content h3{font-family: 'roboto_condensedregular'; font-size:16px; line-height:20px; color:#000; text-transform:uppercase;  padding-bottom:0px;}
.content h4{font-family: 'roboto_condensedbold'; font-size:18px; line-height:20px; color:#000; padding-top:15px; padding-bottom:15px;}
.content h5{font-size:16px; font-family: 'roboto_condensedregular';}
.content p{padding-top:8px;}
.content img{margin-top:10px;}
h1.border-bottom{ border-bottom:1px solid #efefef; padding-bottom:5px;}
.content table tr th{font-size:14px; letter-spacing:1px; font-weight:300; color:#565698; font-family: 'latoheavy';}
.content table tr td{  font-size:14px;}
.btn-orange, .btn-orange:hover{background:#f16436; color:#fff; margin-top:10px;}
.btn-orange:hover{opacity:0.8;}
.panel-body p{padding-bottom:5px;}

ul.list-items{ margin-bottom:0px;}
ul.list-items li{line-height:30px; margin-bottom:5px; text-align:justify;}
ul.list-items li{background:url(../images/ribbon-bullet.png) no-repeat 0 7px; padding-left:20px; }

.team-members{border:2px dashed #efefef; padding:20px; margin-top:15px;}
.team-members p span{ color:#565698; font-size:13px; font-weight:bold; text-transform:uppercase;}

.twitter-share-button, .facebook{display:none !important;}
p.events{color:#000; text-transform:uppercase; padding-top:5px; text-align:center; font-size:14px; font-family: 'roboto_condensedregular';}
.event{margin-top:15px;}
.event img{margin-bottom:0px;}
.media-thumb{margin-bottom:25px;}
.media-thumb p{
    font-size: 15px;
    line-height: 20px;
	text-align:center;
}




#get-in-touch{padding:20px 0; margin-top:20px; background:#ebebeb;}
#get-in-touch h1{ color:#999999; font-family: 'roboto_condensedregular'; font-size:28px; font-weight:normal; text-transform:uppercase; }
#get-in-touch .details p{ font-size:16px; text-align:left;}
#get-in-touch .details p a{margin-left:5px;}
.btn-purple, .btn-purple:hover{background:#56589c; color:#fff; text-transform:uppercase;}

#footer{padding:30px 0; background:#49494b;}
#footer h2{font-family: 'roboto_condensedregular'; font-size:18px; font-weight:normal; padding-bottom:10px; color:#efefef;}
ul.gallery, ul.links{list-style:none; margin:0; padding:0;}
ul.gallery li{display:inline-block; margin-right:3px; margin-bottom:2px;}
ul.links li{padding-bottom:5px; font-size:14px; font-family: 'latothin'; letter-spacing:1px;}
ul.links li a{color:#efefef; text-decoration:none;}
ul.links li a:hover{text-decoration:underline; color:#fff;}
#footer p{color:#999;}
#footer input{-moz-box-shadow:    inset 0 0 0px #fff;
   -webkit-box-shadow: inset 0 0 0px #fff;
   box-shadow:         inset 0 0 0px #fff;
   background:#000;
   background:rgba(0,0,0,0.5);
   margin-top:10px;
   border:0;
   }
 
 .form-custom{margin-top:10px;}
 .form-custom h2{ border-bottom:1px solid #ececec !important; margin:10px 0; color:#000;}
.form-custom input{ margin-bottom:15px;}
.form-custom textarea{ margin-bottom:10px;}
.form-custom label{font-family: 'robotoregular'; font-size:14px; color:#565698; padding-top:5px;}
.form-custom label span{ color:#900; padding-left:3px;}
.form-custom label strong{text-transform:uppercase; padding-bottom:5px; display:block;}
.form-custom select{padding-left:0; padding-right:0; float:left; max-width:22%; margin-right:2%;}
.other input{ max-width:55%;}
.break-15px{ height:15px;}
.form-custom textarea.address{height:122px;}
span.checkbox-inline{min-width:150px;}
input.no-border{border:0; padding:0; -moz-box-shadow: inset 0 0 0px #fff;
   -webkit-box-shadow: inset 0 0 0px #fff;
   box-shadow:         inset 0 0 0px #fff;}

/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/
.inside-pages{padding:30px 0;}
.inside-pages p{font-size:16px ; line-height:28px; padding-bottom:15px !important;}

.product-show{padding:20px 0; }
.product-content{padding-left:40px;}
.product-show h1, .product-show h2.pro-heading{margin-bottom: 10px;
	padding-bottom: 10px;
	font-size:22px ;
	line-height:24px;
	font-family: 'latomedium';
	text-transform:uppercase;
	float:left;
}
.product-show h1{color:#999; font-family: 'latothin';}
.product-show h2.pro-heading:before{content: '/'; padding:0 5px; color:#ccc;font-family: 'latothin'; }
.product-show h2.pro-details{margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #dedcdb;
	color:#0b4341;
	font-size:18px ;
	line-height:24px;
	font-family: 'latomedium';
    font-weight: bold;
	clear:left;}
	.product-show h2.pro-details span{border-bottom:1px solid #063; padding-bottom:10px; padding-right:15px;}
.product-show dl.colors{list-style:none; margin-top:20px; margin-bottom:15px;  margin-left:0; padding:0; clear:both; margin-right:10px !important; float:right;}
.product-show dl.colors li{float:left; margin-left:5px;}
.product-show dl.colors li a{ cursor:pointer !important; display:block;  width:12px !important; height:12px !important; margin-top:5px; border-radius:2px; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; border:1px solid #999; margin-left:2px;  margin-right:2px; margin-bottom:2px;}

.product-show dl.colors li a:hover{width:16px !important; height:16px !important; margin-right:0px; margin-top:3px; margin-left:0px; margin-bottom:0px;}

.product-show dl.colors li.red a{background:#900;}
.product-show dl.colors li.black a{background:#000;}
.product-show dl.colors li.green a{background:#093;}
.product-show dl.colors li.light-green a{background:#84a24d;}
.product-show dl.colors li.blue a{background:#039;}
.product-show dl.colors li.maroon a{background:#772532;}
.product-show dl.colors li.aqua-blue a{background:#00a1b8;}
.product-show dl.colors li.pink a{background:#d064a6;}
.product-show dl.colors li.deep-green a{background:#6f680a;}
.product-show dl.colors li.white a{background:#fff;}
.product-show dl.colors li.yellow a{background:#d5a638;}
.product-show dl.colors li.orange a{background:#FF6600;}
.product-show dl.colors li.purple a{background:#6633CC;}


ol.packaging i.blue{color:#06F !important; font-size:16px !important;}

span.refills{display:block; font-size:14px; text-transform:uppercase;}
.product-show dl.colors li i{font-size:16px;}
.product-show dl.colors li i.red{color:#900;}
.product-show dl.colors li i.black{color:#000;}
.product-show dl.colors li i.blue{color:#06F;}
.product-show dl.colors li i.green{color:#093;}
.product-show dl.colors li i.sky-blue{color:#0cf;}
.product-show dl.colors li i.maroon{color:#772532;}
.product-show dl.colors li i.orange{color:#FF6600;}
.product-show dl.colors li i.yellow{color:#d5a638;}
.product-show dl.colors li i.pink{color:#d064a6;}
.product-show dl.colors li i.light-green{color:#84a24d;}
.product-show dl.colors li i.dark-blue{color:#006699;}
.product-show dl.colors li i.purple{color:#6633CC;}
.product-show dl.refills{margin-top:0px !important;}

.patch{display:block !important; background:#eee;  clear:both !important;}

.cf{text-transform:uppercase; }
.cf a{font-size:11px; background:#990000 !important;}
.cf a:hover, .cf a.active{background:#0b4341 !important;}
.product-show ol.description, .product-show ol.packaging{list-style:none; margin-bottom:20px;}
.product-show ol.description li, .product-show ol.packaging li{color:#666; font-family: 'latomedium';  float:none; margin-bottom:5px; border-bottom:1px dashed #ccc; padding-bottom:5px;}
.product-show ol.description li:last-child, .product-show ol.packaging li:last-child{border-bottom:0px;}
.product-show ol.description li i, .product-show ol.packaging li i{line-height:18px; color:#999; padding-right:8px; font-size:12px;}
.product-show ol.description li span, .product-show ol.packaging li span{font-size:15px;  line-height:26px;}
.product-show ol.small-images{clear:both; margin:10px 0;}
.product-show ol.small-images li{ float:left; margin-right:10px;}
/*.product-show ol.small-images li img{width:75px; height:75px;}*/
.manufacture{padding:15px;  margin-bottom:30px; min-height:500px ;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);}
.manufacture:last-child{margin-right:0;}
.manufacture h2{text-align:center; color: #3aada9; font-size:15px; text-transform:uppercase; font-family: 'latomedium'; margin-bottom:5px;}
.manufacture i{ font-size:35px; color:#FFF; padding-top:18px; text-align:center; width:70px; text-align:center; min-height:70px; background:#09C; border-radius:50%; margin:0 auto; display:block; margin-bottom:10px; font-weight:normal;text-shadow: 2px 2px 2px rgba(7, 45, 132, 1); }
.manufacture i.warehose, .manufacture i.research{font-size:30px;}
.manufacture p{padding:5px; text-align:justify; font-size:15px; line-height:24px;}
.manufacture span{padding:5px; color:#3aada9; font-size:15px; display:block; text-align:center;}


.corporate h2{ color: #3aada9; font-family: 'latomedium'; padding-bottom:5px; border-bottom:1px solid #eee; margin-bottom:8px;}
.corporate ul li{margin-bottom:5px;}
.corporate ul li i{padding-right:5px;}
.corporate ul li span{font-weight:bold; color:#000;}
.corporate p{font-family: 'latomedium'; padding-bottom:5px;}
.corporate p strong,.corporatep span.quote{color: #3aada9;}
.corporate p span.quote{font-size:18px; color: #3aada9; padding-top:10px; font-weight:bold;}
.corporate p.small{font-size:12px; line-height:18px; color:#999;}
img.md{border:2px solid #ccc;}
h1.name{ font-family: 'latomedium'; color:#3aada9;	 font-size:14px; padding-top:5px; text-align:center; padding-bottom:0 !important; line-height:14px;}
span.name{font-size:12px; line-height:14px; padding-top:3px; font-family: 'latomedium'; text-align:center; display:block;}
.promotional{margin-top:20px; text-align:center;}
.google-maps {
        position: relative;
		min-height:400px;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
		border:2px solid #efefef;
		border-radius:10px;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	.map img{margin:0 auto;}
	ul.contact-description li{ line-height:18px !important; font-size:13px; padding-bottom:5px;}
	ul.contact-description li.head {color: #3aada9; padding-bottom:0px !important; font-size:14px; margin-top:15px;}
	
	ul.network li{padding-bottom:5px; font-size:16px; font-family: 'latomedium'; }
	ul.network li.jammu{color:#70ad44;}
	ul.network li.patiala{color:#778837;}
	ul.network li.ambala{color:#16ae8c;}
	ul.network li.dehradun{color:#febe31;}
	ul.network li.meerut{color:#4696d1;}
	ul.network li.delhi{color:#334975;}
	ul.network li.kanpur{color:#000;}
	ul.network li.varanasi{color:#3b5aa8;}
	ul.network li.rohtak{color:#0f2246;}
	ul.network li.jaipur{color:#725252;}
	ul.network li.gwalior{color:#0b7486;}
	ul.network li.jhansi{color:#f15f2b;}
	ul.network li.ahmedabad{color:#ed225a;}
	ul.network li.indore{color:#665a25;}
	ul.network li.nagpur{color:#59144d;}
	ul.network li.bengaluru{color:#e1c122;}
	ul.network li.kochi{color:#6960ab;}
	ul.network li.vijaywada{color:#123f1c;}
	ul.network li.hyderabad{color:#6caf6e;}
	ul.network li.vishakhapatnam{color:#b4d333;}
	ul.network li.cuttack{color:#1e9a48;}
	ul.network li.raipur{color:#c53e97;}
	ul.network li.ranchi{color:#8f2a1c;}
	ul.network li.kolkata{color:#ee2f2b;}
	ul.network li.patna{color:#d088bb;}
	ul.network li.siliguri{color:#52c6d7;}
	ul.network li.guwahati{color:#4f3b97;}
	h2.coverage{color:#666; margin-left:10px; font-family: 'latothin'; margin-bottom:10px;}
 .map-details{display:none;}
 .left{float:left;}
 .right{float:right;}
 .product-show .patch{display:block !important; background:#000; height:10px !important; clear:both !important;}
 .awards img{margin-bottom:10px; opacity:0.8; -webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;}
	.awards img:hover{opacity:1;}
 .awards a, .awards a:active{outline:none; text-decoration:none;}
 .awards h2, .awards a h2{text-align:center; border-bottom:0; font-size:20px; line-height:22px; text-decoration:none; padding-left:0 !important; margin-bottom:20px;}
 .awards h2 span, .awards a h2 span{ color:#333; font-size:14px;}
 
 h2.wall{padding-left:25px; font-family: 'latomedium';}
 .download-page h3{font-family: 'latomedium'; font-size:20px; color:#062625; padding-bottom:5px; border-bottom:1px solid #ccc;}	
  .download{ margin-bottom:10px; text-align:center; padding:20px 0; }
  .download:first-child{margin-left:10px;}
  .download img{margin:0 auto; margin-bottom:0px;}
 .download i{color:#fff; padding:25px; line-height:none; font-size:30px; border-radius:50%; background:#3aada9;  margin-bottom:15px; -webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;}
 .download:hover i{background:#062625;}
 .download h2{font-size:16px; line-height:19px; font-family: 'latomedium'; color:#000; padding-top:10px;}
 .download h2 span{color:#666; font-size:14px;}

.block{display:block ;}
.none{display:none;}
.infra{background:#f0f0f0; padding:20px 0;}
.infra-inside{max-width:870px; margin:25px auto;}
.round{max-width:200px; display:block; margin:0 auto; min-height:200px; background:#25a6a1; border-radius:50%; -moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;}
.round:hover{background:#12615e;}
.infra p{font-size:16px; line-height:20px; font-family: 'latomedium'; padding:10px 0;  color:#000;}
.infra p strong{font-weight:bold;}
.infra .round img{display:block; margin:0 auto; padding-top:25%;}

.foot{background:#062625; padding:10px 0;}
.foot_inside{max-width:1020px;}
.foot span a{color:#666;}
#feedbackForm{padding-top:20px;}
#feedbackForm label{padding-bottom:5px; cursor:default;font-family: 'latoheavy';}
#feedbackForm input, #feedbackForm textarea{box-shadow:inset 0 0 0; border:0; border-bottom:1px solid #eee; border-radius:0; margin-bottom:25px; border-left:1px solid #eee;}


.home-banner{
	display:none;
	background:url(../images/slider/3.jpg) no-repeat center;
	min-height:300px;
	overflow:hidden;
	/*background: #062625;  Old browsers */
/*background: -moz-linear-gradient(top, #062625 0%, #126d75 99%);  FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#062625), color-stop(99%,#126d75)); Chrome,Safari4+ */ 
/*background: -webkit-linear-gradient(top, #062625 0%,#126d75 99%);  Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #062625 0%,#126d75 99%);  Opera 11.10+ */
/*background: -ms-linear-gradient(top, #062625 0%,#126d75 99%);  IE10+ */
/*background: linear-gradient(to bottom, #062625 0%,#126d75 99%);  W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062625', endColorstr='#126d75',GradientType=0 );  IE6-9 */

}
.home-banner .text{margin-top:120px;}
.home-banner .text h2{font-family: 'latoheavy'; color:#fff;  margin-bottom:5px;  font-size:40px !important; line-height:40px;  }
.home-banner .text h3{font-family: 'latothin'; color:#fff;    font-size:30px !important; line-height:30px; }
.page-banner {
	padding:130px 0 30px 0; 

}
.page-banner h1{padding-left:30px;}
.awards-banner{background:url(../images/inside-banners/awards.jpg) top center no-repeat; background-size:cover;}
.contact-banner{background:url(../images/inside-banners/contact.jpg) top center no-repeat; background-size:cover;}
.download-banner{background:url(../images/inside-banners/download.jpg) top center no-repeat; background-size:cover;}
.media-banner{background:url(../images/inside-banners/media.jpg) top center no-repeat; background-size:cover;}
.network-banner{background:url(../images/inside-banners/network.jpg) top center no-repeat; background-size:cover;}
.corporate-banner{background:url(../images/inside-banners/corporate.jpg) top center no-repeat; background-size:cover;}
.pens-banner1{background:url(../images/inside-banners/products/productsbanner.jpg) top center no-repeat; background-size:cover;}
.pens-banner2{background:url(../images/inside-banners/products/productsbanner2.jpg) top center no-repeat; background-size:cover;}
.pens-blog{background:#0377ad;}
.packaging-list img{margin-bottom:30px;}

.btn-custom{margin-top:20px; background:#0377ad; border:0;}
.customize{padding-bottom:30px;}
img.customize-mobile{display:none;}
.table-custom{margin-top:15px;}
.table-custom tr th, tr td{border-right:1px solid #ccc;}
.table-custom tr th:last-child, tr td:last-child{border-right:0px solid #efefef;}

.table-custom tr:nth-child(even) td{ background:#c2c2c2; color:#000;}
.table-custom tr:nth-child(odd) td{ background:#efefef; color:#000000;}
.table-custom tr th{ background:#5a5c9f; color:#fff !important; font-size:16px !important;}

td.similar{width:30%;}

.page-banner p {
	font-weight: 300;
	color:#efefef;
	font-family: 'latomedium';
	padding-top:5px;
	padding-left:30px;
	font-size:16px;
	}

ul.breadcrumbs {
    float: right;
	margin-top: 5px;
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}

ul.breadcrumbs li {
	font-family: 'latomedium';
	font-size: 15px;
	font-weight: 300;
    margin-left: 5px;
	color: #666 !important;
	float: left;
}

ul.breadcrumbs li:before {
    content: '/';
	margin: 0 4px 0 2px;
	
}

ul.breadcrumbs li:first-child {
	margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumbs li a {
	color: #000;
	font-weight: 600;
	text-shadow:none !important;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.breadcrumbs li a:hover{color:#666 !important;}

label {
	font-size: 13px;
	color: #666;
	font-weight: 300;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    outline: none;
}

/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/

/*************** Dividers ***************/

.margin-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-top {
    margin-top: 30px;
}

hr.no_display{border-color:transparent; padding:10px;}
.hr1 {
	height: 1px;
}

.hr2 {
	height: 0;
	border-bottom: 1px solid #eee;
}

.hr3 {
	height: 0;
	border-bottom: 1px dotted #eee;
}

.hr4 {
	height: 0;
	border-bottom: 1px dashed #eee;
}

.hr5 {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}



/*************** Clients Carousel ***************/

.partner {
    padding-bottom: 60px;
}

.clients-carousel .client-item a {
	display: block;
	padding:0;
	margin-top:10px;
	max-width:303px;
	max-height:200px;
	text-align:center;
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
}

.clients-carousel .client-item a h1{display:block; position:absolute; font-family: 'latomedium'; bottom:-25%; padding:0; color:#fff;  background:rgba(92,143,141,0.8); width:100%; font-size:20px; text-align:center; letter-spacing:1px; transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;}
.clients-carousel .client-item a img {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.clients-carousel .client-item a:hover h1{	bottom:0;}

.clients-carousel:hover .client-item a img {
	opacity: 0.6;
}
.our-products{padding-bottom:40px; max-width:90%;  margin:0 auto;}
.clients-carousel:hover .client-item a:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: none;
	opacity: 1;
}








/*************** Custom Carousel ***************/

.custom-carousel .item {
	padding-right: 10px;
}

.custom-carousel.show-one-slide .item {
	padding-right: 0;
}

/*************** Toggles & Accordion ***************/


.panel-default > .panel-heading {
	background-color: #fff;
}

.panel-group .panel {
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.panel-default {
	border-color: #e8e8e8;
}

.panel-body {
	padding: 4px 15px 10px 15px;
}

.panel-heading {
	padding: 0;
}

.panel-title {
	font-size: 13px;
	font-weight: 600;
}

.panel-title a {
	position: relative;
	display: block;
	padding: 6px 12px;
	background-color: #fff;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	text-decoration:none;
}

.panel-title a.collapsed {
	color:#444 ;
	box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
}

.panel-title a.collapsed:hover {
	color: #666;
}

.panel-title a .control-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed .control-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.panel-title a i {
	font-size: 1.2em;
    padding-right: 5px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: none;
}



/*************** Dropcaps ***************/

.dropcap {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 34px;
	color: #444;
	margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
	border: 2px solid #444;
	width: 46px;
	height: 46px;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
	background-color: #444;
	color: #fff;
	width: 48px;
	height: 48px;
	font-size: 28px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}



/*************** Buttons ***************/

.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	border:0;
  	text-transform: uppercase;
  	font-weight: 400;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 1em;
	width: auto;
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

.btn-system:hover {
	color: #fff;
	opacity: 0.8;
}

.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
	background-color: #444;
	color: #fff;
}

.btn-system.border-btn.btn-black:hover {
	background-color: #111;
	color: #fff;
}

.btn-system.border-btn.btn-wite:hover {
	background-color: #fff;
}

.btn-system.btn-gray {
	background-color: #444;
}

.btn-system.btn-black {
	background-color: #111;
}

.btn-system.btn-wite{
	background-color: #fff;
}

.btn-system.border-btn.btn-gray {
	background-color: transparent;
	border: 1px solid #444;
	color: #444;
}

.btn-system.border-btn.btn-black {
	background-color: transparent;
	border: 1px solid #111;
	color: #111;
}

.btn-system.border-btn.btn-wite {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-large {
	font-size: 14px;
	padding: 9px 22px;
}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px;
}

.btn-small {
	padding: 5px 15px;
}

.btn-mini {
	padding: 3px 12px;
}

.btn-large.border-btn {
	padding: 8px 22px;
}

.btn-medium.border-btn {
	padding: 6px 18px;
}

.btn-small.border-btn {
	padding: 4px 15px;
}

.btn-mini.border-btn {
	padding: 2px 12px;
}



/*************** Alerts ***************/

.alert {
}

.alert-success p {
	color: #468847;
}

.alert-info p {
	color: #3a87ad;
}

.alert-warning p {
	color: #c09853;
}

.alert-danger p {
	color: #a94442;
}

.alert h4 {
	margin-bottom: 10px;
}

.alert strong {
	font-weight: 700;
}




/*************** Lists ***************/

ul.icons-list {
	margin-bottom: 4px;
}

ul.icons-list li, ul.list-unstyled li {
	margin-bottom: 4px;
	font-size:12px;
	
}
ul.icons-list li, ul.list-unstyled li.number{font-size:11px;}
ul.icons-list li i {
	font-size: 14px;
	margin-right: 4px;
}



/*************** Tabs ***************/

.nav-tabs {
	border-color: #eee;
}

.nav-tabs > li > a {
	font-weight: 600;
	color: #666;
	padding: 8px 14px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
	border: 1px solid #eee;
	border-bottom: none;
	box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.nav-tabs > li > a i {
	margin-right: 1px;
    padding-right: 5px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	border-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #eee;
	border-bottom-color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
	-o-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
  	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
}

.tab-content {
	border: 1px solid #eee;
	border-top: none;
	padding: 12px 16px;
}

.tab-content p {
	margin-bottom: 15px;
}

.tab-content p:last-child {
	margin-bottom: 0;
}

/*************** Heading Titles ***************/

.heading{margin-bottom: 10px;
	padding-bottom: 25px;
	color:#000;
	text-align:center;
	font-size:30px;
	line-height:30px;
	font-family: 'latoheavy';
    font-weight: 300;}

 h2.classic-title {
	margin-bottom: 20px;
	padding-bottom: 15px;
	color:#000;
	background:url(../images/h1-bg.jpg) no-repeat bottom center;
	text-align:center;
	font-size:30px;
	line-height:33px;
	font-family: 'latoheavy';
    font-weight: 300;
}

h2.enquiry{color:#67a7a5; background:none; padding-top:20px; text-align:left;  margin-left:15px; border-bottom:1px solid #1b6562; margin-bottom:20px; font-size:28px;}

h1.classic-title{ font-family: 'latomedium';  color:#fff;  font-size:28px; letter-spacing:1px; text-align:left;}

h4.classic-title {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-family: 'latoheavy';
	border-bottom: 1px solid #eee;
    font-weight: 300;
}


h4.classic-title span {
	padding-bottom: 5px;
	border-bottom: 1px solid;
}



.big-title {
	margin-bottom: 20px;
}

.big-title h1, .big-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}

.big-title h1 strong, .big-title h2 strong {
	font-weight: 400;
}

.big-title .title-desc {
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.big-title h2 + .title-desc, .big-title h1 + .title-desc {
	margin-top: 4px;
}


/*------------------------------------------*/
/*			   08 - Blog Styles
/*------------------------------------------*/

.blog-post {
    margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.blog-post .post-head {
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

.blog-post .post-head .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	background-color: rgba(0,0,0,0);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.blog-post .post-head:hover .thumb-overlay {
	background-color: rgba(255,255,255,0.4);
}

.blog-post .post-head .thumb-overlay i {
	font-size: 3em;
	color: rgba(0,0,0,0);
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -27px;
	margin-top: -19px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.blog-post .post-head:hover .thumb-overlay i {
	color: #444;
	top: 50%;
}

.blog-post .post-head img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.blog-post .post-content {
	padding-left: 54px;
	position: relative;
}

.blog-post .post-type {
	position: absolute;
	left: 0;
	top: 5px;
	padding:10px;
	text-align: center;
	background-color: #444;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.blog-post .post-type i {
	font-size: 1.2em;
	color: #fff;
}

.blog-post.quote-post .post-type {
	top: 0;
}

.post-content h2 {
	margin-bottom: 4px;
}

.post-content h2 a {
	color: #444;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog-post.quote-post .qoute-box {
	background: #444;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	padding: 20px 25px;
	color: #fff;
	margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box a {
	color: #999;
}

.blog-post.quote-post .qoute-box h2 {
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box .qoute-author {
	margin-left: 5px;
}

.blog-post.quote-post .qoute-box .qoute-author:before, .blog-post.quote-post .qoute-box .qoute-author:after {
	content: " - "
}

.blog-post .post-slider {
	position: relative;
}

ul.post-meta {
	margin-bottom: 10px;
}

ul.post-meta li {
	display: inline-block;
}

ul.post-meta li:after {
	content: "-";
	margin: 0 8px 0 8px;
}

ul.post-meta li:last-child:after {
	content: "";
	margin: 0;
}

ul.post-meta li, ul.post-meta li a {
	color: #666;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.post-content p {
    margin-bottom: 15px;
}

/*Pagination*/
#pagination span, #pagination a {
	display: inline-block;
	text-align: center;
	height: 34px;
	width: 34px;
	color: #666;
	line-height: 33px;
	border: 1px solid #eee;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;

}

#pagination span.current {
	color: #fff;
}

#pagination a:hover {
	border-color: #ddd;
}

#pagination .all-pages, #pagination .next-page {
	width: auto;
	padding: 0 14px;
}






/*------------------------------------------*/
/*		    09 - Single post Styles
/*------------------------------------------*/


.blog-page, .blog-post-page {
	padding-top: 5px;
}

.blog-post-page .blog-post {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.blog-post-page ul.post-meta {
	margin-bottom: 12px;
}
.blog-post:last-child{border-bottom:0;}

.post-content h2 {
	font-weight: 500;
}

.post-bottom {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
}

.post-tags-list {
	float: right;
	padding-top: 6px;
}

.post-tags-list a {
	display: inline-block;
	color: #666;
	font-size: 12px;
	padding: 2px 8px;
	background: #eee;
	margin-bottom: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.post-tags-list a:hover {
	color: #fff;
}

.post-share {
	float: left;
}

.post-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #666;
}

.post-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.post-share a.facebook {
	background-color: #507CBE;
}

.post-share a.facebook:hover {
	background-color: #3E68A8;
}

.post-share a.twitter {
	background-color: #63CDF1;
}

.post-share a.twitter:hover {
	background-color: #36BFED;
}

.post-share a.gplus {
	background-color: #F16261;
}

.post-share a.gplus:hover {
	background-color: #EF4545;
}

.post-share a.linkedin {
	background-color: #90CADD;
}

.post-share a.linkedin:hover {
	background-color: #72BBD3;
}

.post-share a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1em;
}

.blog-post .author-info {
	display: block;
	margin-bottom: 10px;
}

.blog-post .author-info .author-image {
	float: left;
}

.blog-post .author-info .author-image img {
	width: 70px;
	height: 70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	border: 4px solid #eee;
}

.blog-post .author-info .author-bio {
	padding-left: 85px;
}

.blog-post .author-info h4 {
	margin-bottom: 4px;
    font-weight: 500;
}

.blog-post .author-info p:last-child {
	margin: 0;
}

#comments .comments-list {
	padding: 0;
	margin: 0 0 35px 0;
}

#comments .comments-title {
	font-weight: 500;
	margin-bottom: 20px;
}

#comments .comments-list li .comment-box {
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

#comments .comments-list li ul {
	padding-left: 80px;
}

#comments .avatar {
	float: left;
}

#comments .avatar img {
	width: 60px;
	height: 60px;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	border: 1px solid #e8e8e8;
}

#comments .comment-content {
	padding-left: 72px;
}

#comments .comment-content .comment-meta {
	margin-bottom: 5px;
}

.comment-content .comment-meta span:after {
	content: "-";
	margin: 0 5px;
	font-weight: 100;
	color: #666;
}

.comment-content .comment-meta span:last-child:after {
	content: "";
	margin: 0;
}

.comment-content .comment-meta .comment-by {
	font-weight: 600;
	color: #444;
}

.comment-content .comment-meta .comment-date {
	color: #666;
}

#respond .respond-title {
	font-weight: 500;
	margin-bottom: 15px;
}






/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

.best5 h4{padding:0; margin:0; margin-top:20px;}
.best5 p{font-size:13px; line-height:20px;}
.best5 ul{margin-top:10px;}

footer {
	background:#323232; padding:20px 0;
}


footer span.left{float:left; color:#999; font-size:13px; font-family: 'latomedium'; font-weight:normal;}
footer span.right{float:right; color:#999; font-size:13px; font-family: 'latomedium'; font-weight:normal;}
footer span.right a{color:#999;}

footer span.right a:hover {
	color: #666;
	text-decoration: underline;
}



/*------------------------------------------*/
/*			 12 - Plugins Styles
/*------------------------------------------*/

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	background:url(../images/preloader_21.gif) no-repeat center;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open { 
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 5%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-ajax { 
	max-height: 100%;
	overflow: auto; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.8); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../images/lightbox/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(../images/lightbox/prev.png); 
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(../images/lightbox/next.png); 
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;

}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../images/lightbox/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

/*New Past Event 2017 Page Starts*/
.events-grid{margin:10px 0 20px 0;}
.past-event-grid{width: 100%; position: relative; overflow: hidden; text-align: center; border:1px solid #eee; margin-bottom:30px;}
.past-event-grid{-webkit-transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.image-box{overflow:hidden;}
.past-event-grid img{margin:0 auto; -webkit-transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.past-event-grid:hover{box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);}
.past-event-grid:hover img{transform:scale(1.1);}
.grid-text h1{font-family: 'roboto_condensedregular'; font-size: 26px; line-height: 30px; color: #565698; padding-top: 15px;  padding-bottom: 10px;}
.grid-text p{color: #666; font-size: 15px;  font-family: 'latomedium';  line-height: 26px; padding:0; margin:0 0 15px 0; text-align:center;}
.school-details h3{text-transform:uppercase; text-align:center; font-family: 'latothin'; letter-spacing:1px; padding:12px 0; background-color:#565698; color:#fff;}
.school-details h1{font-family: 'roboto_condensedregular';  padding:12px 0; color:#fff; }
.grid-text .btn{width:100%; border:0; border-bottom:1px solid #eee; background-color:#565698; color:#fff; border-radius:0;}
.grid-text .bg-white{background-color:#fff; color:#565698;}
td.dark-color{background-color:#565698; border-right:0;}
td.no-right-border{border-right:0;}
td.border-top{border-top:1px solid #848181 !important;}
td.mini-head{color:#d6d5ea;}
.student-benefit, .family-benefit{width:100%; display:block; background-color:#e0dede; padding:30px 30px; margin-bottom:20px;}
.student-benefit img, .family-benefit img{margin:0 auto 10px;}
.family-benefit{background-color:#cdcded;}
.student-benefit p, .family-benefit p{text-align:center; line-height:19px; font-size:16px;}
.student-benefit span, .family-benefit span{display:block; margin:5px 0; font-size:38px; font-family: 'latobold';}
.student-benefit p, .student-benefit span{color:#7c7c89;}
.family-benefit p, .family-benefit span{color:#5d5d90;}
span.mobile-view{display:block;}

/*New Past Event 2017 Page End*/

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../images/lightbox/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../images/lightbox/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(../images/lightbox/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../images/lightbox/close@2x.png); 
		background-size: 16px 16px;
	}
	
}







/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/icons/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {

  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	zoom: 1;
	padding: 0 1px;
	*display: inline;/*IE7 life-saver */
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	background: #444;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	margin-top: -30px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev{
	left: 0;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next{
	right: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i{
	font-size: 1.8em;
	color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: -50px;
	right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div{
	background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i{
	color: #666;
}

.touch-carousel.navigation-3 {
	padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: -5px;
	right: 0;
	width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 9px;
}

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}

.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
	font-size: 1.2em;
	line-height:25px;
	color: #000 !important;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i {
	color: #fff;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #fff;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/* Styling Pagination*/

.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #0A95D8;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

#bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #444;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
#progressBar{
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/icons/ajaxloader.gif) no-repeat center center
}









/******* Style Switcher *******/
.switcher-box {
	width: 212px;
	position: fixed;
	left: -212px;
	top: 160px;
	text-align: center;
	z-index: 99999999999;
	background-color: #fff;
	border-radius: 0 0 2px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.switcher-box h4 {
	display: block;
	height: 40px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #333;
	margin-bottom: 10px;
}
.switcher-box span {
	display: block;
	padding: 5px 20px;
	text-align: left;
}
.switcher-box .colors-list {
	padding: 0 18px 0 18px;
	margin-bottom: 8px;
	line-height: 20px;
}
.switcher-box .colors-list li {
	display: inline-block;
	margin-right: 2px;
}
.switcher-box .colors-list li a {
	display: block;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.switcher-box .colors-list li a.blue {
	background-color: #0a9fd8;
}
.switcher-box .colors-list li a.cyan {
	background-color: #27bebe;
}
.switcher-box .colors-list li a.jade {
	background-color: #0bb586;
}
.switcher-box .colors-list li a.red {
	background-color: #ee3733;
}
.switcher-box .colors-list li a.peach {
	background-color: #f49237;
}
.switcher-box .colors-list li a.sky-blue {
	background-color: #38cbcb;
}
.switcher-box .colors-list li a.yellow {
	background-color: #f8ba01;
}
.switcher-box .colors-list li a.green {
	background-color: #94c523;
}
.switcher-box .colors-list li a.orange {
	background-color: #f36510;
}
.switcher-box .colors-list li a.pink {
	background-color: #f1505b;
}
.switcher-box .colors-list li a.purple {
	background-color: #6a3da3;
}
.switcher-box .colors-list li a.beige {
	background-color: #fdb655;
}
.switcher-box .layout-style, .switcher-box .topbar-style {
	width: 172px;
	padding: 6px 9px;
	outline: none;
	display: block;
	background: #fff;
	border-radius: 3px;
	padding: 4px 6px;
	color: #666;
	cursor: pointer;
	border-radius: 2px;
	font-size: 12px;
	margin: 0 0 12px 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
	box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
}
.switcher-box .bg-list {
	padding: 0 18px 0 18px;
	margin-bottom: 18px;
}
.switcher-box .bg-list li {
	display: inline-block;
	margin-right: 2px;
}
.switcher-box .bg-list li a {
	display: block;
	width: 20px;
	height: 20px;
}
.switcher-box .bg-list li a.bg1 {
	background: url(../images/patterns/1.png) repeat;
}
.switcher-box .bg-list li a.bg2 {
	background: url(../images/patterns/2.png) repeat;
}
.switcher-box .bg-list li a.bg3 {
	background: url(../images/patterns/3.png) repeat;
}
.switcher-box .bg-list li a.bg4 {
	background: url(../images/patterns/4.png) repeat;
}
.switcher-box .bg-list li a.bg5 {
	background: url(../images/patterns/5.png) repeat;
}
.switcher-box .bg-list li a.bg6 {
	background: url(../images/patterns/6.png) repeat;
}
.switcher-box .bg-list li a.bg7 {
	background: url(../images/patterns/7.png) repeat;
}
.switcher-box .bg-list li a.bg8 {
	background: url(../images/patterns/8.png) repeat;
}
.switcher-box .bg-list li a.bg9 {
	background: url(../images/patterns/9.png) repeat;
}
.switcher-box .bg-list li a.bg10 {
	background: url(../images/patterns/10.png) repeat;
}
.switcher-box .bg-list li a.bg11 {
	background: url(../images/patterns/11.png) repeat;
}
.switcher-box .bg-list li a.bg12 {
	background: url(../images/patterns/12.png) repeat;
}
.switcher-box .bg-list li a.bg13 {
	background: url(../images/patterns/13.png) repeat;
}
.switcher-box .bg-list li a.bg14 {
	background: url(../images/patterns/14.png) repeat;
}

.switcher-box .open-switcher {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 2px 2px 0;
	background: #444 center no-repeat;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.switcher-box .open-switcher:hover {
	background: url(../images/icons/switcher.png) #444 center no-repeat;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #fff;
}

.switcher-box .open-switcher i {
	text-align: center;
	padding-top: 7px;
}

.iframe {
	border: none;
}































.services-2 {
  position:relative;
  text-align:center;
  margin:0px 0px 30px 0px;  
}


.services-2-icon {
  display: inline-block;
  width:100%;
  display: table;  
}

.services-2-icon i {
  width:60px;
  height:60px;
  line-height:60px;  
  margin:0px auto;
  position: relative;
  display: inline-block;  
  margin-right:15px;
  border-radius:50%;
  float:left;
  text-align: center;
  font-size: 26px;
    background:#E93735;
  color:#fff;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;  
}



.services-2:hover .services-2-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);  
}

.services-2-text {
  margin-left:75px;
  overflow:hidden;
}

.services-2-icon h4 {
  font-family: 'Open Sans', sans-serif;
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
  text-align:left; 
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width:100%;
}

.services-2 p {
  color: #ACB2B8;
  margin: 0px 0px 0px 0px;
  text-align:left; 
}



/* progress bar */

.skill p {
  margin-bottom:7px;

}

.progress {
  overflow: visible;
  height: 18px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

 .progress-bar-span { 
 opacity:1;
 position:absolute;
 top:-5px;
 background:#ACB2B8;
 padding:3px 10px;
 color:#FFF;
 border-radius: 0px;
 right:0px;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
 }

.skill:hover .progress-bar-span {
  opacity:1;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}









/* Counter */

.counter-item {
  position:relative;
  text-align:center;
}

.counter-item h5 {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.counter-item i {
  font-size:40px;
}


.timer {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
}







.parallax{
  width:100%; 
  padding: 0;
  margin: 0;
  background-position: 50% 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;  
}

.parallax-text-container-1 .parallax-text-item {
  padding:120px 0px;
  text-align:center;
}


.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}










.services-3 {
  position:relative;
  text-align:center;
  margin:0px 0px 30px 0px;  
}

.services-3-icon {
  display: inline-block;
  width:100%;
  display: table;  
}

.services-3-icon i {
  width:60px;
  height:60px;
  line-height:60px;  
  margin:0px auto;
  position: relative;
  display: inline-block;  
  margin-left:15px;
  border-radius:50%;
  float:left;
  text-align: center;
  font-size: 26px;    
  color:#fff;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;  
}

.services-3:hover .services-3-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);  
}

.services-3-text {
  margin-right:75px;
  overflow:hidden;
}

.services-3-icon h4 {
  font-family: 'Raleway', sans-serif;
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  text-align:right; 
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width:100%;
}

.services-3 p {
  color: #ACB2B8;
  margin: 0px 0px 0px 0px;
  text-align:right; 
}



.purchase {
    background: url(../images/parallax/bg-01.jpg) no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}

.navbar-collapse {
	max-height: 440px;
	margin-top:15px;
	border-top:none !important;
	
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/heart.gif) center no-repeat #fff;
}
.inside{position:relative; overflow:hidden; padding:0 10px;}
img.stay-healthy { -webkit-transition: all 0.30s ease;
	-moz-transition: all 0.30s ease;
	-ms-transition: all 0.30s ease;
	-o-transition: all 0.30s ease;
	transition: all 0.30s ease; 
	 }
img.stay-healthy:hover{-webkit-transform: scale(1.2,1.2);
   -moz-transform: scale(1.2,1.2);
   -o-transform: scale(1.2,1.2);
   -ms-transform: scale(1.2,1.2);
   transform: scale(1.2,1.2);
   transform-origin: right 50%;}
 
 
 .loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(&#39;https://6ed03b3e7ee716b29bc2dee79aafb8179ed53b19-www.googledrive.com/host/0B9VLbslO6g64UnFTUlQzWDVMdXM&#39;) 50% 50% no-repeat rgb(249,249,249);
}
.loader-container {
	width: 600px;
	height: 200px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

/****/
.isoNum{ padding:8px 8px 8px 43px; float:left; display:block; text-align:right;}
.section iframe.googlmap{width:100%; }