.feature-boxes .row{
    text-align: center;
}
.one-fourths{
    text-align: left;
    width:23%;
    margin:3px 2px;
    position: relative;
    overflow: hidden;
    display:inline-block;
    vertical-align: top;
}

.one-fourths .container_image,.one-fourths .container_image>img{
    width:100%;
    max-width: inherit;
}

.hover_oneFourth{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:90px;
    background-color:rgba(12,52,113,.7);
}

.container_onFourth_arrow{
    position: absolute;
    bottom:-25px;
    width:100%;
    text-align: center;
    height:25px;
    overflow:hidden;
}
.oneFourth_arrow{
    position: relative;
    width:30px;
    height:30px;
    margin:auto;
    background-color:rgba(12,52,113,.7);
    transform:rotate(223deg);
    -webkit-transform:rotate(223deg);
    -moz-transform:rotate(223deg);
    -ms-transform:rotate(223deg);
    -o-transform:rotate(223deg);
    bottom:17px;
}

.oneFourth_title{
    text-align: center;
}

.oneFourth_title span{
    display: inline-block;
    color:#fff;
    font-size:20px;
    text-transform: uppercase;
    margin-top:15%;
}

.oneFourth_desc,.oneFourth_links{
    width:90%;
    margin:auto;
    color:#fff;
    font-size:13px;
    display:none;
}

.oneFourth_links{
    margin-top:22px;
}

.oneFourth_desc p{
    line-height: 13px;
    margin-top: 5px;
}
.oneFourth_links a{
    color:#fff;
    font-size:13px;
    display:block;
    font-weight:bold;
}

.oneFourth_links a:hover{
    color:#269abc;
    cursor:pointer;
}

body.sticky-menu-active #logo{
    margin-left:-55px;
}

body.sticky-menu-active #logo img {
    display: block;
    width: 100px;
    margin-top: -12px;
    opacity:1;
    margin-left:55px;
}

/*update css 3 8 2014*/
#page-title .grid-bg{
    height:270px;
    position: relative;
    overflow:hidden;
}

.container_homeBullet{
    width:100%;
    text-align: right;
    position: absolute;;
    bottom:0px;
    z-index:1000000;

}

.pagerHomeBullet{
    display:inline-block;
    width:16px;
    height:16px;
    border-radius:100%;
    background-color:rgba(167, 167, 167, 1);
    margin:4px;
    padding:0px;
    outline:0px;
    border:0px;
}

.pagerHomeBullet.active{
    background-color:#fff;
}
#page-title .grid-bg .bannerImage{
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
}

.container_title_stripe{
    position:absolute;
    bottom:30%;
    padding:15px 90px;
    left:-35px;
    transform:skew(-30deg);
    -webkit-transform:skew(-30deg);
    -moz-transform:skew(-30deg);
    -ms-transform:skew(-30deg);
    -o-transform:skew(-30deg);
}

.container_title_stripe a{
    color:#fff;
}


.container_title_stripe.blue{
    background-color:rgba(33, 185, 218, 1);
}
.container_title_stripe h1,.container_title_stripe .breadcrumb-nav{
    display: block;
    transform:skew(30deg);
    -webkit-transform:skew(30deg);
    -moz-transform:skew(30deg);
    -ms-transform:skew(30deg);
    -o-transform:skew(30deg);
}

.container_title_stripe .breadcrumb-nav{
    padding:0px;
    margin:0px;
    margin-left:-17px;
}

.container_title_stripe.blue h1{
    color:#383838;
}


a#backToTop {
    opacity: 0.8;
    position: fixed;
    bottom: 10px;
    right: 2%;
    display: none;
    text-indent: -10000px;
    outline: none !important;
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    z-index: 10000000;
    width: 23px;
    background-size: contain;
    height: 26px;
}

/*logo icons*/

#new_logo{
    position: absolute;
    top:5px;
    left:-85px;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

