/*RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* body */
body {
    padding: 0px;
    margin: 0px;
    /*background: url(../images/elements/bg.png) repeat left top;*/
}

body, input, textarea {
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    /*line-height: 23px;*/
    color: #727272;
}

a
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    color: #272727;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
}

    h1 b {
        display: block;
        font-size: 18px;
        line-height: 23px;
        font-weight: 200;
        margin-top: 13px;
        color: #727272;
    }

    h1.white {
        color: #fff;
    }

h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
}

    h2.white {
        color: #fff;
    }

        h2.white b {
            color: #999;
        }

    h2 i {
        color: #13afeb;
        font-style: normal;
    }

    h2 b {
        display: block;
        font-size: 18px;
        line-height: 23px;
        font-weight: 200;
        margin-top: 13px;
        color: #727272;
    }

    h2.caps {
        text-transform: uppercase;
    }

        h2.caps b {
            text-transform: none;
        }

        h2.caps strong {
            font-weight: 500;
        }

h3 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 18px;
    font-style: normal;
}

    h3 strong {
        font-weight: 600;
    }

h4 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
}

    h4.caps {
        text-transform: uppercase;
    }

    h4.white {
        color: #fff;
    }

    h4 b {
        color: #999;
        font-size: 14px;
        display: block;
        font-weight: normal;
    }

h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    font-style: normal;
}

    h5 b {
        color: #727272;
        font-size: 13px;
        font-weight: normal;
        display: block;
    }

    h5.caps {
        text-transform: uppercase;
    }

    h5.grayc {
        color: #999;
    }

    h5.siteccaps {
        color: #13afeb;
        text-transform: uppercase;
    }

    h5.sitec {
        color: #13afeb;
    }

    h5.white {
        color: #fff;
    }

h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
    font-style: normal;
}

    h6.grayc {
        color: #999;
    }



/* Text elements */
p {
    font: 14px NexaLight, 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 23px;
}

ul, ol {
    margin: 0 0 20px 0;
    list-style-position: inside;
}

ul {
    list-style: none;
}

    ul li {
        list-style: none;
    }

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style: upper-alpha;
    }

        ol ol ol {
            list-style: lower-roman;
        }

            ol ol ol ol {
                list-style: lower-alpha;
            }

    ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0;
    }

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 20px 0 20px 36px;
    font-size: 16px;
    border-left: 5px solid #13afeb;
    padding: 5px 20px 5px 20px;
    font-family: inherit !important;
    font-weight: normal;
    color: #454545;
}

pre {
    background: #f4f4f4;
    font-size: 13px;
    font: 13px 'Open Sans', sans-serif;
    line-height: 1.5;
    margin-bottom: 40px;
    overflow: auto;
    padding: 0.75em 20px;
}

code, kbd {
    font-size: 13px;
    font: 13px 'Open Sans', sans-serif;
}

abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 40px;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

.dropcap {
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin: 15px 8px 0 0;
    text-transform: uppercase;
}


/* Links */
a {
    color: #13afeb;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #272727;
    }

    a.ltwo {
        color: #272727;
        text-decoration: none;
    }

        a.ltwo:hover {
            text-decoration: none;
            color: #13afeb;
        }

    a.lthree {
        color: #454545;
        text-decoration: none;
    }

        a.lthree:hover {
            text-decoration: none;
            color: #13afeb;
        }

    a.lfour {
        color: #13afeb;
        text-decoration: none;
    }

        a.lfour:hover {
            text-decoration: none;
            color: #fff;
        }

    a.lfive {
        color: #13afeb;
        text-decoration: none;
    }

        a.lfive:hover {
            text-decoration: none;
            color: #454545;
        }


blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* Clear Fix Styles */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
{
    height: 1%;
}

.clearfix {
    display: block;
}

/* less width */
.less1 {
    width: 75%;
    margin: 0 auto;
}

.less2 {
    width: 50%;
    margin: 0 auto;
}

/* text color white */
.white {
    color: #fff;
}

.black {
    color: #000;
}

/* margin bitween sections */
.margin_top1 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.margin_top2 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.margin_top3 {
    float: left;
    width: 100%;
    margin-top: 30px !important;
}

