/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

@import url(/wp-content/themes/hoxa/assets/css/king.css);

select{
  max-width: 100%;
}

.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}

.site_wrapper {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto 0 auto;
}

.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}

.container_full.slidertop {
	margin-top: -80px;
}

.container {
	width: 1170px;
	margin: auto auto auto auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 18px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 18px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 18px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 18px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}
.content_halfsite .video_frame iframe {
	max-height: 240px;
	margin-bottom: 10px;
}
/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#trueHeader #logo{
	float:left;
	display:block;
	min-height: 45px;
	margin-top:10px;
	position: relative;
}

/* top navigation */
.top_nav {
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
	background-color: #fff;
}
.top_nav .right {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #f7f7f7;
}
.top_nav .right ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.top_nav .right li {
	float: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
.top_nav .right li:hover i {
	color: #454545;
}
.top_nav .right li a {
	color: #999;
}
.top_nav .right li a:hover {
	color: #727272;
}
.top_nav .right li.link {
	float: left;
	font-size: 12px;
	margin-right: 18px;
	margin-top: 1px;
}
.top_nav .right li.link i {
	margin-right: 3px;
}

/* header area adinationals */
.logo {
	float: left;
	width: 25%;
}
.menu_main {
	float: right;
	width: 75%;
	z-index: 9000;
	position: relative;
}

.slider_ex {
	float: left;
	width: 100%;
	height: 580px;
	background: url(/wp-content/themes/hoxa/assets/images/slider-img.png) no-repeat center top;
}

.mstslider {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -32px;
	z-index: 888;
	position: relative;
}
.right_links .menu-all-pages-container{
	float: left;
}
#king-top-menu{
	max-width: 300px;
	overflow: hidden;
	max-height: 50px;	
}
.slidershadow {
	float: left;
	width: 100%;
	height: 32px;
	background: url(/wp-content/themes/hoxa/assets/images/shadow.png) no-repeat center top;
	position: absolute;
	z-index: 999;
}
.slidershadow2 {
	float: left;
	width: 100%;
	height: 32px;
	background: url(/wp-content/themes/hoxa/assets/images/shadow2.png) no-repeat center top;
	position: relative;
	z-index: 999;
}


/*----------------------------------------------------
   breadcrumb
------------------------------------------------------*/
#breadcrumb .container .col-md-12{
	
}
/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* features section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 63px 0px;
	background: url(/wp-content/themes/hoxa/assets/images/texture-1.png) repeat left top;
}

.arrow_box {
	width: 65%;
	position: relative;
	background: #e3e3e3;
	border: 5px solid #fff;
	border-radius: 4px;
	padding: 20px 0px;
	margin: 0 auto 32px auto;
}
.arrow_box:after,
.arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(249, 249, 249, 0);
	border-top-color: #e3e3e3;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}

.feature_section1 .one_fourth:hover .arrow_box,
.feature_section1 .one_fourth.active .arrow_box {
	position: relative;
	background: #fff;
	border: 5px solid #13afeb;
	-webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}
