/** 1. TYPOGRAPHY
*******************************************************************/

html,
body
{
    width: 100%;
    background-color: #308e86;
}

body
{
    font-weight: 300;
    font-style: normal;
    font-family: "objektiv-mk3",sans-serif;
    

    color: #fff;
    background: #111;

    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: "objektiv-mk3",sans-serif;
    font-weight: normal;
    line-height: auto;

    color: #000;
}

h1
{
    font-size: 45px;
}

h2
{
    font-size: 35px;
}

h3
{
    font-size: 30px;
}

h4
{
    font-size: 24px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 16px;
}

p
{
     font-family: "objektiv-mk3",sans-serif;
    font-size: 12px;
}

a,
a:hover,
a:focus
{
    cursor: pointer;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    text-decoration: none;
}

.altfont{
    font-family: museo-sans, sans-serif;
}
.center {text-align: center !important;}




/** 2. LOADING
*****************************************************************/

#page-loader
{
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;

    width: 100%;
   

    background: #111;
}

#page-loader.hide-this
{
    bottom: 100%;
    -webkit-transition: all 800ms cubic-bezier(.540, .086, .000, .980) .2s;
            transition: all 800ms cubic-bezier(.540, .086, .000, .980) .2s;
}

#page-loader .spinner-container
{
    position: absolute;
    z-index: 200;
    left: 50%;
	top: 50%;

    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

#page-loader .spinner-container .css-spinner
{
    display: block;

    width: 36px;
    height: 36px;

    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
            transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -webkit-animation: spinner 400ms linear infinite;
            animation: spinner 400ms linear infinite;

    opacity: 1;
    border: solid 2px transparent;
    border-top-color: #b6925e;
    border-left-color: #b6925e;
    border-radius: 100%;
}

#page-loader.hide-this .spinner-container .css-spinner
{
    opacity: 0;
}

@-webkit-keyframes spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}




/** 3. CONTENT
*****************************************************************/

#main
{
   
    background-color: #fff;
    width: 100%;
    
}



.mobileyes{display: none;}



.patternbg{
background: #282e3f url(../images/1.png) repeat center top;
}

.agentsarea{
    border-top: #ffffff 3px solid;
    background-color: #308e86;
}

.agentsarea2{
    border-top: #ce1e30 4px solid;
    background-color: #ffffff;
}
    
.agentsarea2 a{color: #222; padding: 20px 0;}



/** 5. OVERLAY-CONTENT
*****************************************************************/

button
{
    
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;

    

    display: block;
    overflow: hidden;

    width: 344px;
    height: 50px;
    margin: 1px auto 0 auto;

    -webkit-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
    
    border-radius: 0;
    border: #ffffff 1px solid;
    background: #308e86;
}



button:hover,
button:focus,
button:active
{
    color: #000;
    border-color: #000;
    outline: none !important;
    background: rgba(255,255,255,1);
    box-shadow: none;
}




button::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s ease 0s;
            transition: all .2s ease 0s;

    background: rgba(255,255,255,1);
}

button:hover::before
{
    right: 0;
    left: auto;

    width: 0;
}



button i
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: auto;

    -webkit-transition: none;
            transition: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

button:hover i
{
    -webkit-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
}

button i.first
{
    left: -200%;

    color: #fff;
}

button i.second
{
    left: 0;
}

button:hover i.first
{
    left: 0;
}

button:hover i.second
{
    left: 200%;
}








/** 8. MEDIA QUERIES
*****************************************************************/

@media screen and (max-width: 1400px), screen and (max-height: 720px)
{
    
}

@media screen and (max-width: 420px), screen and (max-height: 720px)
{
    .spinner
    {
        width: 100px;
    }

   

   
}

@media screen and (max-width: 700px)
{
   .centerup{
    text-align: center;
   }
   .nborder{border-right: 0px !important;}
}

@media screen and (min-width: 3000px)
{
   
    .spinner
    {
        width: 240px;
    }

    
}
