.dropdown-backdrop {
    display: none;
}

.spinner_visible{
    display: block;
    position: fixed;
    top: 50vh;
    z-index: 2147483647;
    left: 50vw;
    background: url(/images/cargando.png)white no-repeat top left;
    width: 98px;
    height: 100px;
    margin-top: -49px;
    margin-left: -50px;
    border-radius: 50px;
    box-shadow: 5px 5px 8px #ccc; 
}
/*#UsuarioListados_color_fondo-picker .farbtastic{
    width: 195px;
    height: 195px;
    position: absolute;
    z-index: 9999;
    right: 6px;
    top: 0; 
}*/

#UsuarioListados_color_fondo {width:217px}
#UsuarioListados_icono{ width:187px}

.chosen-container.error .chosen-single{ border-color: red!important}

.popover-title span{ float:none!important; margin-left:0px}

.popover small {font-size: 9px!important}

div.popover.clockpicker-popover.bottom.clockpicker-align-left div.arrow{
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #aaa;
}

.monospace{ font-family: monospace; white-space: pre;}

div.box-header.well h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
}


.icon-info{
    float: left;
    margin: 4px 10px!important;
    cursor: pointer;
}


#wp-button i{
    vertical-align: text-top;
    font-size: 35px;
    margin-right:30px;
}

#wp-button :hover{
    color: #3c68aa;
}

.superindice{
    font-size:10px;
    vertical-align: super;
}
.noty_bar.noty_theme_default.noty_warning {
    background-color: orangered!important;
    border-color: orangered!important;
    color: white!important;
}

.noty_close { top: 6px!important}

fieldset.grande input, fieldset.grande button, fieldset.grande i {
    height:30px;
    font-size: 16px;
}

fieldset.grande .add-on{
    height:20px;
}


.table .fa{font-size: 25px;}
.btn-peque {height: 25px; margin-bottom: 2px}
.btn-black,.label-black {background:black; color:white; text-shadow:none}

/* zona clientes */
.btn-pagar{
    margin-bottom: 2px;
    width: 100%!important;
    height: 35px!important;
}
.frm-pagar{ margin-bottom:0px}

/*---------------*/

#grid_listado tbody tr td {white-space: pre-wrap!important; font-family: "Lucida Console", Monaco, monospace}


#app_update{
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
}

.msg_cargando{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 9999999;
}

#cargando_contenedor {width:100%; height:100%;background-color:#ddd; overflow: hidden}
#cargando_contenedor #contenido {position: relative; top: 50%; transform: translateY(-50%); border: 1px solid #999;  box-shadow: 5px 5px 5px #aaa;}
#cargando_contenedor #titulo {padding-top: 24px}
#cargando_contenedor #titulo h4{font-size: 22px}
#cargando_contenedor #titulo .mensaje{font-size: 18px}

.msg_cargando #cargando_contenedor { background-color: rgba(200,200,200,0.5)!important}



.txt-izda{ text-align:left!important}
.txt-dcha{ text-align:right!important}
.txt-centro{ text-align:center!important}

.footer_historico{
    text-align:right!important;
    white-space: nowrap;
}

.sql {
    min-height: 40vh!important;
}

.pointer { cursor:pointer!important}

.concepto_contable{width: 25vw!important; max-width: 25vw!important; white-space: normal!important}

#equipos-form input {font-size: 13px; padding-left: 8px;}
#equipos-form select {font-size: 13px; padding-left: 4px;}
.chosen-container {margin-bottom: -1px}
.chosen-disabled a.chosen-single{ background: #f5f5f5}

.cke_inner .chosen-container{ margin-bottom:0px; width: 30%}
.cke_inner .chosen-drop{ opacity: 0.95}

.panel {
    margin-bottom: 20px;
    /*background-color: #fff;*/
    border: 1px solid #999999;
    /*border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-footer {
    padding: 10px 15px;
    text-align: left;
    /*background-color: white;*/
    /*border-radius: 2px 2px 0 0;*/
    /*opacity: 0.5;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-heading{
    padding: 10px 15px;
    /*color: #fff;*/
    /*border-bottom: 1px solid transparent;*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
}

/*@media (max-width:979px){
   .panel-heading{
        color: #555555;
        background-color: #FFF;
        border-bottom-left-radius:3px;
        border-bottom-right-radius:3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    
    .panel-heading i.fa{
       color: #555 !important;
    }
}*/

.panel-heading div.texto{
    display: -webkit-box;
    line-height: 16px;
    height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.minipanel {
    float:left;
    width: 24%;
    margin-right: 1%;
    overflow: hidden;
}

.minipanel a{text-decoration:none;}
.minipanel a:hover{cursor: pointer;}
.minipanel .multiple{ float:left; width:70%; overflow: hidden}
.panel-heading .valor{
    max-width:70%; 
    float:left;
    color: #999999;
}

.panel-heading .icono{
    max-width:30%; 
    float:right;
}
.panel-heading .icono .fa{
    color: #999999!important;
}

.minipanel .etq-editar, .mini_grafica .etq-editar{ 
    /*float:left;*/
    cursor: pointer;
    /*visibility: hidden;*/
}

.minipanel .etq-borrar, .mini_grafica .etq-borrar{
    /*float:right;*/
    cursor: pointer;
    /*visibility: hidden;*/
}

.minipanel .titulo_etiqueta, .mini_grafica .titulo_etiqueta{
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    /*white-space: normal;*/
}
.minipanel .titulo_iconos, .mini_grafica .titulo_iconos{
    float: right;
    visibility: hidden;
    background-color: #ffffff;
    /*border: 1px solid #999999;*/
    /*width: 15%;*/
}
.panel-footer span{
    font-weight: bold;
    /*color:#000;*/
}

.mini_grafica {
    float:left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    /*overflow: hidden;*/
}

.minipanel .panel-heading { cursor: default}
.minipanel a .panel-heading{cursor: pointer } 

.mini_grafica .titulo_grafica{ 
    height: 18px;
    border-bottom: 2px solid #999999;
    font-weight: bold;
    color:#999999;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mini_grafica .cuerpo_grafica {
    padding: 10px 15px;
}
.ordenable.ui-sortable { cursor: pointer } 
.ordenable2.ui-sortable{ cursor: crosshair}
.ordenable.ui-sortable .panel-footer, .ordenable2.ui-sortable .titulo_grafica{ cursor: move}

.huge {
    font-size: 2.5vw;
    line-height: 2.5vw;
}

div#sistema #hdd, div#sistema #ram, div#sistema #cpu { width: 25%; min-width: 200px; float:left; margin-left: 4%; margin-right: 4%; margin-bottom:1vh }


div#contenido {float:right}

table.dataTable tfoot th, table.dataTable tfoot td{padding-right:10px}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.dataTable tbody th:first-child, table.dataTable tbody td:first-child {
    border-left: none;
}


.dataTables_scroll table.dataTable thead th, .dataTables_scroll table.dataTable thead td{
    border-bottom: none!important;
}

.dataTables_scroll table.dataTable tfoot th, .dataTables_scroll table.dataTable tfoot td{
    border-top: none!important;
}

.dataTables_scrollFoot {
    background: #f0f0f0;
    border: 1px solid #777!important;
    border-top: none!important;

}

.dataTables_processing{ z-index: 999; background:none!important; top: 45%!important;}

table.dataTable tbody tr:last-child td{
    border-bottom: none;
}

.dataTables_scroll div.dataTables_scrollBody {
    border: 1px solid #777;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

table.dataTable.table-striped tbody tr.selected td { background-color: transparent};

.cuadrado { 
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.oculto {display:none}

.well.condensada { padding: 0 10px}
.cabecera.simple {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
    font-size: 13px;
}

.prepend_fijo{
    width: 90px!important;
    text-align: left!important;
}

#btn_recordar {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 4px;
    border: 1px solid #ccc;
}

#btn_cancelar_recuperar {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 4px;
    border: 1px solid #ccc;
}

.btn[disabled] {
    opacity: 0.2;
}

.btn-estrecho {
    height: 22px;
    padding: 0px;
    text-shadow: none;
}

.btn-browse{  
    height: 28px;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background: lightgrey;
    font-family: "FontAwesome", "Helvetica"!important;
}

.entero, .real{text-align:right}

#incidencias .entero, #incidencias .real{
    text-align: left;
}

.chosen-container-single .chosen-single, .chosen-container-single .chosen-default{background:white;color:#555555; box-shadow: none}
.chosen-disabled {opacity: 1!important;}
.chosen-disabled span {cursor: not-allowed!important;}



.sin_sombra { text-shadow: none;}

.awesome{font-family:'FontAwesome','Verdana'!important;}
.tabla tbody tr:first-child{
    background-color:#f0f0f0;
}

.tabla tbody tr:first-child td{
    font-weight: bold;
    text-transform: uppercase;
}

.combo_grande { height:32px!important; font-size: 14px!important }
.texto_grande { font-size:14px!important; line-height:15px;}

/*ckeditor */
.cke_combo_text, .cke_combopanel { width:auto!important;}
.cke_button__save_icon { color: green;}
.cke_top { padding-bottom: 10px!important}


.regla {
    margin-left: 12px!important;
    width: 210mm!important;
    height: 10px!important;
    font-size: 0!important;
    clear: both;
    position: absolute!important;
    margin-top: 34px!important;
}


.regla span {
    width: 36.7px;
    font-size: 9px!important;
    display: inline-block!important;
    text-indent: 1px;
    border-left: 1px solid #555;
    background-size: 10px 5px;
}

.regla span:nth-last-child {border-right: none}

.regla i{    
    width: 0px;
    border-right: 1px solid #555;
    height: 5px;
    margin-left: 5mm;
    display: block;
    position: absolute;
    margin-top: -5px; }


.ubicacion input{ height: 26px!important; font-size:12px!important }



/*tabla con scroll */

.tablescroll{
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tablescroll_head { width:100%;}
.tablescroll th,
.tablescroll td {
    border-left: 1px solid #dddddd;
}
.tablescroll caption + thead tr:first-child th,
.tablescroll caption + tbody tr:first-child th,
.tablescroll caption + tbody tr:first-child td,
.tablescroll colgroup + thead tr:first-child th,
.tablescroll colgroup + tbody tr:first-child th,
.tablescroll colgroup + tbody tr:first-child td,
.tablescroll thead:first-child tr:first-child th,
.tablescroll tbody:first-child tr:first-child th,
.tablescroll tbody:first-child tr:first-child td {
    border-top: 0;
}
.tablescroll thead:first-child tr:first-child th:first-child,
.tablescroll tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}
.tablescroll thead:first-child tr:first-child th:last-child,
.tablescroll tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}
.tablescroll thead:last-child tr:last-child th:first-child,
.tablescroll tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}
.tablescroll thead:last-child tr:last-child th:last-child,
.tablescroll tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}
.tablescroll tbody tr:nth-child(odd) td,
.tablescroll tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
.tablescroll thead { text-transform: capitalize;}
.tablescroll tfoot { background: #f0f0f0;}
.tablescroll tfoot td {text-align: center;}

.tablescroll thead {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=3 );
}
.tablescroll thead tr.filters{
    background: #f3f3f3;
    text-align: center;
}

