/* Author:WebThemez
 * Author URI:http://webthemez.com
 * License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
 */

@font-face {
    font-family: 'tahoma';
    src: url(/Fonts/tahoma.eot);
    src: url(/Fonts/tahoma.eot?#iefix) format("embedded-opentype"), url(/Fonts/tahoma.woff) format("woff"), url(/Fonts/tahoma.ttf) format("truetype"), url(/Fonts/tahoma.svg#Btahoma) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mitra';
    src: url(/Fonts/BMitra.eot);
    src: url(/Fonts/BMitra.eot?#iefix) format("embedded-opentype"), url(/Fonts/BMitra.woff) format("woff"), url(/Fonts/BMitra.ttf) format("truetype"), url(/Fonts/BMitra.svg#Btahoma) format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400,300);

.brand {
    font-family: 'tahoma',;
}

/*html {
    overflow-x: hidden;
}*/

html,
body {
    font-size: 15px;
    line-height: 1.50;
    color: #333333;
    background-color: #f3fbff;
    position: relative;
    height: 100%;
    font-family: 'tahoma';
    
}

.text-right {
  text-align: left !important;;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span {
    color: #0A94DB;
}

.colored {
    color: #0A94DB;
}

a {
    color: #55acee;
}

    a:hover {
        color: #339BEB;
    }

    a:focus,
    a:active {
        outline: none;
    }

.large {
    font-size: 18px;
}

img {
    display: block;
    max-width: 100%;
    width: 200px;
    height: auto;
}

.list-unstyled li {
    padding: 5px 0;
}

.list-horizontal {
    padding: 15px 0;
}

.list-horizontal-item img {
    display: block;
    margin: 0 auto;
}

.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 18px;
}

    .list-icons li {
        padding: 0 0 15px 0;
    }

blockquote {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}

.title {
    margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
    color: #020202;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    color: #fff;
}

.banner-image {
    vertical-align: middle;
    min-height: 100%;
    width: 100%;
}

.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    content: "";
}

.banner-caption {
    position: absolute;
    top: 54%;
    width: 100%;
    z-index: 2;
    left: 0px;
    text-align: left;
    /*test*/
    display: none;
}

.subfooter {
    background-color: #0A94DB;
    padding: 5px 0;
}

    .subfooter a {
        color: #323232;
    }

.section {
    background-color: #f3fbff;
    padding: 70px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
    background-color: #222222;
    color: #ffffff;
}

    .default-bg.blue {
        background-color: #55acee;
    }

.btn-primary {
    color: #fff;
    background-color: #0A94DB;
    border: 0px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #0A94DB;
        border: 0px;
    }

.transprant-bg {
    color: #ffffff;
}

    .default-bg h1,
    .default-bg h2,
    .default-bg h3,
    .default-bg h4,
    .default-bg h5,
    .default-bg h6,
    .transprant-bg h1,
    .transprant-bg h2,
    .transprant-bg h3,
    .transprant-bg h4,
    .transprant-bg h5,
    .transprant-bg h6 {
        color: #ffffff;
    }

    .default-bg blockquote footer,
    .transprant-bg blockquote footer {
        color: #cccccc;
    }

    .default-bg a,
    .transprant-bg a {
        color: #ffffff;
        text-decoration: underline;
    }

        .default-bg a:hover,
        .transprant-bg a:hover {
            text-decoration: none;
        }

.transprant-bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    background-color: #0A94DB;
}

    .transprant-bg .transprant-bg {
        margin-top: 80px;
        z-index: 3;
    }

    .transprant-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .transprant-bg.blue:after {
        background-color: rgba(85, 172, 238, 0.7);
    }

    .transprant-bg .container {
        z-index: 3;
        position: relative;
    }

.bg-image-1 {
    background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}

.bg-image-2 {
}

.caption-data {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 20;
    text-align: left;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
}

    .caption-data h1 {
        text-transform: uppercase;
    }

        .caption-data h1 span {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
        }

    .caption-data h3 {
        line-height: 34px;
        font-size: 30px;
    }

button.cta-button.btn-light, button.cta-button.btn-dark, .contact-form button.cta-button, button.cta-button.btn-default {
    background: transparent;
}

button.cta-button {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #fff;
    padding: 20px 42px;
    border-radius: 4px;
    font-family: 'Raleway';
    font-weight: 600;
    transition: background 0.3s, border-color 0.3s;
    margin-top: 20px;
}

    button.cta-button:hover {
        background: #fff;
        color: #000;
    }
/* Misc
----------------------------------------------------------------------------- */
.no-view {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible,
.touch .no-view {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

Targeting only Firefox for smoothest animations
@-moz-document url-prefix() {
    .object-visible, .touch .no-view

{
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

}

.space {
    padding: 20px 0;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pclear {
    padding-bottom: 0;
}

.secPadding {
    padding: 70px 0;
}
/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
    color: #333333;
}

.banner-caption h1 {
    font-size: 45px;
}

.footer h1 {
    color: #fff;
}

.footer.section {
    background: #206386;
    color: #949494;
}

.subfooter p {
    margin-bottom: 0;
    color: #fff;
}

.hero-caption {
    text-align: center;
    padding: 40px 0;
}

    .hero-caption h2 {
        text-align: center;
    }

    .hero-caption p {
    }
/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-default {
    color: #FFFFFF;
    background: #0A94DB;
    border: 0;
}

    .btn-default:hover {
        color: #ffffff;
        background-color: #0078B6;
        border: 0;
    }

.media-left, .media > .pull-left {
    padding-right: 26px;
    padding-left: 26px;
}
/* Collapse
---------------------------------- */
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #f0f0f0;
        border-top: none;
        background-color: #FCFCFC;
    }

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #0A94DB;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    border: #ECECEC 1px solid;
}

    .panel-heading a.collapsed {
        color: #333333;
        background-color: #C7C7C7;
    }

    .panel-heading a:after {
        font-family: "FontAwesome";
        content: "\f147";
        position: absolute;
        right: 15px;
        font-size: 14px;
        font-weight: 300;
        top: 50%;
        line-height: 1;
        margin-top: -7px;
    }

    .panel-heading a.collapsed:after {
        content: "\f196";
    }

    .panel-heading a:hover {
        text-decoration: none;
        background-color: #0A94DB;
        color: #FFFFFF;
    }

.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
    background-color: #0A94DB;
    border-color: #0A94DB;
    color: #ffffff;
}

.nav-pills > li > a {
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #cacaca;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
    height: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-control-feedback {
    color: #cccccc;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 15px;
}

textarea {
    resize: vertical;
}

.price-table .panel-heading {
    padding: 10px 0;
}
/* Modals
---------------------------------- */
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-header {
    background-color: #626262;
    color: #ffffff;
}

    .modal-header h4 {
        color: #ffffff;
    }

    .modal-header .close {
        font-weight: 300;
        color: #FFFFFF;
        text-shadow: none;
        filter: alpha(opacity=100);
        opacity: 1;
    }

@media (min-width:1200px) {
    .modal-lg {
        width: 1140px;
    }
}

/* Media
---------------------------------- */
.media .fa {
    font-size: 47px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
    margin-bottom: 0;
}

.main-navigation .navbar-default {
    background-color: transparent;
    border: none;
}

    .main-navigation .navbar-default .navbar-nav > li > a {
        padding: 10px 20px;
        color: #949494;
        font-weight: 700;
        font-size: 16px;
    }

    .main-navigation .navbar-default .navbar-nav > li.active > a {
        background-color: transparent;
        color: #356DE8;
    }

        .main-navigation .navbar-default .navbar-nav > li > a:hover,
        .main-navigation .navbar-default .navbar-nav > li.active > a:hover {
            color: #306AE8;
        }

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

.panel-danger > .panel-heading {
    color: #ADADAD;
    background-color: #C7C7C7;
    border-color: #C0C0C0;
}


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
}

@media (min-width:768px) {
    .main-navigation .navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-navigation .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        float: left !important;
    }
}

