/*---------------------------------------------------------------
# Package - Joomla Template based on Stools Framework   
# ---------------------------------------------------------------
# Author - joomlatd http://www.joomlatd.com
# Copyright (C) 2008 - 2013 joomlatd.com. All Rights Reserved.
# Websites: http://www.joomlatd.com
-----------------------------------------------------------------*/

/*Common*/

#wrapper, .ju-base {width: 960px;} 
#ju-top-header, #slides, #tops, #wrapper, #bott_col, #trueHeader, .bott_col, #menuout, #ju-basetop, .main-bg, #ju-footer {min-width: 960px; margin: 0 auto}
#ju-leftcol {width: 25%} 
#ju-rightcol { width: 27%} 
#ju-sideleft {width: 20%}
#ju-sideright { width: 30%}
#ju-bookmarks .ju-inner,
#ju-banner .ju-inner {
	padding:0;
}
h1,h2,h3,h4
 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight:300;
}
a{color:#586781}
a:hover,a:active,a:focus{color:#585858}
#ju-top-header {color: #ccc; background-color:#3a4559;}
#ju-basetop{background:#2b86c5; color:#fafafa !important;}
.colors, #navmenu ul li .submenu-inner,#sublevel ul li .submenu-inner {background:#3a4559;}
.ju-menubg {background:url(../../images/styles/blue/bg.png) no-repeat center center}
.ju-icon, .ju-menu li:hover .ju-sub{color:#2b86c5!important}
#jul-panel-login, #jul-panel-registration {background-color:#3a4559; }
.white h3, .grey h3, .light h3 {color: #f1f1f1;background:#3a4559 !important;font-size:20px;margin:-8px -10px 10px;padding:10px;}

/*k2*/
div.itemRelated ul li,div.itemAuthorLatest ul li {background:url(../../images/styles/blue/circle_bg.png) no-repeat 0 10px}
.rtl div.itemRelated ul li,.rtl div.itemAuthorLatest ul li {background:url(../../images/styles/blue/circle_bg.png) no-repeat 100% 10px!important}
div.subCategory ul li {background:url(../../images/styles/blue/circle_bg.png) no-repeat 0 10px}
.rtl div.subCategory ul li {background:url(../../images/styles/blue/circle_bg.png) no-repeat 100% 10px!important}


/*
// #Accordion
// --------------------------------------------------
*/
.accordion-heading {
  font-size: 13px !important;
  font-family: 'Muli', sans-serif;
  line-height: 1.5em;
  text-transform: none;
  padding: 0;
}
.accordion-heading > a {
  display: block;
  padding: 12px 18px 12px 12px !important;
  color: #fff;
  background-color: #3a4559;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.accordion-heading > a.collapsed {
  color: #6d6d6d;
  background-color: #f4f4f4;
}

.accordion-heading > a.collapsed:hover {
  background: #ececec;
  text-decoration: none;
}
.accordion-heading > a:hover {
  text-decoration: none;
}
.accordion-inner {
  padding: 14px 20px;
  background: #f7f7f7;
}
/*
// #Tabs
// --------------------------------------------------
*/
.tab .nav-tabs > li > a {
  background: #f7f7f7;
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  border-radius: 0;
  padding: 10px 20px;
  color: #6d6d6d;
  position: relative;
}
.tab .nav-tabs > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}
.tab .nav-tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}
.tab .nav-tabs > li > a:hover {
  border-color: #f7f7f7;
}
.tab .nav-tabs > li > a .fa {
  margin-right: 4px;
}
.tab .nav-tabs > li.active > a {
  color: #3a4559;
  border-left-color: #dcdcdc;
  border-right-color: #dcdcdc;
  background: #fff;
}
.tab .nav-tabs > li.active > a:after {
  background: #3a4559;
}
.tab .nav-tabs > li.active > a:before {
  background: #fff;
}
.tab .nav-tabs > li.active > a:hover {
  border-bottom-color: #fff;
}

.tab .tab-content {
  padding: 20px;
  margin-top: -5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}
.tab .tab-content:before,
.tab .tab-content:after {
  content: " ";
  display: table;
}
.tab .tab-content:after {
  clear: both;
}
.tab .tab-content p:last-child {
  margin-bottom: 0;
}
.dropcap {
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 60px;
  height: 50px;
  color: #3a4559;
  text-align: center;
  font-size: 66px;
  line-height: 54px;
}

/*
// #Gallery
// --------------------------------------------------
*/

.gallery-filters .btn{ 
padding:3px 15px;
text-transform:uppercase; 
margin-right: 2px;
height:auto; 
color: #f1f1f1;
 background:#3a4559;
border-color:rgba(50,50,50,0.2); 
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
}
.gallery-filters .btn:hover,
.gallery-filters .btn:active,
.gallery-filters .btn:focus{ 
padding:3px 15px;
text-transform:uppercase; 
margin-right: 2px;
height:auto; 
color: #3a4559;
 background:#fafafa;
border-color:rgba(50,50,50,0.2); 
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
}
/*
// #Blockquotes & Testimonial
// --------------------------------------------------
*/
blockquote {
  padding: 18px 18px 18px 50px;
  margin: 0 0 18px;
  font-size: 13px;
  border-left: 4px solid #3a4559;
  background: #f7f7f7;
  font-style: italic;
  position: relative;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 14px;
  top: 18px;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote.testimonial {
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
}
cite {
  text-align: right;
  display: block;
}
cite:before {
  content: "—";
  margin-right: 4px;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: .2em;
}
.bq-author .bq-author-info {
  font-style: italic;
}
	
#ju-mainmenu{background-color: #fff;
	background-image: -webkit-linear-gradient(top,  #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    box-shadow: 0px 1px 0px #FFF, 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(255, 255, 255, 0.2) inset;}
#ju-bookmarks .ju-inner,
#ju-banner .ju-inner {
	padding:0;
}
.br-slidecontrol{
	position:absolute;
	list-style: none;	
	top: 106% !important;
	left:44% !important;
	z-index:10;
}
#wrapper img, .wrapper img{max-width: 1000px !important;height:auto;border:0;}

.main-bg { 
	box-shadow:0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.2);}
#ju-footer .ju-base, #ju-top-header .ju-base , #header .ju-base, #ju-main-header .ju-base{ 
	box-shadow:0 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0.1);}
