/*initFont*/
@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-Regular.otf');
}
#bd,input,textarea,select{
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;	
}
#bd {
    font-size: 14px;
    color: #666;   
	line-height:150%;
	background:url("../images/bg.jpg") no-repeat center top #E5E5E5;
	background-size:100% 700px;
	margin:0;
	overflow-x:hidden;	
}
a,
.menu li span {
    color: #666;
    text-decoration: none;
}
a:hover,
.menu li span:hover {
    color: #6599bf;
    text-decoration: none;
}
.clr {
    clear: both;
    line-height: 0;
}
a>img {
    border: 0px solid;
}
img {
    max-width: 100%;
}
.hidden {
    display: none;
}
.orange{
	color:#FF0000;
}
.btn{
	background:#666;
	color:#fff;
	padding: 8px 20px;
	display:inline-block;	
	font-size:12px;
	cursor:pointer;
	border:0px solid;
}
.btn:hover{
	background:#307505;
	color:#fff;
}
/*Head*/
h1,h2,h3,h4,.h1,.h2,.h3,.h4{
	color: #6599bf;
	text-transform:normal;
	font-weight:normal;
	font-family: 'Oswald', arial, serif;
}
h1,.h1 {
    font-size: 30px;
}
h2,.h2 {
    font-size: 25px;
}
h3,.h3 {
    font-size: 20px;
}
h4,.h4 {
    font-size: 16px;
}
h5,.h5 {
    font-size: 13px;	
	font-style:italic;
	font-weight:normal;
}