@media (max-width:768px) {
    .header.navbar-fixed-top {
        position: absolute;
    }
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 0;
}

.fixed-header-on .brand {
    font-size: 13px; /*24px;*/
}

.fixed-header-on .logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .fixed-header-on .navbar-default .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width:991px) {
    .fixed-header-on .logo,
    .fixed-header-on .brand,
    .fixed-header-on .site-slogan {
        display: none;
    }
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
    margin: 10px 0px 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo,
.logo-section {
    /*float: left;*/
}

.brand {
    font-size: 13px; /*17px*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1px 0;
    
    font-family: "tahoma";
    text-decoration: none;
}

    .brand a {
        color: #0A94DB;
        font-weight: 600;
    }

        .brand a:hover {
            text-decoration: none;
        }

.site-slogan {
    font-size: 12px;
}

/* block-lists
---------------------------------- */
.block-list .media-left {
    width: 110px;
}

.block-list p {
    font-size: 14px;
}

.block-list .fa {
    padding: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
/* Social Links
---------------------------------- */
.social-links {
    padding: 0;
    list-style: none;
    /*margin: 15px 0;*/
}

    .social-links li {
        /*margin: 10px 10px 10px 0;*/
        display: inline-block;
        font-size: 36px;
    }

        .social-links li a {
            color: white; /*#BBBBBB;*/
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            /* border: 1px solid #D0D0D0; */
            width: 52px;
            height: 52px;
            display: inline-block;
            border-radius: 50%;
            font-size: 26px;
            text-align: center;
            padding: 4px;
        }

        .social-links li.twitter a:hover {
            color: #55acee;
        }

        .social-links li.skype a:hover {
            color: #00aff0;
        }

        .social-links li.linkedin a:hover {
            color: #0976b4;
        }

        .social-links li.googleplus a:hover {
            color: #dd4b39;
        }

        .social-links li.youtube a:hover {
            color: #b31217;
        }

        .social-links li.flickr a:hover {
            color: #ff0084;
        }

        .social-links li.facebook a:hover {
            color: #3b5998;
        }

        .social-links li.pinterest a:hover {
            color: #cb2027;
        }

/* Isotope Items
---------------------------------- */
.filters {
    margin: 0 0 30px 0;
}

    .filters .nav-pills > li {
        margin-right: 2px;
        margin-bottom: 2px;
    }

        .filters .nav-pills > li + li {
            margin-left: 0px;
        }

.text-center.filters .nav-pills > li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
}

.isotope-container {
    overflow: hidden;
}

.isotope-item {
    margin-bottom: 20px;
}

    .isotope-item .btn-default {
        color: #FFFFFF;
        background: #94a3a7; /*rgba(10, 148, 219, 1);*/
        margin-top: -36px;
        z-index: 2;
        position: relative;
        border: 0;
    }

        .isotope-item .btn-default:hover {
            color: #ffffff;
        }

@media (max-width:480px) {
    .filters .nav-pills > li {
        width: 100%;
        display: block;
    }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(10, 148, 219, 0.8);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .overlay:hover {
        text-decoration: none;
    }

    .overlay span {
        position: absolute;
        display: block;
        bottom: 10px;
        text-align: center;
        width: 100%;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
    }

    .overlay i {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 18px;
        line-height: 1x;
        color: #ffffff;
        margin-top: -8px;
        margin-left: -8px;
        text-align: center;
    }

.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*---azimi---*/

header#mainHeader {
    box-shadow:none;
    border-bottom:1px solid #ccc;
}

.main-navigation .navbar-default .navbar-nav li {
    /*text-align: right !important;*/
    font-family: 'tahoma' !important;
    font-size: 15px !important;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* search */
#search-form {
    padding: 0 20%;
    display:none;
}

#search-form input[type=search]  {
    
    border:1px solid #ccc;
    border-radius: 0 0 3px 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 40px;
    background: #fff;
    width: 100%;
    padding-left: 33px!important;
    box-shadow: 0 4px 2px -2px #ddd;
    z-index: 10000;
}

#search-form button
{
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 8px;
    margin: 1px;
    bottom: 0;
    position: absolute;
    right: 15px;
}

.search-visible {
    transform: perspective(2000px) rotateX(0deg);
    animation: windowDown 0.5s;
}

.header-search {
    height: 50px;
    position: absolute;
    bottom: -50px;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    width: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 10;
}

div#search-body
{
    width:90%;
    display:none;
    margin:auto;
    left:0;
    right:0;
    position:absolute;
    background-color:#fff;
    max-height:200px;
    border:1px solid #ccc;
    overflow-x:hidden;
    overflow-y:auto;
}

span.search-waiting
{
    display:block;
    padding:10px;
    margin:auto;
    position:absolute;
    left:0;
    right:0;
}

/* end searsh */

.navbar-nav > li {
    /*float: right !important;*/
}

.main-navigation .navbar-default .navbar-nav > li > a {
    font-family: 'tahoma' !important;
    font-size: 13px !important;
    padding: 15px !important;
}

/*.caret
{
    margin-right:5px !important;
}





ul.dropdown-menu
{
    right:0px;
    width:100%;
    position:absolute;
}

.main-navigation .navbar-default .navbar-nav > li > a
{
    font-family:'tahoma' !important;
    font-size: 13px !important;
    padding:15px!important;
}

.main-navigation .navbar-default .navbar-nav > li > a i
{
    margin:0px 2px;
    font-size: 16px !important;
}*/

/*actions*/
img.ActionImege {
    width: 60px !important;
    height: 60px !important;
}

#ActionContainer div.col-md-4 {
    min-height: 170px;
}
/*end actions*/
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        /*float: right !important;*/
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-nav > li {
        /*float: right !important;*/
        display: block;
        width: 100%;
    }

    #waiting-public-panel {
        padding: 0 1%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .navbar-nav > li {
        /*float: right !important;*/
        display: block;
        width: 100%;
    }

    #waiting-public-panel {
        padding: 0 1%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .navbar-nav > li {
        /*float: right !important;*/
        display: block;
        width: 100%;
    }

    #waiting-public-panel {
        padding: 0 1%;
    }
}