#new_logo>div{
    display:inline-block;
    vertical-align: middle;
    overflow:hidden;
    position: relative;
    margin-left:-4px;
}

#stripe_split{
    background-color:#CCCCCC;
    width:0px;
    height:50px;
}

#containerLogoCircle{
    width:75px;
    height:75px;
    top:2px;
}

#containerLogoCircle>img{
    display: block;
    width:100%;
    position: absolute;
    left:70px;
}

#containerLogoText{
    width:222px;
}

#containerLogoText>img{
    display: block;
    width:100%;
    position:relative;
    left:-215px;
}

/*update css 6 8 2014*/
#page-title .grid-bg{
    padding:0px;
}

.cat_block .columns{
    float:right;
    direction: rtl;
    margin-right:0px;
    margin-left:10px;
}

.cat_block .one-third{
    margin-right:10px;
    margin-left:0px;
}

#portfolio-wrapper.one-col .item-description{
    margin-right:15px;
    margin-left:0px;
}

@media only screen and (max-width : 2000px){

    #page-title .grid-bg{
        height:330px;
    }

    #page-title .grid-bg .bannerImage{
        width:100%;
    }
}

@media only screen and (max-width : 1700px){
    #page-title .grid-bg{
        height:300px;
    }
}

@media only screen and (max-width : 1400px){
    #page-title .grid-bg{
        height:270px;
    }
}

@media only screen and (max-width : 1100px){
    #page-title .grid-bg .bannerImage{
        width:1200px;
    }
}

@media only screen and (max-width : 960px){
    #primary-nav ul a{
        padding: 5px 8px 0 8px;
    }
}
@media only screen and (max-width : 767px){
    #new_logo{
        position:relative;
    }

    #page-title .grid-bg{
        height:240px;
    }

    #page-title .grid-bg .bannerImage{
        width:1000px;
    }
}


/*update css 7 8 2014*/
#subheader-bar{
    padding:0px;
}

.sub-nav>li{
    position:relative;
    padding:10px 0px;
}

.sub-nav>li>ul{
    position: absolute;
    left:-18px;
    z-index:10000000;
    background-color:#fff;
    width:170px;
    border-top: 1px solid #eaeaea;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    margin-top:10px;
    display:none;
}

.sub-nav>li>ul>li{
    display:block;
    width:100%;
}

.sub-nav>li>ul a{
    display:block;
    padding:5px 10px;
    color:#959c92;
}

.sub-nav>li>ul a:hover{
    background-color:#f8f8f8;
}

#subheader-bar .sub-nav .highlight_item>a{
    color:#e8554e;
}

#page-title.custom-bg.values{
    background-size: cover;
}

.breadcrumb-nav a{
    color: rgba(0, 0, 0, 0.64);
}
.breadcrumb-nav li:last-child{
    color: #fff;
}

#search {

}

#search input[type="text"] {
    background: url(search-dark.png) no-repeat 10px 6px #d6d6d6;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #8e8e8e;
    width: 150px;
    padding: 6px 15px 6px 15px;
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    margin-bottom: 0px;
}

#search input[type="text"]:focus {
    width: 200px;
}

.ticket_text{
    background-color: #fff;
    padding:15px 0;
    z-index:101;
    position: relative;
    box-shadow:0px 0px 0 rgb(217,217,217),1px 1px 0 rgb(208,208,208),2px 2px 0 rgb(200,200,200),3px 3px 0 rgb(192,192,192),4px 4px 0 rgb(183,183,183),5px 5px 0 rgb(175,175,175),6px 6px 0 rgb(166,166,166),7px 7px 0 rgb(158,158,158), 8px 8px 0 rgb(150,150,150),9px 9px 8px rgba(0,0,0,0.45),9px 9px 1px rgba(0,0,0,0.5),0px 0px 8px rgba(0,0,0,.2);
    font-weight:bold;
    cursor:pointer;
    border-radius: 4px;
    font-size:15px;
}