.margin_top4 {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.margin_top5 {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.margin_top6 {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.margin_top7 {
    float: left;
    width: 100%;
    /*margin-top: 70px;*/
}

.margin_top8 {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.margin_top9 {
    float: left;
    width: 100%;
    margin-top: 90px;
}

.margin_top10 {
    float: left;
    width: 100%;
    margin-top: 100px;
}

/* image alignments */
.img_left {
    float: left;
}

.img_left1 {
    float: left;
    margin-bottom: 20px;
}

.img_left2 {
    float: left;
    margin-right: 30px;
}

.img_left3 {
    float: left;
    margin-right: 20px;
}

.img_left4 {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.img_left10 {
    float: left;
    width: 32%;
    margin-bottom: 30px;
}

.img_left11 {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}


.img_right {
    float: right;
}

.img_size1 {
    float: left;
    width: 100%;
}

/* divider lines */
.divider_line1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.divider_line11 {
    width: 75%;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.divider_line3 {
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
}

.divider_line4 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.divider_line5 {
    float: left;
    width: 100%;
    padding-top: 59px;
    border-bottom: 1px solid #eee;
}

.divider_line6 {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    border-bottom: 1px solid #eee;
}

.divider_line_half {
    float: left;
    width: 100%;
}

.divider_line_small {
    width: 20%;
    margin: 0 auto;
    height: 25px;
    border-top: 1px solid #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.divider_line7 {
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
}

/* divider lines dashed */
.divider_dashed1 {
    float: left;
    width: 100%;
    margin: 45px 0px;
    border-top: 1px dashed #3b3b3b;
}

.divider_dashed2 {
    float: left;
    width: 100%;
    margin: 59px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed3 {
    float: left;
    width: 100%;
    margin: 30px 0px 59px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed4 {
    float: left;
    width: 100%;
    margin: 40px 0px 59px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed5 {
    float: left;
    width: 100%;
    margin: 0px 0px 59px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed6 {
    float: left;
    width: 100%;
    margin: 50px 0px 59px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed7 {
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed8 {
    float: left;
    width: 100%;
    margin: 53px 0px 45px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed9 {
    float: left;
    width: 100%;
    margin: 40px 0px 48px 0px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed10 {
    float: left;
    width: 100%;
    margin: 0px 0px 35px 0px;
    border-top: 1px dashed #3b3b3b;
}

/* responsive image */
.rimg {
    width: 100%;
}

/*STYLE*/
/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
html {
    height: 100%;
    overflow: hidden;
}

.wrapper_boxed {
    /*width: 1240px;*/
    margin: auto auto auto auto;
    height: 100%;
}

.site_wrapper {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px auto auto auto;
    /*background-color: #fff;*/
    /*-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);*/
}

.container_full {
    width: 100%;
    float: left;
    margin: auto auto auto auto;
}

    .container_full.slidertop {
        margin-top: -80px;
    }

.container {
    /*width: 1024px !important;*/
    margin: auto auto auto auto;
}

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 50px 0px 0px 0px;
}

.content_left {
    float: left;
    width: 71%;
    padding: 18px 0px 0px 0px;
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 18px 0px 0px 0px;
}

.left_sidebar {
    float: left;
    width: 25%;
    padding: 18px 0px 0px 0px;
}

.content_right {
    float: right;
    width: 71%;
    padding: 18px 0px 0px 0px;
}

.spsContentWrapper #MainWebParts {
    line-height: 23px;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.one_full {
    width: 100%;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.650%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.800%;
}

.two_third {
    width: 65.350%;
}

.three_fourth {
    width: 74%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

/*------------------*/
/*	HEADER AREA CLASSES
/*------------------------------------------------------*/

#header {
    height: 230px !important;
}

/* Logo */
#trueHeader #logo {
    float: left;
    display: block;
    width: 100%;
    min-height: 65px;
    margin-top: 9px;
    position: relative;
    text-indent: -999em;
    /*background:url(../images/logo_white.png) no-repeat left bottom;*/
}

/* top navigation */
.top_nav {
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
    background-color: #fff;
}

    .top_nav .right {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #f7f7f7;
    }

        .top_nav .right ul {
            float: right;
            padding: 0px;
            margin: 0px;
        }

        .top_nav .right li {
            float: left;
            font-size: 12px;
            padding: 0px;
            margin: 0px 0px 0px 13px;
        }

            .top_nav .right li:hover i {
                color: #454545;
            }

            .top_nav .right li a {
                color: #999;
            }

                .top_nav .right li a:hover {
                    color: #727272;
                }

            .top_nav .right li.link {
                float: left;
                font-size: 12px;
                margin-left: 18px;
                margin-top: 1px;
            }

                .top_nav .right li.link i {
                    margin-right: 3px;
                }

/* header area adinationals */
.logo {
    width: 50%;
    position: absolute;
}

.menu_main {
    float: right;
    width: 100%;
    z-index: 9999;
    margin-top: 8px !important;
}

    .menu_main .dropdown-menu a {
        font-family: Nexa_Bold !important;
        text-transform: uppercase !important;
        font-size: 12px;
        background-color: #f5f5f5 !important;
    }

#topbar-menu .dropdown-menu a {
    font-family: Nexa_Bold !important;
    text-transform: uppercase !important;
    font-size: 12px;
}

.menu_main .dropdown-menu li {
    background-color: #f5f5f5 !important;
}

    .menu_main .dropdown-menu li:first-child a {
        padding-top: 15px !important;
        background-color: #f5f5f5 !important;
    }

    .menu_main .dropdown-menu li:last-child a {
        padding-bottom: 15px !important;
        background-color: #f5f5f5 !important;
    }

.slider_ex {
    float: left;
    width: 100%;
    height: 580px;
    background: url(../images/slider-img.png) no-repeat center top;
}

.mstslider {
    float: left;
    width: 100%;
    height: auto;
    margin-top: -32px;
    z-index: 888;
    position: inherit !important;
}

.slidershadow {
    float: left;
    width: 100%;
    height: 32px;
    background: url(../images/shadow.png) no-repeat center top;
    position: relative;
    z-index: 999;
}

.slidershadow2 {
    float: left;
    width: 100%;
    height: 32px;
    background: url(../images/shadow2.png) no-repeat center top;
    position: relative;
    z-index: 999;
}

/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* features section 1 */
.feature_section1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px;
    background: url(../images/texture-1.png) repeat left top;
}

.arrow_box {
    width: 65%;
    position: relative;
    background: #e3e3e3;
    border: 5px solid #fff;
    border-radius: 4px;
    padding: 20px 0px;
    margin: 0 auto 32px auto;
}

    .arrow_box:after,
    .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(249, 249, 249, 0);
        border-top-color: #e3e3e3;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 16px;
        margin-left: -16px;
    }

.feature_section1 .one_fourth:hover .arrow_box,
.feature_section1 .one_fourth.active .arrow_box {
    position: relative;
    background: #fff;
    border: 5px solid #13afeb;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

    .feature_section1 .one_fourth:hover .arrow_box:after,
    .feature_section1 .one_fourth:hover .arrow_box:before,
    .feature_section1 .one_fourth.active .arrow_box:after,
    .feature_section1 .one_fourth.active .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .feature_section1 .one_fourth:hover .arrow_box:after,
    .feature_section1 .one_fourth.active .arrow_box:after {
        border-color: rgba(249, 249, 249, 0);
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .feature_section1 .one_fourth:hover .arrow_box:before,
    .feature_section1 .one_fourth.active .arrow_box:before {
        border-color: rgba(19, 175, 235, 0);
        border-top-color: #13afeb;
        border-width: 16px;
        margin-left: -16px;
        -webkit-transition: border-color .3s, -webkit-transform .3s;
        transition: border-color .3s, transform .3s;
    }

.arrow_box i {
    font-size: 50px;
    color: #272727;
}

.feature_section1 .one_fourth:hover .arrow_box i,
.feature_section1 .one_fourth.active .arrow_box i {
    color: #13afeb;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

.feature_section1 .one_fourth:hover h5,
.feature_section1 .one_fourth.active h5 {
    color: #13afeb;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

/* features section 2 */
.feature_section2 {
    float: left;
    width: 100%;
    padding: 35px 0px;
    background-color: #13afeb;
}

    .feature_section2 a {
        float: right;
        color: #13afeb;
        font-size: 16px;
        padding: 13px 35px;
        background-color: #fff;
        border-radius: 4px;
        text-transform: uppercase;
    }

        .feature_section2 a:hover {
            color: #272727;
        }

/* features section 3 */
.feature_section3 {
    float: left;
    width: 100%;
    padding: 70px 0px 46px 0px;
}

    .feature_section3.two {
        float: left;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

/* features section 4 */
.feature_section4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 64px 0px 70px 0px;
}

    .feature_section4 i {
        font-size: 45px;
        color: #939393;
        margin-bottom: 20px;
    }

    .feature_section4 .cornered {
        box-sizing: border-box;
        height: 0px;
        border-bottom: 18px solid #fff;
        border-left: 18px solid transparent;
        -webkit-transition: border-bottom .3s, -webkit-transform .3s;
        transition: border-bottom .3s, transform .3s;
    }

    .feature_section4 .cornered2 {
        box-sizing: border-box;
        height: 0px;
        border-top: 18px solid #fff;
        border-right: 18px solid transparent;
        -webkit-transition: border-top .3s, -webkit-transform .3s;
        transition: border-top .3s, transform .3s;
    }

    .feature_section4 .ccont {
        background-color: #fff;
        padding: 20px;
        -webkit-transition: background-color .3s, -webkit-transform .3s;
        transition: background-color .3s, transform .3s;
    }

    .feature_section4 .one_fourth:hover i,
    .feature_section4 .one_fourth.active i {
        color: #fff;
    }

    .feature_section4 .one_fourth:hover .cornered,
    .feature_section4 .one_fourth.active .cornered {
        border-bottom: 18px solid #13afeb;
    }

    .feature_section4 .one_fourth:hover .cornered2,
    .feature_section4 .one_fourth.active .cornered2 {
        border-top: 18px solid #13afeb;
    }

    .feature_section4 .one_fourth:hover .ccont,
    .feature_section4 .one_fourth.active .ccont {
        color: #fff;
        background-color: #13afeb;
    }

        .feature_section4 .one_fourth:hover .ccont h5,
        .feature_section4 .one_fourth.active .ccont h5 {
            color: #fff;
        }

/* features section 5 */
.feature_section5 {
    float: left;
    width: 100%;
    padding: 65px 0px;
    background: url(../images/dark_matter.png) repeat left top;
    color: #999;
}

/* features section 6 */
.feature_section6 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 68px 0px;
}

    .feature_section6 i {
        color: #454545;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .feature_section6 .one_fourth:hover i,
    .feature_section6 .one_fourth.active i {
        color: #13afeb;
        -webkit-transition: color .2s, -webkit-transform .2s;
        transition: color .2s, transform .2s;
    }

    .feature_section6 .one_fourth:hover h5,
    .feature_section6 .one_fourth.active h5 {
        color: #13afeb;
        -webkit-transition: color .2s, -webkit-transform .2s;
        transition: color .2s, transform .2s;
    }



/* features section 7 */
.feature_section7 {
    float: left;
    width: 100%;
    padding: 67px 0px 67px 0px;
    background: #454545 url(../images/fullbg.jpg) no-repeat center top;
}

    .feature_section7 i {
        float: left;
        color: #fff;
        font-size: 40px;
    }

    .feature_section7 .rcont {
        float: right;
        width: 89%;
    }

/* features section 8 */
.feature_section8 {
    float: left;
    width: 100%;
    padding: 70px 0px 50px 0px;
}

    .feature_section8 .left {
        float: left;
        width: 40%;
    }

    .feature_section8 .right {
        float: left;
        width: 57%;
        padding-top: 50px;
        color: #999;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
    }

/* features section 9 */
.feature_section9 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 70px 0px;
}

    .feature_section9 .cibox {
        width: 99.5%;
        height: 99%;
        margin: 0 auto;
        background-color: #f3f3f3;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    }

        .feature_section9 .cibox i {
            color: #767676;
            font-size: 45px;
            margin-top: 40px;
            margin-bottom: 20px;
        }

        .feature_section9 .cibox.act {
            color: #fff;
            background: none;
            font-size: 13px;
            line-height: 18px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .feature_section9 .cibox.act i {
                color: #fff;
                font-size: 40px;
                margin-top: 0px;
                margin-bottom: 10px;
            }

            .feature_section9 .cibox.act h5 {
                color: #fff;
                margin-bottom: 8px;
            }

/* features section 10 */
.feature_section10 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 170px 0px;
    background: url(../images/site-img9.jpg) no-repeat center 115px;
}

    .feature_section10 h4 {
        margin-bottom: 5px;
    }

    .feature_section10 .left {
        float: left;
        width: 42.5%;
        margin-right: 7.5%;
        margin-top: 165px;
        text-align: right;
    }

    .feature_section10 .right {
        float: left;
        width: 42.5%;
        margin-left: 7.5%;
        text-align: left;
        margin-top: 140px;
    }

    .feature_section10 .left .flist {
        float: right;
        padding-right: 147px;
        background: url(../images/site-img11.png) no-repeat right 10px;
    }

        .feature_section10 .left .flist:hover h4,
        .feature_section10 .left .flist.active h4 {
            color: #13afeb;
        }

    .feature_section10 .right .flist {
        float: left;
        padding-left: 147px;
        background: url(../images/site-img10.png) no-repeat left 10px;
    }

        .feature_section10 .right .flist:hover h4,
        .feature_section10 .right .flist.active h4 {
            color: #13afeb;
        }

/* features section 11 */
.feature_section11 {
    float: left;
    width: 100%;
    padding: 83px 0px 90px 0px;
    background: #eee url(../images/fullbg.jpg) no-repeat center top;
}

    .feature_section11 .contbox {
        float: left;
        width: 500px;
        padding: 40px 40px 50px 40px;
        text-align: center;
        background-color: #fff;
        outline: 10px solid #ffffff;
        outline-offset: 4px;
        margin-top: -17px;
        position: relative;
        z-index: 3;
    }

        .feature_section11 .contbox h5 {
            margin-bottom: 0px;
            margin-top: 5px;
            line-height: 30px;
        }

    .feature_section11 strong {
        float: left;
        color: #fff;
        font-size: 30px;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        padding: 16px 30px;
        background-color: #13afeb;
        text-transform: uppercase;
        position: relative;
        z-index: 4;
        margin-left: 48px;
    }

/* features section 12 */
.feature_section12 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px;
    background-color: #272727;
}

    .feature_section12 h1 {
        color: #fff;
        margin: 0 auto;
        line-height: 52px;
        font-weight: 200;
        width: 94%;
    }

        .feature_section12 h1 strong {
            font-weight: normal;
        }

/* features section 13 */
.feature_section13 {
    float: left;
    width: 100%;
    padding: 63px 0px 80px 0px;
}

/* features section 14 */
.feature_section14 {
    float: left;
    width: 100%;
    padding: 67px 0px;
    background: #eee url(../images/site-img13.jpg) repeat-y center top;
}

    .feature_section14 .left {
        float: left;
        width: 50%;
        padding-right: 2%;
        background: url(../images/v-line.png) repeat-y right top;
    }

        .feature_section14 .left .conta {
            float: left;
            width: 100%;
            padding-top: 20px;
            min-height: 395px;
            background: url(../images/site-img14.png) no-repeat right top;
        }

            .feature_section14 .left .conta h1 {
                line-height: 47px;
            }

            .feature_section14 .left .conta p {
                width: 50%;
            }

    .feature_section14 .right {
        float: left;
        width: 50%;
        padding-left: 4%;
    }

        .feature_section14 .right .conta {
            float: left;
            width: 100%;
            padding-top: 20px;
            min-height: 395px;
            background: url(../images/site-img15.png) no-repeat right top;
        }

            .feature_section14 .right .conta h1 {
                line-height: 47px;
            }

            .feature_section14 .right .conta p {
                width: 50%;
            }

/* features section 15 */
.feature_section15 {
    float: left;
    width: 100%;
    padding: 75px 0px 80px 0px;
    text-align: center;
    background-color: #13afeb;
    color: #fff;
}

    .feature_section15 h1,
    .feature_section15 h1 b {
        color: #fff;
    }

    .feature_section15 .one_third,
    .feature_section15 .one_half,
    .feature_section15 .one_fourth {
        text-align: left;
    }

    .feature_section15 i {
        font-size: 40px;
        float: left;
        margin-right: 20px;
    }

    .feature_section15 strong {
        float: left;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-weight: 300;
        padding: 13px 18px;
        background-color: #00a2e7;
        border-radius: 4px;
        margin-top: -7px;
    }

    .feature_section15 p {
        float: left;
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
    }

/* features section 16 */
.feature_section16 {
    float: left;
    width: 100%;
    min-height: 700px;
    padding: 70px 0px 70px 0px;
    text-align: center;
    background: url(../images/site-img17.jpg) no-repeat center 120px;
}

    .feature_section16 .mcbox {
        float: left;
        width: 15.7%;
        margin-top: 40px;
    }

        .feature_section16 .mcbox.last {
            margin-top: 163px;
        }

        .feature_section16 .mcbox .cbox {
            min-height: 123px;
            padding: 27px 0px 0px 0px;
            background-color: #d3d3d3;
            margin: 0px;
            border: 1px solid #fff;
            border-right: none;
            border-bottom: none;
            font-size: 40px;
            color: #272727;
            -webkit-transition: background-color .3s, -webkit-transform .3s;
            transition: background-color .3s, transform .3s;
        }

        .feature_section16 .mcbox h6 {
            margin-bottom: 0px;
        }

        .feature_section16 .mcbox i {
            font-size: 40px;
            color: #272727;
            display: block;
            margin-bottom: 10px;
        }

        .feature_section16 .mcbox .cbox:hover,
        .feature_section16 .mcbox .cbox.active {
            background-color: #272727;
            color: #fff;
        }

            .feature_section16 .mcbox .cbox:hover i,
            .feature_section16 .mcbox .cbox.active i {
                color: #fff;
            }

            .feature_section16 .mcbox .cbox:hover h6,
            .feature_section16 .mcbox .cbox.active h6 {
                color: #fff;
            }

/* features section 17 */
.feature_section17 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background: #272727 url(../images/fullbg.jpg) no-repeat center top;
}

    .feature_section17 .tbox {
        margin: 0 auto 50px auto;
        width: 164px;
        padding: 22px 30px;
        font-family: 'Raleway', sans-serif;
        font-size: 27px;
        color: #fff;
        font-weight: 200;
        background-color: #13afeb;
        line-height: 30px;
    }

        .feature_section17 .tbox em {
            font-size: 14px;
            font-style: normal;
        }

    .feature_section17 h1,
    .feature_section17 h1 b {
        color: #fff;
    }

/* features section 18 */
.feature_section18 {
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    text-align: center;
}

    .feature_section18 .bnbox {
        float: left;
        padding: 35px 45px 40px 45px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .feature_section18 .bnbox:hover {
            background-color: #f3f3f3;
        }

        .feature_section18 .bnbox.two {
            padding: 0px;
            background-color: #f3f3f3;
        }

        .feature_section18 .bnbox.three {
            box-shadow: none;
        }

        .feature_section18 .bnbox h5 {
            margin-bottom: 8px;
        }

        .feature_section18 .bnbox em {
            color: #999;
            font-size: 12px;
            font-style: normal;
            margin-bottom: 13px;
            display: block;
        }

            .feature_section18 .bnbox em.less {
                margin-bottom: 2px;
            }

/* features section 19 */
.feature_section19 {
    float: left;
    width: 100%;
    padding: 70px 0px 90px 0px;
    text-align: center;
    background: url("../images/parallax-bg6.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .feature_section19 .pesbox {
        float: left;
        width: 100%;
        padding: 8% 8% 13% 8%;
        background-color: #fff;
        border-radius: 4px;
        text-align: left;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .feature_section19 .pesimg {
        float: left;
        margin-top: -42px;
        margin-left: 50px;
    }

        .feature_section19 .pesimg img {
            float: left;
            width: 70px;
            height: 70px;
            padding: 5px;
            border: 1px solid #999;
            border-radius: 100%;
        }

        .feature_section19 .pesimg strong {
            color: #13afeb;
            font-weight: normal;
        }

        .feature_section19 .pesimg i {
            color: #999;
            font-size: 12px;
            font-style: normal;
        }

    .feature_section19 .flex-control-nav {
        bottom: -50px;
    }

/* features section 20 */
.feature_section20 {
    float: left;
    width: 100%;
    padding: 70px 0px 0px 0px;
    background: #272727 url(../images/fullbg.jpg) no-repeat center top;
}

    .feature_section20 .flex-control-nav {
        bottom: 30px;
    }

    .feature_section20 .left {
        float: left;
        width: 43%;
        margin-left: 7%;
        padding-top: 145px;
    }

    .feature_section20 .right {
        float: left;
        width: 43%;
        margin-right: 7%;
    }

        .feature_section20 .right img {
            float: right;
        }

/* features section 21 */
.feature_section21 {
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    text-align: center;
}

    .feature_section21 .cirbox {
        margin: 0 auto 30px auto;
        width: 127px;
        height: 127px;
        border-radius: 100%;
        border: 5px solid #13afeb;
        font-size: 16px;
        color: #272727;
        text-align: center;
        -webkit-transition: background-color .1s, -webkit-transform .1s;
        transition: background-color .1s, transform .1s;
    }

        .feature_section21 .cirbox strong {
            color: #13afeb;
            font-size: 30px;
            font-weight: normal;
            display: block;
            margin-top: 41px;
            margin-bottom: 5px;
        }

        .feature_section21 .cirbox:hover {
            color: #fff;
            background-color: #13afeb;
        }

            .feature_section21 .cirbox:hover strong {
                color: #fff;
            }

/* features section 22 */
.feature_section22 {
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    text-align: center;
    background: #13afeb url("../images/parallax-bg7.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

    .feature_section22 h1,
    .feature_section22 h1 b {
        color: #fff;
    }

    .feature_section22 .secbox {
        float: left;
        width: 100%;
        padding: 10% 10% 13% 10%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    }

        .feature_section22 .secbox i {
            display: block;
            color: #fff;
            width: 62px;
            height: 54px;
            line-height: 54px;
            font-size: 30px;
            border-radius: 4px;
            background-color: #272727;
            margin: -55px auto 35px auto;
            -webkit-transition: background-color .2s, -webkit-transform .2s;
            transition: background-color .2s, transform .2s;
        }

        .feature_section22 .secbox:hover {
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
        }

            .feature_section22 .secbox:hover i {
                color: #272727;
                background-color: #fff;
                -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
                box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
            }

/* features section 23 */
.feature_section23 {
    float: left;
    width: 100%;
    padding: 70px 0px 30px 0px;
}

/* features section 24 */
.feature_section24 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #272727;
}

/* features section 25 */
.feature_section25 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 70px 0px;
}

    .feature_section25 ul {
        float: left;
        width: 107%;
        padding: 0px;
        margin: 0px;
    }

    .feature_section25 li {
        width: 100%;
        padding: 10px 0px;
        margin: 0px;
        text-align: center;
        background-color: #f7f7f7;
        border-bottom: 1px solid #eee;
    }

        .feature_section25 li.title {
            padding: 25px 0px;
            background-color: #eee;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

            .feature_section25 li.title h4 {
                font-weight: 200;
                margin-bottom: 10px;
            }

            .feature_section25 li.title h1 {
                font-weight: bold;
                margin-bottom: 0px;
                font-family: 'Open Sans', sans-serif;
            }

                .feature_section25 li.title h1 em {
                    font-size: 16px;
                    font-weight: normal;
                    font-style: normal;
                }

        .feature_section25 li.planbut {
            padding: 35px 0px;
            background-color: #eee;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            .feature_section25 li.planbut a {
                color: #fff;
                font-size: 16px;
                padding: 12px 28px;
                background-color: #b1b1b1;
                border-radius: 4px;
            }

                .feature_section25 li.planbut a:hover {
                    color: #fff;
                    background-color: #13afeb;
                }

    .feature_section25 ul.active li.planbut a {
        color: #fff;
        background-color: #13afeb;
    }

    .feature_section25 ul.active li.title h4 {
        color: #13afeb;
    }

    .feature_section25 ul.active li.title h1 {
        color: #13afeb;
    }

    .feature_section25 ul.active li.title {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .feature_section25 ul.active li.mostp {
        color: #fff;
        padding: 5px 0px;
        background-color: #a7a7a7;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .feature_section25 ul.active {
        margin-top: -34px;
    }

/* features section 26 */
.feature_section26 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

/* features section 27 */
.feature_section27 {
    float: left;
    width: 100%;
    padding: 59px 0px 59px 0px;
    text-align: center;
}

    .feature_section27 .one_third,
    .feature_section27 .one_half,
    .feature_section27 .one_fourth {
        text-align: left;
    }

    .feature_section27 i {
        float: left;
        color: #454545;
        font-size: 40px;
        margin-right: 20px;
    }

/* features section 28 */
.feature_section28 {
    float: left;
    width: 100%;
    padding: 90px 0px 90px 0px;
    background: url(../images/tex1.jpg) repeat left top;
}

/* features section 29 */
.feature_section29 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 0px 0px;
    background: #13afeb url(../images/site-img28.png) no-repeat center top;
}

/* features section 30 */
.feature_section30 {
    float: left;
    width: 100%;
    padding: 90px 0px 90px 0px;
}

/* features section 31 */
.feature_section31 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 90px 0px;
}

    .feature_section31 .one_third,
    .feature_section31 .one_half,
    .feature_section31 .two_third {
        text-align: left;
    }

    .feature_section31 .isecbox {
        float: left;
        width: 100%;
        text-align: left;
    }

        .feature_section31 .isecbox i {
            float: left;
            font-size: 35px;
            margin-right: 18px;
            color: #13afeb;
            margin-top: 4px;
        }

    .feature_section31 .left {
        float: left;
        width: 60%;
        text-align: left;
    }

    .feature_section31 .right {
        float: left;
        width: 40%;
        text-align: right;
    }


/* features section 32 */
.feature_section32 {
    float: left;
    width: 100%;
    padding: 0px 0px 50px 0px;
}

    .feature_section32 .left {
        float: left;
        width: 45%;
    }

    .feature_section32 .right {
        float: left;
        width: 55%;
    }

    .feature_section32 .left iframe {
        float: left;
        width: 90%;
        height: 300px;
        border: 5px solid #fff;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    }

/* features section 34 */
.feature_section34 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 30px 0px;
}


/* features section 35 */
.feature_section35 {
    float: left;
    width: 100%;
    padding: 70px 0px 0px 0px;
    background-color: #eee;
}

    .feature_section35 .left {
        float: left;
        width: 41.5%;
    }

        .feature_section35 .left img {
            float: left;
        }

    .feature_section35 .right {
        float: left;
        width: 58.5%;
    }

        .feature_section35 .right h2 {
            font-weight: 400;
            margin-bottom: 10px;
        }

.features_sec20 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px 20px 0px;
}

    .features_sec20.lessmt {
        padding: 10px 0px 0px 0px;
    }

.features_sec29 {
    float: left;
    width: 100%;
    padding: 59px 0px;
    background-color: #f3f3f3;
}

    .features_sec29 .box {
        float: left;
        width: 100%;
    }

        .features_sec29 .box img {
            float: left;
        }

        .features_sec29 .box h4 {
            float: left;
            width: 100%;
            font-weight: 400;
            margin-top: 25px;
            margin-bottom: 20px;
            padding-bottom: 8px;
            border-bottom: 1px solid #d3d3d3;
            text-transform: uppercase;
        }

        .features_sec29 .box ul {
            padding: 0px;
            margin: 0 0 0 30%;
        }

        .features_sec29 .box li {
            float: left;
            padding: 0px;
            margin: 0px 4px;
        }

            .features_sec29 .box li a {
                color: #727272;
                float: left;
                width: 26px;
                height: 26px;
                text-align: center;
                vertical-align: middle;
                line-height: 26px;
                background-color: #eee;
                border-radius: 100%;
            }

        .features_sec29 .box:hover h4 {
            color: #13afeb;
        }


.features_sec18 {
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
}

    .features_sec18 ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .features_sec18 li {
        padding: 0px;
        margin: 0px;
    }

        .features_sec18 li h4 {
            margin-bottom: 8px;
        }

        .features_sec18 li.icon {
            float: left;
            width: 14%;
            color: #13afeb;
            font-size: 35px;
        }

        .features_sec18 li.text {
            float: left;
            width: 86%;
        }

        .features_sec18 li.icon2 {
            float: left;
            width: 40px;
            height: 40px;
            margin-right: 18px;
            color: #fff;
            font-size: 35px;
            border-radius: 100%;
            text-align: center;
            vertical-align: middle;
            line-height: 38px;
            font-size: 27px;
            background-color: #13afeb;
        }

        .features_sec18 li.text2 {
            float: left;
            width: 84%;
        }

.features_sec30 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 70px 0px;
    background: url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
}

    .features_sec30 .hvideo iframe {
        width: 80%;
        height: 460px;
    }

.features_sec16 {
    float: left;
    width: 100%;
    padding: 59px 0px 40px 0px;
}

    .features_sec16.lessmt {
        padding: 0px 0px 40px 0px;
    }

ul.fun_facts {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.fun_facts li {
    float: left;
    width: 27%;
    padding: 13px 0px;
    margin: 0 5% 20px 0;
    text-align: center;
    border: 1px solid #e3e3e3;
}

    .fun_facts li strong {
        font-size: 22px;
        color: #272727;
        font-weight: normal;
        display: block;
        margin-bottom: 5px;
    }

    .fun_facts li i {
        color: #999;
        font-size: 13px;
        font-style: normal;
    }

.features_sec42.two {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-top: 0px solid #e0e0e0;
    border-bottom: 0px solid #e0e0e0;
}

    .features_sec42.two .box h5 {
        margin-bottom: 5px;
        color: #13afeb;
    }

    .features_sec42.two .box h6 {
        color: #454545;
        font-size: 13px;
    }

    .features_sec42.two .box ul {
        padding: 0px 0px 0px 0px;
        margin: -10px 0px 0px 0px;
    }

    .features_sec42.two .box li {
        float: left;
        padding: 0px;
        margin: 0px 0px;
    }

        .features_sec42.two .box li a {
            float: left;
            color: #999;
            width: 27px;
            height: 27px;
            text-align: center;
            vertical-align: middle;
            line-height: 27px;
            background-color: #f7f7f7;
            border-radius: 100%;
            margin-right: 5px;
        }

    .features_sec42.two .box:hover li a:hover {
        background-color: #13afeb;
        border-radius: 100%;
        color: #fff;
    }

    .features_sec42.two .box:hover h5 {
        color: #13afeb;
    }

    .features_sec42.two .box:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

    .features_sec42.two.three {
        float: left;
        width: 100%;
        padding: 62px 0px 65px 0px;
        background-color: #f9f9f9;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }


.features_sec45 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 59px 0px 59px 0px;
    background-color: #f9f9f9;
    border-top: 1px dashed #d9d9d9;
    border-bottom: 1px dashed #d9d9d9;
}

    .features_sec45 .one_fifth {
        text-align: center;
    }

    .features_sec45 .cirdiv {
        float: left;
        text-align: center;
        color: #272727;
        text-transform: uppercase;
    }

.features_sec23 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 70px 0px;
    background: url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 340px;
}

    .features_sec23 h1 {
        color: #fff;
        font-weight: 200;
        text-transform: uppercase;
    }

        .features_sec23 h1 b {
            font-weight: 200;
            display: block;
        }

    .features_sec23 .cont {
        float: right;
        width: 50%;
        color: #fff;
        margin-top: 40px;
        text-align: left;
    }

.features_sec27 {
    float: left;
    width: 100%;
    padding: 70px 0px 50px 0px;
}

    .features_sec27 ul.blogs2 {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .features_sec27 ul.blogs2 li {
            padding: 0px;
            margin: 0px;
        }

            .features_sec27 ul.blogs2 li img {
                float: left;
                margin-bottom: 20px;
            }

            .features_sec27 ul.blogs2 li h5 {
                margin-bottom: 4px;
                font-weight: 500;
                color: #13afeb;
            }

    .features_sec27 ul.news2 {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px 0px 40px 0px;
    }

        .features_sec27 ul.news2.last {
            margin: 0px 0px 0px 0px;
        }

        .features_sec27 ul.news2 li {
            padding: 0px;
            margin: 0px;
        }

            .features_sec27 ul.news2 li.date {
                float: left;
                color: #454545;
                width: 40px;
                margin-right: 20px;
                text-align: center;
            }

                .features_sec27 ul.news2 li.date strong {
                    display: block;
                    font-size: 20px;
                    font-weight: normal;
                    color: #13afeb;
                    width: 40px;
                    height: 40px;
                    vertical-align: middle;
                    line-height: 40px;
                    text-align: center;
                    border: 1px solid #13afeb;
                }

            .features_sec27 ul.news2 li h5 {
                display: block;
                margin-bottom: 0px;
                color: #13afeb;
            }

            .features_sec27 ul.news2 li.text {
                float: left;
                width: 89%;
            }

                .features_sec27 ul.news2 li.text p {
                    float: left;
                    margin-top: 5px;
                }

.features_sec44 {
    float: left;
    width: 100%;
    padding: 59px 0px 40px 0px;
}

    .features_sec44 .accrodation {
        text-align: left;
    }

.features_sec15 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 50px 0px;
    background: url("../images/parallax-bg6.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
}

    .features_sec15.two {
        padding: 0px 0px 0px 0px;
        background: none;
    }

    .features_sec15 i {
        color: #fff;
        font-size: 35px;
        width: 100px;
        height: 100px;
        text-align: center;
        vertical-align: middle;
        line-height: 100px;
        background-color: #13afeb;
        border-radius: 100%;
        margin-bottom: 30px;
    }

    .features_sec15 h4 {
        color: #fff;
    }

        .features_sec15 h4 em {
            color: #999;
            font-size: 13px;
            display: block;
        }


/* fresh works 1 */
.fresh_works1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 43px 0px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* fresh works 2 */
.fresh_works2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 0px 0px;
}

/* fresh works 3 */
.fresh_works3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 45px 0px;
    background-color: #eee;
}

/* fresh works 4 */
.fresh_works4 {
    float: left;
    width: 100%;
    padding: 70px 0px 120px 0px;
}

    .fresh_works4 .one_full {
        text-align: center;
    }

/* fresh works 5 */
.fresh_works5 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 90px 0px;
}



/* parallax 1 */
.parallax_sec1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0px 50px 0px;
    background: #eee url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 440px;
}

    .parallax_sec1 ul.left {
        float: left;
        width: 47%;
        padding-right: 2.9%;
        border-right: 1px solid #616161;
    }

    .parallax_sec1 .left li {
        float: left;
        width: 100%;
        text-align: right;
        color: #999;
        padding: 0px;
        margin: 0px 0px 50px 0px;
    }

        .parallax_sec1 .left li.last {
            margin: 0px 0px 0px 0px;
        }

        .parallax_sec1 .left li h5 {
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        .parallax_sec1 .left li i {
            float: right;
            color: #fff;
            font-size: 32px;
            width: 72px;
            height: 72px;
            text-align: center;
            border-radius: 100%;
            vertical-align: middle;
            line-height: 72px;
            background-color: #999;
            margin-left: 30px;
            -webkit-transition: background-color .8s, -webkit-transform .8s;
            transition: background-color .8s, transform .8s;
        }

    .parallax_sec1 ul.right {
        float: left;
        width: 47%;
        padding-left: 3%;
    }

    .parallax_sec1 .right li {
        float: left;
        width: 100%;
        text-align: left;
        color: #999;
        padding: 0px;
        margin: 0px 0px 50px 0px;
    }

        .parallax_sec1 .right li.last {
            margin: 0px 0px 0px 0px;
        }

        .parallax_sec1 .right li h5 {
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        .parallax_sec1 .right li i {
            float: left;
            color: #fff;
            font-size: 32px;
            width: 72px;
            height: 72px;
            text-align: center;
            border-radius: 100%;
            vertical-align: middle;
            line-height: 72px;
            background-color: #999;
            margin-right: 30px;
            -webkit-transition: background-color .8s, -webkit-transform .8s;
            transition: background-color .8s, transform .8s;
        }

        .parallax_sec1 .left li:hover i,
        .parallax_sec1 .right li:hover i {
            color: #999;
            background-color: #fff;
        }


/* parallax 2 */
.parallax_sec2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 70px 0px;
    background: #eee url("../images/parallax-bg.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_sec2 .hvideo iframe {
        float: right;
        width: 85%;
        height: 290px;
    }

    .parallax_sec2 .hvideo.right iframe {
        float: left;
    }

/* parallax 3 */
.parallax_sec3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 130px 0px;
    background: #eee url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_sec3 h2 {
        line-height: 45px;
        margin-bottom: 8px;
    }

/* parallax 4 */
.parallax_sec4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 64px 0px;
    background: #eee url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    color: #fff;
}

    .parallax_sec4 .one_fourth:hover h5 {
        color: #fff;
    }

/* parallax 4 */
.parallax_sec5 {
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: #eee url("../images/parallax-bg.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_sec5 .appicons1 {
        float: left;
        width: 100%;
        margin: 30px 0px 57px 0px;
        padding: 30px 0px;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }

        .parallax_sec5 .appicons1 i {
            font-size: 40px;
            color: #454545;
            margin-right: 20px;
        }

/* parallax 9 */
.parallax_sec9 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0px 80px 0px;
    background: #eee url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_sec9 ul {
        width: 90%;
        padding: 0px;
        margin: 0 auto;
    }

    .parallax_sec9 li {
        float: left;
        width: 19%;
        margin: 0px 5px;
        padding: 12px 0px;
        text-align: center;
        border: 1px solid #575757;
    }

        .parallax_sec9 li:hover {
            border: 1px solid #999;
        }



/* page title */
.page_title {
    float: left;
    width: 100%;
    padding: 50px 0px 35px 0px;
    text-align: center;
    font-size: 14px;
    border-top: 5px solid #13afeb;
    color: #999;
    background: #272727 url(../images/h-line1.png) no-repeat center bottom;
}

    .page_title.two {
        padding: 50px 0px 30px 0px;
    }

    .page_title h1 {
        color: #13afeb;
        font-size: 45px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 13px;
    }

.page_title2 {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0px 28px 0px;
}

    .page_title2 .container {
        background: url(../images/h-line3.png) no-repeat left bottom;
    }

    .page_title2 .title {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0px;
    }

        .page_title2 .title h1 {
            margin: 0px;
            font-weight: 600;
            color: #13afeb;
            text-transform: none;
            font-size: 35px;
        }

    .page_title2 .pagenation {
        float: left;
        width: 100%;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        color: #e0e0e0;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 22px 0px;
    }

        .page_title2 .pagenation i {
            color: #727272;
            margin: 0px 2px 0px 2px;
        }

        .page_title2 .pagenation a {
            padding: 0px;
            color: #727272;
        }

            .page_title2 .pagenation a:hover {
                color: #e0e0e0;
            }

.page_title3 {
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 0px 35px 0px;
    background: #f4f4f4;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
}

    .page_title3 h1 {
        margin: 0px;
        font-weight: 600;
        color: #13afeb;
        text-transform: none;
        font-size: 35px;
    }

    .page_title3 .pagenation {
        font-size: 12px;
    }



/*------------------*/
/* FOOTER STYLES
/*------------------------------------------------------*/
/* Address */
.footer1 {
    float: left;
    width: 100%;
    padding: 18px 0px 40px 0px;
    background: #262626 url(../images/footer-graph2.jpg) no-repeat center bottom;
}

    .footer1 h4 {
        color: #fff;
        margin-bottom: 25px;
    }

        .footer1 h4.lmb {
            color: #fff;
            margin-bottom: 20px;
        }

    .footer1.three {
        float: left;
        width: 100%;
        padding: 57px 0px;
        background-color: #eee;
    }

        .footer1.three h4 {
            color: #272727;
            margin-bottom: 30px;
        }

            .footer1.three h4.lmb {
                color: #272727;
                margin-bottom: 20px;
            }

    .footer1.bggraph {
        background: #181818 url(../images/footer-bg.jpg) no-repeat center top;
    }

ul.faddress {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.faddress li {
    padding: 3px 0px;
    margin: 0px;
}

    .faddress li a {
        color: #727272;
    }

        .faddress li a:hover {
            color: #fff;
        }

/* Tags */
.ftags {
    float: left;
    width: 100%;
}

    .ftags ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .ftags li {
        float: left;
        padding: 0px;
        margin: 0px 8px 14px 0px;
    }

        .ftags li a {
            color: #727272;
            padding: 5px 10px;
            background-color: #303030;
        }

            .ftags li a:hover {
                color: #fff;
                background-color: #484848;
            }

    .ftags.three li a {
        color: #fff;
        padding: 5px 10px;
        background-color: #999;
    }

        .ftags.three li a:hover {
            color: #fff;
            background-color: #484848;
        }

/* Tweets */
.twitter_feed {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    .twitter_feed .left {
        float: left;
        padding: 0px;
        margin: -7px 0px 0px 0px;
        width: 20px;
    }

    .twitter_feed .right {
        float: right;
        padding: 0px;
        margin: -10px 0px 0px 0px;
        width: 89%;
    }

    .twitter_feed a {
        color: #999;
    }

        .twitter_feed a:hover {
            color: #fff;
        }

        .twitter_feed a.small {
            font-size: 9px;
            color: #727272;
        }

            .twitter_feed a.small:hover {
                font-size: 9px;
                color: #999;
            }

.twitter_feeds_two {
    float: left;
}

    .twitter_feeds_two .left {
        float: left;
        width: 100px;
        height: 133px;
        padding-top: 25px;
        margin-right: 20px;
        color: #fff;
        text-align: center;
    }

    .twitter_feeds_two i {
        color: #fff;
        font-size: 40px;
        margin-bottom: 5px;
    }

    .twitter_feeds_two .right {
        padding-top: 30px;
    }

        .twitter_feeds_two .right em {
            display: block;
            font-size: 12px;
            font-style: normal;
            color: #585858;
        }

            .twitter_feeds_two .right em a {
                color: #585858;
            }

                .twitter_feeds_two .right em a:hover {
                    color: #999;
                }



/* flickr */
#flickr_badge_wrapper {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    #flickr_badge_wrapper img {
        width: 70px;
        height: 70px;
        margin-right: 8px;
        margin-bottom: 2px;
        border: 0px solid #999 !important;
    }

#flickr_www {
    display: block;
    padding: 0 10px 0 10px !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
    text-decoration: none !important;
    background: inherit !important;
    color: #3993ff;
}

#flickr_badge_wrapper {
    margin-top: 25px;
}

#flickr_badge_source {
    padding: 0 !important;
}

/* Newsletter Signup */
.newsletter {
    float: left;
    width: 100%;
}

    .newsletter .enter_email_input {
        float: left;
        width: 75%;
        height: 39px;
        padding: 0px 7px;
        line-height: 39px;
        background: #fff;
        border: 0px;
        font-size: 13px;
        font-weight: 600;
        color: #999;
    }

    .newsletter .input_submit {
        float: left;
        color: #fff;
        height: 39px;
        padding: 0px 10px;
        background-color: #13afeb;
        border: 0px;
        cursor: pointer;
    }

        .newsletter .input_submit:hover {
            color: #fff;
            background-color: #454545;
        }

.newsletter_two {
    float: left;
}

    .newsletter_two .left {
        float: left;
        width: 100px;
        height: 133px;
        padding-top: 25px;
        margin-right: 20px;
        color: #fff;
        text-align: center;
    }

    .newsletter_two i {
        color: #fff;
        font-size: 40px;
        margin-bottom: 5px;
    }

    .newsletter_two .right {
        float: left;
        padding-top: 20px;
    }

    .newsletter_two input.enter_email_input {
        float: left;
        padding: 3px 0px 2px 18px;
        height: 36px;
        width: 370px;
        margin: 5px 0 0 0px;
        background-color: #545454;
        border: 2px solid #616161;
        color: #999;
        font-size: 13px;
        border-radius: 4px;
    }

    .newsletter_two .input_submit {
        float: left;
        padding: 10px 20px;
        background-color: #3a3a3a;
        margin-top: 10px;
        border: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #999;
        border-radius: 4px;
    }

        .newsletter_two .input_submit:hover {
            color: #fff;
            cursor: pointer;
            background-color: #999;
        }





/* quick links */
.qlinks {
    float: left;
    width: 100%;
}

    .qlinks ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .qlinks li {
        padding: 4px 0px;
        margin: 0px;
    }

        .qlinks li a {
            color: #727272;
        }

            .qlinks li a:hover {
                color: #fff;
            }

            .qlinks li a i {
                margin-right: 3px;
            }

/* Recent posts */
.frposts {
    float: left;
    width: 100%;
}

    .frposts ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .frposts li {
        padding: 5px 0px 7px 0px;
        border-bottom: 1px solid #272727;
        margin: 0px;
    }

        .frposts li a {
            color: #727272;
        }

            .frposts li a:hover {
                color: #fff;
            }

            .frposts li a i {
                color: #575757;
                margin-right: 3px;
            }

/* Site info */
.siteinfo {
    float: left;
    width: 100%;
}

    .siteinfo a {
        color: #999;
        font-size: 13px;
    }

        .siteinfo a i {
            margin-left: 4px;
        }

        .siteinfo a:hover {
            color: #fff;
        }

/* copyrights */
.copyright_info {
    width: 100%;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background: #1f2325;
    /*height: 100% !important;*/
    min-height: 230px;
    height: auto !important;
}

    .copyright_info.two {
        padding: 22px 0px 18px 0px;
    }

    .copyright_info.three {
        float: left;
        padding: 22px 0px 18px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        color: #999;
        font-size: 12px;
        color: #999;
        font-style: normal;
        font-weight: normal;
        background: #fff;
    }

    .copyright_info.four {
        background: #eee;
        padding: 20px 0px 20px 0px;
    }

    .copyright_info a {
        font-size: 20px;
        color: #999;
        padding-right: 20px;
        font-family: NexaLight !important;
    }

.copyright_info_last_a {
    padding-right: 0px !important;
}

.copyright_links {
    margin-top: 40px;
    display: inline-block;
}

    .copyright_links li {
        list-style: none;
        float: left;
    }

.copyright_text {
    width: 238px;
    margin: auto;
    color: #e3e3e3;
    margin-top: 90px;
    margin-bottom: 70px;
    font-family: NexaLight !important;
}

.copyright_info a:hover {
    color: #e3e3e3;
}

/* footer social links */
ul.footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #252525;
    color: #999;
}

    .footer_social_links li:hover {
        background-color: #454545;
    }

    .footer_social_links li i {
        color: #999;
    }

.footer_social_links.four li {
    margin: 0px 0px 0px 13px;
    width: auto;
    height: auto;
    background: none;
}

    .footer_social_links.four li:hover {
        background: none;
    }


.footer_social_links.three li {
    background-color: #d3d3d3;
}

    .footer_social_links.three li:hover {
        background-color: #999;
    }

    .footer_social_links.three li i {
        color: #fff;
    }

.contactform_footer {
    float: left;
}

    .contactform_footer h3 {
        margin-bottom: 10px;
    }

    .contactform_footer .sky-form .button {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        width: 90.5%;
        height: 50px;
        opacity: 1;
        background-color: #13afeb;
        margin-top: -20px;
    }

        .contactform_footer .sky-form .button:hover {
            color: #272727;
            background-color: #eee;
        }

ul.fsocials {
    float: left;
    width: 100%;
    margin-top: -11px;
    padding-bottom: 22px;
    border-bottom: 1px solid #252525;
}

.fsocials li {
    float: left;
    width: 100%;
    padding: 16px 0px 4px 0px;
    margin: 0px;
}

    .fsocials li i {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 13px;
        margin-top: -3px;
        font-size: 16px;
        color: #151515;
        background-color: #fff;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 30px;
    }

    .fsocials li a {
        color: #727272;
    }

        .fsocials li a:hover i {
            background-color: #13afeb;
        }

        .fsocials li a:hover {
            color: #fff;
        }


.fnewsletter {
    float: left;
}

    .fnewsletter input.enter_email_input {
        float: left;
        padding: 3px 0px 2px 10px;
        height: 34px;
        width: 200px;
        margin: 5px 0 0 0px;
        background-color: #fff;
        border: 1px solid #fff;
        color: #727272;
        font-size: 13px;
    }

    .fnewsletter .input_submit {
        float: left;
        padding: 11px 10px;
        margin: 5px 0 0 0px;
        background-color: #13afeb;
        border: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

        .fnewsletter .input_submit:hover {
            color: #272727;
            cursor: pointer;
            background-color: #eee;
        }










/*------------------*/
/*	TYPOGRAPHY
/*------------------------------------------------------*/




ul.list_1 {
    float: left;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.list_1 li {
    padding: 7px 0px;
    margin: 0px;
    color: #272727;
}

    .list_1 li i {
        color: #272727;
        margin-right: 8px;
    }

ul.list_2 {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 13%;
}

.list_2 li {
    text-align: right;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

    .list_2 li i {
        color: #13afeb;
        margin-right: 8px;
    }

ul.list_3 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.list_3 li {
    padding: 4px 0px;
    margin: 0px;
}

    .list_3 li i {
        color: #fff;
        margin-right: 8px;
    }

ul.list_4 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.list_4 li {
    padding: 6px 0px;
    margin: 0px;
}

    .list_4 li i {
        margin-right: 8px;
    }

ul.list_5 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.list_5 li {
    float: left;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    padding: 0px 0px;
    margin: 0px 0px 4px 0px;
    overflow: hidden;
}

    .list_5 li.last {
        margin: 0px 0px 0px 0px;
    }

    .list_5 li img {
        float: left;
        margin-right: 20px;
        width: 90px;
        height: 40px;
    }

    .list_5 li a {
        font-size: 14px;
        color: #999;
    }

        .list_5 li a:hover {
            color: #fff;
        }

.mb {
    margin-top: 50px;
}

.big_text1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #454545;
}

    .big_text1 i {
        color: #13afeb;
        font-style: normal;
    }

ul.fullimage_box2 {
    float: left;
    padding: 40px 20px;
    margin: 0px;
    width: 99%;
    border: 1px solid #eee;
    border-radius: 4px;
}

.fullimage_box2 li {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

ul.fullimage_box2.last {
    float: left;
    width: 100%;
    margin-left: 4%;
}

.fullimage_box2 li i {
    color: #13afeb;
}

.fullimage_box2 h4 {
    color: #13afeb;
    margin-top: 20px;
}

.box_widget_full {
    float: left;
    width: 100%;
    padding: 2.5%;
    margin: 0px;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
}

    .box_widget_full h4 {
        margin-bottom: 10px;
    }

    .box_widget_full i {
        float: left;
        color: #454545;
        margin-right: 25px;
    }

.sidebar_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .sidebar_widget ul.arrows_list1 {
        padding: 0px;
        margin: 0px;
        float: left;
        margin-top: -10px;
    }

        .sidebar_widget ul.arrows_list1 li a {
            color: #13afeb;
            line-height: 30px;
        }

            .sidebar_widget ul.arrows_list1 li a:hover {
                color: #272727;
            }

        .sidebar_widget ul.arrows_list1 i {
            margin-right: 4px;
        }

.sidebar_title {
    float: left;
    width: 100%;
}

.sidebar_widget h4, .clientsays_widget h4 {
    margin-bottom: 30px;
    float: left;
    font-weight: 300;
}

    .sidebar_widget h4 i, .clientsays_widget h4 i {
        font-weight: 500;
        font-style: normal;
    }

/* Recent Posts */
ul.recent_posts_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.recent_posts_list li {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 16px 0px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

    .recent_posts_list li a {
        text-decoration: none;
        line-height: 17px;
        display: block;
        color: #999;
    }

        .recent_posts_list li a:hover {
            color: #13afeb;
        }

    .recent_posts_list li span {
        float: left;
        margin-right: 15px;
    }

        .recent_posts_list li span img {
            float: left;
            margin-right: 0px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

            .recent_posts_list li span img:hover {
                float: left;
                margin-right: 0px;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;
            }

    .recent_posts_list li i {
        padding: 1px 0px 0px 0px;
        margin: 0px;
        display: block;
        font-size: 10px;
        font-style: normal;
        color: #c9c9c9;
    }

    .recent_posts_list li.last {
        padding: 0px 0px 7px 0px;
        margin: 0px 0px 0px 0px;
        border-bottom: 0px solid #f5f6f6;
    }

/* client says widget */
.clientsays_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #999;
}

    .clientsays_widget strong {
        font-weight: 600;
        color: #454545;
    }

    .clientsays_widget h3 {
        margin-bottom: 18px;
    }

    .clientsays_widget img {
        float: left;
        margin-right: 13px;
        margin-top: 7px;
        border: 1px solid #e3e3e3;
    }

/* 404 Error Page */
.error_pagenotfound {
    padding: 20px 0 0 0 !important;
    margin: auto !important;
    width: 59%;
    background-color: #fff;
    /*border: 1px solid #eee;*/
    /*border-bottom: 5px solid #eee;*/
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

    .error_pagenotfound strong {
        display: block;
        font-size: 145px;
        line-height: 100px;
        color: #e3e3e3;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .error_pagenotfound b {
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #999;
        margin: 0;
        font-weight: 300;
    }

    .error_pagenotfound em {
        display: block;
        font-size: 18px;
        line-height: 59px;
        color: #13afeb;
        margin: 0;
        font-style: normal;
    }



a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    a.but_goback i {
        color: #fff;
    }

a.but_goback {
    padding: 13px 25px 13px 22px;
    margin: 0px 0px 0px 0px;
    background: #13afeb;
    border-bottom: 1px solid #999;
}

    a.but_goback:hover {
        color: #fff;
        background-color: #383634;
    }

a.but_ok_2 {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

    a.but_ok_2:hover {
        background-color: #ff9900;
    }

a.but_wifi {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #0099cc;
    border-bottom: 1px solid #909090;
}

    a.but_wifi:hover {
        background-color: #00abde;
    }

a.but_warning_sign {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e5cc19;
    border-bottom: 1px solid #909090;
}

    a.but_warning_sign:hover {
        background-color: #efda1b;
    }

a.but_user {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #007f99;
    border-bottom: 1px solid #909090;
}

    a.but_user:hover {
        background-color: #0090ad;
    }

a.but_tag {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e59919;
    border-bottom: 1px solid #909090;
}

    a.but_tag:hover {
        background-color: #efa61b;
    }

a.but_table {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c6699;
    border-bottom: 1px solid #909090;
}

    a.but_table:hover {
        background-color: #5674ad;
    }

a.but_star {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #99cc4c;
    border-bottom: 1px solid #909090;
}

    a.but_star:hover {
        background-color: #a6da52;
    }

a.but_search {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #66667f;
    border-bottom: 1px solid #909090;
}

    a.but_search:hover {
        background-color: #747490;
    }

a.but_phone {
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
    background: #e56619;
    border-bottom: 1px solid #909090;
}

    a.but_phone:hover {
        background-color: #ef6f1b;
    }

a.but_pencil {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cc4c19;
    border-bottom: 1px solid #909090;
}

    a.but_pencil:hover {
        background-color: #da521b;
    }

a.but_new_window {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #001900;
    border-bottom: 1px solid #909090;
}

    a.but_new_window:hover {
        background-color: #333333;
    }

a.but_music {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cccc7f;
    border-bottom: 1px solid #909090;
}

    a.but_music:hover {
        background-color: #dada8a;
    }

a.but_hand_right {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

    a.but_hand_right:hover {
        color: #fff;
        background-color: #ff9900;
    }

a.but_thumbs_down {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #9999cc;
    border-bottom: 1px solid #909090;
}

    a.but_thumbs_down:hover {
        background-color: #a6a6da;
    }

a.but_thumbs_up {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #00cce5;
    border-bottom: 1px solid #909090;
}

    a.but_thumbs_up:hover {
        background-color: #00daef;
    }

a.but_globe {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #669999;
    border-bottom: 1px solid #909090;
}

    a.but_globe:hover {
        background-color: #6fa6a6;
    }

a.but_hospital {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #196666;
    border-bottom: 1px solid #909090;
}

    a.but_hospital:hover {
        background-color: #1b6f6f;
    }

a.but_coffe_cup {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f994c;
    border-bottom: 1px solid #909090;
}

    a.but_coffe_cup:hover {
        background-color: #8aa652;
    }

a.but_settings {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #997f4c;
    border-bottom: 1px solid #909090;
}

    a.but_settings:hover {
        background-color: #a68a52;
    }

a.but_chat {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f9919;
    border-bottom: 1px solid #909090;
}

    a.but_chat:hover {
        background-color: #8aa61b;
    }

a.but_play_button {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c664c;
    border-bottom: 1px solid #909090;
}

    a.but_play_button:hover {
        background-color: #567456;
    }

a.but_remove_2 {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e59966;
    border-bottom: 1px solid #909090;
}

    a.but_remove_2:hover {
        background-color: #efa66f;
    }

a.but_lock {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #994c19;
    border-bottom: 1px solid #909090;
}

    a.but_lock:hover {
        background-color: #a6521b;
    }

a.but_shopping_cart {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cc7f4c;
    border-bottom: 1px solid #909090;
}

    a.but_shopping_cart:hover {
        background-color: #da8a52;
    }

a.but_exclamation_mark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c7f7f;
    border-bottom: 1px solid #909090;
}

    a.but_exclamation_mark:hover {
        background-color: #528a8a;
    }

a.but_info {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #667fcc;
    border-bottom: 1px solid #909090;
}

    a.but_info:hover {
        background-color: #6f8ada;
    }

a.but_question_mark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c0019;
    border-bottom: 1px solid #909090;
}

    a.but_question_mark:hover {
        background-color: #620020;
    }

a.but_minus {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #666666;
    border-bottom: 1px solid #909090;
}

    a.but_minus:hover {
        background-color: #747474;
    }

a.but_plus {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #333333;
    border-bottom: 1px solid #909090;
}

    a.but_plus:hover {
        background-color: #444444;
    }

a.but_folder_open {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #99cc99;
    border-bottom: 1px solid #909090;
}

    a.but_folder_open:hover {
        background-color: #a6daa6;
    }

a.but_file {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #999999;
    border-bottom: 1px solid #909090;
}

    a.but_file:hover {
        background-color: #a6a6a6;
    }

a.but_envelope {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #727272;
    border-bottom: 1px solid #909090;
}

    a.but_envelope:hover {
        background-color: #7c7c7c;
    }

a.but_edit {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e5cc7f;
    border-bottom: 1px solid #909090;
}

    a.but_edit:hover {
        background-color: #efda8a;
    }

a.but_cogwheel {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #194c7f;
    border-bottom: 1px solid #909090;
}

    a.but_cogwheel:hover {
        background-color: #1e5c99;
    }

a.but_check {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #004c4c;
    border-bottom: 1px solid #909090;
}

    a.but_check:hover {
        background-color: #005c5c;
    }

a.but_camera {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #007fcc;
    border-bottom: 1px solid #909090;
}

    a.but_camera:hover {
        background-color: #008ada;
    }

a.but_calendar {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c99e5;
    border-bottom: 1px solid #909090;
}

    a.but_calendar:hover {
        background-color: #52a6ef;
    }

a.but_bookmark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #990000;
    border-bottom: 1px solid #909090;
}

    a.but_bookmark:hover {
        background-color: #b60000;
    }

a.but_book {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f9999;
    border-bottom: 1px solid #909090;
}

    a.but_book:hover {
        background-color: #8aa6a6;
    }

a.but_download {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

    a.but_download:hover {
        background-color: #ff9900;
    }

a.but_pdf {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

    a.but_pdf:hover {
        background-color: #ff9900;
    }

a.but_word_doc {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

    a.but_word_doc:hover {
        background-color: #ff9900;
    }

a.but_woman {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

    a.but_woman:hover {
        background-color: #ff9900;
    }


/* styled boxes */
.info, .error, .notice, .success {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    font-size: 13px;
}

p.error {
    border: none;
}

.info strong, .error strong, .notice strong, .success strong {
    font-size: 16px;
}

.message-box-wrap {
    border: 0px solid #fff;
    padding: 10px;
}

.info {
    color: #4a84bc;
    border-color: #c6e3ff;
    background-color: #e6f3ff;
}

.error {
    color: #bd6767;
    border-color: #f1bdbd;
    background-color: #ffdddd;
}

.notice {
    color: #a79a30;
    border-color: #d7d099;
    background-color: #f6f2d2;
}

.success {
    color: #1ea133;
    border-color: #a9ecb4;
    background-color: #dffbe4;
}

.close-but {
    width: 10px;
    height: 10px;
    float: right;
    border: none;
    margin: 5px;
    cursor: pointer;
    font-size: 0px;
    background: url(../images/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */

.dropcap1, .dropcap2, .dropcap3 {
    float: left;
    text-align: center;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.dropcap1 {
    width: 53px;
    height: 58px;
    line-height: 50px;
    background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
    color: #999;
    margin: 0 8px -4px 0;
    font-size: 32px;
}

    .dropcap1.gray {
        background-image: url(../images/elements/dropcap_gray.png);
    }

.dropcap2 {
    background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
    color: #999;
    line-height: 47px;
    height: 56px;
    width: 53px;
    margin: 0 8px -4px 0;
    font-size: 32px;
}

    .dropcap2.gray {
        background-image: url(../images/elements/dropcap_gray.png);
    }

.dropcap3 {
    font-size: 40px;
    line-height: 40px;
    width: 44px;
    height: 44px;
    margin: 0 0 -4px 0;
}

    .dropcap3.gray {
        color: #999;
    }


/* styled lists */
ul.list1 {
    padding: 0px;
    margin: 0px;
}

.list1 li {
    padding: 0px;
    margin: 0px;
    text-align: left;
    line-height: 30px;
}

    .list1 li i {
        padding: 0px;
        margin: 0px 4px 0px 0px;
    }


/* highlight colors */
.highlight {
    color: #fff;
    padding: 2px 5px;
    background: #000;
    border-radius: 3px;
}

    .highlight.black {
        background: #000;
        border-radius: 3px;
    }

    .highlight.red {
        background: #ff0000;
        border-radius: 3px;
    }

    .highlight.gray {
        background: #aaa;
    }

    .highlight.yellow {
        background: #fff000;
    }

    .highlight.blue {
        background: #0099cc;
    }

    .highlight.pink {
        background: #e826b4;
    }

    .highlight.green {
        background: #48b02b;
    }

    .highlight.orange {
        background: #ffcc00;
    }

    .highlight.magenta {
        background: #9325ea;
    }

ul.list_empty {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.list_empty li {
    float: left;
    padding: 0px;
    margin: 0px 20px 35px 0px;
}

/* tables */
.table-style {
    float: left;
    width: 100%;
}

.table-list {
    float: left;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    width: 100%;
}

    .table-list th {
        padding: 18px 10px;
        background-color: #eee;
    }

    .table-list td {
        padding: 13px 10px;
        text-align: center;
        background-color: #f5f5f5;
    }

    .table-list tr:hover td {
        background-color: #f9f9f9;
    }

/* pricing tables */
.pricing-tables-main {
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.pricing-tables {
    position: relative;
    float: left;
    width: 24%;
    border: 1px solid #eee;
}

    .pricing-tables .title {
        float: left;
        width: 100%;
        height: 57px;
        padding: 13px 0 10px 0;
        background-color: #454545;
        text-align: center;
        font-size: 23px;
        color: #fff;
        border-top: 3px solid #272727;
        border-bottom: 1px solid #818181;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

    .pricing-tables .price {
        float: left;
        width: 100%;
        padding: 30px 0 30px 0;
        background-color: #636363;
        text-align: center;
        font-size: 40px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

        .pricing-tables .price i {
            font-size: 14px;
            color: #ccc;
            display: block;
            font-weight: normal;
            font-style: normal;
            margin-top: 5px;
        }

    .pricing-tables .cont-list {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        background-color: #f9f9f9;
        text-align: center;
        color: #727272;
    }

        .pricing-tables .cont-list ul {
            margin: 0;
            padding: 0;
        }

        .pricing-tables .cont-list li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            line-height: 30px;
            border-bottom: 1px solid #fff;
        }

            .pricing-tables .cont-list li.last {
                border: none;
            }

    .pricing-tables .ordernow {
        float: left;
        width: 100%;
        padding: 28px 0px;
        background-color: #eee;
        text-align: center;
        color: #fff;
    }

.pricing-tables-main .ordernow .normalbut {
    color: #fff;
    background-color: #666;
    border: 1px solid #454545;
    padding: 10px 18px;
    border-radius: 3px;
    font-weight: normal;
}

    .pricing-tables-main .ordernow .normalbut:hover {
        background-color: #727272;
    }

.pricing-tables-main .ordernow .colorchan {
    color: #fff;
    background-color: #13afeb;
    padding: 10px 18px;
    border-radius: 3px;
    font-weight: normal;
}

    .pricing-tables-main .ordernow .colorchan:hover {
        color: #fff;
        background-color: #272727;
    }

.pricing-tables-helight {
    position: relative;
    float: left;
    width: 27%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

    .pricing-tables-helight .title {
        float: left;
        width: 100%;
        height: 73px;
        padding: 20px 0 0 0;
        margin-top: -10px;
        background-color: #0aa4df;
        text-align: center;
        font-size: 23px;
        color: #fff;
        border-top: 3px solid #0893c9;
        border-bottom: 1px solid #1cb7f3;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

    .pricing-tables-helight .price {
        float: left;
        width: 100%;
        padding: 30px 0 30px 0;
        background-color: #13afeb;
        text-align: center;
        font-size: 45px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

        .pricing-tables-helight .price i {
            font-size: 14px;
            color: #eee;
            display: block;
            font-weight: normal;
            font-style: normal;
            margin-top: 5px;
        }

    .pricing-tables-helight .cont-list {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        background-color: #f9f9f9;
        text-align: center;
        color: #727272;
    }

        .pricing-tables-helight .cont-list ul {
            margin: 0;
            padding: 0;
        }

        .pricing-tables-helight .cont-list li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            line-height: 30px;
            border-bottom: 1px solid #fff;
        }

            .pricing-tables-helight .cont-list li.last {
                border: none;
            }

    .pricing-tables-helight .ordernow {
        float: left;
        width: 100%;
        padding: 30px 0 35px 0;
        background-color: #eee;
        text-align: center;
        color: #fff;
    }

.pricing-tables-two {
    position: relative;
    float: left;
    width: 33%;
    border: 1px solid #eee;
}

    .pricing-tables-two .title {
        float: left;
        width: 100%;
        height: 57px;
        padding: 13px 0 10px 0;
        background-color: #454545;
        text-align: center;
        font-size: 23px;
        color: #fff;
        border-top: 3px solid #272727;
        border-bottom: 1px solid #818181;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

    .pricing-tables-two .price {
        float: left;
        width: 100%;
        padding: 30px 0 30px 0;
        background-color: #636363;
        text-align: center;
        font-size: 40px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

        .pricing-tables-two .price i {
            font-size: 14px;
            color: #ccc;
            display: block;
            font-weight: normal;
            font-style: normal;
            margin-top: 5px;
        }

    .pricing-tables-two .cont-list {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        background-color: #f9f9f9;
        text-align: center;
        color: #727272;
    }

        .pricing-tables-two .cont-list ul {
            margin: 0;
            padding: 0;
        }

        .pricing-tables-two .cont-list li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            line-height: 30px;
            border-bottom: 1px solid #fff;
        }

            .pricing-tables-two .cont-list li.last {
                border: none;
            }

    .pricing-tables-two .ordernow {
        float: left;
        width: 100%;
        padding: 28px 0;
        background-color: #eee;
        text-align: center;
        color: #fff;
    }

.pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 33%;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

    .pricing-tables-helight-two .title {
        float: left;
        width: 100%;
        height: 73px;
        padding: 20px 0 0 0;
        margin-top: -10px;
        background-color: #0aa4df;
        text-align: center;
        font-size: 23px;
        color: #fff;
        border-top: 3px solid #0893c9;
        border-bottom: 1px solid #1cb7f3;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

    .pricing-tables-helight-two .price {
        float: left;
        width: 100%;
        padding: 30px 0 30px 0;
        background-color: #13afeb;
        text-align: center;
        font-size: 45px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

        .pricing-tables-helight-two .price i {
            font-size: 14px;
            color: #eee;
            display: block;
            font-weight: normal;
            font-style: normal;
            margin-top: 5px;
        }

    .pricing-tables-helight-two .cont-list {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        background-color: #f9f9f9;
        text-align: center;
        color: #727272;
    }

        .pricing-tables-helight-two .cont-list ul {
            margin: 0;
            padding: 0;
        }

        .pricing-tables-helight-two .cont-list li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            line-height: 30px;
            border-bottom: 1px solid #fff;
        }

            .pricing-tables-helight-two .cont-list li.last {
                border: none;
            }

    .pricing-tables-helight-two .ordernow {
        float: left;
        width: 100%;
        padding: 30px 0 35px 0;
        background-color: #eee;
        text-align: center;
        color: #fff;
    }

/* columns with box */
.framed-box {
    border: 1px solid #e3e3e3;
    width: 100%;
}

    .framed-box.center {
        text-align: center;
    }

.framed-box-wrap {
    background-color: #f9f9f9;
}

    .framed-box-wrap .pricing-title {
        background-color: #f1f1f1;
        padding: 20px 0px 0px 0px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .framed-box-wrap .pricing-text-list {
        padding: 15px 20px 40px 20px;
        text-align: center;
    }

/* blog */
.blog_post {
    float: left;
    width: 100%;
}

    .blog_post h3 {
        float: left;
        text-align: left;
        color: #333;
        line-height: 30px;
    }

        .blog_post h3 a {
            color: #13afeb;
            text-decoration: none;
            float: left;
            margin-top: 3px;
            text-transform: none;
            font-weight: 500;
            font-size: 30px;
        }

            .blog_post h3 a:hover {
                color: #383634;
            }

ul.post_meta_links {
    float: left;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.post_meta_links li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    list-style-type: none;
    color: #999;
}

    .post_meta_links li a {
        color: #999;
        padding: 0px 18px 0px 0px;
        text-decoration: none;
        font-size: 11px;
        text-transform: uppercase;
    }

        .post_meta_links li a:hover {
            color: #727272;
            text-decoration: none;
        }

    .post_meta_links li i {
        color: #bbb;
        font-size: 12px;
        font-style: normal;
    }

.blog_postcontent {
    float: left;
    width: 100%;
}

    .blog_postcontent .image_frame {
        float: left;
        width: 100%;
        margin-bottom: 27px;
    }


/* blog small */
.blog_post h3 {
    width: 74%;
}

.blog_postcontent .image_frame.small {
    float: left;
    width: 43%;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

    .blog_postcontent .image_frame.small:hover {
        border: 7px solid #f9f9f9;
    }

.blog_postcontent .image_frame img {
    float: left;
    width: 99.7%;
    border: 1px solid #fff;
}

.blog_postcontent .video_frame.small iframe {
    float: left;
    width: 43%;
    height: 180px;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe {
    float: left;
    width: 100%;
    height: 520px;
    margin-bottom: 27px;
}

.post_info_content_small {
    padding: 0px;
    margin: 0 0 0 4%;
    width: 50%;
    float: left;
}

ul.post_meta_links_small {
    float: left;
    margin: -15px 0px 12px 80px;
    padding: 0px 0px 0px 0px;
    width: 80%;
}

.post_meta_links_small li.post_by {
    float: left;
    padding: 0px 0px 0px 18px;
    background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;
}

.post_meta_links_small li.post_categoty {
    float: left;
    padding: 0px 0px 0px 26px;
    background: url(../images/blog/icon-category.png) no-repeat 9px 6px;
}

.post_meta_links_small li.post_comments {
    float: left;
    padding: 0px 0px 0px 26px;
    background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;
}

.post_meta_links_small li a {
    color: #a1a1a1;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size: 11px;
}

    .post_meta_links_small li a:hover {
        color: #727272;
        padding: 0px 5px 0px 0px;
        text-decoration: none;
        font-size: 11px;
    }

.blog_post a.date {
    color: #454545;
    font-size: 16px;
    font-weight: normal;
}

    .blog_post a.date:hover {
        color: #13afeb;
    }

.post_readmore:link, .post_readmore:visited {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}

.post_readmore:hover {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}

.sharepost {
    float: left;
    width: 80%;
    margin-bottom: 40px;
}

    .sharepost ul {
        margin: 0px;
        padding: 0px;
    }

    .sharepost li {
        margin: 0px 7px 5px 0px;
        padding: 2px 5px;
        float: left;
        border-radius: 2px;
        list-style-type: none;
        background-color: #13afeb;
    }

        .sharepost li i {
            color: #fff;
        }

        .sharepost li:hover {
            background-color: #383634;
        }

.about_author {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

    .about_author img {
        float: left;
        margin-right: 20px;
    }

    .about_author a {
        font-family: 'Open Sans' !important;
        font-weight: normal;
        font-weight: 600;
        color: #333;
    }

        .about_author a:hover {
            color: #13afeb;
        }


/* pagination */
.pagination.center {
    text-align: center;
}

    .pagination.center b {
        float: inherit;
    }

.pagination {
    clear: both;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

    .pagination b {
        float: left;
        margin: 0px 5px 2px 0;
        padding: 0px 10px;
        font-weight: normal;
        color: #999;
    }

    .pagination a.navlinks {
        font-size: 12px;
        color: #454545;
        background-color: #eee;
        font-weight: 600;
        text-transform: uppercase;
        padding: 7px 10px;
        border-radius: 3px;
    }

        .pagination a.navlinks:hover {
            color: #fff;
            background-color: #454545;
        }

    .pagination a.current {
        color: #fff;
        background-color: #454545;
    }

/* comment form */
.comment_form {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .comment_form label {
        float: left;
        width: 90px;
        height: 15px;
        padding: 7px 10px;
        margin-bottom: 40px;
        font-weight: normal;
    }

.comment_input_bg {
    float: left;
    width: 75%;
    height: 40px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px;
}

.comment_submit {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
}

    .comment_submit:hover {
        background-color: #f9f9f9;
        cursor: pointer;
    }

/* comments */
.comment_wrap {
    padding: 20px 20px 20px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    .comment_wrap.chaild {
        border-bottom: 1px solid #eee;
        margin: 10px 20px 10px 50px;
        overflow: hidden;
    }

.gravatar {
    float: left;
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px;
}

    .comment_content .comment_meta {
        position: relative;
    }

        .comment_content .comment_meta .comment_author {
            display: inline;
            font-size: 14px;
            font-style: normal;
        }

            .comment_content .comment_meta .comment_author i {
                display: inline;
                font-size: 11px;
                font-style: italic;
            }

    .comment_content .comment_text {
        clear: both;
        padding-top: 0px;
        overflow: hidden;
    }

        .comment_content .comment_text a {
            color: #d3d3d3;
            margin-top: 5px;
            float: left;
        }

            .comment_content .comment_text a:hover {
                color: #727272;
                margin-top: 5px;
                float: left;
            }

#comments_section li ul li {
    margin-left: 30px;
}


/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
    margin: 18px 0px 0px 0px;
    padding: 0px;
    float: right;
    width: 80%;
}

#site-searchform {
    margin: 0;
    padding: 0;
}

    #site-searchform #s {
        border: 1px solid #e0e0e0;
        background-color: #fff;
        width: 80%;
        height: 41px;
        padding: 5px 10px 5px 10px;
        color: #999;
        float: left;
        font-size: 13px;
    }

    #site-searchform #searchsubmit {
        float: left;
        width: 50px;
        height: 41px;
        cursor: pointer;
        text-indent: -5555em;
        line-height: 100;
        overflow: hidden;
        background: #13afeb url(../images/site-search-icon.png) no-repeat center 14px;
        border: 0;
    }

        #site-searchform #searchsubmit:hover {
            background: #383634 url(../images/site-search-icon.png) no-repeat center 14px;
        }

.sidebar_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .sidebar_widget ul.arrows_list1 {
        padding: 0px;
        margin: 0px;
        float: left;
        margin-top: -10px;
    }

        .sidebar_widget ul.arrows_list1 li a {
            color: #13afeb;
            line-height: 30px;
        }

            .sidebar_widget ul.arrows_list1 li a:hover {
                color: #383634;
            }

        .sidebar_widget ul.arrows_list1 i {
            margin-right: 4px;
        }

.sidebar_title {
    float: left;
    width: 100%;
}

.sidebar_widget h3, .clientsays_widget h3 {
    margin-bottom: 30px;
    float: left;
}

    .sidebar_widget h3 i, .clientsays_widget h3 i {
        font-weight: 500;
        font-style: normal;
    }

/* Recent Posts */
ul.recent_posts_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.recent_posts_list li {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 16px 0px;
    list-style-type: none;
    border-bottom: 1px solid #f5f6f6;
    float: left;
    width: 100%;
}

    .recent_posts_list li a {
        text-decoration: none;
        line-height: 17px;
        display: block;
        color: #999;
    }

        .recent_posts_list li a:hover {
            color: #13afeb;
        }

    .recent_posts_list li span {
        float: left;
        margin-right: 15px;
    }

        .recent_posts_list li span img {
            float: left;
            margin-right: 0px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
        }

            .recent_posts_list li span img:hover {
                float: left;
                margin-right: 0px;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
            }

    .recent_posts_list li i {
        padding: 1px 0px 0px 0px;
        margin: 0px;
        display: block;
        font-size: 10px;
        font-style: normal;
        color: #c9c9c9;
    }

    .recent_posts_list li.last {
        padding: 0px 0px 7px 0px;
        margin: 0px 0px 0px 0px;
        border-bottom: 0px solid #f5f6f6;
    }

/* client says widget */
.clientsays_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #999;
}

    .clientsays_widget strong {
        font-weight: 600;
        color: #454545;
    }

    .clientsays_widget h3 {
        margin-bottom: 18px;
    }

    .clientsays_widget img {
        float: left;
        margin-right: 13px;
        margin-top: 7px;
        border: 1px solid #e3e3e3;
    }

/* Advertisements */
ul.adsbanner-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 120px;
    list-style-type: none;
}

    .adsbanner-list li img {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 120px;
        height: 120px;
        list-style-type: none;
    }

    .adsbanner-list li.last {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        float: left;
        width: 120px;
        height: 120px;
        list-style-type: none;
    }


.blocklabel {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.input_bg {
    float: left;
    width: 70%;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0px 0px 0px 10px;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.address_info {
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px 20px;
    width: 99%;
    margin-bottom: 40px;
}

    .address_info.two {
        background-color: #fff;
        border: none;
        margin-bottom: 20px;
        padding-top: 0px;
    }

    .address_info h3 i {
        font-weight: 500;
        font-style: normal;
    }

.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.google-map2 {
    width: 100%;
    height: 450px;
}

.google-map3 {
    width: 100%;
    height: 300px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.google-map4 {
    width: 100%;
    height: 200px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}



/* portfolio single image */
.portfolio_area {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.portfolio_area_left {
    padding: 0px;
    margin: 0px;
    width: 75%;
    float: left;
}

    .portfolio_area_left img {
        padding: 0px;
        margin: 0px;
        width: 100%;
        float: left;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }

.portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 3%;
    width: 22%;
    float: left;
}

.project_details {
    padding: 0px;
    margin: 70px 0px 0px 0px;
}

    .project_details span {
        padding: 5px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: bold;
        color: #454545;
        float: left;
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
    }

    .project_details strong {
        padding: 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        font-weight: bold;
        color: #727272;
        float: left;
        width: 40%;
    }

    .project_details em {
        padding: 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        color: #727272;
        float: left;
        width: 60%;
    }

    .project_details span a {
        padding: 3px 10px;
        margin: 0px 0px 0px 3px;
        font-size: 11px;
        line-height: 30px;
        font-weight: normal;
        font-style: normal;
        color: #727272;
        background-color: #e3e3e3;
        border-radius: 3px;
    }

        .project_details span a:hover {
            background-color: #ddd;
        }

.addto_favorites {
    padding: 3px 10px 5px 10px;
    margin: 20px 0px 0px 0px;
    width: 142px;
    display: block;
    border-radius: 3px;
    font-size: 13px;
    color: #999;
    background: #eee;
}

    .addto_favorites:hover {
        background: #ddd;
    }

    .addto_favorites i {
        color: #c3c3c3;
    }

ul.small_social_links {
    padding: 0px;
    margin: 9px 0 25px 0px;
}

.small_social_links li {
    padding: 0px;
    margin: 0px 9px 0px 0px;
    float: left;
}

    .small_social_links li i {
        color: #13afeb;
    }

    .small_social_links li a {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

        .small_social_links li a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

.portfolio_image {
    float: left;
    width: 97%;
    padding: 0px;
    margin: 0px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .portfolio_image .title {
        float: left;
        width: 92%;
        padding: 10px 19px 7px 20px;
        margin: 0px;
        font-size: 13px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
    }

    .portfolio_image i {
        position: absolute;
        display: none;
        color: #fff;
        margin-left: 45%;
        margin-top: 22%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }

    .portfolio_image:hover i {
        display: block;
    }

    .portfolio_image img {
        float: left;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

        .portfolio_image img:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

.punchline_text_box {
    float: left;
    width: 100%;
    padding: 25px 30px;
    margin: 0px;
    border: 1px solid #eee;
    border-left: 5px solid #13afeb;
    color: #999;
}

    .punchline_text_box strong {
        font-weight: normal;
        font-size: 22px;
        color: #272727;
    }

    .punchline_text_box .left {
        float: left;
        width: 80%;
    }

    .punchline_text_box .right {
        float: left;
        width: 20%;
    }

a.knowmore_but {
    float: right;
    padding: 13px 20px 13px 20px;
    margin: 0px 0px 0px 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #13afeb;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid #999;
}

    a.knowmore_but:hover {
        color: #fff;
        background-color: #272727;
    }

.readmore_but1 {
    color: #fff;
    padding: 16px 40px;
    border-radius: 4px;
    background-color: #272727;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but1:hover {
        color: #fff;
        background-color: #13afeb;
    }

    .readmore_but1.nocurve {
        border-radius: 0px;
    }

    .readmore_but1.marlt {
        margin-left: 20px;
    }

.readmore_but2 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 35px;
    border-radius: 4px;
    background-color: #272727;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but2:hover {
        color: #fff;
        background-color: #13afeb;
    }

.readmore_but3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 35px;
    border-radius: 4px;
    background-color: #13afeb;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but3:hover {
        color: #fff;
        background-color: #272727;
    }

.readmore_but4 {
    color: #272727;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    padding: 12px 80px 12px 25px;
    border-radius: 4px;
    border: 2px solid #eee;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

    .readmore_but4:hover {
        color: #13afeb;
    }

.readmore_but5 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 20px;
    border-radius: 4px;
    background-color: #13afeb;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but5 i {
        border-left: 1px solid #009bd8;
        padding-left: 10px;
        margin-left: 10px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .readmore_but5:hover {
        color: #fff;
        background-color: #272727;
    }

        .readmore_but5:hover i {
            border-left: 1px solid #454545;
        }

.readmore_but6 {
    color: #fff;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 4px;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but6:hover {
        color: #fff;
        background-color: #454545;
    }

.readmore_but7 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 20px;
    border-radius: 4px;
    background-color: #13afeb;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but7:hover {
        color: #fff;
        background-color: #272727;
    }

.readmore_but8 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 35px;
    border-radius: 4px;
    background-color: #13afeb;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but8:hover {
        color: #272727;
        background-color: #eee;
    }

.readmore_but9 {
    color: #fff;
    padding: 16px 40px;
    border-radius: 4px;
    background-color: #13afeb;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but9:hover {
        color: #fff;
        background-color: #272727;
    }



.iframecontainer {
    width: 620px;
    margin: auto auto auto auto;
}

.content_fullwidth.lessmar {
    padding: 18px 0px 0px 0px;
}


/* scroll up */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 7px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}








.rw-wrapper {
    float: left;
    width: 80%;
    font-size: 32px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 35px;
    font-weight: 300;
}

.rw-sentence {
    margin: 0;
}

    .rw-sentence span {
        color: #fff;
    }

.rw-words {
    margin-top: -30px;
    display: inline;
    text-indent: 95px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-animation: rotateWord 8s linear infinite 0s;
    -moz-animation: rotateWord 8s linear infinite 0s;
    -o-animation: rotateWord 8s linear infinite 0s;
    -ms-animation: rotateWord 8s linear infinite 0s;
    animation: rotateWord 8s linear infinite 0s;
}

    .rw-words-1 span:nth-child(2) {
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        -ms-animation-delay: 2s;
        animation-delay: 2s;
        color: #fff;
    }

    .rw-words-1 span:nth-child(3) {
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -o-animation-delay: 4s;
        -ms-animation-delay: 4s;
        animation-delay: 4s;
        color: #fff;
    }

    .rw-words-1 span:nth-child(4) {
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
        color: #fff;
    }

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -moz-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -o-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -o-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



#wrap {
    display: inline-block;
    position: relative;
    height: 30px;
    float: right;
    padding: 0;
    position: relative;
    margin-top: -44px;
}

    #wrap input[type="text"] {
        height: 30px;
        font-size: 21px;
        display: inline-block;
        border: none;
        outline: none;
        color: #999;
        padding: 0px 10px;
        padding-right: 60px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        z-index: 3;
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
        border-radius: 3px;
    }

        #wrap input[type="text"]:focus:hover {
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        }

        #wrap input[type="text"]:focus {
            width: 300px;
            z-index: 1;
            cursor: text;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        }

    #wrap input[type="submit"] {
        height: 30px;
        width: 30px;
        display: inline-block;
        color: red;
        float: right;
        background: url(../images/site-search-menu.png) no-repeat center 1px;
        text-indent: -10000px;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        cursor: pointer;
        opacity: 0.4;
        cursor: pointer;
        transition: opacity .4s ease;
    }

        #wrap input[type="submit"]:hover {
            opacity: 0.8;
        }

/* aboutme bio */
.biobox {
    float: right;
    width: 100%;
}

    .biobox i {
        font-size: 25px;
        color: #fff;
        float: left;
        margin-right: 25px;
        background-color: #13afeb;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
    }

/* horizantal big line */
.hbigline {
    float: left;
    width: 100%;
    height: 5px;
    background: url(../images/h-line2.png) repeat-x left top;
}

/* footer graph @new */
.footer_graph {
    float: left;
    width: 100%;
    height: 61px;
    background: url(../images/footer-graph.png) no-repeat 120px top;
}

/* funfacts @new */
.fuicsec {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background-color: #f3f3f3;
}

    .fuicsec h3 {
        margin: 0px;
        color: #454545;
        font-size: 22px;
    }

    .fuicsec i {
        float: left;
        font-size: 35px;
        color: #999;
        margin-right: 20px;
        margin-top: 10px;
    }

    .fuicsec .one_fifth {
        border-right: 1px solid #e0e0e0;
    }

        .fuicsec .one_fifth.last {
            border-right: 0px solid #e0e0e0;
        }

/* cicle features section */
.circlefus {
    text-align: center;
}

    .circlefus i {
        font-size: 27px;
        color: #fff;
        width: 80px;
        height: 80px;
        text-align: center;
        vertical-align: middle;
        line-height: 80px;
        background-color: #13afeb;
        border-radius: 100%;
        margin-bottom: 25px;
        box-shadow: 0 0 0 4px #fff, 0 0 0 5px #13afeb;
        -webkit-transition: background-color .3s, -webkit-transform .3s;
        transition: background-color .3s, transform .3s;
    }

        .circlefus i:hover {
            color: #fff;
            background-color: #272727;
            box-shadow: 0 0 0 4px #fff, 0 0 0 5px #272727;
        }

/* features section 81 */ #trueHeader #logo .feature_section81 {
    float: left;
    width: 100%;
    padding: 30px 0px 58px 0px;
}

.spsContentWrapper, .spsContentWrapperHome, .spsContentWrapperNews {
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 10px;*/
    background: #f5f5f5 !important;
}

.spsContentWrapperHome {
    max-width: 100%;
}

.spsContentWrapperNews .row {
    background-color: inherit !important;
}

.spsContentWrapperNews .col {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.news-event-breadcrumb {
    margin: 0px 14px !important;
}

.news-event-date-row {
    margin-top: 30px !important;
    font-weight: 600;
    font-family: NexaLight !important;
}

.news-event-title-row {
    margin: 20px 0px !important;
}

.news-event-links-row {
    padding-bottom: 60px !important;
    padding-top: 40px !important;
}

    .news-event-links-row a {
        color: #13afeb;
        font-family: NexaLight !important;
        font-size: 13px !important;
        text-decoration: underline !important;
        line-height: 30px !important;
    }

.news-event-title {
    color: #13afeb;
    font-family: NexaLight !important;
}

.news-event-image img {
    max-width: 310px;
    margin-top: 83px;
    float: right;
    margin-right: -33px;
}

.news-event-back {
    float: right;
    color: #272727 !important;
    cursor: pointer;
    font-family: NexaLight !important;
}

.sibs-rte {
    /*color: rgb(156, 156, 156) !important;*/
    font-family: NexaLight !important;
}

    .sibs-rte p {
        margin-top: 15px !important;
    }

.newsEventsContent .dfwp-list .link-item {
    margin: 10px 14px !important;
}

.newsEventsContent .dfwp-list a {
    color: #13afeb !important;
    text-decoration: underline;
    font-size: 14px;
    font-family: NexaLight !important;
}

    .newsEventsContent .dfwp-list a:hover {
        color: rgb(156, 156, 156) !important;
    }

.breadcrumb {
    height: 20px;
    clear: both;
    width: 1024px;
    margin-top: 14px !important;
    color: #1a313b;
}

.BreadCrumbWrap {
    /*margin-top:10px;*/
}

.BreadCrumbStyle {
    padding-left: 15px;
    font-size: 12px !important;
}

    .BreadCrumbStyle a:link, .BreadCrumbStyle a:visited {
        color: #000;
    }

    .BreadCrumbStyle a:hover {
        color: #047bc1;
        text-decoration: none;
    }

.BreadCurrentNode {
    color: #047bc1;
}

.BreadPathSeparator {
    color: #727779;
    padding: 0px 8px 0px 8px;
}

.BreadCrumbStyle a:link, .BreadCrumbStyle a:visited {
    color: #000;
}

.ms-dlgTitle {
    background-color: #00a5d1;
}

.ms-dlgContent {
    border: 1px solid #026c88;
}

/*///SKY FORM*/
/**/
/* defaults */
/**/
.sky-form {
    margin: 0;
    outline: none;
    font-family: NexaLight !important;
    color: #272727;
}

    .sky-form header {
        display: block;
        padding: 0px 0px 9px 0px;
        margin-bottom: 13px;
        font-size: 22px;
        font-weight: normal;
        color: #272727;
        border-bottom: 1px solid #e3e3e3;
        font-family: 'Raleway', sans-serif;
    }

        .sky-form header strong {
            font-weight: 600;
        }

    .sky-form fieldset {
        display: block;
        padding: 25px 0px 5px;
        border: none;
        background: none;
    }

        .sky-form fieldset + fieldset {
            border-top: 1px solid rgba(0,0,0,.1);
        }

    .sky-form section {
        margin-bottom: 20px;
    }

    .sky-form footer {
        display: block;
        padding: 15px 0px 25px;
    }

        .sky-form footer:after {
            content: '';
            display: table;
            clear: both;
        }

    .sky-form a {
        color: #999;
    }

    .sky-form .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 400;
        font-family: NexaLight !important;
    }

        .sky-form .label.col {
            margin: 0;
            padding-top: 10px;
        }

    .sky-form .note {
        margin-top: 6px;
        padding: 0 1px;
        font-size: 11px;
        line-height: 15px;
        color: #999;
    }

    .sky-form .input,
    .sky-form .select,
    .sky-form .textarea,
    .sky-form .radio,
    .sky-form .checkbox,
    .sky-form .toggle,
    .sky-form .button {
        position: relative;
        display: block;
    }

        .sky-form .input input,
        .sky-form .select select,
        .sky-form .textarea textarea {
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            height: 39px !important;
            padding: 8px 10px;
            outline: none;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            background: #fff;
            font: inherit;
            font-size: 16px;
            font-weight: normal;
            color: #404040;
            appearance: normal;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

.inputimg input[type="text"] {
    border-right-color: transparent !important;
    width: 92% !important;
    border: none !important;
}

    .inputimg input[type="text"]:hover {
        border: none !important;
    }

.inputimg {
    background-color: white !important;
    border: 1px solid #d3d3d3 !important;
}

    .inputimg:hover, .inputimg-focus {
        border: 1px solid black !important;
    }

.sky-form .progress {
    float: right;
    margin-top: 10px;
    line-height: 39px;
    color: #232323;
}


/**/
/* file inputs */
/**/
.sky-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px;
}

    .sky-form .input-file .button:hover {
        box-shadow: none;
    }

    .sky-form .input-file .button input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        font-size: 30px;
        cursor: pointer;
        opacity: 0;
    }


/**/
/* selects */
/**/
.sky-form .select i {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 12px #fff;
}

    .sky-form .select i:after,
    .sky-form .select i:before {
        content: '';
        position: absolute;
        right: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .sky-form .select i:after {
        bottom: 0;
        border-top: 4px solid #404040;
    }

    .sky-form .select i:before {
        top: 0;
        border-bottom: 4px solid #404040;
    }

.sky-form .select-multiple select {
    height: auto;
}


/**/
/* textareas */
/**/
.sky-form .textarea textarea {
    height: auto;
    resize: none;
}

.sky-form .textarea-resizable textarea {
    resize: vertical;
}

.sky-form .textarea-expandable textarea {
    height: 39px;
}

    .sky-form .textarea-expandable textarea:focus {
        height: auto;
    }


/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

    .sky-form .radio:last-child,
    .sky-form .checkbox:last-child {
        margin-bottom: 0;
    }

    .sky-form .radio input,
    .sky-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .sky-form .radio i,
    .sky-form .checkbox i {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 13px;
        height: 13px;
        outline: none;
        border-width: 2px;
        border-style: solid;
        background: #fff;
    }

    .sky-form .radio i {
        border-radius: 50%;
    }

    .sky-form .radio input + i:after,
    .sky-form .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .sky-form .radio input + i:after {
        content: '';
        top: 4px;
        left: 4px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    .sky-form .checkbox input + i:after {
        content: '\f00c';
        top: -1px;
        left: -1px;
        width: 15px;
        height: 15px;
        font: normal 12px/16px FontAwesome;
        text-align: center;
    }

    .sky-form .radio input:checked + i:after,
    .sky-form .checkbox input:checked + i:after {
        opacity: 1;
    }

.sky-form .inline-group {
    margin: 0 -30px -4px 0;
}

    .sky-form .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .sky-form .inline-group .radio,
    .sky-form .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .sky-form .inline-group .radio:last-child,
        .sky-form .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }


/**/
/* toggles */
/**/
.sky-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

    .sky-form .toggle:last-child {
        margin-bottom: 0;
    }

    .sky-form .toggle input {
        position: absolute;
        left: -9999px;
    }

    .sky-form .toggle i {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        display: block;
        width: 49px;
        height: 17px;
        border-width: 2px;
        border-style: solid;
        border-radius: 12px;
        background: #fff;
    }

        .sky-form .toggle i:after {
            content: 'OFF';
            position: absolute;
            top: 2px;
            right: 8px;
            left: 8px;
            font-style: normal;
            font-size: 9px;
            line-height: 13px;
            font-weight: 700;
            text-align: left;
            color: #5f5f5f;
        }

        .sky-form .toggle i:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 4px;
            right: 4px;
            display: block;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            opacity: 1;
            transition: right 0.2s;
            -o-transition: right 0.2s;
            -ms-transition: right 0.2s;
            -moz-transition: right 0.2s;
            -webkit-transition: right 0.2s;
        }

    .sky-form .toggle input:checked + i:after {
        content: 'ON';
        text-align: right;
    }

    .sky-form .toggle input:checked + i:before {
        right: 36px;
    }


/**/
/* ratings */
/**/
.sky-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
}

    .sky-form .rating:last-child {
        margin-bottom: 0;
    }

    .sky-form .rating input {
        position: absolute;
        left: -9999px;
    }

    .sky-form .rating label {
        display: block;
        float: right;
        height: 17px;
        margin-top: 5px;
        padding: 0 2px;
        font-size: 17px;
        line-height: 17px;
        cursor: pointer;
    }


/**/
/* buttons */
/**/
.sky-form .button {
    float: left;
    height: 39px;
    overflow: hidden;
    margin: 0px 0 0 0px;
    padding: 0 25px;
    outline: none;
    border: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px !important;
    font-family: Nexa_Bold !important;
    text-transform: uppercase;
    padding: 2px 30px 1px 30px !important;
    letter-spacing: 1px !important;
}

.sky-form .button-uploading {
    position: relative;
    color: transparent;
    cursor: default;
}

    .sky-form .button-uploading:after {
        content: 'Uploading...';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        -o-animation: blink 1s linear infinite;
        -ms-animation: blink 1s linear infinite;
        -moz-animation: blink 1s linear infinite;
        -webkit-animation: blink 1s linear infinite;
    }

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}


/**/
/* icons */
/**/

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-repeat:before,
.icon-rotate-right:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-share-alt:before,
.icon-mail-forward:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up:before {
    content: "\f087";
}

.icon-thumbs-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone {
    margin-top: 1px;
}

    .icon-phone:before {
        content: "\f095";
    }

.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope-alt:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-undo:before,
.icon-rotate-left:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-reply:before,
.icon-mail-reply:before {
    content: "\f112";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.sky-form [class^="icon-"],
.ui-datepicker [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

.sky-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.sky-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}

.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
    padding-right: 46px;
}

.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}


/**/
/* grid */
/**/
.sky-form .row {
    margin: -10px -15px;
    background-color: inherit;
}

    .sky-form .row:after {
        content: '';
        display: table;
        clear: both;
    }

.sky-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sky-form .col-1 {
    width: 8.33%;
}

.sky-form .col-2 {
    width: 16.66%;
}

.sky-form .col-3 {
    width: 25%;
}

.sky-form .col-4 {
    width: 33.33%;
}

.sky-form .col-5 {
    width: 41.66%;
}

.sky-form .col-6 {
    width: 50%;
}

.sky-form .col-7 {
    width: 58.33%;
}

.sky-form .col-8 {
    width: 66.67%;
}

.sky-form .col-9 {
    width: 75%;
}

.sky-form .col-10 {
    width: 83.33%;
}

.sky-form .col-11 {
    width: 91.66%;
}

@media screen and (max-width: 600px) {
    .sky-form .col {
        float: none;
        width: 100%;
    }
}


/**/
/* tooltips */
/**/
.sky-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,0.9);
    color: #fff;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, opacity 0.3s;
    -ms-transition: margin 0.3s, opacity 0.3s;
    -moz-transition: margin 0.3s, opacity 0.3s;
    -webkit-transition: margin 0.3s, opacity 0.3s;
}

    .sky-form .tooltip:after {
        content: '';
        position: absolute;
    }

.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

.sky-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

    .sky-form .tooltip-top-right:after {
        top: 100%;
        right: 16px;
        border-top: 4px solid rgba(0,0,0,0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

    .sky-form .tooltip-top-left:after {
        top: 100%;
        left: 16px;
        border-top: 4px solid rgba(0,0,0,0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.sky-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px;
}

    .sky-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0,0,0,0.9);
        border-bottom: 4px solid transparent;
    }

.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.sky-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px;
}

    .sky-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0,0,0,0.9);
    }

.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

    .sky-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,0.9);
        border-left: 4px solid transparent;
    }

.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

    .sky-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,0.9);
        border-left: 4px solid transparent;
    }

.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}


/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
    border-color: #d3d3d3;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

    .sky-form .toggle i:before {
        background-color: #d9d9d9;
    }

.sky-form .rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.sky-form .button {
    background-color: #272727;
    opacity: 1;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

    .sky-form .button.button-secondary {
        background-color: #b3b3b3;
        margin-right: 10px;
    }

.sky-form .icon-append,
.sky-form .icon-prepend {
    color: #ccc;
}

.sky-form .fright {
    float: right;
}



/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
    border-color: #272727;
}

.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
    color: #d9d9d9;
}

.sky-form .button:hover {
    opacity: 1;
}


/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
    border-color: #454545;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
    background-color: #999;
}