/* news list */
ul.newList {
    width: 100%;
}

    ul.newList li {
        list-style: none;
        padding: 20px 10px;
        border-bottom: 1px solid #ccc;
    }

        ul.newList li a {
            text-decoration: none;
        }

.newsSlideSelected {
    background-color: #ccc;
}

img#CompanyNewsImage {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 350px;
}
/* end news list */

/* Archive */
div#MainArchive {
    margin-top: 150px;
    min-height: 580px;
}

    div#MainArchive img {
        width: 100%;
        height: 100%;
    }

div.archiverows {
    margin-top: 20px;
    padding: 2px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
}

div.archivetitle {
    padding: 15px;
    color: #0A94DB;
    font-size: 18pt;
}

div.archivedecription {
    padding: 5px 15px;
    color: #333333;
    font-size: 14px;
    min-height: 80px;
}

div.paging {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px;
}

    div.paging li {
        text-align: center;
        padding: 10px 20px;
        margin: 5px;
        list-style: none;
        display: inline-block;
        cursor: pointer;
        border: 1px solid #ccc;
    }

.paging-selected {
    background-color: #ccc;
}

/* end of archive */

/* Content */
div.Content-Container {
    margin-top: 150px;
    margin-right: 20px;
    margin-left: 20px;
}

    div.Content-Container i {
        margin: 3px 5px;
        color: #008fda;
    }

    div.Content-Container img {
        margin-top: 20px;
        box-shadow: 1px 1px 1px 1px #ccc;
    }

