﻿@charset "utf-8";
/* CSS Document */

/*carrers*/
/*@import url(https://fonts.googleapis.com/css?family=Cookie);*/
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,700,600);
/*panel*/

#carrers {
	padding: 31px 0;
}
.newbtncarrers {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-weight: 700;
	padding: 10px;
	font-size: 12px;
	background-color: #6146AA !important;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #FFF;
	border-radius: 0;
	vertical-align: inherit;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.newbtncarrers:hover {
	padding-right: 20px;
	color: #FFF !important;
	background: #D5AC46 !important;
}
.carrersmain img {
	width: 100%;
	height: 300px;
}
.newbtncarrers-one {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-weight: 700;
	padding: 10px;
	font-size: 12px;
	background-color: #d5ac46!important;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #FFF;
	border-radius: 0;
	vertical-align: inherit;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.newbtncarrers-one:hover {
	padding-right: 20px;
	color: #FFF !important;
	background: #D5AC46 !important;
}
.newbtncarrers-one:hover, .newbtncarrers-one:focus, .newbtncarrers-one.focus{
    color:white
}
/**table filter8**/
panel {
	border: 1px solid #ddd;
	background-color: #fcfcfc;
}
.panel .btn-group {
	margin: 15px 0 30px;
}
.panel .btn-group .btn {
	transition: background-color .3s ease;
}
.table-filter {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.table-filter tbody tr:hover {
	cursor: pointer;
	background-color: #FFF;
}
.table-filter tbody tr td {
	padding: 10px;
	vertical-align: middle;
	border-top-color: #ddd;
}
.table-filter tbody tr.selected td {
	background-color: #eee;
}
.table tr th:first-child {
	width: 50px;
}
.table-filter tr td:first-child {
	display: none;
}
.table-filter tr td:nth-child(2) {
	width: 35px;
}
.table-filter tr td:nth-child(4) {
	width: 150px;
}
.ckbox {
	position: relative;
}
.ckbox input[type="checkbox"] {
	opacity: 0;
}
.ckbox label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ckbox label:before {
	content: '';
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
	border-color: #8F62FF;
	background-color: #8269C0;
}
.ckbox input[type="checkbox"]:checked + label:after {
	top: 3px;
	left: 3.5px;
	content: '\e013';
	color: #fff;
	font-size: 11px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
}
.summary {
	color: #333;
}


.nwebgadd{
background: #fff none repeat scroll 0% 0%;


}
.table-filter .star {
	color: #ccc;
	text-align: center;
	display: block;
}
.table-container {
	margin-top: 10px;
}
.table-filter .star.star-checked {
	color: #F0AD4E;
}
.table-filter .star:hover {
	color: #ccc;
}
.table-filter .star.star-checked:hover {
	color: #F0AD4E;
}
.table-filter .media-photo {
	width: 35px;
}
.table-filter .media-body {
	display: block;/* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
.table-filter .media-meta {
	font-size: 11px;
	color: #999;
}
.table-filter .media .title {
	color: #D0AD45;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}
.table-filter .media .title span {
	font-size: .8em;
	margin-right: 20px;
}
.table-filter .media .title span.pagado {
	color: #5cb85c;
}
.table-filter .media .title span.pendiente {
	color: #f0ad4e;
}
.table-filter .media .title span.cancelado {
	color: #d9534f;
}
.table-filter .media .summary {
	font-size: 14px;
}
.bgwhite {
	background: #FFF !important;
}
.loginmodal-container {
	padding: 30px;
	margin-top: 150px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 15px 15px 15px 15px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
}
.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
}
.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.loginmodal-container input[type=text], input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;/* border-radius: 3px; *//* -webkit-user-select: none;
  user-select: none; */
}
.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}
.login-help {
	font-size: 12px;
}
#mybg img {
	width: 100%;
	height: 100%;
}
#mybg {
	width: 100vw;
   height: 100vh;
}
/*demos*/
#demos {
	padding: 211px 0px;
	background: url(../../images/work-process/sss.jpg) no-repeat;
	background-size: cover;
}
.bl-main > .newsection {
	position: absolute;
	width: 30%;
	height: 61%;
}
.bl-main > .newsection-one {
	position: absolute;
	width: 30%;
	height: 61%;
}
.bl-main > .newsection-two {
	position: absolute;
	width: 30%;
	height: 61%;
}
.smoothScroll-new {
	cursor: pointer;
	text-align: center;
	z-index: 1111;
}
#openings {
	padding: 31px 0 0px;
	
}