.sky-form .checkbox input + i:after {
    color: #999;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
    border-color: #999;
}

.sky-form .rating input:checked ~ label {
    color: #999;
}


/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
    background: #fff0f0;
}

    .sky-form .state-error select + i {
        background: #fff0f0;
        box-shadow: 0 0 0 12px #fff0f0;
    }

.sky-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.sky-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.sky-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}


/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
    background: #f0fff0;
}

    .sky-form .state-success select + i {
        background: #f0fff0;
        box-shadow: 0 0 0 12px #f0fff0;
    }

.sky-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.sky-form .note-success {
    color: #6fb679;
}


/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}

    .sky-form .input.state-disabled:hover input,
    .sky-form .select.state-disabled:hover select,
    .sky-form .textarea.state-disabled:hover textarea,
    .sky-form .radio.state-disabled:hover i,
    .sky-form .checkbox.state-disabled:hover i,
    .sky-form .toggle.state-disabled:hover i {
        border-color: #999999;
    }


/**/
/* submited state */
/**/
.sky-form .message {
    display: none;
    color: #6fb679;
}

    .sky-form .message i {
        display: block;
        margin: 0 auto 20px;
        width: 81px;
        height: 81px;
        border: 1px solid #6fb679;
        border-radius: 50%;
        font-size: 30px;
        line-height: 81px;
    }

