﻿/**********************************************************************
******************************CREATRIXIDEAS****************************
*************************www.creatrixideas.com*************************
********************************2018***********************************
***********************************************************************/

body {
    font-family: 'Open Sans', sans-serif !important; /*PT Sans Narrow*/
    font: 400 14px;
}

a:link, a:visited, a:active {
    outline: none;
}

a:hover,
button:hover,
:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

::selection {
    background: #eb5b1e;
    color: #FFFFFF;
}

::-moz-selection {
    background: #eb5b1e;
    color: #FFFFFF;
}

.clearfix {
    width: 100%;
    clear: both;
    display: inline-block;
    height:1px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline:none;
}



@media screen and (max-width:480px)
{
    .hide-mobile {
        display: none !important;
    }
}

@media screen and (max-width:768px)
{
    .hide-tablet {
        display: none !important;
    }
}

.alink:link,
.alink:visited,
.alink:active{
    text-decoration:none;
    color:#eb5b1e;
}

.alink:hover {
    color: rgba(0,0,0,0.75);
}

/*-----------------------------------------------------------------
    ------------------- BEGIN: LOADING -----------------------------*/
body.ci-loading {
    /*overflow: hidden;*/
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.ci-loading .ci-main-loading {
        display: inline-block;
    }

.ci-main-loading {
    /*background-color: #561e7c;*/ /* rgba(0,0,0,0.7);*/
    /*background: url(../Images/loading-background.png) top left;*/
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 1908;
    color: #FFF;
     /*display: inline-block !important;*/
    display: none;
    top: 0;
    left: 0;
    padding:15px 0;
    -webkit-box-shadow: 0px 0px 43px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 43px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 43px -7px rgba(0,0,0,0.75);
}

    .ci-main-loading div {
        width: 100px;
        margin: 20% auto 10px;
        font-size: 20px;
        text-align: center;
    }

        .ci-main-loading div span {
            margin-top: 20px;
            font-size: 12px;
            font-weight: 700;
            text-shadow: 1px 1px 5px rgba(26, 35, 56, 0.87);
            margin-left:15px;
        }

        .ci-main-loading div i {
            display: block;
            text-align: center;
            width: 100px;
            height: 100px;
            /*border-radius: 40px;*/
            /*background-color: #FFF;*/
            
            overflow: hidden;
            /*padding: 3px;*/
            -webkit-box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
            box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
        }


.mobile-layout {
    background: url(../Images/home_background.jpg) top left no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*-----------------------------^end^--------------------------------*/
.divide {
    width: 100%;
    display: inline-block;
    height: 1px;
}