/* flujos pasos */
#pasos_flujos { border: none; margin-bottom: 0px; }
#pasos_flujos tr td{
    border-left-width:0px !important;
}
#pasos_flujos tr td:first-child {
    border-left-width: 2px!important;
    /* //border-right-width: 1px!important;*/
}

#flujos-form {margin-bottom: none!important;}
#flujos-form h4 {
    margin-top: 20px!important;
}

/* tabla vertical */

.tablav tbody tr td:first-child {
    font-weight: bold;
    text-transform: uppercase;
    background-color:#f0f0f0;
    width: 50%;
}

/* graficas */

.contenedor{
    width:100%;
    clear: both;
    margin-bottom: 20px;
    min-height: 100px;
}

.grafica {
    float: left;
    margin-right: 20px;
}

.meter {
    float: left;
}

.ajax-loader{
    margin: 40px auto;
    display: block;
}

.consola{
    font-family: monospace;
    padding: 10px;
}

.zoom-x2{
    zoom: 1.8;
    -moz-transform: scale(1.8);
}


.fa { text-shadow: none;  }

/* iconos de los grid */
.grid-view .fa.fa-trash  { color: #e12b31;}
.grid-view .fa.fa-pencil { color: #88c149;}
.grid-view .fa.fa-eye    { color: #54b4eb;}

.button-column { width: 70px; }
td.button-column {text-align:center}

.grid-view-loading {
    position:relative;
    width:100%;
    height:100%;
    opacity: 0.5;
}        

.grid-view-loading:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 5vw;
    left: -5px;
    position:absolute;
    top:45%;
    left:45%;
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8);
}

.grid-view .numeros{margin-bottom: 0px;}
.grid-view .numeros i.fa {float:left}


.grid-view table {width:100%!important}
a.fa.fa-question-circle{text-decoration:none}

#fondo_login {
    position:absolute;
    top:0;
    z-index:-1;
}

#login-form fieldset .input-prepend .add-on {
    margin-right: -5px!important;
    margin-top: 1px!important;
}

#recuperar-form fieldset .input-prepend .add-on {
    margin-right: -5px!important;
    margin-top: 1px!important;
}


.tiene-sufijo{
    padding: 0 4px!important;
    height: 20px!important;
    width: 80%;
}

.sufijo{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #555555;
    border-radius: 0 3px 3px 0;

    padding: 2px 5px;
    margin-left: -1px;
    position: absolute;
    font-weight: bold;
}




.rpp { margin-bottom: 5px}

a.label {text-decoration:none}


.hr { border-top: 1px dashed #ccc; margin:20px 0; clear:both}


/*calendario*/
.fc .fc-toolbar h2 { text-transform:capitalize}

input#texto_buscar{
    background: white;
    border-radius: 3px;
    /*margin-left: 5px;*/
    margin-left: 0px;
    margin-top: 5px;
    width: 83%;
}

@media (min-width:979px){
    input#texto_buscar{
        margin-left: 0px;
        margin-top: 6px;
        width: 77%; 
    }
}

/*footer en jquery-ui modal */
.modal-footer{
    position: absolute;
    bottom: 0px;
    width: 93%;
    left: 0px;
}

.modal-body .modal-footer .btn { text-shadow: none}
.modal-footer .awesome {height: 30px; }
.modal-footer .btn { text-shadow: none;}

.table-responsive, .grid-view {
    width:100%; overflow-x: auto!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grid-view .filters input, .grid-view .filters select{
    width: 98%!important;  
}

.grid-view .filters select{ height: 23px!important}
.grid-view.espaciado td {padding:5px!important}
.ui-dialog{ padding: 0;}

/* fix para los modal popup, si no no se puede editar el campo */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 9999 !important;
}



div.noticia .autor{ margin-right:10px}
div.noticia .destacada {float:right;}
div.noticia .ver_mas {cursor:pointer; color:#2fa4e7; padding: 10px 0px;}

#Eventos_dow div {float: left; margin-right:5px}

div#proximos_eventos h2 {text-align:center}
div#proximos_eventos .label {margin: 2px 0;}
div#proximos_eventos a:hover {cursor:pointer!important}
div#proximos_eventos #eventos-list {
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}



@media (max-width: 500px) {
    .modal-footer {
        position: relative;
        margin-top: 20px;
    }

    #popup input[type="checkbox"] {
        height: 22px;
        width: 22px;
    }

}

@media (max-width: 979px){
    .main-menu-span .brand img {display: none}
} 

/* paginacion clistview */
.paging_simple_numbers .pagination {margin: 10px 0 0 0;}
.paging_simple_numbers .first, .paging_simple_numbers .last {display:none}
.paging_simple_numbers .previous a{border-left-width: 1px; border-radius:3px 0 0 3px}
.paging_simple_numbers .next a{border-radius: 0 3px 3px 0}
.paging_simple_numbers a { padding: 0 12px; background:white}



.label {overflow:hidden}
.chosen-container-single .chosen-single{ 
    border-radius: 0;
    height:30px !important}

.sms_tlf { font-size:14px!important; text-align:center; letter-spacing:2px }
#send_sms,#send_email { background:palegoldenrod !important; margin: 5px 20px 0 !important;}
#send_sms2 { background:palegoldenrod;}
span.texto { line-height: 25px;}

.center { text-align:center!important}

div#series_importar{
    height: 250px;
    overflow-y: scroll;
    margin-top: 10px;
}


/* nuevo estilo menús, sólo para escritorio y tablets */
.navbar .btn-group {
    padding: 0px;
}

.navbar .pull-right .dropdown-menu, .navbar .dropdown-menu.pull-right {
    right: 27px;
}

.menu-desplegable {
    border: 0;
    color: white;
    background: none;
    box-shadow: none!important;
    text-shadow: none;
    border-left: 1px solid #1F2E9C;
    border-right: 1px solid #1F2E9C;
    border-radius: 0!important;
    height: 32px;
    line-height: 32px!important;
    overflow: hidden!important;
}

.btn-group.open .btn.dropdown-toggle, .menu-desplegable:hover{ background-color: #9760b3!important;background-image: -webkit-linear-gradient(top, #a271bb, #9760b3); color:white!important}

.menu-desplegable .caret{ opacity: 0.8; border-top-color: white; vertical-align: text-top;}

.btn-inline {height: 21px;}
.chosen-like {margin-top: -1px;height:25px; font-size:13px}

.label-inline, button.inline { float: left!important; line-height: 20px;}

button.inline { margin-right:4px;}

.input-prepend.input-append.inline{margin-top: 0px; height: 16px;}
.btn-inline, .input-prepend.input-append.inline .add-on {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}



.condensada td, .condensada p{
    padding: 2px;
    margin: 0px;
    line-height: 10px;
}


table#arqueos td{
    padding: 0px;
    margin: 0px;
    line-height: 10px;
}

table#arqueos input{
    height:auto;
    width: 60px;
    font-size: 14px;
    background-color: lightgoldenrodyellow;
}
table#arqueos .total{ float:right; margin-right:10px;}
table#arqueos tr td:first-child{ padding-left:5px}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.saldos .numeros { font-size:14px}
div.saldo_final { border-top: 1px dashed #ccc; padding-top: 6px;}
div#Cajas_id_chosen{text-align:left!important}
form#arqueos-form .datepicker { font-size:14px}

div#admin-menu{
    padding-right: 0px!important;
    /*margin-right: -30px;*/
    margin-right: 0px;
    display: inline-block;
    /*margin-top: 15px;
    margin-bottom: 5px;*/
}

@media(max-width:768px){
    div#admin-menu{
        margin-top: 10px;
        /*margin-bottom: 5px;*/
    }
}

a#desconectar, #global_search,a#alerta{
    margin-left: 5px;
    margin-top: 7px;
    display: block;
    float: right;
    text-shadow: 1px 1px 3px black;
}
a#telegram.pull-left{
    float:left;
    margin-left: 5px;
    margin-top: 7px;
    display:block;
}

a#eventos{
    margin-left: 5px;
    margin-top: 7px;
    display: block;
    float: left;
    text-shadow: 1px 1px 3px black;
    margin-right: 5px;
}

a#eventos_rrhh{
    margin-left: 5px;
    margin-top: 7px;
    display: block;
    float: left;
    text-shadow: 1px 1px 3px black;
    margin-right: 20px;
}

a#contrato_pendiente{
    margin-left: 5px;
    margin-top: 7px;
    display: block;
    float: left;
    text-shadow: 1px 1px 3px black;
    margin-right: 20px;
}

a#control_presencia{
    float:left;
    margin-left: 5px;
    margin-top: 7px;
    display:block;
}

a#correos{
    margin-left: 5px;
    margin-top: 7px;
    display: block;
    float: left;
    text-shadow: 1px 1px 3px black;
    margin-right: 20px;
}

.menu-accesos-rapidos {
    border: 0;
    color: white;
    background: none;
    box-shadow: none!important;
    text-shadow: none;
    border-left: 1px solid #1F2E9C;
    border-right: 1px solid #1F2E9C;
    border-radius: 0!important;
    height: 32px;
    line-height: 32px!important;
}

.menu-accesos-rapidos .caret{ opacity: 0.8; border-top-color: white; vertical-align: text-top;}

.btn-group.open .btn.dropdown-toggle, .menu-accesos-rapidos:hover{ background-color: #9760b3!important;background-image: -webkit-linear-gradient(top, #a271bb, #9760b3); color:white!important}

/*Miriam*/
#global_search{
    margin-left: 15px;
    margin-top: 13px;

}

/*(min-width:768px) and */
@media (max-width:979px){
    #global_search{
        margin-top: 13px !important;
        float: right !important;
    }  
}

a#desconectar i{ text-shadow: 1px 1px 3px black;}
a#desconectar i:hover, #global_search:hover { color: yellow!important; cursor:pointer}
a#usuarioicon{
    color: white!important;
    text-align: center!important;
    font-weight: bold!important;
    float: left!important;
    display: inline-block!important;
    padding-top: 11px!important;
    margin-left:5px;
    margin-right:5px;
}

a#alerta{
    float: left !important;
    margin-right: 20px;
}
.noticias_no_leidas{
    /*border:thin solid yellow;*/
    background-color:#fff;
    color:red;
    padding:1px;
    position: absolute;
    top:2px;
    border-radius: 10px;
    min-height: 15px;
    min-width: 15px;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
}

div#resultado_buscador{
    padding: 20px;
}


textarea#script_text{
    font-family: monospace;
    margin-top: 5px;
}

@media (min-width: 979px){
    .navbar {     
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0px;
    }

    div#menu-principal { position: fixed;}

    div#page-content { margin-top:50px;}

    /*.maximizado {position: absolute; left: 0; padding: 0 10px; margin-left: 0px!important;}*/
}

/* desactivamos cosas para la vista móvil */
@media (max-width: 768px){
    #maximizar {display: none}
}


.ui-sortable-helper {
    display: table;
}

/*datatables 
div.DTS tbody th, div.DTS tbody td {
    white-space:normal; 
    table-layout: fixed;
    word-wrap: break-word;
}
*/


/* Popover Body */
.popover-content { text-align: justify }