.feature_section1 .one_fourth:hover .arrow_box:after,
.feature_section1 .one_fourth:hover .arrow_box:before,
.feature_section1 .one_fourth.active .arrow_box:after,
.feature_section1 .one_fourth.active .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent; content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.feature_section1 .one_fourth:hover .arrow_box:after,
.feature_section1 .one_fourth.active .arrow_box:after {
	border-color: rgba(249, 249, 249, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.feature_section1 .one_fourth:hover .arrow_box:before,
.feature_section1 .one_fourth.active .arrow_box:before {
	border-color: rgba(19, 175, 235, 0);
	border-top-color: #13afeb;
	border-width: 16px;
	margin-left: -16px;
	-webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

.arrow_box i {
	font-size: 50px;
	color: #272727;
}

.feature_section1 .one_fourth:hover .arrow_box i,
.feature_section1 .one_fourth.active .arrow_box i {
	color: #13afeb;
	-webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}
.feature_section1 .one_fourth:hover h5,
.feature_section1 .one_fourth.active h5{
	color: #13afeb;
	-webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

/* features section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	padding: 35px 0px;
	background-color: #13afeb;
}
.feature_section2 a {
	float: right;
	color: #13afeb;
	font-size: 16px;
	padding: 13px 35px;
	background-color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}
.feature_section2 a:hover {
	color: #272727;
}

/* features section 3 */
.feature_section3 {
	background: #fff none repeat scroll 0 0;
	float: left;
	width: 100%;
	padding: 70px 0px 46px 0px;
}
.feature_section3.two {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.feature_section3  h3, .feature_section3  h4{
	font-size: 22px;
}

.feature_section3  .king-tabs-pane{
	padding-top: 20px!important;
}

/* features section 4 */
.feature_section4 {
	background: #fff none repeat scroll 0 0;
	float: left;
	width: 100%;
	text-align: center;
	padding: 64px 0px 70px 0px;
}
.feature_section4 .one_fourth{
	padding:0;
}
.feature_section4 i {
	font-size: 45px;
	color: #939393;
	margin-bottom: 20px;
}
.feature_section4 .cornered {
    box-sizing:border-box;
    height: 0px;
    border-bottom: 18px solid #fff;
    border-left: 18px solid transparent;
	-webkit-transition: border-bottom .3s, -webkit-transform .3s;
	transition: border-bottom .3s, transform .3s;
}
.feature_section4 .cornered2 {
    box-sizing:border-box;
    height: 0px;
    border-top: 18px solid #fff;
    border-right: 18px solid transparent;
	-webkit-transition: border-top .3s, -webkit-transform .3s;
	transition: border-top .3s, transform .3s;
}
.feature_section4 .ccont {
    background-color: #fff;
	padding: 20px;
	-webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}
.feature_section4 .one_fourth:hover i,
.feature_section4 .one_fourth.active i{
	color: #fff;
}
.feature_section4 .one_fourth:hover .cornered,
.feature_section4 .one_fourth.active .cornered {
    border-bottom: 18px solid #13afeb;
}
.feature_section4 .one_fourth:hover .cornered2,
.feature_section4 .one_fourth.active .cornered2 {
    border-top: 18px solid #13afeb;
}
.feature_section4 .one_fourth:hover .ccont,
.feature_section4 .one_fourth.active .ccont {
	color: #fff;
    background-color: #13afeb;
}
.feature_section4 .one_fourth:hover .ccont h5,
.feature_section4 .one_fourth.active .ccont h5 {
	color: #fff;
}

/* features section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	padding: 65px 0px;
	background: url(/wp-content/themes/hoxa/assets/images/dark_matter.png) repeat left top;
	color: #999;
}

.feature_section5 h4.white{
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* features section 6 */
.feature_section6 {
	background: #FFFFFF;
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 68px 0px;
}
.feature_section6 i {
	color: #454545;
	font-size: 40px;
	margin-bottom: 20px;
}
.feature_section6 .one_fourth:hover i,
.feature_section6 .one_fourth.active i {
	color: #13afeb;
	-webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, transform .2s;
}
.feature_section6 .one_fourth:hover h5,
.feature_section6 .one_fourth.active h5 {
	color: #13afeb;
	-webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, transform .2s;
}



/* features section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	padding: 67px 0px 67px 0px;
	background: #454545 url(/wp-content/themes/hoxa/assets/images/site-img7.jpg) no-repeat center top;
}
.feature_section7 i {
	float: left;
	color: #fff;
	font-size: 40px;
}
.feature_section7 .rcont {
	float: right;
	width: 89%;
}

/* features section 8 */
.feature_section8 {
	float: left;
	width: 100%;
	padding: 70px 0px 50px 0px;
}
.feature_section8 .left {
	float: left;
	width: 40%;
}
.feature_section8 .right {
	float: left;
	width: 57%;
	padding-top: 50px;
	color: #999;
	font-size: 16px;
	line-height: 28px
	font-weight: 300;
}
.feature_section8 .right p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
/* features section 9 */
.feature_section9 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 63px 0px 70px 0px;
}
.feature_section9 .cibox {
	margin: 0 auto;
	background-color: #f3f3f3;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.feature_section9 .cibox.cbp-item {
	width: 20%;
	float: left;
	margin-top: -1px;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.feature_section9 .cibox i {
	color: #767676;
	font-size: 45px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.feature_section9 .cibox.act {
	color: #fff;
	background: #282727;
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 18px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: -100%;
	transition: all ease-in-out 250ms;
}
.feature_section9 .cibox.cbp-item:hover .cibox.act {
	opacity: 1;
	top: 0%;
}
.feature_section9 .cibox.act i {
	color: #fff;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.feature_section9 .cibox.act h5 {
	color: #fff;
	margin-bottom: 8px;
}
.feature_section9 .cibox a i{
	margin: 0px;
	font-size: 14px;
}
.feature_section9 .cibox a{
	position: relative;
	z-index: 10; 
}
.feature_section9 .cibox a:hover{
	color: #fff;
	text-decoration: underline;
}
/* features section 10 */
.feature_section10 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 63px 0px 90px 0px;
	background: url(/wp-content/themes/hoxa/assets/images/site-img9.jpg) no-repeat center 115px;
}
.feature_section10 h4 {
	margin-bottom: 5px;
}
.feature_section10 .left {
	float: left;
	width: 42.5%;
	margin-right: 7.5%;
	margin-top: 165px;
	text-align: right;
}
.feature_section10 .right {
	float: left;
	width: 42.5%;
	margin-left: 7.5%;
	text-align: left;
	margin-top: 140px;
}
.feature_section10 .left .flist {
	float: right;
	padding-right: 147px;
	background: url(/wp-content/themes/hoxa/assets/images/site-img11.png) no-repeat right 10px;
}
.feature_section10 .left .flist:hover h4,
.feature_section10 .left .flist.active h4 {
	color: #13afeb;
}
.feature_section10 .right .flist {
	float: left;
	padding-left: 147px;
	background: url(/wp-content/themes/hoxa/assets/images/site-img10.png) no-repeat left 10px;
}
.feature_section10 .right .flist:hover h4,
.feature_section10 .right .flist.active h4 {
	color: #13afeb;
}

/* features section 11 */
.feature_section11 {
	float: left;
	width: 100%;
	padding: 83px 0px 90px 0px;
	background: #eee url(/wp-content/themes/hoxa/assets/images/site-img12.jpg) no-repeat center top;
}
.feature_section11 .contbox {
	float: left;
	width: 500px;
	padding: 40px 40px 50px 40px;
	text-align: center;
	background-color: #fff;
	outline: 10px solid #ffffff;
	outline-offset: 4px;
	margin-top: -17px;
	position: relative;
	z-index: 3;
}
.feature_section11 .contbox h5 {
	margin-bottom: 0px;
	margin-top: 5px;
	line-height: 30px;
}
.feature_section11 strong {
	float: left;
	color: #fff;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 16px 30px;
	background-color: #13afeb;
	text-transform: uppercase;
	position: relative;
	z-index: 4;
	margin-left: 48px;
}

/* features section 12 */
.feature_section12 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
	background-color: #272727;
}
.feature_section12 h1 {
	color: #fff;
	margin: 0 auto;
	line-height: 52px;
	font-weight: 200;
	width: 94%;
}
.feature_section12 h1 strong {
	font-weight: normal;
}

/* features section 13 */
.feature_section13 {
	float: left;
	width: 100%;
	padding: 63px 0px 80px 0px;
}

/* features section 14 */
.feature_section14 {
	float: left;
	width: 100%;
	padding: 67px 0px;
	background: #eee url(/wp-content/themes/hoxa/assets/images/site-img13.jpg) repeat-y center top;
}
.feature_section14 .left {
	float: left;
	width: 50%;
	padding-right: 2%;
	background: url(/wp-content/themes/hoxa/assets/images/v-line.png) repeat-y right top;
}
.feature_section14 .left .conta {
	float: left;
	width: 100%;
	padding-top: 20px;
	min-height: 395px;
	background: url(/wp-content/themes/hoxa/assets/images/site-img14.png) no-repeat right top;
}
.feature_section14 .left .conta h1 {
	line-height: 47px;
}
.feature_section14 .left .conta p {
	width: 50%;
}

.feature_section14 .right {
	float: left;
	width: 50%;
	padding-left: 4%;
}
.feature_section14 .right .conta {
	float: left;
	width: 100%;
	padding-top: 20px;
	min-height: 395px;
	background: url(/wp-content/themes/hoxa/assets/images/site-img15.png) no-repeat right top;
}
.feature_section14 .right .conta h1 {
	line-height: 47px;
}
.feature_section14 .right .conta p {
	width: 50%;
}

/* features section 15 */
.feature_section15 {
	float: left;
	width: 100%;
	padding: 75px 0px 80px 0px;
	text-align: center;
	background-color: #13afeb;
	color: #fff;
}
.feature_section15 h1,
.feature_section15 h1 b {
	color: #fff;
}
.feature_section15 .one_third,
.feature_section15 .one_half,
.feature_section15 .one_fourth {
	text-align: left;
}
.feature_section15 i {
	font-size: 40px;
	float: left;
	margin-right: 20px;
	margin-top:4px;
}
.feature_section15 strong {
	float: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 300;
	padding: 13px 18px;
	background: rgba(0,0,0, 0.09) none repeat scroll 0 0;
	border-radius: 4px;
	margin-top: -4px;
}
.feature_section15 p {
	float: left;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}

.feature_section15 h1 {
	font-family: 'Raleway', sans-serif;
}

/* features section 16 */
.feature_section16 {
	float: left;
	width: 100%;
	min-height: 700px;
	padding: 70px 0px 70px 0px;
	text-align: center;
	background: url(/wp-content/themes/hoxa/assets/images/site-img17.jpg) no-repeat center 120px;
}
.feature_section16 .mcbox {
	float: left;
	width: 15.7%;
	margin-top: 40px;
}
.feature_section16 .mcbox.last {
	margin-top: 163px;
}
.feature_section16 .mcbox .cbox {
	min-height: 123px;
	padding: 27px 0px 0px 0px;
	background-color: #d3d3d3;
	margin: 0px;
	border: 1px solid #fff;
	border-right: none;
	border-bottom: none;
	font-size: 40px;
	color: #272727;
	-webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}
.feature_section16 .mcbox h6 {
	margin-bottom: 0px;
}
.feature_section16 .mcbox i {
	font-size: 40px;
	color: #272727;
	display: block;
	margin-bottom: 10px;
}
.feature_section16 .mcbox .cbox:hover,
.feature_section16 .mcbox .cbox.active {
	background-color: #272727;
	color: #fff;
}
.feature_section16 .mcbox .cbox:hover i,
.feature_section16 .mcbox .cbox.active i {
	color: #fff;
}
.feature_section16 .mcbox .cbox:hover h6,
.feature_section16 .mcbox .cbox.active h6 {
	color: #fff;
}

/* features section 17 */
.feature_section17 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #272727 url(/wp-content/themes/hoxa/assets/images/site-img18.jpg) no-repeat center top;
}
.feature_section17 .tbox {
	margin: 0 auto 50px auto;
	width: 164px;
	padding: 22px 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	color: #fff;
	font-weight: 200;
	background-color: #13afeb;
	line-height: 30px;
}
.feature_section17 .tbox em {
	font-size: 14px;
	font-style: normal;
}

.feature_section17 h1,
.feature_section17 h1 b {
	color: #fff;
}

/* features section 18 */
.feature_section18 {
	float: left;
	width: 100%;
	padding: 70px 0px 70px 0px;
	text-align: center;
}
.feature_section18 .bnbox {
	float: left;
	padding: 35px 45px 40px 45px;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.feature_section18 .bnbox:hover {
	background-color: #f3f3f3;
}
.feature_section18 .bnbox.two {
	padding: 0px;
	background-color: #f3f3f3;
}
.feature_section18 .bnbox.three {
	box-shadow: none;
}
.feature_section18 .bnbox h5 {
	margin-bottom: 8px;
}
.feature_section18 .bnbox em {
	color: #999;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 13px;
	display: block;
}
.feature_section18 .bnbox em.less {
	margin-bottom: 2px;
}

/* features section 19 */
.feature_section19 {
	float: left;
	width: 100%;
	padding: 70px 0px 90px 0px;
	text-align: center;
	background: url("/wp-content/themes/hoxa/assets/images/parallax-bg6.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.feature_section19 .pesbox {
	float: left;
	width: 100%;
	padding: 8% 8% 13% 8%;
	background-color: #fff;
	border-radius: 4px;
	text-align: left;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);

}
.feature_section19 .pesimg {
	float: left;
	margin-top: -42px;
	margin-left: 50px;
}
.feature_section19 .pesimg img {
	float: left;
	width: 70px;
	height: 70px;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 100%;
}
.feature_section19 .pesimg strong {
	color: #13afeb;
	font-weight: normal;
}
.feature_section19 .pesimg i {
	color: #999;
	font-size: 12px;
	font-style: normal;
}