.item-body {
    color: #333333;
    font-size: 14px;
}

.item-right {
    text-align: right;
}

.item-title {
    color: #008fda !important;
}

/* End Content */

/* Footer */

div.top-footer-text {
    width: 100%;
    padding: 25px 10px;
    background-color: #737373;
    color: #fff;
    margin: 0px;
}

div.top-footer-image {
    text-align: left;
    padding: 0px 15px;
}

    div.top-footer-image img {
        float: left;
        width: 20%;
    }

div#products .modal-dialog {
    margin-top: 125px !important;
}

div#products button.close {
    float: left;
}

div#products button.btn-default {
    margin: 0px 5px !important;
}

/* end footer */

/* waiting */
div#waiting-public-panel {
    width: 100px;
    position: fixed;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999999;
}

    div#waiting-public-panel div.row {
        text-align: center;
    }

        div#waiting-public-panel div.row img {
            width: 25px;
            height: 25px;
            margin: auto;
        }
/* end wating */

/* product list */

div.overlay-container img {
    
    
}

div.image-box img {
    width: 150pt;
    height: 125pt;
    
}

/* end product list */

/*language*/
div.language
{
    position:fixed;
    top:0px;
    left:20px;
    padding:5px;
    z-index:10000;
    font-size:9pt;
}
/*end language*/

.media-heading {
    margin-top: 5px !important;
    min-height:50px;
}

p.company-description {
    font-size: 10pt;
    color: #acd8ef;
}