.ticket_title{
    z-index:101;
    position: relative;
    font-size:30px;
    color: #7e7e7e;
    top:-15px;

}

.close_icon{
    width:40px;
    display:inline-block;
    vertical-align: middle;
    margin-right:15px;
    cursor:pointer;
}

.close_icon:hover{
    opacity:.8;
}

.title_text{
    display:inline-block;
    vertical-align: middle;
}
.ticket_text p{
    margin-bottom:0px;
}

.solid_layer{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:100;
    opacity: 0.4;
}
#header{
    /*z-index:1;*/
}
canvas{
    position: absolute;
    top:0px;
    left:0px;
    z-index:1000;
}

#topCanvas{
    z-index:1001;
}

#myCanvas,#topCanvas{
    cursor:pointer;
}

#topCanvas:hover{
    opacity:.8;
}

#mask_layer{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#f7f7f8;
    z-index:999;
}

#container_element{
    background-color:#f7f7f8;
}

.container_marque{
    position: relative;
    height: 20px;
    overflow: hidden;

}

.marque_block{
    white-space: nowrap;
}

.marque_block p{
    padding:0px;
}
.exit_layer{
    display:none;
    position: fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:2;
}

#what_new_container{
    background-repeat: repeat;
    padding-bottom:30px;
    position: relative;
}

#what_new_button{
    margin-top:5px;
    position:absolute;
    display:inline-block;
    opacity:1;
    bottom:0px;
    position: relative;
}

#what_new_container > div {
    display:inline-block;
    vertical-align: top;
}

#container_desc_text>div{
    position: relative;
}

#fade_image{
    width:100%;
    height:30px;
    background-image:url("../images/textImageFade.png");
    background-repeat: repeat-x;
    position:absolute;
    bottom:0px;
}
#container_text_mask{
    overflow: hidden;
    position: relative;
}

#container_text_overflow{
    width:96%;
}

/*onFourthHover effect*/
@keyframes oneFourthHover{
    from{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }

    to{
        height:85%;
        background-color:rgba(12,52,113,1);
    }
}
@-webkit-keyframes oneFourthHover{
    from{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }

    to{
        height:85%;
        background-color:rgba(12,52,113,1);
    }
}
@-moz-keyframes oneFourthHover{
    from{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }

    to{
        height:85%;
        background-color:rgba(12,52,113,1);
    }
}
@-ms-keyframes oneFourthHover{
    from{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }

    to{
        height:85%;
        background-color:rgba(12,52,113,1);
    }
}
@-o-keyframes oneFourthHover{
    from{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }

    to{
        height:85%;
        background-color:rgba(12,52,113,1);
    }
}
/*reverse onFourthHover effect*/
@keyframes reverseOneFourthHover{
    from{
        height:85%;
        background-color:rgba(12,52,113,1);
    }

    to{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }
}
@-webkit-keyframes reverseOneFourthHover{
    from{
        height:85%;
        background-color:rgba(12,52,113,1);
    }

    to{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }
}
@-moz-keyframes reverseOneFourthHover{
    from{
        height:85%;
        background-color:rgba(12,52,113,1);
    }

    to{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }
}
@-ms-keyframes reverseOneFourthHover{
    from{
        height:85%;
        background-color:rgba(12,52,113,1);
    }

    to{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }
}
@-o-keyframes reverseOneFourthHover{
    from{
        height:85%;
        background-color:rgba(12,52,113,1);
    }

    to{
        height:90px;
        background-color:rgba(12,52,113,.7);
    }
}
/*bottom arrows effect*/
@keyframes arrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,.7);
    }

    to{
        background-color:rgba(12,52,113,1);
    }
}
@-webkit-keyframes arrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,.7);
    }

    to{
        background-color:rgba(12,52,113,1);
    }
}
@-moz-keyframes arrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,.7);
    }

    to{
        background-color:rgba(12,52,113,1);
    }
}
@-ms-keyframes arrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,.7);
    }

    to{
        background-color:rgba(12,52,113,1);
    }
}
@-o-keyframes arrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,.7);
    }

    to{
        background-color:rgba(12,52,113,1);
    }
}
/*reverse bottom arrows effect*/
@keyframes reverseArrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,.7);
    }

    to{
        background-color:rgba(12,52,113,1);
    }
}
@-webkit-keyframes reverseArrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,1);

    }

    to{
        background-color:rgba(12,52,113,.7);
    }
}
@-moz-keyframes reverseArrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,1);

    }

    to{
        background-color:rgba(12,52,113,.7);
    }
}
@-ms-keyframes reverseArrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,1);

    }

    to{
        background-color:rgba(12,52,113,.7);
    }
}
@-o-keyframes reverseArrowOneFourthHover{
    from{
        background-color:rgba(12,52,113,1);

    }

    to{
        background-color:rgba(12,52,113,.7);
    }
}