/*reponsive*/
.hidden-desktop{
	display:none;
}
.row{
	margin: 0 -10px;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
.span12 {
    width: 100%;
}
.span9,.span8,.span7,.span6,.span5,.span4,.span3,.span2,.span25 {
    float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.span9 {
    width: 75%;
}
.span8 {
    width: 66.7%;
}
.span7 {
    width: 60%;
}
.span6 {
    width: 50%;
}
.span5 {
    width: 40%;
}
.span4 {
    width: 33.3%;
}
.span3 {
    width: 25%;
}
.span25 {
    width: 20%;
}
.span2 {
    width: 16.6%;
}
/*Main*/
.container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
	padding: 1px 10px;
	box-sizing:border-box;	
}
#j_wrapper{
	margin-top:50px;
}
/*siderbar*/
#j_sidebar{
	float:left;
}
#j_sidebar>.inner{
	background:#0C3348;
	padding:50px 30px;
}
#j_sidebar .modrow{
	padding-bottom:30px;
}
#j_sidebar:before {
    background: url("../images/skin-blue.png") left 0px no-repeat;
	height:26px;
	content:'';
	display:block;
}
#j_sidebar:after{
	height:50px;
	content:'';
	display:block;
    background: url("../images/skin-blue.png") bottom left no-repeat;
}
/*main*/
#j_main{
	float:right;	
}
#j_main>.inner{
	background:#fff;
	padding:0 30px 50px 29px;
	margin-top:30px;
	position:relative;
	min-height: 600px;
}
#j_main>.inner:before {
    background: url("../images/slider-cover.png") top right 0px no-repeat;
	background-size:100% 66px;
	content:'';
	display:block;
	height:66px;
	position:absolute;
	width:100%;
	top:-40px;
	left:0;	
	z-index:-1;
}
.menu_home #j_main>.inner:before {
    background: url("../images/slider-cover1.png") top right 0px no-repeat;	
	z-index:1000;
}
#j_main:after{
	content: '';
	display: block;
	height: 50px;
	background: url("../images/skin-blue.png") right bottom no-repeat;	
}
/*logo*/
#j_logo{}
/*mainmenu*/
#j_mainmenu{}
#j_mainmenu .menu,#_mainmenu .menu{
	list-style:none;
	margin:0;
	padding:0;
}
/*Level1*/
#j_mainmenu .menu,#_mainmenu .menu{
	background: url(../images/transparent-pixel.png) repeat-x top left;
}
#j_mainmenu .menu li,#_mainmenu .menu li{
	background: url(../images/transparent-pixel.png) bottom repeat-x;
	padding: 10px 0 10px 0;
}
#j_mainmenu .menu li a,#_mainmenu .menu li a{
	font-family: 'Oswald', arial, serif;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 100%;
	display: block;
}
#j_mainmenu .menu li.active>a,#j_mainmenu .menu a:hover,#_mainmenu .menu li.active>a,#_mainmenu .menu a:hover{
	color: #9D9D9D;
}
/*social*/
.socialbox a{
	margin-right:5px;
}
.socialbox a:hover{
	opacity:0.8;
}
/*contact*/
#j_sidebar .moduletable{}
#j_sidebar .moduletable h3{
	color:#768E9F;
	padding-bottom:20px;
}
.moduletable.mod_contact{
	padding-top:50px;
}
.contact_list{
	list-style:none;
	margin:0;
	padding:0;
	color:#cecece;
	line-height:20px;
	font-size:12px;
}
.contact_list a{
	color:#cecece;
	text-decoration:underline;
}
.contact_list a:hover{
	color:#fff;
}
.contact_list li{
	padding-left:25px;
	margin-top:7px;
}
.contact_list .home{    
    background: url("../images/home.png") left 3px no-repeat;
}
.contact_list .phone {
    background: url("../images/phone.png") left 3px no-repeat;
}
.contact_list .mail {
    background: url("../images/mail.png") left 3px no-repeat;
}
/*maintop*/
#j_maintop{    
    top: -10px;
    display: block;
    position: relative;
}
/*slide*/
.cameraContent{
	width:60%;
	left:auto;
	position:absolute;
	bottom:0;
	right:0;	
}
.camera_caption{
	background:none;
}
.camera_caption>div{
	background:none!important;
	padding:0;
}
.camera_caption_title{	
	background: rgba(0,0,0,0.7);	
}
.camera_caption_title a{	
	color:#fff;
	display:block;
	font-size:24px;
	font-family: 'Oswald', arial, serif;
	padding: 10px 5px;
}
.camera_caption_title a:hover{
	padding: 10px 5px;
	color:#fff;
	background:#6599bf!important;
	font-size:24px;
	font-family: 'Oswald', arial, serif;
}
.camera_caption_desc{
	margin-top:20px;
	padding:5px;
	background: rgba(0,0,0,0.7);
	font-size:20px!important;
	font-family: 'Oswald', arial, serif;
	color:#768E9F;
	line-height: 130%;
	min-height: 200px;
}
.camera_pag{

}
.camera_pag ul{
	position: absolute;
	right: 0;
	bottom: -6px;
	padding: 2px;
	background: #fff;
	z-index: 100;
}
.camera_pag ul li{
	margin:0 0px!important;
	background:none!important;
	border-radius:0!important;
	width:16px!important;
}
.camera_pag ul li span{
	border-radius:0!important;
	background:#cecece!important;
}
.camera_pag ul li.cameracurrent span,.camera_pag ul li span:hover{
	background:#6599bf!important;
}
/*home*/
.home_intros{
	font-size:12px;
}
.home_intros h4.title{
	margin:20px 0 15px;
}
.home_intros h4.title a{
	text-transform:uppercase;
	color:#6599bf;
}
.home_intros h4.title a:hover{
	color:#fff;
	background:#6599bf;
}
.home_intros .btn_box{
	margin-top:30px;
}
.home_intros .btn_box .btn_readmore{
	font-style:italic;
}
.home_intros .btn_box .btn_readmore:after{
	content:"→";
	display:inline-block;
}
/*testinonial*/
#j_mainbottom{
	margin-top:40px;
	padding-top:10px;
	border-top: 1px solid #eee;	
}
blockquote p {
    background: url("../images/blockquote.png") no-repeat;
    padding: 0 0 20px 0px;
    color: #9e9e9e;
    text-indent: 30px;
	font-style: italic;
	font-family: 'Droid Serif';
}
/*footer*/
#j_footer{
	margin: 50px 0 30px;
	text-align:center;
	font-size:12px;
}
#j_footer a{
	color:#848484;
}
#j_footer a:hover{
	color:#6599bf;
}
.copyright{
	font-style: italic;
	color: #a1a1a1;
}
/*pagination*/
.pagination {
    text-align: right;
}
.pagination ul {
    display: inline;
}
.pagination li {
    display: inline-block;
    margin: 0 2px;
}
.pagination {
    padding-bottom: 40px;
    text-align: right;
}
.pagination li a,
.pagination li span {
    color: #FFF;
    background: #307505;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 0 7px;
    text-align: center;
    text-decoration: none;
}
.pagination li a {
    background: #307505;
    color: #FFF;
}
.pagination li span,
.pagination li a:hover {
    background: #252525;
    color: #FFF;
}
.clr{
	clear:both;
}

/*tooltip*/
.tooltip{
	display:none!important;
}

#j_component > div.item-page > div > div > div:nth-child(3) > div > div.creativecontactform_wrapper_inner > div.creativecontactform_header > div.creativecontactform_title {display:none !important;}