div.fff-contact {
    position: absolute;
    color: #333333;
    left: 30px;
    top: 250px;
    background-color: #f0faff;
    z-index: 10;
    padding: 10px;
    box-shadow: 1px 3px 8px 3px #ccc;
    border-radius:10px;
}


a#viewgooglemap {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    height: 57px;
    position: absolute;
    top: -18px;
    font-size: 12px !important;
    text-align: center;
    line-height: 15px !important;
    padding-top: 5px !important;
    color: #fff !important;
    font-weight: 400 !important;
    display: inline;
    background-color: #0a94db;
    z-index: 100;
    background-position: center 12px;
    text-decoration: none;
}

    a#viewgooglemap::before {
        border-right-color: #0a94db;
        border-left: transparent solid 16px;
        border-top: solid transparent 18px;
        border-right-style: solid;
        border-right-width: 16px;
        bottom: 0;
        top: 0;
        content: " ";
        height: 0;
        left: -32px;
        position: absolute;
    }

    a#viewgooglemap::after {
        border-bottom: solid #206386 10px;
        border-left: solid transparent 100px;
        border-right: transparent solid 100px;
        /*border-bottom: solid #ffffff 15px;*/
        bottom: 0;
        content: " ";
        height: 0;
        left: 0;
        position: absolute;
    }


div.fff-product-container {
    min-height: 300px;
    max-height:300px;
    overflow: auto;
}

/* jobs */
section.fff-employee {
    min-height: 600px;
    background-image: url("../../Images/employment.jpg");
    position:unset;
}

div.fff-job-items {
    position: relative;
    cursor: pointer
}

    div.fff-job-items:hover div.fff-job-items-icon-container {
        opacity: 0.5;
    }

div.fff-job-items-icon-container {
    padding: 30px 1px;
    background-color: #eee;
    opacity: 0.2;
    border-radius: 10pt 10pt 0pt 0pt;
}

div.fff-job-items-icon {
    position: absolute;
    padding: 10px 25%;
    top: -35px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

    div.fff-job-items-icon i {
        color: #bbb;
        font-size: 32pt;
        padding: 10px 15px;
        border-radius: 50%;
        background-color: white;
        border: 1px solid #ccc;
        display: inline-block;
        min-width: 70px;
        min-height: 70px;
    }

div.fff-job-items-caption {
    background-color: #0a94db;
    padding: 5px 0px;
    text-align: center;
}

    div.fff-job-items-caption span {
        color: white;
        font-size: 10pt;
    }

ul.fff-job-subitem li {
    list-style: none;
}

    ul.fff-job-subitem li i {
        padding: 1px 5px;
        color: #0a94db;
    }

i.fff-job-modal-icon {
    font-size: 32pt;
    color: #626262;
}

/*azm*/
div.jobItems {
    margin: 2% 0px;
}

img.contenticon {
    margin: 2px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.fff-modal-image-header {
    height: 70pt;
    width: 70pt;
}

/*product*/

/*product*/

/*section#fff-products {
    background-image: url(../Images/product-bg.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-attachment: fixed;
}*/


div.image-box {
    position: relative;
    
}

    div.image-box:hover {
        
    }

div.fff-product-items-content {
    position: relative;
}

    div.fff-product-items-content a {
        opacity: 0;
        position: absolute;
        bottom: 30px;
        width: 0%;
        margin: auto;
        left: 0;
        right: 0;
        color: black;
        background: none !important;
        -webkit-transition: opacity 1s,bottom 0.3s,width 0.3s;
        transition: opacity 1s,bottom 0.3s,width 0.3s;
    }

        div.fff-product-items-content a:hover {
            background: none !important;
            color: black;
        }

div.image-box:hover div.fff-product-items-content a {
    bottom: -30px;
    width: 500%;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 1s,bottom 0.5s,width 0.5s;
    transition: opacity 1s,bottom 0.5s,width 0.5s;
}



div.fff-product-items {
    margin: 15pt 0pt;
    cursor: pointer;
}

/* slid show*/
.carousel-caption {
    bottom: 60% !important;
    right: 5% !important;
    left: auto !important;
    background-color: rgba(85, 172, 238, 0.71);
    padding: 5px 30px !important;
}

    .carousel-caption::before {
        border-top: solid transparent 26px;
        border-left: solid rgba(85, 172, 238, 0.71) 36px;
        bottom: 0;
        top: 0;
        content: " ";
        height: 0;
        right: 0;
        position: absolute;
        margin-top: -26px;
    }


/*product slider*/

div#slider div.carousel-inner {
    height: 200px;
}

div#slider .carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

    div#slider .carousel-showmanymoveone .carousel-control.left {
        margin-left: 0;
    }

    div#slider .carousel-showmanymoveone .carousel-control.right {
        margin-right: 0;
    }

    div#slider .carousel-showmanymoveone .carousel-control.left i:before {
        background-color: #ccc;
        padding: 5px 12px 5px 6px;
        border-radius: 50%;
    }

    div#slider .carousel-showmanymoveone .carousel-control.right i:before {
        background-color: #ccc;
        padding: 5px 9px 5px 9px;
        border-radius: 50%;
    }

