@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'open_sansregular', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #A6B9B9;
}

img {
    outline: none;
}

a,
a:hover,
a:focus,
a:active,
a:link,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
}

a:hover,
a:focus {
    color: #839597 !important;
}

p {
    margin: 10px 0;
    word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
    margin: 20px 0;
}

h1 {
    font-size: 30px; 
} 

h2 { 
    font-size: 22px;
    line-height: 30px;
} 

h3 { 
    font-size: 20px;
    line-height: 25px;
} 

h4 { 
    font-size: 18px;
    line-height: 20px;
} 

h5 { 
    font-size: 16px;
} 

h6 {
    font-size: 14px;
}

img {
    outline: none;
    border: 0;
}

ul, 
ol {  
    list-style: none;
}

/*================*/
/*==== Align ====*/
/*================*/

.center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.clear {
	clear: both;
    margin: 0 !important;
}

.vTop {
    vertical-align: top;
}

.vBottom {
    vertical-align: bottom;
}

.vMiddle {
    vertical-align: middle;
}

/*================*/
/*===== Text =====*/
/*================*/


.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

.txt-bold {
    font-weight: bold;
}

.txt-underline,
a.txt-underline {
    text-decoration: underline;
}

.txt-underline-none,
a.txt-underline-none {
    text-decoration: none;
}

.txt-dark-blue {
    color: #081a20 !important;
}

.txt-white {
    color: #FFFFFF !important; 
}

/* ======================= */
/* ======= Margins ======= */
/* ======================= */

.topSpace {
	margin-top: 10px;
}

.rightSpace {
	margin-right: 10px;
}

.leftSpace {
	margin-left: 10px;
}

.bottomSpace {
	margin-bottom: 10px;
}

.noSpace {
    margin: 0 !important;
}

.noTopSpace {
	margin-top: 0 !important;
}

.noRightSpace {
	margin-right: 0 !important;
}

.noBottomSpace {
	margin-bottom: 0 !important;
}

.noLeftSpace {
	margin-left: 0 !important;
}

/* ======================== */
/* ======= Paddings ======= */
/* ======================== */

.topPad {
    padding-top: 10px !important;
}

.rightPad {
    padding-right: 10px !important;
}

.bottomPad {
    padding-bottom: 10px !important;
}

.leftPad {
    padding-left: 10px !important;
}

.noPadding {
    padding: 0 !important;
}

.paddingTop20 { 
	padding-top: 20px!important;
}
.paddingBottom20 { 
	padding-bottom: 20px!important;
}
.paddingTop25 { 
	padding-top: 25px!important;
}
.paddingBottom25 { 
	padding-bottom: 25px!important;
}

/** end Paddings **/

/*=======================*/
/*======= Display =======*/
/*=======================*/

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.display-none {
	display: none;
}

.display-table {
	display: table;
}

/*=======================*/
/*======= Display =======*/
/*=======================*/

.fontNormal {
    font-size: 100%;
}

.fontMedium {
    font-size: 150%;
}

.fontBigger {
    font-size: 200%;
}

/*===========================*/
/*======= Backgrounds =======*/
/*===========================*/

.bg-dark-blue {
    background: #082833 !important;
}

/*===========================*/
/*========= Borders =========*/
/*===========================*/

.border-dark-cyan {
    border-color: #38535c !important;
}

/*=======================*/
/*======= Content =======*/
/*=======================*/

/* ---------------------
 * Header
 * --------------------- */
 
.navbar {
    background-image: none !important;
    background-color: #FFFFFF !important;
    border: 0 !important;
    margin-bottom: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.navbar .mainMenu {
    border-color: #082833;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.navbar .navbar-nav > li > a {
    font-size: 18px;
    color: #081a20;
    text-transform: uppercase;
    padding: 25px 37px;
    line-height: 28px;
    transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
}

.navbar .navbar-nav > .active > a {
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    background-color: #FFFFFF !important;
    color: #081a20 !important;
}

.navbar .navbar-nav > li:hover a {
    color: #839597;
}

.navbar .navbar-nav > li:hover:after,
.navbar .navbar-nav > .active:after {
    border-bottom: 8px solid;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    vertical-align: middle;
    width: 0;
    color: #081a20;
}

/* ---------------------
 * End Header
 * --------------------- */

/* ---------------------
 * Content
 * --------------------- */

.defaultBox {
    padding: 3px 0;
    position: relative;
    overflow: hidden;
}

.defaultContentBox {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: transparent;
    padding: 38px 0px;
    z-index: 1;
    position: relative;
}

.pageTitle {
    margin: 0;
    border-bottom: 1px solid #c8dde4;
}

.pageTitle .defaultContentBox {
    padding: 10px 0px;
}

.sloganBox {
    padding: 0;
}

.sloganBox h1,
.sloganBox h2 {
    margin: 10px 0;
}

.sloganBox h1 {
    font-size: 46px;
}

.sloganBox h2 {
    font-size: 30px;
}

.sliderBoxContainer {
	padding-bottom: 2px;
	border-bottom: 1px solid #CFDFE0;
}

.sliderBox,
.sliderBox .slider,
.sliderBox .slider .sliderItem {
    height: 266px;
}

.sliderBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    z-index: 0;	
}