@keyframes showLogoSmall{
    from{
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
    }
    to{
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
    }
}
@-webkit-keyframes showLogoSmall{
    from{
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
    }
    to{
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
    }
}
@-ms-keyframes showLogoSmall{
    from{
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
    }
    to{
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
    }
}

@-webkit-keyframes reverseShowLogoSmall{
    from{
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
    }
    to{
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);

    }
}
@-ms-keyframes reverseShowLogoSmall{
    from{
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
    }
    to{
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);

    }
}
@keyframes reverseShowLogoSmall{
    from{
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
    }
    to{
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);

    }
}

@keyframes hideLogoText{
    from{
        left:0px;
    }

    to{
        left:-225px;
    }
}
@-webkit-keyframes hideLogoText{
    from{
        left:0px;
    }

    to{
        left:-225px;
    }
}
@-ms-keyframes hideLogoText{
    from{
        left:0px;
    }

    to{
        left:-225px;
    }
}

@keyframes reverseHideLogoText{
    from{
        left:-225px;
    }

    to{
        left:0px;
    }
}
@-webkit-keyframes reverseHideLogoText{
    from{
        left:-225px;
    }

    to{
        left:0px;
    }
}
@-ms-keyframes reverseHideLogoText{
    from{
        left:-225px;
    }

    to{
        left:0px;
    }
}

@keyframes hideStrip{
    from{
        width:4px
    }

    to{
        width:0px;
    }
}
@-webkit-keyframes hideStrip{
    from{
        width:4px
    }

    to{
        width:0px;
    }
}
@-ms-keyframes hideStrip{
    from{
        width:4px
    }

    to{
        width:0px;
    }
}

@keyframes reverseHideStrip{
    from{
        width:0px
    }

    to{
        width:4px;
    }
}
@-webkit-keyframes reverseHideStrip{
    from{
        width:0px
    }

    to{
        width:4px;
    }
}
@-ms-keyframes reverseHideStrip{
    from{
        width:0px
    }

    to{
        width:4px;
    }
}

@media only screen and (max-width : 1150px){
    #new_logo{
        left:0px;
    }
}

@media only screen and (max-width : 1000px){
    .one-fourths{
        width:23%;
        /*margin-bottom:7px;*/
    }
}

@media only screen and (max-width : 767px){
    .one-fourths{
        width:45%;
        /*margin-bottom:7px;*/
    }

    #new_logo{
        transform:scale(.7,.7);
        -webkit-transform:scale(.7,.7);
        -ms-transform:scale(.7,.7);
    }
}

@media only screen and (max-width : 500px){
    .container_title_stripe{
        width:100%;
    }
}

@media only screen and (max-width : 480px){
    .one-fourths{
        width:88%;
        /*margin-bottom:7px;*/
    }
}

#container_ticket_title{
    display:none;
}