.sky-form.submited fieldset,
.sky-form.submited footer {
    display: none;
}

.sky-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255,255,255,.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
}


/**/
/* datepicker */
/**/
.ui-datepicker {
    display: none;
    padding: 10px 12px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #666;
}

    .ui-datepicker a {
        color: #404040;
    }

.ui-datepicker-header {
    position: relative;
    margin: -10px -12px 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 15px;
    line-height: 27px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0;
    display: block;
    width: 47px;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 27px;
}

    .ui-datepicker-calendar th {
        color: #999;
    }

    .ui-datepicker-calendar a,
    .ui-datepicker-calendar span {
        display: block;
        width: 31px;
        margin: auto;
        text-decoration: none;
        color: #404040;
    }

        .ui-datepicker-calendar a:hover {
            background: rgba(0,0,0,.05);
        }

    .ui-datepicker-calendar span {
        color: #bfbfbf;
    }

.ui-datepicker-today a {
    font-weight: 700;
}

.ui-datepicker-calendar .ui-state-active {
    background: rgba(0,0,0,.05);
    cursor: default;
}

.ui-datepicker-inline {
    border: 2px solid #999999;
    background: #fff;
    box-shadow: none;
}

    .ui-datepicker-inline .ui-datepicker-header {
        line-height: 47px;
    }

    .ui-datepicker-inline .ui-datepicker-calendar {
        width: 100%;
    }