.sliderBox .bx-wrapper {
    position: relative;
}

.sliderBox .slider .sliderItem img {
    width: 100%;
}

.sliderBox .bx-controls {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    height: 50px;
    z-index: 100;
}

.sliderBox .bx-controls .bx-controls-direction a {
    text-indent: 9999px;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.sliderBox .bx-controls .bx-controls-direction .bx-prev {
    background-image: url('../images/arrow_left.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-left: 10px;
    float: left;
}

.sliderBox .bx-controls .bx-controls-direction .bx-prev:hover {
    background-image: url('../images/arrow_left_hover.png');
}

.sliderBox .bx-controls .bx-controls-direction .bx-next {
    background-image: url('../images/arrow_right.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-right: 10px;
    float: right;
}

.sliderBox .bx-controls .bx-controls-direction .bx-next:hover {
    background-image: url('../images/arrow_right_hover.png');
}

.iconsBox .iconsContentBox {
    padding: 0;
}

.iconsBox .iconsContentBox .iconBox {
    float: left;
    width: 25%;
    padding: 50px 25px;
}

.iconsBox .iconsContentBox .iconBox a {
    display: block;
}

.iconsBox .iconsContentBox .iconBox a span {
    display: block;
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 65px;
    transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
}

.iconsBox.services .iconsContentBox {
    padding: 30px 0;
}

.iconsBox.services .iconsContentBox .iconBox {
    padding: 20px 25px;
}

.iconsBox.services .iconsContentBox .iconBox h4 {
    margin-top: 0;
}

.iconsBox.services .iconsContentBox .iconBox a span {
    font-size: 46px;
    line-height: 46px;
}

.iconsBox .iconsContentBox .iconBox.active a {
    color: #839597 !important;
}

.iconsBox .iconsContentBox .iconBox.active a span,
.iconsBox .iconsContentBox .iconBox a:hover span {
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.textBox {
    padding: 0;
}

.textBox p {
    float: none;
    margin: 10px auto;
    padding: 0;
}

.plansBox fieldset {
    width: 24%;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    min-height: 310px;
    margin-left: 15px;
    padding: 0 15px;
    background: #FFFFFF;
    transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
}

.plansBox.price fieldset {
    width: 32%;
}

.plansBox fieldset.first {
    margin-left: 0;
}

.plansBox fieldset legend {
    position: relative;
    top: 8px;
    padding: 10px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
}

.plansBox fieldset:hover {
    z-index: 1;
    -ms-transform: scale(1.07,1.07); /* IE 9 */
    -webkit-transform: scale(1.07,1.07); /* Chrome, Safari, Opera */
    transform: scale(1.07,1.07);
}

.bgTextContent {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.1;
}

.bgTextContent.img1 {
	background-image: url('../images/bg_text_content_1.jpg');
}
.bgTextContent.img2 {
	background-image: url('../images/bg_text_content_2.jpg');
}
.bgTextContent.img3 {
	background-image: url('../images/bg_text_content_3.jpg');
}
.bgTextContent.img4 {
	background-image: url('../images/bg_text_content_4.jpg');
}
.bgTextContent.img5 {
	background-image: url('../images/bg_text_content_1.jpg');
}

.bg-dark-blue a {
	color: #FFFFFF;
} 
 
/* ---------------------
 * End Content
 * --------------------- */ 
 
/* ---------------------
 * Footer
 * --------------------- */ 
 
.footer .textBox {
    float: none;
    margin: 0 auto;
}

.footerModules .textBox p {
    margin: 0 0 10px 0;
}

.footerModules .textBox div ul li {
    line-height: 20px;
}

.footerModules .textBox div ul li.active a {
    color: #839597 !important;
}

.footerServices .servicesLinks .linksBox h4 {
    float: left;
    width: 20%;
    padding: 0 15px;
    font-size: 16px;
}

.footerServices .servicesLinks .linksBox a {
    width: 100%;
    display: block;
    text-align: center;
}

.footerServices .servicesLinks .linksBox a img {
    max-width: 50%;
    transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
}

.footerServices .servicesLinks a span {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}

.footerServices .servicesLinks a:hover img {
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.footerCopy .defaultContentBox {
    padding: 8px 0;
}
 
/* ---------------------
 * End Footer
 * --------------------- */ 

/*=======================*/
/*===== End Content =====*/
/*=======================*/


/*==================*/
/*===== @media =====*/
/*==================*/

/*=== extra small devices (phones) ===*/
@media (max-width: 767px) {
    
    h1 {
        font-size: 26px; 
    } 

    h2 { 
        font-size: 16px;
    } 

    h3 { 
        font-size: 14px;
    } 

    h4 { 
        font-size: 12px
    } 

    h5 { 
        font-size: 11px
    } 

    h6 {
        font-size: 10px;
    }
    
    p {
        text-align: justify !important;
    }
    
    /*=======================*/
    /*======= Content =======*/
    /*=======================*/

    /* ---------------------
     * Header
     * --------------------- */
    
    .navbar .navbar-toggle {
        border-color: #081a20;
        border-radius: 0;  
        -webkit-border-radius: 0;  
        -moz-border-radius: 0;  
    }
    
    .navbar .navbar-toggle .icon-bar {
        background-color: #081a20;
    }
    
    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
        background-color: #081a20;
    }
    
    .navbar .navbar-toggle:hover .icon-bar,
    .navbar .navbar-toggle:focus .icon-bar {
        background-color: #FFFFFF;
    }
     
    .navbar .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 35px;
        line-height: 16px;
        text-align: center;
    }

    .navbar .navbar-nav > li:hover:after,
    .navbar .navbar-nav > .active:after {
        border-left: 8px solid;
        border-top: 9px solid rgba(0, 0, 0, 0);
        border-bottom: 9px solid rgba(0, 0, 0, 0);
        bottom: 10px;
        left: 0;
        margin-left: 0;
    }

    /* ---------------------
     * End Header
     * --------------------- */
    
    /* ---------------------
     * Pages Content
     * --------------------- */
    
    .defaultContentBox {
        padding: 38px 0;
    }

    .sloganBox h1 {
        font-size: 28px;
    }

    .sloganBox h2 {
        font-size: 16px;
    }
    
    .sliderBox,
    .sliderBox .slider,
    .sliderBox .slider .sliderItem {
        height: auto;
    }
    
    .sliderBox .bx-controls {
        top: 30%;
        height: auto;
    }
    
    .iconsBox .iconsContentBox .iconBox {
        width: 100%;
        padding: 10px 0;
    }
    
    .iconsBox .iconsContentBox .iconBox h2 {
        font-size: 16px;
    }
    
    .iconsBox.services .iconsContentBox .iconBox h4 {
        font-size: 16px;
    }
    
    .plansBox fieldset {
        width: 100%;
        margin: 15px 0 0 0;
        min-height: 275px;
    }
    
    .plansBox.price fieldset {
        width: 100%;
        min-height: 200px;
    }
    
    .plansBox fieldset:hover {
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Chrome, Safari, Opera */
        transform: none;
    }
     
    /* ---------------------
     * End Pages Content
     * --------------------- */ 
     
    /* ---------------------
     * Footer
     * --------------------- */ 
    .footerModules .defaultContentBox {
        padding: 15px 0;
    }
    
    .footerModules .textBox div {
        margin: 10px 0;
    }
    
    .footerModules .textBox div:first-child {
        display: none;
    }
    
    .footerServices h4 {
        font-size: 16px;
    }
    
    .footerServices .servicesLinks .linksBox h4 {
        float: left;
        width: 100%;
        padding: 0 35px;
        margin-bottom: 0;
    }

    .footerServices .servicesLinks .linksBox a img {
        max-width: 50%;
    }

    .footerServices .servicesLinks a:hover img {
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Chrome, Safari, Opera */
        transform: none;
    }
    
    .footerCopy .textBox p {
        text-align: left;
    }
    
    .footerCopy .defaultContentBox > div {
        padding: 0 15px !important;
    }
     
    /* ---------------------
     * End Footer
     * --------------------- */ 
     
    /*=======================*/
    /*===== end Content =====*/
    /*=======================*/
    
}

/*=== small devices (tablets) ===*/
@media (min-width: 768px) and (max-width: 991px) {
    
    h1 {
        font-size: 30px; 
    } 

    h2 { 
        font-size: 20px;
    } 

    h3 { 
        font-size: 16px;
    } 

    h4 { 
        font-size: 14px
    } 

    h5 { 
        font-size: 12px
    } 

    h6 {
        font-size: 10px;
    }
    
    /*=======================*/
    /*======= Content =======*/
    /*=======================*/

    /* ---------------------
     * Header
     * --------------------- */
     
    .navbar .navbar-nav > li > a {
        font-size: 14px;
        padding: 25px 17px;
        line-height: 16px;
        text-align: center;
    }

    /* ---------------------
     * End Header
     * --------------------- */
    
    /* ---------------------
     * Pages Content
     * --------------------- */
     
    .defaultContentBox {
        padding: 38px 0;
    }
 
    .sloganBox h1 {
        font-size: 36px;
    }

    .sloganBox h2 {
        font-size: 20px;
    }
    
    .sliderBox,
    .sliderBox .slider,
    .sliderBox .slider .sliderItem {
        height: 161px;
    }
    
    .sliderBox .bx-controls {
        top: 37%;
        height: auto;
    }
    
    
    .iconsBox .iconsContentBox .iconBox h2 {
        font-size: 16px;
    }
    
    .iconsBox.services .iconsContentBox .iconBox h4 {
        font-size: 16px;
    }
    
    .plansBox fieldset {
        width: 47%;
        margin: 15px 15px 0 0;
        min-height: 250px;
    }
    
    .plansBox.price fieldset {
        width: 31%;
        min-height: 350px;
    }
    
    .footerServices .servicesLinks a:hover img {
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Chrome, Safari, Opera */
        transform: none;
    }
    
    /* ---------------------
     * End Pages Content 
     * --------------------- */ 
     
    /*=======================*/
    /*===== end Content =====*/
    /*=======================*/
    
}

@media (min-width: 992px) and  (max-width: 1199px) {
    
    h1 {
        font-size: 30px; 
    } 

    h2 { 
        font-size: 20px;
    } 

    h3 { 
        font-size: 16px;
    } 

    h4 { 
        font-size: 14px
    } 

    h5 { 
        font-size: 12px
    } 

    h6 {
        font-size: 10px;
    }
    
    /*=======================*/
    /*======== Content ======*/
    /*=======================*/
    
    /* ---------------------
     * Header
     * --------------------- */
    
    .navbar .navbar-nav {
        float: none;
        display: table;
        margin: 0 auto;
    }
    
    .navbar .navbar-nav > li > a {
        padding: 25px 23px;
    }
    
    /* ---------------------
     * end Header
     * --------------------- */
    
    /* ---------------------
     * Pages Content
     * --------------------- */
     
     .defaultContentBox {
        padding: 38px 0;
    }
 
    .sloganBox h1 {
        font-size: 36px;
    }

    .sloganBox h2 {
        font-size: 20px;
    }
    
    .sliderBox,
    .sliderBox .slider,
    .sliderBox .slider .sliderItem {
        height: 166px;
    }
    
    .sliderBox .bx-controls {
        top: 37%;
        height: auto;
    }
    
    .iconsBox .iconsContentBox .iconBox h2 {
        font-size: 16px;
        line-height: 22px;
    }
    
    .iconsBox .iconsContentBox .iconBox a span {
        font-size: 55px;
        line-height: 55px;
    }
    
    .iconsBox.services .iconsContentBox .iconBox h4 {
        font-size: 16px;
    }
    
    .plansBox fieldset {
        width: 23.8%;
        min-height: 377px;
    }
    
    /* ---------------------
     * end Pages Content
     * --------------------- */
    
    /*=======================*/
    /*===== end Content =====*/
    /*=======================*/
}

/*==================*/
/*=== end @media ===*/
/*==================*/