/*
 * Bootstrap Grid System without space
 *
 * Overwrite Bootstrap grid system, removing margin
 * Usage : 
 * Simple add no-space class with row-fluid
 * <ul class="row-fluid no-space"> ... </ul>
 */

.row-fluid.no-space input{
    height: 25px;
    font-size: 13px;
}

.row-fluid.no-space label{margin-bottom: 3px;}

.row-fluid.no-space input[type="button"]{
    margin-top: 18px;
    margin-left: 5px;
}

.row-fluid.no-space [class*="span"] {
    margin-left: 0%;
    *margin-left: -0.06944%;
}
.row-fluid.no-space [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid.no-space .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0%;
}
.row-fluid.no-space .span12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
}
.row-fluid.no-space .span11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
}
.row-fluid.no-space .span10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
}
.row-fluid.no-space .span9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
}
.row-fluid.no-space .span8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
}


/* PANEL CLIENTES */

#panel_clientes input, #panel_clientes select {
    font-size: 14px!important;
    text-align: left!important;
}

#panel_clientes input.numeros {
    text-align: right!important;
}

#panel_clientes input { padding: 0 9px!important; }

#panel_clientes a#desconectar i:hover { color:green!important}
#panel_clientes img.favicon { margin-left: 0; }
#panel_clientes .nombre_usuario {  
    color: #555555;
    line-height: 40px;
    max-height: 40px;
    max-width: 150px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    margin-left: 8px;
}

#panel_clientes #myTabContent {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    margin-top: -18px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;

}


@media (max-width: 767px){
    #panel_clientes .container-fluid {
        padding: 0 10px;
    }
    #panel_clientes .no_movil { display:none;}
}

@media (max-width: 480px){
    #panel_clientes .nombre_usuario { max-width: 100px; }
}

.btn-claro{
    opacity: 0.8;
}
span.required{
    color:red;
}

.label-primary{
    background-color: #5882FA !important;
}


#islpronto-widget {left: 140px; right:auto!important; height: 40px;}
#islpronto-button-container{ left:-128px; right:auto!important; width:200px!important;}
#islpronto-chat-container {left:-150px; right:auto;}
#islpronto-eye-catcher-close{display:none!important}
#islpronto-eye-catcher {
    position: relative!important;
    bottom: 0px!important;
    right: 15px!important;
    padding: 0px!important;
}

#islpronto-eye-catcher-img{
    max-height: 100px!important;
}

.pieLabel {
    /*border: 1px solid black;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pieLabel div{ color: black!important}

.total_pestana{
    /*border:thin solid yellow;*/
    background-color:#fff;
    color:red;
    padding:1px;
    border: thin solid red;
    border-radius: 10px;
    min-height: 15px;
    min-width: 15px;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
}

.span12 > iframe {
    width:100%!important;

}

/* DATATABLES EDITOR */
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field>label,div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field>label{display:none!important}
div.dt-buttons {
    position: relative;
    float: none;
    margin-left : auto;
    margin-right: auto;
    display: table;
}


.firma_cliente_margen{
    float: left;
    position: absolute;
    top: 50%;
    z-index: 0;
}

/* Border Select chosen*/
.chosen-container-single .chosen-single {
    border: 1px solid #ccc; 
}

/*Mergen para las ayudas dentro de un span que tenga la clase ayudaSpan*/
.row-fluid [class*="ayudaSpan"]  {
    margin-left:8px;
}

.row-fluid [class*="ayudaSpan"] a {
    vertical-align: sub;
}

.cl_ancho .cleditorMain{
    width: 99.60%!important;
    margin-top: 2px;
}


.comentario_inicial{
    overflow:auto;
    padding: 4px;
    height:200px;
    border:1px solid #ccc;
}


#llamadas-descripcion-grid td{
    padding: 0;
    overflow: hidden;
}

#llamadas-descripcion-grid tr td{
    background: white!important;
}

#llamadas-descripcion-grid .titulo_comentario{
    background: #FFE0B3;
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    padding-right: 3px;
}



#llamadas-descripcion-grid .titulo_comentario_interno{
    background: #FFE;
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    padding-right: 3px;
}

.titulo_comentario_cliente{
    background: #C3D9FF;
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    padding-right: 3px;
}


#llamadas-descripcion-grid .cuerpo_comentario{
    padding: 3px;
    float: left;
}

.comentario_adjuntos{
    background: #F4FAFF;
    float:left;
    width:100%;
    float:left;
    padding: 3px;
}

.comentario_adjuntos.borde{
    border: 1px solid #ccc;
    border-top: none;
    padding: 3px;
}


.comentario_adjuntos fa{
    margin-right: 3px;
}

.comentario_adjuntos a{
    margin-right: 10px;
}

#llamadas-descripcion-grid .publico{
    margin: 0 auto;
}

#llamadas-descripcion-grid .titulo_comentario a,
#llamadas-descripcion-grid .titulo_comentario_interno a,
.titulo_comentario_cliente a {vertical-align: baseline; margin-right: 5px}

#llamadas-descripcion-grid .btn[disabled] {    opacity: 0.5;}