/**/
/* modal */
/**/
.sky-form-modal {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 400px;
    padding: 20px 30px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.sky-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}


/**/
/* bootstrap compatibility */
/**/
.sky-form *,
.sky-form *:after,
.sky-form *:before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.sky-form .label {
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit;
}

.sky-form .radio,
.sky-form .checkbox {
    font-weight: 400;
}

    .sky-form .radio + .radio,
    .sky-form .checkbox + .checkbox {
        margin-top: 0;
    }

.sky-form .radio {
    width: 80px !important;
}
.sky-form .edit { margin-top: 20px; margin-bottom: 25px; }

.login_form {
    margin: 20px auto 0 auto;
    width: 400px;
    padding: 20px 35px 13px 35px;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

    .login_form.two {
        margin: 0px auto 0 auto;
    }

.reg_form {
    margin: 20px auto 0 auto;
    width: 550px;
    padding: 20px 35px 13px 35px;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

    .reg_form.two {
        margin: 0px auto 0 auto;
    }


@media only screen and (min-width: 480px) and (max-width: 767px) {


    .reg_form {
        margin: 10px auto 0 auto;
        width: 400px;
        padding: 18px 20px 13px 20px;
    }
}


@media only screen and (max-width: 479px) {

    .login_form {
        margin: 0px auto 0 auto;
        width: 250px;
        padding: 13px 20px 13px 20px;
    }

    #wrap .reg_form {
        margin: 10px auto 0 auto;
        width: 280px;
        padding: 8px 10px 13px 10px;
    }
}

.login a, .responsive-login a {
    color: #1a83c7;
    cursor: pointer;
}

.user-topbar {
    text-transform: uppercase;
}

.user-info-area {
    margin: 10px auto;
}

.user-topbar .option {
    float: left;
    display: inline-block;
}

    .user-topbar .option .selected {
        background-color: #01aef0 !important;
        height: 10px;
        margin-top: 10px;
        margin-right: 20px;
        display: none;
    }

.user-topbar .user-info {
    text-align: right;
    line-height: 14px;
    padding-right: 0px !important;
    margin-top: 2px;
}

.user-topbar .user-name {
    color: white;
}

.user-info a {
    margin-right: 3px !important;
    font-size: 11px;
    color: #74787b;
}

.user-topbar .row {
    background-color: inherit !important;
}

.user-topbar a {
    margin-right: 20px;
}

.search-results > .col {
    padding: 0px !important;
}

.search-no-results {
    margin-left: 16px !important;
}

.search-result {
    background-color: white;
    padding: 20px 0px !important;
    margin-bottom: 20px !important;
    max-height: 154px !important;
    min-height: 154px !important;
    height: 154px !important;
    overflow: hidden;
}

    .search-result .col {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

.search-box {
    /*display: inline-flex;*/
    border: 1px solid #d3d3d3;
}

    .search-box td {
        vertical-align: middle;
    }

    .search-box input {
        border: none !important;
    }

    .search-box:hover, .search-box:focus {
        border: 1px solid black !important;
    }

.search-filters option {
    color: #404040 !important;
}

.search-filters .unselected {
    /*background-image: url('/portalclientes/_layouts/15/SIBS.Portal/Images/elements/open-arrow.png') !important;*/
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.search-filters .selected {
    /*background-image: url('/portalclientes/_layouts/15/SIBS.Portal/Images/elements/close-arrow.png') !important;*/
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.search-filters select, .search-filters select > option:first-child {
    color: rgb(172, 172, 172) !important;
}

.search-scope {
    float: left !important;
}

.search-content {
    height: 134px;
}

.search-title {
    color: #00a5d1 !important;
    font-size: 22px !important;
    margin: 10px 0px !important;
    font-family: NexaLight !important;
    line-height: 26px;
}

.search-link {
}

    .search-link a {
        color: #727779 !important;
        text-decoration: underline;
        font-size: 18px;
        font-family: NexaLight !important;
    }

        .search-link a:hover {
            color: #047bc1 !important;
        }

.search-top-margin {
    margin-top: 15px !important;
}

.search-bottom-margin {
    margin-bottom: 15px !important;
}

.search-info, .search-desc {
    font-size: 13px !important;
    font-weight: 600;
}

.search-desc {
    color: #727779;
}

.search-margin-right {
    margin-right: 10px !important;
}

.search-pager, .news-events-pager {
    background-color: inherit !important;
    margin-top: 20px !important;
}

    .search-pager table, .news-events-pager table {
        position: relative;
        margin: auto;
    }

/*.search-pager .prev-button {
	margin-right: 30px;
}

.search-pager .next-button {
	margin-left: 30px;
}

.search-pager .PagerActive {
    color: #00a5d1 !important;
	font-weight:600;
}

.search-pager a {
    color: #555555 !important;
    font-size: 18px;
    font-family: HelveticaNeueLTStd-LtCn;
    text-decoration: none;
	margin-left: 8px;
}

.search-pager a:hover {
    color: #00a5d1 !important;
}*/

.NewsWrapper .news, .NewsWrapper .news-alternate {
    margin-bottom: 20px !important;
    height: 272px;
    padding-top: 0px;
}

.news-title {
    font-size: 25px !important;
    line-height: 28px;
    color: #00a5d1;
    margin-top: 9px !important;
}

.news-alternate {
    text-align: right;
}

.news-image img {
    max-width: 994px !important;
}

.news-thumb img {
    /*width: 100% !important;*/
    height: 100% !important;
}

.news-thumb {
    overflow: hidden !important;
    height: 100% !important;
}

.rcRefreshImage {
    color: #00a5d1 !important;
    padding: 60px 0px 10px 0px !important;
    font-family: NexaLight !important;
}

.captcha-label {
    display: none;
}

.RadCaptcha_Default p {
    float: left;
    margin-left: 15px !important;
}

.RadCaptcha_Default span {
    padding-bottom: 10px !important;
    display: block;
    font-family: NexaLight !important;
}

.captcha-input {
    border-color: #d3d3d3;
    padding: 9px 10px !important;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    color: #404040;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.captcha-imagediv {
    float: left;
}

#tAlertLists, #tAlertHistory {
    width: 100%;
}

    /*#tAlertLists .alternate {
    background-color: rgb(244, 250, 252);
}*/

    #tAlertLists .error, #tAlertHistory .error {
        background-color: lightcoral;
    }

/***Disclaimer***/
.DisclaimerWrapper {
    max-width: 1024px;
    max-height: 200px;
    position: relative;
    z-index: 100;
    margin: auto;
    top: 100px;
}

.DisclaimerDetail {
    max-width: 200px;
    background: red;
    clear: both;
    word-wrap: break-word;
}

.copyright_info_detail {
    /*max-width: 732px;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
}

.footerIcon {
    background: url(/portalclientes/PublishingImages/footer-icon.png) no-repeat; /*url(../images/footer-icon.png) no-repeat center top;*/
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 166px;
    cursor: pointer;
}
/***Business Areas***/
.BusinessAreaWrapper {
    max-width: 1024px;
    margin: auto;
    padding-top: 226px;
    http: //spswd20:81/PublishingImages/slider01.jpg;
}

    .BusinessAreaWrapper .row {
        background-color: inherit;
    }

.NoCursor {
    cursor: default;
}

.BusinessAreaItemWrapper {
    width: 340px;
    padding: 20px 20px 0px 20px !important;
    cursor: pointer;
    margin: auto !important;
}

    .BusinessAreaItemWrapper h2 {
        width: 250px;
        color: #fcfdff;
        text-align: center;
        font-size: 24px;
    }

.BusinessAreaWrapper h2 {
    color: #fcfdff;
    text-align: center;
    width: 100%;
    margin: 17px 0px 6px 0px;
    font-family: NexaLight;
}

.BusinessAreaWrapper h1 {
    color: #fcfdff;
    text-align: center;
    font-family: NexaLight;
    margin-bottom: 30px;
}

.BusinessAreaWrapper span {
    text-align: center;
    font-family: HelveticaNeueLTStd-LtCn;
}

.BusinessAreaWrapper img {
    max-height: 94px;
}

.BusinessAreaWrapper .text {
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    color: #717578;
    font-family: HelveticaNeueLTStd-LtCn !important;
    letter-spacing: 1px;
}

/***NEWS***/
.NewsItems .NewsWrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    background-color: #fff;
    padding-top: 10px;
}

body {
    background-color: #047bc1;
}

.sky-form .row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.sky-form .bg-transparent {
    background-color: transparent !important;
}

.sky-form .radio input {
    position: relative !important;
    left: 0 !important;
    top: 6px !important;
}

.page-title {
    width: 100%;
    text-align: center;
    padding: 50px 0px 30px 0px;
}

    .page-title h3 {
        color: #047ac0;
        font-family: NexaLight !important;
    }

.content-padding {
    padding: 15px !important;
}

.footer-padding {
    padding: 32px !important;
}

.flyover-content {
    position: relative;
    margin: -36px auto;
    padding: 0px 32px 60px 32px;
}

.breadcrumb-container .row {
    background-color: transparent !important;
}

.breadcrumb-container .col {
    padding: 0px !important;
}

.no-right-padding {
    padding-right: 0px !important;
}

.y-scroll {
    overflow-y: auto !important;
}

body {
    background-color: #047bc1;
}

.sky-form .row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.user-topbar {
    font-family: Nexa_Bold !important;
}

    .user-topbar a {
        color: #727779 !important;
    }

        .user-topbar a:hover {
            color: #fff !important;
        }

.NewsWrapper .col {
    padding: 0px !important;
}

.NewsWrapper .text {
    padding: 30px;
}

.news-info {
    height: 194px;
    overflow: hidden;
}

.news-date {
    font-family: HelveticaNeueLTStd-LtCn !important;
    color: #1f2325 !important;
}

.news-title a {
    font-family: NexaLight !important;
    color: #047bc1 !important;
    line-height: 20px;
}

.news-desc {
    font-family: HelveticaNeueLTStd-CnO !important;
    color: #1f2325 !important;
    margin-top: 20px !important;
}

.news-thumb {
    max-width: 336px;
    padding: 0px !important;
}

.news-link {
    margin-top: 0px !important;
}

    .news-link a {
        color: #727375 !important;
        text-decoration: underline;
        font-size: 16px;
        font-family: NexaLight !important;
    }

        .news-link a:hover {
            color: #454545 !important;
        }

.site_wrapper #content {
    font-family: NexaLight !important;
}