div#slider .carousel-showmanymoveone .cloneditem-1,
div#slider .carousel-showmanymoveone .cloneditem-2,
div#slider .carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

div#slider .carousel .item .col-xs-12 {
    padding: 0 !important;
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    div#slider .carousel .item .col-xs-12:nth-last-child(-n + 2) {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    div#slider .carousel-showmanymoveone .carousel-inner > .active.left,
    div#slider .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50% !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner > .active.right,
    div#slider .carousel-showmanymoveone .carousel-inner > .next {
        left: 50% !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner > .left,
    div#slider .carousel-showmanymoveone .carousel-inner > .prev.right,
    div#slider .carousel-showmanymoveone .carousel-inner > .active {
        left: 0 !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block !important;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    div#slider .carousel-showmanymoveone .carousel-inner > .item.active.right,
    div#slider .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0) !important;
        transform: translate3d(50%, 0, 0) !important;
        left: 0 !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner > .item.active.left,
    div#slider .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0) !important;
        transform: translate3d(-50%, 0, 0) !important;
        left: 0 !important;
    }

        div#slider .carousel-showmanymoveone .carousel-inner > .item.left,
        div#slider .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        div#slider .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
            left: 0 !important;
        }
}

@media all and (min-width: 992px) {
    div#slider .carousel-showmanymoveone .carousel-inner > .active.left,
    div#slider .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.6% !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner > .active.right,
    div#slider .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.6% !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner > .left,
    div#slider .carousel-showmanymoveone .carousel-inner > .prev.right,
    div#slider .carousel-showmanymoveone .carousel-inner > .active {
        left: 0 !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    div#slider .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block !important;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    div#slider .carousel-showmanymoveone .carousel-inner > .item.active.right,
    div#slider .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.6%, 0, 0) !important;
        transform: translate3d(16.6%, 0, 0) !important;
        left: 0 !important;
    }

    div#slider .carousel-showmanymoveone .carousel-inner > .item.active.left,
    div#slider .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.6%, 0, 0) !important;
        transform: translate3d(-16.6%, 0, 0) !important;
        left: 0 !important;
    }

        div#slider .carousel-showmanymoveone .carousel-inner > .item.left,
        div#slider .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        div#slider .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
            left: 0 !important;
        }
}

/*end product slider*/





/* CONTACTS */



.contact-box {
    background-color: #f3fbff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}

    .contact-box > div {
        color: #1a3d5c;
    }

    .contact-box.center-version {
        border: 1px solid #e7eaec;
        padding: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 7px #74747457;
        min-height: 330px;
        max-height: 330px;
    }

        .contact-box.center-version > div {
            border-radius: 10px;
            display: block;
            background-color: #f3fbff;
            padding: 20px;
            text-align: center;
            text-decoration: none !important;
        }

            .contact-box.center-version > div a h3 {
                color: #1a3d5c;
            }

            .contact-box.center-version > div h4 {
                color: #1a3d5c;
            }

            .contact-box.center-version > div a img {
                display: inline;
                width: 150px;
                height: 150px;
                margin-top: 10px;
                object-fit: cover;
            }

        .contact-box.center-version div address {
            margin-bottom: 0;
        }

        .contact-box.center-version > div address a {
            color: #1a3d5c;
            text-decoration: none;
        }

    .contact-box .contact-box-footer {
        text-align: center;
        background-color: #f3fbff;
        border-top: 1px solid #e7eaec;
        padding: 15px 20px;
    }




    