.grid-adjuntos{
    overflow-x: hidden;
    overflwy-y: auto;
    height: 187px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.grid-adjuntos td, .grid-adjuntos table {
    border:none
}

.grid-adjuntos thead { display:none}

.comentario_inicial {
    border-bottom: none;
}

.code128{ width: 170px}
.code128 img, .code128 span{
    text-align:center;
    display: block;

}

div.ui-dialog-buttonset > .btn-primary{
    height: 31px;
    text-shadow: none;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

/* //activar esto cuando vayamos a remodelar los botones de todos los popup
div#popup input.btn.btn-small.btn-primary.awesome{ display: none!important}
.boton_popup { display: none!important}

div.ui-dialog-buttonset{ width: 100%}
.dialog_ok{
    background: green!important;
    font-family: FontAwesome;
    float:left;
}

.dialog_ok:before {content: "\f00c"; margin-right: 3px;}


.dialog_cerrar{
    background: red!important;
    float:right;
}
*/

.dialog_cerrar:before {content: "\f08b"; margin-right: 3px;}


.boton_popup{
    height: 30px!important;
    margin-top: 6px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, #817b58 0px 1px 2px 0px;
    min-width: 100px;
}

.scroll_gridview {
    max-height: 200px;
    overflow: auto;
}

.scroll_gridview2 {
    max-height: 400px;
    overflow: auto;
}

.scroll_gridview3 {
    max-height: 600px;
    overflow: auto;
}

div[class^="task_"] .ui-progressbar {
    position: relative;
    height: 15px;
}
div[class^="task_"] .progress-label {
    top: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    height: 15px!important;
    color: black;
}
div[class^="task_"] .progress-title{
    text-align: center;
    white-space:nowrap; 
    text-overflow: ellipsis;
    overflow:hidden;
}

div[class^="task_"] .ui-progressbar .ui-progressbar-value{
    background-color: #ff8822;
}


#pie_login{
    position:absolute;
    bottom:10px;
    padding-left:10px;
} 

#modo_ip_rango input.ipv4, #modo_ip_individual input.ipv4{ width:117px!important;}

.punteado {
    padding: 5px;
    border: 1px dotted #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

pre.code { background: white; word-break:normal; word-wrap: normal; overflow:auto }
pre.code code { overflow-x:initial!important}
pre.code code.hljs { display:initial!important; padding:0}

#ver_versiones_anteriores{
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
}
ul.noty_cont.noty_layout_bottomLeft{
    left:95px !important; bottom: 30px !important;
}






/* Crear contrato tarifas fijas y móviles */
#caja .btns-tarifas-fuera{display: flex; justify-content: center;}
#caja .btns-tarifas{cursor: pointer;height: 130px; width: 130px; border: 2px solid #ff8822; border-radius: 70px; margin-top: 20px; margin-bottom: 10px;}
#caja #tar-movil i.fa{margin-left:53px; margin-top: 40px; font-size: 52px}
#caja #tar-fija i.fa{margin-left:49px; margin-top: 47px; font-size: 40px}
#caja #otras-tar i.fa{margin-left:46px; margin-top: 49px; font-size: 38px}
#caja .btns-tarifas i.fa{color:grey !important}
#caja #movil-fijo-otras .span4{margin-left: 0px !important;}
#caja #movil-fijo-otras .span4 p{text-align: center}

#caja #pasos-crear-contratos{margin-bottom: 20px}
#caja #pasos-crear-contratos .btns-pasos-contratos{border:2px solid #ccc; padding:25px}
#caja #pasos-crear-contratos .btns-pasos-contratos.paso-contrato-activo{background: #fffaf6; border-color: #ff8822}
#caja #pasos-crear-contratos .btns-pasos-contratos i.fa{color:#aaa; font-size: 25px; margin-left: 15px}
#caja #pasos-crear-contratos .btns-pasos-contratos.paso-contrato-activo i.fa{color:#666}
#caja #pasos-crear-contratos .btns-pasos-contratos div{text-align: center}
#caja .box-content .combinada-simple h4{margin-top: 0px !important; margin-bottom: 25px !important}
#caja #botonera_contrato-siguiente #btn-siguiente-formulario-contratomadre, #caja #botonera_crear_contrato #btn-guardar-formulario-contratomadre{float: right}

#caja #resumen_contrato {padding: 10px; background: #fffaf6; border:2px dashed #ccc}
#caja #crear-contrato-usuario-form .no-margen-izda{width: 8.5%}
#caja #crear-contrato-usuario-form .no-margen-izda a{float: right; padding: 0px !important;height: 17px; padding: 3px 0px !important}
#caja #crear-contrato-usuario-form .select2 {margin-bottom: 1px}
#caja #crear-contrato-usuario-form #refrescar_pagina2{background: #d8b849; height: 13px; border-radius: 15px; padding: 5px 6px 5px 5px !important; width: 12px}
#caja #crear-contrato-usuario-form #btn_crear_grupo {width: 100%; background: #ff8822 !important; border-radius: 0px; float: right}
#crear-contrato-usuario-form #refrescar_pagina2 {margin-left: -5px}
#crear-contrato-usuario-form .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#555 !important}
#crear-contrato-usuario-form .nuevaSimPopup{border-radius: 0px; float: right; width: 100% !important;background: #ff8822!important}
#crear-contrato-usuario-form #colocar_tlfono select{height: 25px}
.resumen_contrato{padding: 10px; background: #fffaf6; border:2px dashed #ccc}


/*CSS ORIGINAL*/
#caja .combinada-simple button{border: none;outline: none;box-shadow: none}
#tarifas_dinamicas label.h3{font-size: 25px;color: #444444;float: left;margin-right: 10px;}
#tarifas_dinamicas #cobertura{width: 200px;}
#tarifas_dinamicas h3{font-size: 25px;clear: both;display: block;width: 100%;font-weight: bold;color: #444444;}
#tarifas_dinamicas a{text-decoration:none!important}
#caja .combinada-simple .dcha{float:left;width: 270px;display:block;margin-top: 15px;height: 115px;border: 1px dashed #ccc; background: #fffaf6}
#recuento_datos{padding-bottom:10px;}
#caja .combinada-simple .tarifa_voz, #caja .combinada-simple .tarifa_datos {height: auto;background: white;float: left;margin-bottom: 10px;margin-top:10px;width: 100%;float: left;margin-top: 39px;}
#caja .combinada-simple #voz, #caja .combinada-simple #datos{float:left;margin-top:15px;margin-right: 60px;width: 260px;border: 1px dashed #ccc;padding: 0 20px;height: 115px;}
#caja .combinada-simple #mas, #caja .combinada-simple #igual{float:left;margin-top:125px;font-size:30px;font-family:'Roboto', sans-serif;color:#666666;}
.tarifa_voz .nombre {text-align: center;font-size: 35px;color: grey;}
.tarifa_voz .precio {margin-top: 10px;text-align: center;font-size: 18px;font-weight: bold;font-family:'Roboto', sans-serif;}
.tarifa_datos .nombre {text-align: center;font-size: 35px;color: grey;}
.tarifa_datos .precio {margin-top: 15px;text-align: center;font-size: 20px;font-weight: bold;font-family:'Roboto', sans-serif;}
#caja .combinada-simple .precio_final{font-size: 40px;color: #df3343;display: block;text-align: center;font-family:'Roboto', sans-serif;margin-bottom: 10px;margin-top: 45px}
#caja .combinada-simple .euro { font-size: 18px;font-weight: normal;font-family:'Roboto', sans-serif;font-weight:bold;color:#666666;}
#caja .combinada-simple .voz_final, #caja .combinada-simple .datos_final {color: #df3343;font-size: 20px;display: block;text-align: center;font-family:'Roboto', sans-serif;}
#caja .combinada-simple .contratar {color: white!important;text-decoration: none!important;background: #df3343;position: relative;bottom: 0px;width: 100%;float: left;text-align: center;padding: 10px 0px 10px 0px;height: auto;font-size: 22px;z-index: 99999;font-family:'Roboto', sans-serif;-moz-border-radius: 6px;-webkit-border-radius:6px;}
#caja .combinada-simple .contratar:hover{background: #b72c38;}
#caja .combinada-simple a.tarifa_voz:hover .nombre, #caja .combinada-simple a.tarifa_datos:hover .nombre, #caja .combinada-simple a.tarifa_voz.activa .nombre, #caja .combinada-simple a.tarifa_datos.activa .nombre {color: #e74f25;}
#caja .combinada-simple a.tarifa_voz:hover .precio, #caja .combinada-simple a.tarifa_datos:hover .precio, #caja .combinada-simple a.tarifa_voz.activa .precio, #caja .combinada-simple a.tarifa_datos.activa .precio {color: #666666;}
#caja .combinada-simple .no_api{font-size: 30px;width: 50%;border: 2px solid #e74f25!important; background: #faddd7;color: #e74f25;margin: 0 auto;padding: 20px;text-align: center;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}

/*  TARIFAS */
#caja .combinada-simple .tarifas {padding: 20px;}
#caja .combinada-simple .tarifas .tarifa{border-radius: 5px;width: 230px;height: 230px;border: 1px solid  #719430;background: white;float: left;margin-right: 10px;margin-bottom: 20px;padding: 10px;position: relative;overflow: hidden;}
#caja .combinada-simple .tarifas .fondo {height:340px;width:340px;-webkit-transform: rotate(75deg);-moz-transform: rotate(75deg);transform: rotate(75deg);content:'';display:block;position:absolute;left: -61px;top: -194px;background-color: #719430;z-index:1 ;}
#caja .combinada-simple .tarifas .tarifa .nombre{font-size: 30px;line-height: 30px;float: left;width: 100%;overflow: hidden;color: white;border-top: none!important;border-bottom: none!important;border-left: none!important;border-right: none!important; z-index: 9;position: relative;}
#caja .combinada-simple .tarifas .tarifa .precio{font-size: 40px;z-index: 9999;position: absolute;bottom: 10px;right: 10px}
#caja .combinada-simple .tarifas .tarifa .contratar{background: #ffd432;width: 230px;height: 61px;visibility: hidden;z-index: 9;left: 0px;color: black!important;opacity: 0.95;position: absolute;bottom: 47px;border-top: 1px solid #888;border-bottom: 1px solid #888;}
#caja .combinada-simple .popover{width: 300px;height: auto;min-height: 230px;display: none; position: absolute;left: 0;top: 0;border-radius: 5px;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);z-index: 9999;background: white;}
#caja .combinada-simple .popover_titulo{background-color: #ffd432;text-align: center;padding: 10px;border-radius: 5px 5px 0 0;font-weight: bold;color: black;}
#caja .combinada-simple .popover_contenido{padding: 10px;border-left: 1px solid #ccc;border-radius: 0 0 0 5px;font-size: 14px;line-height: 20px;height: auto;min-height: 183px;}
#caja .combinada-simple .popover_contenido ul { list-style-type: disc!important; margin-left: 17px; }

/*BOTONES*/
#caja .combinada-simple .boton_mas{cursor: pointer;background: url(../../../images/mas-verde.png);background-size: contain!important;background-repeat: no-repeat!important;height: 40px;width: 40px;border: 0 none; outline: 0 none;text-indent: -9999px;margin-right: -41px;margin-top: 21px;}
#caja .combinada-simple #datos .boton_mas {margin-top: 37px;}
#caja .combinada-simple .boton_mas:hover{background: url(../../../images/mas-verde-hover.png);}
#caja .combinada-simple .boton_mas_gris{background: url(../../../images/mas-gris.png);cursor: default;}
#caja .combinada-simple .boton_mas_gris:hover{background: url(../../../images/mas-gris.png);cursor: default;}
#caja .combinada-simple .boton_menos{cursor: pointer;background: url(../../../images/menos-verde.png);background-size:contain!important;background-repeat:no-repeat!important;height:40px;width:40px;border: 0 none;outline:0 none;text-indent: -9999px;margin-top: 37px;margin-left: -40px;}
#caja .combinada-simple .boton_menos:hover{background: url(../../../images/menos-verde-hover.png);}
#caja .combinada-simple .boton_menos_gris{background: url(../../../images/menos-gris.png);cursor: default;}
#caja .combinada-simple .boton_menos_gris:hover{background: url(../../../images/menos-gris.png);cursor: default;}
#caja .combinada-simple .botones{text-align:center;float: left;}

/*TEXTO*/
#caja .combinada-simple .letras{color:#666666;font-family:'Roboto', sans-serif;font-size:15px;}
#caja .combinada-simple .numeros{color:#9ecd6f;font-family:'Roboto', sans-serif;font-size:30px;}
#caja .combinada-simple #voz .letras{ text-transform: lowercase!important }

/* PALETA DE COLORES PARA CADA TIPO DE TARIFA*/

/*Verde Dinfotec*/
#caja .combinada-simple .paleta1 .fondo { background-color: #719430!important;}
#caja .combinada-simple .paleta1 .precio{ color: #719430!important;}
/*Verde lima*/
#caja .combinada-simple .paleta2 .fondo { background-color: #d0e400!important;}
#caja .combinada-simple .paleta2 .precio{ color: #d0e400!important;}
/*Azul agua*/
#caja .combinada-simple .paleta3 .fondo { background-color: #00767c!important;}
#caja .combinada-simple .paleta3 .precio{ color: #00767c!important;}
/*Azul oscuro*/
#caja .combinada-simple .paleta4 .fondo { background-color: #120781!important;}
#caja .combinada-simple .paleta4 .precio{ color: #120781!important;}

#caja .combinada-simple .iva { clear:both; padding-top:15px }


/* SELECT 2*/
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: whitesmoke!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc!important;
    border-radius: 0!important;
    margin-bottom: -1px;
}

@media (max-width: 573px) {
    #tarifas_dinamicas label.h3 {margin-bottom: 10px }
}

@media (max-width: 721px) {
    #caja .combinada-simple #voz, #caja .combinada-simple #datos, #caja .combinada-simple .dcha { width: 100% }
}

@media (min-width: 722px) and (max-width: 1006px)  {
    #caja .combinada-simple #voz, #caja .combinada-simple #datos{ width: 45%}
    #caja .combinada-simple #datos { margin-right: 0px}
    #caja .combinada-simple .dcha { width: 100% }
}

.fc-view, .fc-view > table {
    z-index: auto!important;
}






body div#page {
	background-color: transparent;
}

.content {
	background-color: transparent;
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}

.header-section-content {
	text-align: left;
}

.page-content {
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}

.homepage-template .svg-white-bg {
	fill: #FFFFFF;
}

.about-big-images-section {
	padding-bottom: 75px;
	padding-top: 75px;
}