.bl-main > .newsection.bl-expand {
	
}
.bl-main > .newsection-one.bl-expand {

}
.bl-main > .newsection-two.bl-expand {
	
}
#slick .field textarea.message-new {
	height: 70px;
	max-height: 159px;
}
.icon-top-main {
	position: relative;
	left: 60px;
	top: 20px;
}
.icon-one-top {
	border-right: 1px solid #000;
	padding-right: 10px;
}
.icon-two-top {
	border-right: 1px solid #000;
	padding-right: 13px;
	padding-left: 8px;
}
.icon-three-top {
	padding-left: 10px;
}
.my-icon-color {
	color: #777;
}
.my-icon-color:hover {
	color: #D0AF44 !important;
}
.modal {
	background: rgba(0, 0, 0, 0.76);
	z-index: 1040333333 !important;
}
/* Tooltip */
.test + .tooltip > .tooltip-inner {
	background-color: #8269C0 !important;
	color: #FFFFFF !important;
	border: 1px solid #8269C0 !important;
}
.test + .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid #BB9FFF !important;
}
.alert {
	display: none;
}
.my-cult {
	height: 390px;
	margin-left: -22px;
}
.my-cust-hight {
	height: 300px;
}
.color-white {
	color: #000 !important;
}
.my-cust-margin {
	margin-top: 100px;
}
.my-new-margin {
	margin-top: -20px;
}
.my-margin {
	margin-left: 14px;
}
.close-modal {
	cursor: pointer;
	cursor: pointer;
	position: absolute;
	top: 10px !important;
	font-size: 22px !important;
	right: 12px !important;
}

.cotact-border{ background:#FFF; margin-top:12px;}


/*slider*/
/*
    StyleSheet For Responsive Bootstrap Carousel Effect Ken Burns
    Author: Razboynik
 
    Description: Bootstrap Carousel Effect Ken Burns
*/

.kb_wrapper
.kb_control_left,.kb_control_right
{
    top:50%;
    background:#000!important;
    color:#fff!important;
    z-index:2;
    opacity:1;
    width:55px;
    height:55px;
    text-align:center;
    -webkit-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}

.kb_icons
{
    line-height:50px;
    font-size:34px!important;
    font-weight:normal!important
}
.kb_control_left
{
    left:1%!important
}
.kb_control_right
{
    right:1%!important
}
.kb_elastic
{
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    overflow:hidden;
}
.kb_elastic .item
{
    top:0;
    z-index:1;
    opacity:0;
    width:100%;    
    position:absolute;
    left:0!important;
    display:block!important;
    /*-webkit-transform:scale3d(2,1,2);
    transform:scale3d(2,1,2);*/
    -webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
    transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s;
    height:100%;
  
}
.kb_elastic .item:first-child
{
    top:auto;
    position:relative
}
.kb_elastic .item.active
{
    opacity:1;
    z-index:2;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    -webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
    transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s
}
/*.kb_wrapper
{
    overflow:hidden;
    
}*/
.kb_wrapper>.carousel-innerone>.item>img,.kb_wrapper>.carousel-innerone>.item>a>img
{
    width:100%!important;
    height:100%!important
    
}
    @-webkit-keyframes immortalkenburns
{
    0%
{
    -webkit-transform:scale(1);
    -webkit-transition:-webkit-transform 20000ms linear 0s
}
    100%
{
    -webkit-transform:scale(1.2);
    -webkit-transition:-webkit-transform 20000ms linear 0s
}

}
    @-moz-keyframes immortalkenburns
{
    0%
{
    -moz-transform:scale(1);
    -moz-transition:-moz-transform 20000ms linear 0s
}
    100%
{
    -moz-transform:scale(1.2);
    -moz-transition:-moz-transform 20000ms linear 0s
}

}
    @-ms-keyframes immortalkenburns
{
    0%
{
    -ms-transform:scale(1);
    -ms-transition:-ms-transform 20000ms linear 0s
}
    100%
{
    -ms-transform:scale(1.2);
    -ms-transition:-ms-transform 20000ms linear 0s
}

}
   @-o-keyframes immortalkenburns 

{
    0%

}
    -o-transform:scale(1);
    -o-transition:-o-transform 20000ms linear 0s
}
    100%
{
    -o-transform:scale(1.2);
    -o-transition:-o-transform 20000ms linear 0s
}


    @keyframes immortalkenburns
{
    0%
{
    transform:scale(1);
    transition:transform 20000ms linear 0s
}
    100%
{
    transform:scale(1.2);
    transition:transform 20000ms linear 0s
}

}
.kb_caption
{
 font-family: 'Josefin Slab', serif;
    /*font-family: 'Cookie', cursive !important;*/
    /*font-family: 'Lobster', cursive;*/
       left:0;
    width:100%;
  bottom: 31%;
    text-align:left;
}
.kb_caption_right
{
    left:50%
}
.kb_caption_center
{
    float:none;
    margin:auto
}
.kb_caption h1
{
    font-size:4em;
   font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Lobster', cursive;*/
 /*font-family: 'Cookie', cursive !important;*/
    text-align:center;
    text-shadow:none;
    padding:5px 0 5px 0px;
    -webkit-animation-delay:1s;
    animation-delay:1s;
    line-height:61px;
}

.kb_caption p {
  font-size: 2em !important;
   line-height: 27px;
    /*font-family: '"Open Sans",sans-serif', sans-serif;*/
    text-align: center;
    text-shadow:none;
    padding-left:15px;
    font-weight:normal;
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s;
    padding:0;
    color:#000;
}
    


.kb_caption h2
{
    font-size:18px !important;
    text-align: left;
    text-shadow:none;
    padding-left:15px;
    font-weight:normal;
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s
}