.label {
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.RadGrid_Default {
    border: none !important;
}

    .RadGrid_Default .RadMenu_Context {
        display: none !important;
    }

    .RadGrid_Default .rgNoRecords td {
        padding: 11px !important;
    }

    .RadGrid_Default .rgHeader {
        color: white !important;
        background-color: #01aef0 !important;
        background-image: none !important;
        border-left: 2px solid #f5f5f5 !important;
        border-bottom: 2px solid #f5f5f5 !important;
        text-align: center !important;
        padding: 10px !important;
        vertical-align: middle !important;
        height: 32px !important;
    }

    .RadGrid_Default .rgFilterRow {
        background-color: white !important;
    }

        .RadGrid_Default .rgFilterRow td {
            border-left: 2px solid #f5f5f5 !important;
            border-bottom: 2px solid #f5f5f5 !important;
        }

    .RadGrid_Default .rgHeader a {
        color: white !important;
        font-size: 14px;
        font-family: Nexa_Bold;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .RadGrid_Default .rgRow, .RadGrid_Default .rgAltRow, .RadGrid_Default .rgEditRow {
        height: 54px !important;
    }

    .RadGrid_Default .rgRow {
        background: white !important;
    }

    .RadGrid_Default .rgAltRow {
        background: #fafafa !important;
    }

        .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgRow td, .RadGrid_Default .rgEditRow td {
            vertical-align: middle !important;
            padding: 14px 15px 13px 15px !important;
            border-left: 2px solid #f5f5f5 !important;
            border-bottom: 2px solid #f5f5f5 !important;
            font-family: NexaLight !important;
            font-size: 14px !important;
        }

            .RadGrid_Default .rgAltRow td a, .RadGrid_Default .rgRow td a, .RadGrid_Default .rgEditRow td a {
                color: #057BC1;
            }

    .RadGrid_Default .rgEditRow {
        background: none !important;
        color: inherit !important;
    }

    .RadGrid_Default .rgPager {
        background: white !important;
        height: 47px;
    }

        .RadGrid_Default .rgPager td {
            vertical-align: bottom;
        }

        .RadGrid_Default .rgPager table {
            width: auto;
            margin: auto;
            margin-bottom: 5px;
        }

    .RadGrid_Default .rgFilter {
        display: none !important;
    }

    .RadGrid_Default .rgFilterBox {
        width: 99% !important;
    }

.ms-vb2 div {
    text-align: left !important;
}

.no-items {
    font-family: NexaLight !important;
    font-size: 14px !important;
}

.top-search {
    position: absolute !important;
    margin-top: -60px !important;
    background-color: inherit;
    left: 0px;
}

.top-search-input {
    height: 19px !important;
}

#MainWebParts {
    overflow-x: auto !important;
    min-height: 100px;
    overflow-y: hidden;
    padding-bottom: 10px;
}

.spsContentWrapperHome #MainWebParts {
    padding-bottom: 0px;
}