.about-big-images-gridcol {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-big-images-textrow,.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.content-right-image-gridcol,.features-image-cards-innerrow,.features-square-image-innerrow,.numbers-innerrow,.team-colors-membersrow,.team-small-memberrow,.testimonials-boxed-itemsrow {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.about-big-images-textcol {
	float: none;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

span.span25 {
	font-family: Playfair Display, sans-serif;
	font-style: italic;
	font-weight: 400;
}

.about-big-images-bottomrow {
	clear: both;
	float: left;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-big-images-leftimgcol,.about-big-images-centerimgcol,.about-big-images-rightimgcol {
	float: none;
	width: auto;
}

img.about-big-images-leftimg {
	-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	display: inline-block;
	height: auto;
	margin-left: -65%;
	margin-top: 10%;
	max-width: 100%;
	position: relative;
	width: 30%;
	z-index: 11;
}

img.about-big-images-centerimg {
	-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	display: inline-block;
	margin-left: 15%;
	margin-top: -50%;
	max-width: 100%;
	width: 70%;
}

img.about-big-images-rightimg {
	-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
	display: inline-block;
	height: auto;
	margin-left: 60%;
	margin-top: -30%;
	max-width: 100%;
	width: 40%;
}

.about-bigtitle-section,.about-four-boxes-section,.about-images-right-section,.about-text-grid-section,.about-text-icons-section,.blog-section,.clients-grid-section,.content-full-left-image-section,.content-full-right-image-section,.content-left-image-section,.content-right-image-section,.features-coloured-icon-boxes-section,.features-image-cards-section,.features-small-icon-cards-section,.features-square-image-section,.portfolio-cards-section,.stripped-about-four-boxes-section,.team-colors-section,.team-large-section,.team-large-square-section,.team-small-section,.testimonials-boxed-section {
	clear: both;
	padding-bottom: 75px;
	padding-top: 75px;
}

.about-bigtitle-titlecol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 27px;
	width: 100%;
}

h2.about-bigtitle-title {
	color: #FF7F66;
	font-size: 3.88em;
	text-align: center;
}

.about-bigtitle-textcol {
	background-color: #2186C4;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 27px;
	width: 100%;
}

.about-bigtitle-textcol p {
	color: #FFFFFF;
	font-size: 1.22em;
	line-height: 150%;
	margin-bottom: 27px;
}

.about-bigtitle-numberscol {
	margin-top: 27px;
	text-align: center;
}

.about-bigtitle-numberdiv {
	float: left;
	min-height: 139px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

h2.about-bigtitle-number {
	color: #FF7F66;
	font-weight: 400;
	margin-bottom: 10px;
}

.about-four-boxes-innerrow,.about-text-grid-rightgridrow {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.about-four-boxes-imgcol {
	background: url("./images/project2.jpg") center top / cover;
	float: none;
	min-height: 300px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-four-boxes-textcol {
	background-color: #FFFFFF;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

.about-four-boxes-imgcol2 {
	background: url("./images/project1.jpg") center top / cover;
	float: none;
	min-height: 300px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-images-right-textcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 70px;
	text-align: center;
	width: 100%;
}

h2.about-images-right-bigtitle {
	font-weight: 600;
	margin-bottom: 20px;
}

span.span24 {
	font-family: Playfair Display, sans-serif;
	font-style: italic;
	font-weight: 400;
}

.about-images-right-imgcol,.about-text-grid-rightgridcol,.blog-postcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol,.portfolio-cards-projnamecol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

img.about-images-right-topimg {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	display: inline-block;
	margin-left: 10%;
	max-width: 100%;
	position: relative;
	width: 80%;
	z-index: 10;
}

img.about-images-right-rightimg {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	display: inline-block;
	float: right;
	height: auto;
	margin-right: -15px;
	margin-top: -25%;
	max-width: 100%;
	width: 80%;
}

img.about-images-right-leftimg {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	display: inline-block;
	margin-left: -15px;
	margin-top: -50%;
	max-width: 100%;
	position: relative;
	width: 60%;
	z-index: 11;
}

.about-text-grid-textcol {
	float: none;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.about-text-grid-imgcol {
	background: url("./images/project2.jpg") left top / cover;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.about-text-grid-rightgridtextcol {
	background-color: #fff;
	float: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.about-text-grid-imgcol2 {
	background: url("./images/project1.jpg") left top / cover;
	float: none;
	min-height: 300px;
	width: 100%;
}

.about-text-icons-textcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
	text-align: center;
}

.about-text-icons-cols {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
}

.about-text-icons-iconcol {
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.fa.font-icon-21 {
	color: #5CBFED;
	display: inline-block;
	font-size: 3.33em;
	margin-bottom: 20px;
}

.fa.font-icon-20 {
	font-size: 1em;
}

.blog-textrow {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

.blog-textcol,.contact-textcol,.cta-large-blue-centercol,.cta-large-red-centercol {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

img.blog-postimg,.wpcf7-form {
	width: 100%;
}

.blog-postbg {
	background-color: #FFF6E5;
	clear: both;
	padding-bottom: 27px;
	padding-top: 27px;
}

.blog-postsrow .blog-postcol {
	margin-bottom: 15px;
	margin-top: 15px;
}

.clients-grid-textrow {
	margin-bottom: 20px;
	text-align: center;
}

.clients-grid-textcol,.content-left-image-imgcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.clients-grid-itemcol {
	float: left;
	height: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 50%;
}

.middle_align5,.middle_align1 {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.middle_align5 a,.middle_align1 a {
	display: block;
}

img.clients-grid-itemimg:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

img.clients-grid-itemimg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: auto;
	max-width: 100%;
	opacity: .5;
	transition: all 0.2s linear 0s;
	width: auto;
}

.white-text img.clients-grid-itemimg,.white-text img.clients-strip-itemimg {
	opacity: .9;
}

.clients-strip-section {
	border-bottom-color: #E0E0E0;
	border-style: solid;
	border-top-color: #E0E0E0;
	border-width: 1px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 15px;
	width: 100%;
}

.row_187 {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	width: auto;
}

.clients-strip-itemcol {
	float: left;
	height: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 15px;
	width: 50%;
}

img.clients-strip-itemimg:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

img.clients-strip-itemimg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: auto;
	max-width: 100%;
	opacity: .5;
	transition: all 0.2s linear 0s;
	width: auto;
}

.contact-section-formsection {
	padding-bottom: 75px;
	padding-top: 75px;
	position: relative;
}

.contact-section-formsection:before {
	background-color: rgba(26, 26, 26, .48);
	content: ' ';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact-formcol {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	background-color: #FFFFFF;
	border-radius: 0;
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 5% 15px;
	text-align: center;
	width: 90%;
}

.wpcf7-form .form-group {
	margin-bottom: 20px;
}

.wpcf7-form .form-group label {
	color: #777777;
	text-transform: uppercase;
}

.wpcf7-form input:focus {
	border-color: #66afe9;
	outline: none;
}

.wpcf7-form label {
	border-radius: 2px;
	color: #777777;
	font-size: .83em;
	text-transform: uppercase;
}

div.wpcf7-validation-errors,.wpcf7-response-output[role="alert"] {
	background-color: #ff8066;
	border: none;
	color: #ffffff;
	font-size: .77em;
	margin-top: 0;
	padding: 5px 10px;
}

.wpcf7-mail-sent-ok[role="alert"] {
	background-color: #3F464C;
}

div.wpcf7 .ajax-loader {
	background-color: rgba(255, 255, 255, .86);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	display: block;
	height: 32px;
	margin-left: 13px;
	margin-top: -38px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: all .4s;
	width: 32px;
}

div.wpcf7 .ajax-loader.is-active {
	display: block;
	opacity: 1;
}

span.wpcf7-not-valid-tip {
	font-size: .66em;
	letter-spacing: 1px;
	margin-top: 4px;
}

.wpcf7-form input[type=text] {
	-webkit-appearance: none;
	background: #fafafa;
	border: 1px solid #DDDDDD;
	border-radius: 0;
	box-shadow: none;
	color: #555555;
	height: 45px;
	line-height: 1.428571429;
	margin-top: 10px;
	outline: none;
	padding: 11px 12px;
	transition: all ease-in-out .15s;
	vertical-align: middle;
	width: 100%;
}

.wpcf7-form textarea {
	background: #fafafa;
	border: 1px solid #DDDDDD;
	box-shadow: none;
	height: 150px;
	margin-top: 10px;
	max-width: 100%;
	outline: none;
	padding: 11px 12px;
	transition: all ease-in-out .15s;
	width: 100%;
}

.wpcf7-form textarea:focus,.wpcf7-form textarea:hover,.wpcf7-form textarea:active {
	border-color: #56C2FC;
}

.wpcf7-form [type="submit"] {
	background-color: #03a9f4;
	border: none;
	color: #ffffff;
	display: inline-block;
	height: auto;
	margin-top: 0;
	min-width: 120px;
	padding: 14px 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
	width: auto;
}

.wpcf7-form [type="submit"]:hover,.wpcf7-form [type="submit"]:active,.wpcf7-form [type="submit"]:focus {
	background-color: #56C2FC;
	height: auto;
}

.content-full-left-image-innerrow,.content-full-right-image-innerrow {
	clear: both;
	display: table-row;
	width: 100%;
}

.content-full-left-image-textcol,.content-full-right-image-textcol {
	padding-bottom: 75px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 75px;
	width: 100%;
}

.content-full-left-image-featuresrow,.content-full-right-image-featuresrow,.features-coloured-icon-boxes-innerrow {
	clear: both;
	width: auto;
}

.content-full-left-image-imgcol,.content-full-right-image-imgcol {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	background: url("./images/full-height-column.jpg") center center / cover scroll transparent;
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	min-height: 300px;
	width: auto;
}

.content-left-image-imgcol img,.content-right-image-imgcol img {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
}

.content-left-image-textcol {
	float: none;
	margin-left: 0;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.content-right-image-textcol {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.content-right-image-imgcol {
	float: left;
	min-height: 340px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.cta-blue-section {
	background-color: #2186C4;
	clear: both;
	line-height: 1%;
	padding-bottom: 40px;
	padding-top: 40px;
}

.cta-blue-textcol {
	float: none;
	min-height: 51px;
	padding: 15px 15px 10px 15px;
}

h2.cta-blue-text,h2.cta-large-blue-heading {
	color: rgb(255, 255, 255);
	font-size: 2.22em;
}

b.element2,b.cta-large-blue-boldtext,b.cta-large-red-boldtext {
	font-weight: 600;
}

.cta-blue-btncol {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.flexbox-list-align-center {
	align-items: center;
}

.cta-gray-section {
	background-color: #3F464C;
	clear: both;
}

.cta-gray-textcol {
	float: left;
	min-height: 104px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	width: 100%;
}

h2.cta-gray-text,h2.cta-red-text {
	font-size: 2.22em;
}

.cta-gray-btncol,.cta-red-btncol {
	float: left;
	min-height: 76px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

.cta-large-blue-section {
	background-color: #2186C4;
	clear: both;
}

.cta-large-blue-innerrow,.cta-large-red-innerrow {
	padding-top: 27px;
}

.cta-large-red-section {
	background-color: #FF7F66;
	clear: both;
}

h2.cta-large-red-heading {
	color: #FFFFFF;
	font-size: 2.22em;
}

.cta-red-section {
	background-color: rgb(255, 127, 102);
	clear: both;
}

.cta-red-textcol {
	float: left;
	margin-top: px;
	min-height: 104px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	width: 100%;
}

.features-coloured-icon-boxes-textrow {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.features-coloured-icon-boxes-textcol {
	float: none;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.features-coloured-icon-boxes-featurecol {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	float: none;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

.features-coloured-icon-boxes-iconcontainer {
	-moz-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	
	margin: 0 auto 27px;
	min-height: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	transition: all 0.2s linear 0s;
	width: 100px;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) .features-coloured-icon-boxes-iconcontainer {
	background-color: rgb(3, 169, 244);
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) .features-coloured-icon-boxes-iconcontainer {
	background-color: #4caf50;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) .features-coloured-icon-boxes-iconcontainer,.team-colors-membercol:nth-of-type(4n+3) .team-colors-background {
	background-color: #fbc02d;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) .features-coloured-icon-boxes-iconcontainer,.team-colors-membercol:nth-of-type(4n+4) .team-colors-background {
	background-color: #9c27b0;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button:active {
	background-color: #0299de;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button:active {
	background-color: #449C47;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button:active {
	background-color: #faba19;
}

.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button:active {
	background-color: #8c239f;
}

.features-coloured-icon-boxes-featurecol .features-coloured-icon-boxes-iconcontainer:hover {
	background-color: rgb(26, 26, 26);
	
	margin: -5px auto 22px auto;
	min-height: 0;
	padding: 30px 0;
	transition: all 0.2s linear 0s;
	width: 110px;
}

a.features-coloured-button {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-radius: 2px;
	border-style: solid;
	border-width: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: .66em;
	font-stretch: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 130%;
	margin: 10px 10px 5px 10px;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
}

a.features-coloured-button:hover {
	-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	color: rgb(255, 255, 255);
}

a.features-coloured-button:active {
	-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
	color: rgb(255, 255, 255);
}

.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
	background-color: transparent;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 50px;
	padding: 0;
}

h4.heading103 {
	color: #333333;
	font-size: 1.11em;
	font-weight: 600;
	letter-spacing: 0;
}

.features-image-cards-textrow,.features-large-icons-textrow,.features-overlapped-icons-textrow,.features-small-icon-cards-textrow,.features-square-image-textrow {
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

.features-image-cards-textcol,.features-square-image-textcol {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 83.3333%;
}

.features-image-cards-cardcol {
	float: none;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.flexbox-list .features-image-cards-cardrow,.flexbox-list .features-overlapped-icons-featinnerrow {
	height: 100%;
}

.features-image-cards-cardrow {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

img.features-image-cards-featimg {
	border-color: rgb(199, 199, 199);
	border-radius: 0%;
	border-style: solid;
	border-width: 0;
	display: inline-block;
	height: auto;
	margin-bottom: 27px;
	max-width: 100%;
	width: 100%;
}

.features-image-cards-cardtextrow {
	clear: both;
	float: left;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.features-image-cards-separator {
	background-color: #C2C2C2;
	margin-bottom: 15px;
}

.fa.font-icon-22 {
	color: #009cdf;
	font-size: .88em;
}

.features-large-icons-section {
	clear: both;
	padding-bottom: 75px;
	padding-top: 75px;
	width: auto;
}

.features-large-icons-textcol {
	margin-left: 8.3333%;
	padding-left: 15px;
	padding-right: 15px;
	width: 83.3333%;
}

.features-large-icons-featcol {
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 15px;
	text-align: center;
	transform: none;
	width: auto;
}

.features-icon-container-nomargin:hover {
	background-color: rgb(26, 26, 26);
	height: 110px;
	margin: -5px auto 22px auto;
	min-height: 0;
	padding: 30px 0;
	transition: all 0.2s linear 0s;
	width: 110px;
}

.features-icon-container-nomargin {
	-moz-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	background-color: #03a9f4;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
	height: 100px;
	margin: 0 auto 27px;
	min-height: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	transition: all 0.2s linear 0s;
	width: 100px;
}

.features-overlapped-icons-section {
	border-radius: 3px;
	clear: both;
	padding-bottom: 75px;
	padding-top: 75px;
}

.features-overlapped-icons-textcol {
	float: none;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	right: auto;
	width: 83.3333%;
}

.features-overlapped-icons-featuresrow {
	align-items: flex-start;
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.features-overlapped-icons-featcol,.features-square-image-featcol {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.features-overlapped-icons-featinnerrow {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-moz-text-shadow: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-text-shadow: none;
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	color: #666666;
	margin-top: 50px;
	padding: 0 27px 9px 27px;
	text-align: center;
	text-shadow: none;
}

.features-icon-container:hover {
	background-color: #1A1A1A;
	height: 110px;
	margin: -55px auto 22px auto;
	min-height: 0;
	padding: 30px 0;
	transition: all 0.2s linear 0s;
	width: 110px;
}

.features-icon-container {
	-moz-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	background-color: #03a9f4;
	border-radius: 100%;
	box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	display: inline-block;
	
	margin: -50px auto 27px auto;
	min-height: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	transition: all 0.2s linear 0s;
	width: 100px;
}

.features-small-icon-cards-textcol {
	float: none;
	left: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	right: auto;
	width: 83.3333%;
}

.features-small-icon-cards-featuresrow {
	clear: both;
	float: left;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.features-small-icon-cards-featcol {
	float: none;
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.features-small-icon-cards-featinnerrow {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.features-small-icon-cards-iconcol {
	float: left;
	padding: 30px 15px;
	text-align: center;
	width: 100%;
}

.fa.font-icon-23 {
	color: #03a9f4;
	font-size: 3.33em;
}

.features-small-icon-cards-feattextcol {
	float: left;
	margin-left: 0;
	padding: 15px 15px 0 15px;
	text-align: center;
	width: 100%;
}

.features-small-image-cards-section {
	padding-bottom: 75px;
	padding-top: 75px;
	text-align: center;
}

.features-small-image-cards-textrow {
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.features-small-image-cards-textcol {
	float: none;
	margin-left: 8.3333%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.features-small-image-cards-featrow {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.features-small-image-cards-featcol {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}

.features-small-image-cards-featinnerrow {
	-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	background-color: rgb(255, 255, 255);
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
	clear: both;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.features-small-image-cards-imgcol {
	background: url("./images/rodion-kutsaev-184298-1920x1280.jpg") left top / cover;
	float: left;
	min-height: 180px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	text-align: right;
	width: 100%;
}

.features-small-image-cards-featcol-feattextcol {
	float: left;
	min-height: 0;
	padding: 15px;
	text-align: left;
	width: 100%;
}

.features-small-image-cards-separator {
	background-color: rgb(194, 194, 194);
	margin-bottom: 15px;
}

img.features-square-image-featimg {
	border-color: rgb(199, 199, 199);
	border-radius: 0%;
	border-style: solid;
	border-width: 0;
	display: inline-block;
	height: auto;
	margin-bottom: 27px;
	max-width: 100%;
	width: auto;
}

.numbers-section {
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.numbers-section:before {
	background-color: rgba(26, 26, 26, .58);
	content: ' ';
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.numbers-itemcol {
	border-bottom: 0 solid rgb(255, 255, 255);
	border-right-color: #FFFFFF;
	float: none;
	margin-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

h2.numbers-numbertext {
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 10px;
}

h3.numbers-titletext {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.numbers-itemcol-last {
	border-right-color: rgb(255, 255, 255);
	border-right-style: solid;
	border-right-width: 0;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.portfolio-cards-textcol {
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

.portfolio-cards-projectsrow {
	clear: both;
	float: left;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}

.portfolio-cards-projectcol {
	float: none;
	padding: 15px;
	width: 100%;
}

.portfolio-cards-projectcard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	float: left;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#ContentSwap104 {
	margin: 0;
	min-height: 0;
	padding: 0;
	width: 100%;
}

#ContentSwap104 .ContentSwap104_content {
	background: none center center / cover scroll transparent;
	height: auto;
	min-height: 0;
	width: 100%;
}

img.portfolio-cards-projectimg,img.portfolio-full-projectimg {
	max-width: 100%;
	width: auto;
}

#ContentSwap104 .swap-inner {
	background-color: rgba(0, 0, 0, .75);
	color: #FFFFFF;
	cursor: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 40px;
	text-align: center;
	transform-style: preserve-3d;
	width: 100%;
}

.ContentSwap104-center {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	min-height: 69px;
	padding-top: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.fa.portfolio-card-icon {
	color: #ffffff;
	font-size: 2.22em;
}

.portfolio-cards-projectinfo {
	clear: both;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 100%;
}

a.portfolio-cards-projlink {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h4.portfolio-cards-projtitle {
	font-weight: 300;
	margin-bottom: 15px;
	text-align: center;
	text-transform: none;
}

h4.portfolio-cards-projtitle:hover {
	color: #03A9F4;
	text-decoration: none;
}

.portfolio-full-section {
	-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.portfolio-full-projectcol {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

#ContentSwap103 {
	margin: 0;
	padding: 0;
	width: 100%;
}

#ContentSwap103 .ContentSwap103_content,#ContentSwap102 .ContentSwap102_content {
	background: none center center / cover scroll transparent;
	height: auto;
	width: 100%;
}

#ContentSwap103 .swap-inner,#ContentSwap102 .swap-inner {
	background-color: rgba(3, 169, 244, .75);
	color: #FFFFFF;
	cursor: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0 40px;
	text-align: center;
	transform-style: preserve-3d;
	width: 100%;
}

.ContentSwap103-center {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	min-height: 46px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

h4.protfolio-full-itemtitle,.contentswap-effect .swap-inner h4 {
	color: #FFFFFF;
}

.contentswap-effect .swap-inner h4.protfolio-full-itemtitle {
	font-size: 1.44em;
	font-weight: 400;
	letter-spacing: 1px;
}

.team-colors-textcol,.team-large-square-textcol {
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 163px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.team-colors-membercol {
	float: none;
	margin-bottom: 30px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.team-colors-membercard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
}

.team-colors-background {
	margin-left: 0;
	margin-right: 0;
	min-height: 100px;
}

.team-colors-membercol:nth-of-type(4n+1) .team-colors-background {
	background-color: #03a9f4;
}

.team-colors-membercol:nth-of-type(4n+2) .team-colors-background {
	background-color: #4CAF4F;
}

.team-colors-membercol:nth-of-type(4n+1) .team-colors-icon:hover {
	color: #03a9f4;
}

.team-colors-membercol:nth-of-type(4n+2) .team-colors-icon:hover {
	color: #4CAF4F;
}

.team-colors-membercol:nth-of-type(4n+3) .team-colors-icon:hover {
	color: #fbc02d;
}

.team-colors-membercol:nth-of-type(4n+4) .team-colors-icon:hover {
	color: #9c27b0;
}

.team-colors-memberinfo {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

img.team-colors-memberimg {
	border-color: rgb(255, 255, 255);
	border-radius: 100%;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	margin-bottom: 27px;
	margin-top: -60px;
	max-width: 150px;
	padding-left: 0;
	padding-right: 0;
	width: 120px;
}

h4.team-colors-membername,h5.testimonials-boxed-itemname,h5.testimonials-full-nametext {
	margin-bottom: 0;
}

p.team-colors-memberposition {
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
}

.team-colors-separator {
	background-color: #D6D6D6;
}

.team-colors-membericons {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 18px;
	padding-top: 18px;
	text-align: center;
}

.fa.team-colors-icon {
	color: #666666;
	display: inline-block;
	font-size: 1.38em;
	margin-left: 10%;
	margin-right: 10%;
}

.team-large-gridcol a:hover {
	text-decoration: none;
}

.team-large-textcol {
	float: none;
	margin-left: 16.6667%;
	min-height: 200px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 66.6667%;
}

.team-large-memberrow {
	margin-left: 0;
	margin-right: 0;
}

.team-large-membercol {
	float: none;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}

img.team-large-memberimg {
	border-color: rgb(255, 128, 102);
	border-radius: 100%;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	height: auto;
	margin-bottom: 27px;
	max-width: 250px;
	padding-left: 0;
	padding-right: 0;
	width: 75%;
}

.team-large-square-innerrow {
	border-radius: 0;
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.team-large-square-membercol {
	float: left;
	margin-bottom: 15px;
	margin-left: 0%;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.team-large-square-membercard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #FFFFFF;
	border-color: rgb(119, 119, 119) rgb(119, 119, 119) #03A8F4 rgb(119, 119, 119);
	border-radius: 3px;
	border-style: solid;
	border-width: 0 0 5px 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#ContentSwap102 {
	margin: 0;
	padding: 0;
	width: 100%;
}

img.image13 {
	width: auto;
}

.ContentSwap102-center {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	min-height: 40px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.fa.team-large-square-membericon {
	color: #ffffff;
	display: inline-block;
	font-size: 2.22em;
	margin-left: 10px;
	margin-right: 10px;
}

.team-large-square-memberinfo {
	background-color: rgba(255, 255, 255, .75);
	clear: both;
	float: left;
	padding: 20px 15px 10px 15px;
	text-align: center;
	width: 100%;
}

h3.team-large-square-membername {
	color: #03a9f4;
	margin-bottom: 5px;
}

h4.team-large-square-memberposition {
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.team-small-textcol {
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 160px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 83.3333%;
}

.team-small-membercol {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 50%;
}

img.team-small-memberimg-normal {
	border-color: #03A8F4;
	border-radius: 100%;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	margin-bottom: 27px;
	margin-top: 0;
	max-width: 150px;
	padding-left: 0;
	padding-right: 0;
	width: 120px;
}

.team-small-iconsrow {
	background-color: transparent;
	margin-bottom: 18px;
	margin-left: -15px;
	margin-right: -15px;
}

.fa.team-icon:hover {
	color: #666666;
	text-rendering: auto;
}

.fa.team-icon {
	color: #666666;
	display: inline-block;
	font-size: 1.38em;
	margin-left: 10px;
	margin-right: 10px;
}

.white-text i.team-icon {
	color: #ffffff;
}

.testimonials-boxed-textcol {
	float: none;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 163px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 80%;
}

.testimonials-boxed-itemcol {
	float: none;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.testimonials-boxed-itemcard {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	clear: both;
	padding: 30px;
	text-align: center;
}

h4.testimonials-boxed-itemtext {
	color: #666666;
	font-size: 1.11em;
	font-style: italic;
	font-weight: 300;
}

img.testimonials-boxed-itemimg {
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 100%;
	width: 100px;
}

h6.testimonials-boxed-itempos,h6.testimonials-full-postext {
	font-size: .88em;
	letter-spacing: 2px;
	margin-top: 0;
}

.testimonials-full-section {
	margin-left: auto;
	margin-right: auto;
	padding: 50px 15px;
	width: 100%;
}

.testimonials-full-textcol {
	float: none;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 163px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 80%;
}

.testimonials-full-itemsrow {
	clear: both;
	padding-left: 5%;
	padding-right: 3%;
}

.testimonials-full-itemcol {
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	width: auto;
}

.testimonials-full-imgcol {
	float: none;
	margin: auto;
	margin-bottom: 15px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	width: 80%;
}

img.testimonials-full-itemimg {
	border-radius: 100%;
	display: inline-block;
	margin: auto;
	max-width: 100%;
	width: 150px;
}

.testimonials-full-itemtextcol {
	float: none;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	width: auto;
}

@media only screen and (min-width: 768px){ 

	.about-big-images-gridcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 308px;
		padding-left: 15px;
		padding-right: 15px;
		width: 90%;
	}
	
	img.about-big-images-leftimg {
		display: inline-block;
		margin-left: 40%;
		margin-top: 10%;
		width: 100%;
	}
	
	img.about-big-images-rightimg {
		display: inline-block;
		margin-left: -50%;
		margin-top: 60%;
		width: auto;
	}
	
	img.about-big-images-centerimg {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
	
	.about-big-images-textrow,.about-four-boxes-innerrow,.about-text-grid-rightgridrow,.features-coloured-icon-boxes-innerrow,.features-small-image-cards-featrow,.numbers-innerrow,.team-large-square-innerrow,.testimonials-boxed-itemsrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	
	.about-big-images-textcol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.about-big-images-bottomrow {
		clear: both;
		float: left;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.about-big-images-leftimgcol,.about-big-images-rightimgcol {
		float: left;
		width: 25%;
	}
	
	.about-big-images-centerimgcol {
		float: left;
		width: 50%;
	}
	
	.about-bigtitle-titlecol,.about-bigtitle-textcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	h2.about-bigtitle-title {
		text-align: right;
	}
	
	.about-bigtitle-numberscol,.portfolio-cards-projnamecol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.about-bigtitle-numberdiv {
		float: left;
		min-height: 118px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.about-four-boxes-imgcol,.about-four-boxes-imgcol2 {
		float: left;
		min-height: 300px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.about-four-boxes-textcol {
		float: left;
		min-height: 300px;
		padding: 40px;
		width: 50%;
	}
	
	.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.features-image-cards-innerrow,.features-overlapped-icons-featuresrow,.team-colors-membersrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	
	.about-images-right-textcol {
		float: none;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 100%;
	}
	
	.about-images-right-imgcol {
		float: none;
		margin: auto;
		padding-left: 75px;
		padding-right: 15px;
		width: 90%;
	}
	
	img.about-images-right-topimg {
		display: inline-block;
		width: 80%;
	}
	
	img.about-images-right-rightimg,.testimonials-boxed-textcol {
		width: 80%;
	}
	
	img.about-images-right-leftimg {
		width: 60%;
	}
	
	.about-text-grid-textcol {
		float: left;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 100%;
	}
	
	.about-text-grid-rightgridcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.about-text-grid-imgcol {
		float: left;
		min-height: 250px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.about-text-grid-rightgridtextcol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		min-height: 250px;
		padding: 30px;
		width: 50%;
	}
	
	.about-text-grid-imgcol2 {
		min-height: 250px;
		width: 50%;
	}
	
	.about-text-icons-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 25px;
		text-align: left;
		width: 33.3333%;
	}
	
	.about-text-icons-cols {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6666%;
	}
	
	.about-text-icons-iconcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		width: 33.333%;
	}
	
	.about-text-icons-cols .about-text-icons-iconcol {
		width: 50%;
	}
	
	.blog-textrow,.features-coloured-icon-boxes-textrow,.features-large-icons-textrow,.features-small-image-cards-textrow,.team-small-iconsrow {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.blog-textcol {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	
	.blog-postcol {
		float: left;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.blog-postbg {
		clear: both;
		min-height: 200px;
		padding-left: 27px;
		padding-right: 27px;
	}
	
	img.clients-grid-itemimg,img.clients-strip-itemimg {
		max-height: 100px;
	}
	
	.clients-grid-itemcol {
		border-style: solid;
		border-width: 0;
		float: left;
		min-height: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.clients-grid-textcol {
		margin-left: 16.6667%;
		min-height: 200px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.clients-strip-section,.portfolio-full-section {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.row_187 {
		clear: both;
		margin-left: 5%;
		margin-right: 0;
		width: auto;
	}
	
	.clients-strip-itemcol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		min-height: 0;
		padding: 0 15px;
		width: 33.33%;
	}
	
	.contact-formcol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 5%;
		padding-right: 5%;
		width: 80%;
	}
	
	.contact-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 80%;
	}
	
	.content-full-left-image-textcol,.content-full-right-image-textcol {
		display: table-cell;
		min-height: 387px;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.content-full-left-image-featuresrow,.content-full-right-image-featuresrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		min-height: 100px;
		width: auto;
	}
	
	.content-full-left-image-imgcol,.content-full-right-image-imgcol {
		display: table-cell;
		margin-left: 0;
		min-height: 514px;
		width: 40%;
	}
	
	.content-left-image-imgcol {
		float: left;
		margin-bottom: 20px;
		margin-left: 20%;
		margin-right: 20%;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.content-left-image-textcol {
		float: left;
		margin-bottom: 20px;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 0;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 80%;
	}
	
	.content-right-image-imgcol {
		float: left;
		margin-left: 20%;
		margin-right: 20%;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.content-right-image-textcol {
		float: left;
		margin-bottom: 20px;
		margin-left: 10%;
		margin-right: 10%;
		min-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: 80%;
	}
	
	.cta-blue-textcol {
		float: left;
		min-height: 65px;
		width: 50%;
	}
	
	.cta-blue-text {
		margin-bottom: 0;
	}
	
	.cta-blue-btncol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: right;
		width: 50%;
	}
	
	.cta-gray-textcol,.cta-red-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.cta-gray-btncol,.cta-red-btncol {
		min-height: 104px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 27px;
		text-align: right;
		width: 33.3333%;
	}
	
	.cta-large-blue-centercol,.cta-large-red-centercol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 75%;
	}
	
	.features-coloured-icon-boxes-textcol {
		margin: auto;
		width: 83.3333%;
	}
	
	.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
		min-height: 0;
		padding: 0;
		width: auto;
	}
	
	.features-coloured-icon-boxes-featurecol {
		float: left;
		width: 50%;
	}
	
	.features-image-cards-textcol,.features-overlapped-icons-textcol,.features-square-image-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-image-cards-cardcol,.team-colors-membercol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-image-cards-cardrow {
		clear: both;
		float: left;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.features-image-cards-cardtextrow,.portfolio-cards-projectinfo {
		clear: both;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.features-large-icons-textcol {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-large-icons-featcol {
		float: left;
		padding: 15px;
		width: 50%;
	}
	
	.features-overlapped-icons-featcol,.features-small-image-cards-featcol,.features-square-image-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-overlapped-icons-featinnerrow {
		clear: both;
		min-height: 200px;
		padding: 0 27px 9px 27px;
	}
	
	.features-icon-container:hover {
		height: 110px;
		margin-left: auto;
		margin-right: auto;
		min-height: 0;
		transition: all 0.2s linear 0s;
		width: 110px;
	}
	
	.features-icon-container {
		height: 100px;
		min-height: 0;
		width: 100px;
	}
	
	.features-small-icon-cards-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-small-icon-cards-featuresrow,.portfolio-cards-projectcard {
		clear: both;
		float: left;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.features-small-icon-cards-featcol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-small-icon-cards-featinnerrow {
		margin-left: 0;
		margin-right: 0;
		min-height: 117px;
	}
	
	.features-small-icon-cards-iconcol {
		float: left;
		width: 20%;
	}
	
	.features-small-icon-cards-iconcol i.fa {
		font-size: 2.22em;
	}
	
	.features-small-icon-cards-feattextcol {
		float: left;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		width: 80%;
	}
	
	.features-small-image-cards-textcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333%;
	}
	
	.features-small-image-cards-featinnerrow,img.features-square-image-featimg {
		width: auto;
	}
	
	.numbers-itemcol {
		border-bottom: 0 none;
		border-right-style: solid;
		border-right-width: 1px;
		float: left;
		margin-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.numbers-itemcol-last,.team-small-membercol {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.portfolio-cards-textcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.portfolio-cards-projectsrow {
		clear: both;
		float: left;
		padding-left: 0;
		padding-right: 0;
	}
	
	.portfolio-cards-projectcol,.team-large-membercol,.testimonials-boxed-itemcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.ContentSwap104-center {
		min-height: 40px;
	}
	
	.portfolio-full-projectcol {
		float: left;
		margin-bottom: 0;
		width: 33.3333%;
	}
	
	.team-colors-textcol,.team-large-square-textcol {
		margin-right: auto;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.team-colors-membercard {
		clear: both;
		min-height: 200px;
	}
	
	.team-colors-background {
		min-height: 140px;
	}
	
	.team-colors-memberinfo {
		margin-left: 0;
		margin-right: 0;
		min-height: 200px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	img.team-colors-memberimg {
		display: inline-block;
		width: 120px;
	}
	
	.fa.team-colors-icon {
		display: inline-block;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.team-large-memberrow,.team-large-square-membercard {
		margin-left: 0;
		margin-right: 0;
	}
	
	img.team-large-memberimg {
		max-width: 100%;
	}
	
	.team-large-square-membercol {
		margin-bottom: 15px;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	#ContentSwap102 {
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	img.image13,#ContentSwap102 .swap-inner {
		width: 100%;
	}
	
	.fa.team-large-square-membericon {
		margin-left: 10px;
		margin-right: 0;
	}
	
	.team-large-square-memberinfo {
		clear: both;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	.team-small-textcol {
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.fa.team-icon {
		margin-left: 10px;
	}
	
	.testimonials-boxed-itemcard {
		clear: both;
		min-height: 200px;
		padding: 30px;
	}
	
	.testimonials-full-section {
		margin-left: auto;
		margin-right: auto;
		min-height: 356px;
		padding-left: 0;
		padding-right: 0;
		width: 90%;
	}
	
	.testimonials-full-textrow {
		clear: both;
		min-height: 193px;
	}
	
	.testimonials-full-textcol {
		margin-left: auto;
		margin-right: auto;
		width: 66.6667%;
	}
	
	.testimonials-full-itemsrow {
		clear: both;
		padding-left: 5%;
	}
	
	.testimonials-full-itemcol {
		float: left;
		width: 33.3333%;
	}
	
	.testimonials-full-imgcol {
		float: left;
		padding-left: 0%;
		padding-right: 0%;
		width: 20%;
	}
	
	.testimonials-full-itemtextcol {
		float: left;
		padding-left: 30px;
		padding-right: 30px;
		text-align: left;
		width: 80%;
	}
	
 }
@media only screen and (min-width: 1024px){ 

	.header-description img.about-images-right-leftimg {
		margin-left: 0;
	}
	
	.header-description img.about-images-right-rightimg {
		margin-right: 0;
	}
	
	.about-big-images-gridcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 1232px;
		padding-left: 15px;
		padding-right: 15px;
		width: 80%;
	}
	
	.about-big-images-textrow,.about-four-boxes-innerrow,.about-text-grid-rightgridrow,.features-coloured-icon-boxes-innerrow,.features-small-image-cards-featrow,.numbers-innerrow,.team-large-square-innerrow,.testimonials-boxed-itemsrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	
	.about-big-images-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.about-big-images-bottomrow,.features-small-icon-cards-featuresrow,.portfolio-cards-projectcard {
		clear: both;
		float: left;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.about-big-images-leftimgcol,.about-big-images-centerimgcol,.about-big-images-rightimgcol,.portfolio-full-projectcol,.testimonials-full-itemcol {
		float: left;
	}
	
	.about-bigtitle-titlecol {
		float: left;
		padding-left: 27px;
		padding-right: 27px;
		width: 41.6667%;
	}
	
	h2.about-bigtitle-title {
		text-align: right;
	}
	
	.about-bigtitle-textcol {
		float: left;
		padding: 27px 27px 0 27px;
		width: 41.6667%;
	}
	
	.about-bigtitle-numberscol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 16.6667%;
	}
	
	.about-bigtitle-numberdiv {
		float: none;
		min-height: 118px;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	
	.about-four-boxes-textcol {
		float: left;
		padding: 40px;
	}
	
	.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.features-image-cards-innerrow,.features-overlapped-icons-featuresrow,.team-colors-membersrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	
	.about-images-right-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		width: 40%;
	}
	
	.about-images-right-imgcol {
		float: left;
		padding-left: 80px;
		padding-right: 15px;
		width: 60%;
	}
	
	img.about-images-right-rightimg {
		display: inline-block;
		margin-left: 30%;
		width: 80%;
	}
	
	img.about-images-right-leftimg {
		display: inline-block;
		margin-left: -10%;
		width: 60%;
	}
	
	.about-text-grid-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 30px;
		width: 40%;
	}
	
	.about-text-grid-rightgridcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 60%;
	}
	
	.about-text-grid-imgcol,.about-text-icons-cols,.about-text-icons-iconcol,.blog-postcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol,.cta-blue-textcol,.features-small-icon-cards-featcol,.portfolio-cards-projectcol,.testimonials-boxed-itemcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.about-text-grid-rightgridtextcol {
		float: left;
		margin-left: 0;
		margin-right: 0;
		padding: 40px 30px 30px 30px;
	}
	
	.about-text-grid-imgcol2 {
		min-height: 250px;
	}
	
	.about-text-icons-textcol {
		float: left;
		padding-left: 15px;
		padding-right: 25px;
	}
	
	.blog-textrow,.features-coloured-icon-boxes-textrow {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.blog-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	
	.blog-postbg {
		padding-left: 27px;
		padding-right: 27px;
	}
	
	.clients-grid-itemcol {
		border-style: solid;
		border-width: 0;
		float: left;
		padding-left: 30px;
		padding-right: 30px;
		width: 25%;
	}
	
	.clients-strip-section,.portfolio-full-section,.testimonials-full-section {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	
	.row_187 {
		clear: both;
		margin-left: 5%;
		margin-right: 5%;
		width: auto;
	}
	
	.clients-strip-itemcol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding: 0 15px;
		width: 16.66%;
	}
	
	.contact-formcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 30px 15px 30px;
		width: 50%;
	}
	
	.contact-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.content-full-left-image-innerrow,.content-full-right-image-innerrow {
		clear: both;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	.content-full-left-image-textcol,.content-full-right-image-textcol {
		clear: none;
		margin-right: 0%;
		padding-left: 10%;
		padding-right: 10%;
		width: 60%;
	}
	
	.content-full-left-image-featuresrow,.content-full-right-image-featuresrow {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
		min-height: 100px;
		width: auto;
	}
	
	.content-full-left-image-imgcol,.content-full-right-image-imgcol {
		margin-right: 0;
		min-height: 514px;
		width: 40%;
	}
	
	.content-left-image-imgcol,.content-right-image-imgcol {
		float: left;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.content-left-image-textcol {
		clear: none;
		margin: 0;
		padding-left: 30px;
		padding-right: 15px;
		text-align: left;
		width: 50%;
	}
	
	.content-right-image-textcol {
		clear: none;
		float: left;
		margin: 0;
		padding-left: 15px;
		padding-right: 30px;
		text-align: left;
		width: 50%;
	}
	
	.cta-blue-btncol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: right;
	}
	
	.cta-gray-textcol,.cta-red-textcol,.features-image-cards-textcol,.features-overlapped-icons-textcol,.features-square-image-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.cta-gray-btncol,.cta-red-btncol {
		min-height: 104px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 27px;
		text-align: right;
		width: 33.3333%;
	}
	
	.cta-large-blue-centercol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		min-height: 100px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.cta-large-red-centercol {
		float: none;
	}
	
	.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
		display: inline-block;
		min-height: 0;
		padding: 0;
		width: auto;
	}
	
	.features-image-cards-textrow,.features-large-icons-textrow,.features-overlapped-icons-textrow,.features-small-icon-cards-textrow,.features-small-image-cards-textrow,.features-square-image-textrow,.team-large-memberrow,.team-small-iconsrow {
		margin-left: 0;
		margin-right: 0;
	}
	
	.features-image-cards-cardcol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.features-image-cards-cardrow {
		clear: both;
		float: left;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.features-image-cards-cardtextrow {
		clear: both;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	.features-large-icons-section {
		clear: both;
		width: auto;
	}
	
	.features-large-icons-textcol {
		float: none;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		right: auto;
		width: 66.6667%;
	}
	
	.features-large-icons-featrow {
		clear: both;
		min-height: 50px;
	}
	
	.features-large-icons-featcol {
		float: left;
		padding: 0 15px;
		width: 25%;
	}
	
	.features-overlapped-icons-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
	}
	
	.features-overlapped-icons-featinnerrow {
		padding: 0 27px 27px 27px;
	}
	
	.features-icon-container:hover {
		height: 110px;
		margin-left: auto;
		margin-right: auto;
		min-height: 0;
		transition: all 0.2s linear 0s;
		width: 110px;
	}
	
	.features-icon-container {
		height: 100px;
		min-height: 0;
		width: 100px;
	}
	
	.features-small-icon-cards-textcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.features-small-icon-cards-featinnerrow {
		margin-left: 0;
		margin-right: 0;
		min-height: 117px;
	}
	
	.features-small-icon-cards-iconcol {
		float: left;
		width: 20%;
	}
	
	.features-small-icon-cards-iconcol i.fa {
		font-size: 3.33em;
	}
	
	.features-small-icon-cards-feattextcol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 80%;
	}
	
	.features-small-image-cards-textcol {
		float: none;
		left: auto;
		margin-left: 16.6667%;
		margin-right: 0;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		right: auto;
		width: 66.6667%;
	}
	
	.features-small-image-cards-featcol-feattextcol {
		width: 70%;
	}
	
	.features-small-image-cards-imgcol {
		width: 30%;
	}
	
	.features-small-image-cards-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.features-small-image-cards-featinnerrow,img.features-square-image-featimg {
		width: auto;
	}
	
	.features-square-image-featcol {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.numbers-itemcol {
		border-bottom: 0 none;
		border-right-style: solid;
		border-right-width: 1px;
		float: left;
		margin-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.numbers-itemcol-last {
		border-right-width: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.portfolio-cards-textcol {
		float: none;
		margin-left: auto;
		margin-right: auto;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.portfolio-cards-projectsrow {
		clear: both;
		float: left;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.ContentSwap104-center {
		min-height: 40px;
	}
	
	.portfolio-cards-projectinfo {
		clear: both;
		float: left;
		min-height: 65px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.portfolio-cards-projnamecol {
		float: left;
		min-height: 51px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	
	h4.portfolio-cards-projtitle {
		font-size: 1.33em;
	}
	
	.team-colors-textcol,.team-large-square-textcol {
		left: auto;
		margin-right: auto;
		min-height: 154px;
		padding-left: 15px;
		padding-right: 15px;
		right: auto;
		width: 66.6667%;
	}
	
	.team-colors-membercol {
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
	}
	
	.team-colors-background {
		min-height: 140px;
	}
	
	.team-colors-memberinfo {
		margin-left: 0;
		margin-right: 0;
		min-height: 200px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	img.team-colors-memberimg {
		display: inline-block;
		width: 120px;
	}
	
	.fa.team-colors-icon {
		display: inline-block;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.team-large-membercol {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	img.team-large-memberimg {
		max-width: 100%;
	}
	
	.team-large-square-membercol {
		margin-bottom: 15px;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
	}
	
	.team-large-square-membercard {
		margin: 0 0 27px 0;
	}
	
	#ContentSwap102 {
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	img.image13 {
		display: inline-block;
		width: 100%;
	}
	
	#ContentSwap102 .swap-inner {
		width: 100%;
	}
	
	.fa.team-large-square-membericon,.fa.team-icon {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.team-large-square-memberinfo {
		clear: both;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	h3.team-large-square-membername {
		font-size: 1.55em;
	}
	
	.team-small-textcol {
		margin-left: auto;
		margin-right: auto;
		max-width: 1232px;
		min-height: 156px;
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6667%;
	}
	
	.team-small-membercol {
		padding-left: 15px;
		padding-right: 15px;
		width: 16.6667%;
	}
	
	.testimonials-boxed-textcol {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	
	.testimonials-boxed-itemcard {
		padding: 30px;
	}
	
	.testimonials-full-textcol {
		margin-left: auto;
		width: 50%;
	}
	
	.testimonials-full-itemsrow {
		clear: both;
		padding-left: 3%;
	}
	
	.testimonials-full-imgcol {
		float: left;
		padding-left: 30px;
	}
	
	.testimonials-full-itemtextcol {
		float: left;
		padding-left: 30px;
		padding-right: 30px;
	}
	
 }