.anim {

-webkit-animation-delay: 2s;
animation-delay: 2s;
}
    @media only screen and (max-width:480px)
{
.kb_control_left,.kb_control_right
{
    border:0
}
.kb_icons
{
    font-size:18px!important
}
.kb_caption
{
    left:0;
    width:100%;
    bottom:25%;
    text-align:center
}
.kb_caption h1
{
    font-size:25px
}
.kb_caption h2
{
    font-size:20px
}

}

    @media (min-width:481px) and (max-width:600px)
{
.kb_control_left,.kb_control_right
{
    border:0
}
.kb_caption
{
    left:0;
    width:100%;
    bottom:25%;
    text-align:center
}

}

@media only screen and (max-width: 768px) {

.kb_caption
{
    left:0;
    width:100%;
    bottom:25%;
    text-align:center
}


    .kb_elastic .item {
        height: 430px;
    }
}
@media screen and (max-width: 320px) {

    .kb_caption
{
    left:0;
    width:100%;
    bottom:25%;
    text-align:center
}
        .kb_caption p {

           font-size: 12px !important;    
            line-height: 18px;
        }

    .kb_caption h1 {
 font-size:18px !important;    
    
    }

    .kb_elastic .item {
        height: 300px;
    }

    .anim {
     padding:5px;
     font-size:12px;
    
    }
}


    @media (min-width:601px) and (max-width:767px)
{
.kb_caption
{
    left:0;
    width:100%;
    bottom:25%;
    text-align:center
}


    .kb_elastic .item {
    height:470px;
    }

}
    @media (min-width:768px) and (max-width:991px)
{
.kb_caption
{
    bottom:25%
}

}
    @media (min-width:992px) and (max-width:1199px)
{
.kb_caption{bottom:50%}

}
.kb_wrapper
{
    background:#000
}

.kb_caption h1
{
    color:#000;
    
}
.kb_caption h2
{
    color:#fff
}
    @media (max-width:600px)
{
.kb_control_left,.kb_control_left:hover,.kb_control_left:active,.kb_control_left:focus,.kb_control_right,.kb_control_right:hover,.kb_control_right:active,.kb_control_right:focus
{
    border:none!important;
    background:transparent!important
}

}


  

    /*tabs*/
    .blogShort{ border-bottom:1px solid #ddd;}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color:#8269C0 !important;
    color: #fff!important; 
    font-size:1.3em;
}
.nav-sidebar .active a:hover {
    background-color: #D4AD47 !important;   
        color: #ffffff;
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #8269c0;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color:#FFF !important;
    background-color:#D4AD47;
    border-color: #0b56a8;
}
article h2{color:#FFF;}
h2{color:#FFF;}
 .margin10{margin-bottom:10px; margin-right:10px;}
 
 .container .text-style
{
  text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 19px;
}
.mynavhover a:hover {

     background-color: #000!important;   
     color:#FFF !important;
     cursor:pointer;
}

/*Readmore model*/

.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

/* Alternative Angles */
.modal.fade:not(.in).top-left .modal-dialog {
	-webkit-transform: translate3d(-25%, -25%, 0);
	transform: translate3d(-25%, -25%, 0);
}
.modal.fade:not(.in).top-right .modal-dialog {
	-webkit-transform: translate3d(25%, -25%, 0);
	transform: translate3d(25%, -25%, 0);
}
.modal.fade:not(.in).bottom-left .modal-dialog {
	-webkit-transform: translate3d(-25%, 25%, 0);
	transform: translate3d(-25%, 25%, 0);
}
.modal.fade:not(.in).bottom-right .modal-dialog {
	-webkit-transform: translate3d(25%, 25%, 0);
	transform: translate3d(25%, 25%, 0);
}

/*model*/
.newmodal-dialog {
    width:65%;
    margin: 30px auto;
}

.newmodal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #999;
    border: 1px solid #8269C0;
    border-radius: 2px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal, #mod2 {
    background: rgba(0, 0, 0, 0.76);
    z-index: 1040333333 !important;
}
modal ,#mod2 {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.morph-button-modal-4.open .morph-content {
    margin:0px !important;
    height: 350px !important;
   width:80%;
}
.mybtnadd {

 width: 200px !important;
height: 30px !important;
line-height: 20px !important;
}
.morph-button-fixednew {
    height:45px !important;
    width: 220px !important;
}

.mockup-right {
 width:230px !important ;
}

.content-contact .icon {
    margin-top: 0px;
}

.morph-button-modal-4 .morph-content {
    background-color: #fff !important;
}


#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}

.carousel-innerone {
	width:100vw;
	height:100vh;
	z-index:0;
	overflow:hidden;
    
}

 .carousel.carousel-fade .item {
	transition: all 3s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
#content-wrapper {
	position:absolute;
	z-index:1 !important;
	min-width:100%;
	min-height:100%;
}
.well {
    opacity:0.85
}

carousel-innernew {
}
.careerpara{
    font-family:"Abel",sans-serif;
    font-size:1.4em!important;
}
.contentpara{
    font-family: "Josefin Sans",sans-serif;
    font-size: 1.6em !important;
    line-height: 1;
    margin: 0 auto;
    padding-bottom: 15px;
}