.responsive-login .row {
    background-color: inherit !important;
}

.modal {
    position: absolute;
    background-color: white;
    z-index: 1000;
    width: 230px;
    padding: 30px 10px !important;
    top: 380px;
    left: 60px;
    border: 1px solid rgb(182, 179, 179);
}

.handOn {
    cursor: pointer;
}

#divRecover {
    margin-top: 10px !important;
}

.ms-addnew a {
    font-family: NexaLight !important;
    font-size: 13px;
    padding-left: 6px;
    color: #13afeb;
}

#divSearch {
    position: relative;
    z-index: 1;
    background-color: transparent;
    /*display: none;*/
}

#topbar-menu .user-name {
    color: white;
    padding-left: 6px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
}

.hide {
    display: none !important;
}

#tAlertLists th, #tAlertHistory th {
    color: white !important;
    background-color: #01aef0 !important;
    border-left: 2px solid #f5f5f5 !important;
    border-bottom: 2px solid #f5f5f5 !important;
    text-align: center !important;
    padding: 10px !important;
    vertical-align: middle !important;
    height: 32px !important;
    text-transform: uppercase;
}

#tAlertLists td, #tAlertHistory td {
    vertical-align: middle !important;
    padding: 4px 15px 13px 15px !important;
    border-left: 2px solid #f5f5f5 !important;
    border-bottom: 2px solid #f5f5f5 !important;
    font-family: NexaLight !important;
    font-size: 14px !important;
    background-color: white !important;
}