#ju-bottom .ju-base{ color: #fff;background-color: #333;}

/*date*/
.ju_date{float:left;margin-top:8px}

.form-actions{padding:2px 4px 2px;margin-top:5px;margin-bottom:5px;background: transparent;border-top:1px solid #fff;*zoom:1;}

.btn-primary{color:#333;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#f1f1f1;background-image:-moz-linear-gradient(top, #fafafa, #bbb);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#bbb));background-image:-webkit-linear-gradient(top, #fafafa, #bbb);background-image:-o-linear-gradient(top, #fafafa, #bbb);background-image:linear-gradient(to bottom, #fafafa, #bbb);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#eee', GradientType=0);border-color:#bbb #bbb #ccc;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bbb;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#bbb;*background-color:#ddd;}

.readmore {color:#444;background-color:#f1f1f1;background-image:-moz-linear-gradient(top, #fafafa, #f5f5f5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #fafafa, #f5f5f5);background-image:-o-linear-gradient(top, #fafafa, #f5f5f5);background-image:linear-gradient(to bottom, #fafafa, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#eee', GradientType=0);border-color:#f5f5f5 #f5f5f5 #ccc;*background-color:#f5f5f5;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#f5f5f5;*background-color:#ddd;}

input{width:90%;}
textarea{width:98%;}
.quick_contact input{width:80%;}
#contact-form input{width:40%;}
#user-registration input, #member-registration input, .login input{width:230px;}
.pagenav a,.pager a{display:inline-block;padding:4px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fafafa; border-bottom:1px solid #dadada;
	background-image: -webkit-linear-gradient(top,  #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);}
.pager a:hover{text-decoration:none;background:#f5f5f5; border-bottom:1px solid #dadada;
	background-image: -webkit-linear-gradient(top,  #e6e6e6, #fff);
	background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(top, #e6e6e6, #fff);
	background-image: -o-linear-gradient(top, #e6e6e6, #fff);}
a#pagetop{float:right;color:#333; padding: 4px 10px; background:#fafafa; border:1px solid #dadada;
	background-image: -webkit-linear-gradient(top,  #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);}	

.bt-cs h3, .bt-cs .bt-inner a
 {
	color: #555 !important;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em !important;
	font-weight:100;
}
ul.social_icons li a:hover {   
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(1.6);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(1.6);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(1.6);
    }
    to {
        -ms-transform: scale(1);
    }
}
.gallery  {
    margin: 0;
  }
  @media (max-width: 767px) {
body {
    padding-right: 0px;
    padding-left: 0px;
  }
  } 