#tAlertLists .alternate td, #tAlertHistory .alternate td {
    background-color: #fafafa !important;
}

#tAlertLists > tr > th, #tAlertLists > tr > td, #tAlertHistory > tr > th, #tAlertHistory > tr > td {
    border-left: 2px solid #f5f5f5 !important;
    border-bottom: 2px solid #f5f5f5 !important;
}

    #tAlertLists > tr > th:first-child,
    #tAlertLists > tr > td:first-child,
    #tAlertHistory > tr > th:first-child,
    #tAlertHistory > tr > td:first-child {
        border-left: none !important;
    }

.RadGrid_Default .rgFilterRow td:last-child {
    padding-left: 11px;
    vertical-align: middle;
    text-align: center;
}

#search.search-input {
    width: 150px;
    padding: 7px 0px 7px 10px;
    border: none;
    background-color: #f5f5f5;
    color: #727779;
    float: right;
    font-size: 15px;
    font-family: NexaLight !important;
}

#search_submit.search-bt {
    height: 33px;
    width: 34px;
    display: inline-block;
    float: right;
    background: url(/portalclientes/_layouts/15/SIBS.Portal/Images/elements/bsearch.jpg) no-repeat;
    text-indent: -10000px;
    border: none !important;
    z-index: 2;
    cursor: pointer;
    margin: 0px;
}

.login-message {
    background-color: inherit;
    text-align: center;
    padding-top: 85px;
    color: #e3e3e3;
    font-size: 22px;
    font-family: NexaLight !important;
    line-height: 30px;
}

    .login-message a {
        color: #e3e3e3 !important;
    }

        .login-message a:hover {
            color: white !important;
        }

.bullets li {
    list-style-type: disc !important;
    list-style-position: inside !important;
}

/*============================================================================================================================*/
/**
    IM613945 - Correção de Vulnerabilidades
    Data   : 18/11/2022
    Autor  : Luiz Pereira/Marisa Aurélio
    Assunto: Retirar style inline do código
*/


.display-none {
    display: none;
}

.display-inline {
    display: inline-block;
}

.display-block {
    display: block;
}

.hidden {
    visibility: hidden;
}

.max-height {
    height: 100%;
}

.max-width {
    width: 100%;
}

.max-w-726 {
    max-width: 726;
}

.sky-form .resp-login {
    background-color: #1f2325;
    height: 54px;
}
/* border */
.b-0 {
    border: 0px !important;
}

.p-0 {
    padding: 0px !important;
}
/* padding */
.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-0-20 {
    padding: 0px 20px;
}
/* spacing */
.s-0 {
    border-spacing: 0px !important;
}

.s-1 {
    border-spacing: 1px;
}
/* padding top - pt */
.pt-10 {
    padding-top: 10px;
}

.pt-14 {
    padding-top: 14px !important;
}

.pt-27 {
    padding-top: 27px;
}
/* padding bottom - pb */
.pb-10 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 3px;
}
/* margin top - mt */
.mt-5 {
    margin-top: -5px;
}
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: -70px;
}
/* margin right - mr */
.mr-10 {
    margin-right: 10px;
}
/* margin left - ml */
.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}
/* margin bottom - mb */
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}
/* font size - font- */
.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}
/* font color */
.border-lighgray {
    border-bottom: 1px solid lightgray;
}

.bkg-white {
    background-color: #ffffff;
}

.border-red {
    border: 1px solid red;
}

.font-white {
    color: #fff;
}

.font-black {
    color: #000;
}

.font-red {
    color: red;
}

.font-green {
    color: green;
}

/* sky-form */
.sky-form .row {
    background-color: inherit !important;
}

.sky-form .p-0 {
    padding: 0px;
}

.sky-form .p-1 {
    padding: .25em !important;
}

.sky-form .p-2 {
    padding: .5em !important;
}

.sky-form .p-3 {
    padding: 1em !important;
}

.sky-form .p-4 {
    padding: 1.5em !important;
}

.sky-form .p-5 {
    padding: 3em !important;
}

.sky-form .m-0 {
    margin: 0px;
}

.sky-form .m-1 {
    margin: .25em !important;
}

.sky-form .m-2 {
    margin: .5em !important;
}

.sky-form .m-3 {
    margin: 1em !important;
}

.sky-form .m-4 {
    margin: 1.5em !important;
}

.sky-form .m-5 {
    margin: 3em !important;
}


.sky-form .pr-0 {
    padding-right: 0px;
}

.sky-form .pr-1 {
    padding-right: 5px !important;
}

.sky-form .pr-2 {
    padding-right: 10px !important;
}

.sky-form .pr-3 {
    padding-right: 15px !important;
}

.sky-form .pr-4 {
    padding-right: 20px !important;
}

.sky-form .pr-5 {
    padding-right: 25px !important;
}

.sky-form .pl-1 {
    padding-left: 5px !important;
}

.sky-form .pl-2 {
    padding-left: 10px !important;
}

.sky-form .pl-3 {
    padding-left: 15px !important;
}

.sky-form .pl-4 {
    padding-left: 20px !important;
}

.sky-form .pl-5 {
    padding-left: 25px !important;
}

.sky-form .row .header-bkg {
    background-color: #1f2325;
    height: 54px;
}

.sky-form .panel1 {
    border: 2px red dashed;
    clear: both;
    padding-bottom: 10px;
}

.logo-bkg {
    background: url(/portalclientes/PublishingImages/logo-black.png) no-repeat;
}
/* height - h- */
.h-0 {
    height: 0px;
}

.h-10 {
    height: 10px;
}

.h-94 {
    height: 94px;
}

.h-150 {
    height: 150px;
}
/* width - w- */
.w-0 {
    width: 0px;
}

.w-10 {
    width: 10px;
}

.w-43 {
    width: 43px;
}

.w-80 {
    width: 80px;
}

.w-200 {
    width: 200px;
}

.w-1075 {
    width: 1075px;
}

.w-318 {
    width: 318px;
}

.t-0 {
    top: 0;
}

.l-1000 {
    left: -1000px;
}
/* margin - margin- */
.m-5 {
    margin: 5px;
}

.margin-auto {
    margin: auto;
}

.ms-rteTableHeaderFirstCol-0 {
    margin: 5px;
    width: 283px;
    height: 52px;
}

.ms-rteTable-0 {
    width: 100%;
}

.ms-rteTableEvenCol-0 > a > img {
    margin: 5px;
}

/* MasterSlider.cs */
.ms-slider {
    position: relative;
}

.pos-relative {
    position: relative;
}

.pos-0 {
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
}

.container-pos {
    position: absolute;
}

.container-top {
    top: 201px;
    z-index: 100;
}

.fixed-pos {
    position: fixed;
}

.z-index2 {
    z-index: 2;
}
/* Login.aspx */
#s4-workspace {
    height: 100% !important;
}
/*
    #s4-workspace {
            overflow-y: hidden !important;
			overflow-x: hidden !important;
        }
*/

.copyright_text {
    margin-top: 0px !important;
}

.responsive-login {
    display: none;
}

.login {
    max-width: 600px;
    float: right;
    margin-top: 5px;
    z-index: 100;
    position: relative;
}

    .login .login-inputs {
        height: 40px;
        float: right;
    }

    .login .input {
        padding: 4px;
    }

.ms-sibs-footer {
    top: 0px !important;
}

.login .button {
    float: right !important;
    margin-top: 7px !important;
}

.footerIcon {
    margin-top: 70px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.text-center {
    text-align: center;
    justify-content: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.business-data {
    padding-left: 2px;
    padding-right: 12px;
}

.span-fgimg {
    display: inline-block;
    overflow: hidden;
}

.img-fging {
    left: -0px !important;
    top: -128px !important;
    position: absolute;
}

.history {
    height: 150px;
    overflow: auto;
}

.div-error {
    display: none;
    clear: both;
    padding-top: 10px;
}

.div-login {
    display: inline-block;
    margin: auto !important;
}

.div-baitemwrapper {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cursor-default {
    cursor: default !important;
}

div.receiver {
    margin: 10px 5px;
}

    div.receiver table {
        width: 100%;
    }

    div.receiver td {
        white-space: nowrap;
        padding: 2px;
        width: 20%;
    }

.col-md-6 {
    width: 50%;
    float: left;
    position: relative;
}
 td.ms-inputformcontrols { 
     min-width: 800px; 
 }
