@import url("//fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

html {
    overflow-x: hidden
}


body {
    font-family: 'Maven Pro';
    overflow-x: hidden
}

.navbarTop {
    background: #fff;
    font-family: 'Maven Pro';
    font-size: 15px;
    color: #2b485e;
    font-weight: 500;
    padding: 15px 0 0 0;

}

a {
    outline: 0 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-brand {
    padding-left: 15px !important;
}

.navbarTop li a {
    color: #2b485e;
    padding: 0 0 0 30px;
}

.navbarTop li a:hover, .navbarTop li.active a {
    color: #66ccf1;
}

.navbarTop li a {
    text-align: right;
}

.navbarTop li.last a img {
    margin-top: -13px;
}

#Home {
    background: url('https://glitter.com.lb/sites/all/themes/glitter/images/home-bg.jpg') #fff no-repeat center top;
}

#StorePage {
    /*background: url(../images/store-bg.jpg) #66ccf1 no-repeat center top;*/
    background: #66ccf1;
}


#ProductsPage {
    background: url('/www/sites/all/themes/glitter/images/products-bg.jpg') #66ccf1 no-repeat center top;
}


#NewsPage {
    background: url('/www/sites/all/themes/glitter/images/news-bg.jpg') #66ccf1 no-repeat center top;
}

#ContactPage {
    background: url('/www/sites/all/themes/glitter/images/contact-bg.jpg') #66ccf1 no-repeat center top;
}

#CareersPage {
    background: url('/www/sites/all/themes/glitter/images/careers-bg.jpg') #66ccf1 no-repeat center top;
}

#AboutPage {
    background: url('/www/sites/all/themes/glitter/images/about-bg.jpg') #66ccf1 no-repeat center top;
}


.navbar-brand {
    padding: 0px
}

.socialMenu ul li {
    float: left;
    cursor: pointer;
    list-style: none;
    margin-right: 3px
}

.socialMenu ul li a {
    display: block;
    width: 30px;
    height: 30px;
}

.socialMenu .fb {
    background-image: url(../images/buttons.png);
    background-position: -1149px -95px;
}

.socialMenu .twitter {
    background-image: url(../images/buttons.png);
    background-position: -1182px -95px;
}

.socialMenu .pintreset {
    background-image: url(../images/buttons.png);
    background-position: -1216px -95px;
}

.socialMenu .instagram {
    background-image: url(../images/buttons.png);
    background-position: -1250px -95px;
}

.socialMenu .youtube {
    background-image: url(../images/buttons.png);
    background-position: -1283px -95px;
}

.socialMenu .fb:hover {
    background-image: url(../images/buttons.png);
    background-position: -1149px -53px;
}

.socialMenu .twitter:hover {
    background-image: url(../images/buttons.png);
    background-position: -1182px -53px;
}

.socialMenu .pintreset:hover {
    background-image: url(../images/buttons.png);
    background-position: -1216px -53px;
}

.socialMenu .instagram:hover {
    background-image: url(../images/buttons.png);
    background-position: -1250px -53px;
}

.socialMenu .youtube:hover {
    background-image: url(../images/buttons.png);
    background-position: -1283px -53px;
}

INPUT#SEARCH {

    float: left;
    height: 32px;
    border: 1px solid #c2c2c2;
    border-right: none;
}

#SEARCHBTN {
    background: url(../images/search.png) no-repeat 0 -43px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
}

#SEARCHBTN:hover {
    background: url(../images/search.png) no-repeat 0 0;
    width: 35px;
    height: 35px;
}

.searchCon {
    margin-top: -4px
}

#FOOTER {
    background: #2b485e;
    padding: 17px 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

#FOOTER a {
    color: #66ccf1;

    font-size: 14px;
}

#FOOTER a:hover {
    color: #fff;
}

#carousel-1-generic {
    margin-top: 40px;
    margin-bottom: 40px;
}

#carousel-1-generic .carousel-inner {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

#carousel-1-generic .carousel-indicators li {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #128ccb;
    border: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(18, 140, 203, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(18, 140, 203, 1);
    box-shadow: 3px 3px 0px 0px rgba(18, 140, 203, 1);
    text-indent: 0
}


#carousel-1-generic .carousel-indicators li:hover, #carousel-1-generic .carousel-indicators li.active {
    background-color: #128ccb;
    color: #fff;
    border: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 1);
    text-indent: 0
}

#carousel-1-generic .carousel-indicators li div {
    font-size: 27px;
    font-weight: bold;
}

#carousel-1-generic .carousel-indicators {
    left: 93%;
    bottom: -30px
}

.tle span {
    color: #2b485e;
    font-size: 36px;
    font-weight: 700
}

.tle {
    color: #2b485e;
    font-size: 36px;
    font-weight: 900;
    padding: 10px 0;
}

.owl-carousel .item img {
    border: 4px solid #0076b4;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */

}

.catalogue_btn {
    padding: 14px;
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.catalogue_btn:hover {
    text-decoration: none;
    background-color: rgba(43, 72, 94, 1);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


}

.catalogue_btnCon {
    width: 33%;
    margin: 0 auto;
    background-color: #71bf44;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(43, 72, 94, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(43, 72, 94, 1);
    box-shadow: 3px 3px 0px 0px rgba(43, 72, 94, 1);
    margin-top: 60px;
}

#OURBRANDS .owl-prev {
    background: url(../images/arrows_awi.png) no-repeat -20px -21px;
    width: 35px;
    height: 70px;
    position: absolute;
    left: -55px;
    top: 50px;
    color: transparent;
}

#OURBRANDS .owl-next {
    background: url(../images/arrows_awi.png) no-repeat -111px -21px;
    width: 35px;
    height: 70px;
    position: absolute;
    right: -55px;
    top: 50px;
    color: transparent;
}


#OURBRANDS .owl-carousel {
    position: relative;
}

#OURBRANDS {
    margin-bottom: 30px
}

.p70 {
    padding: 0 70px 0 70px
}

.navbar-toggle .icon-bar {
    background: #2b485e;
}

#carousel-2-generic {
    margin-top: 30px;
    margin-bottom: 20px;
}

#carousel-2-generic .carousel-inner {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 9px solid #fff;
}

#carousel-2-generic .carousel-indicators li {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #71bf44;
    border: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    text-indent: 0
}


#carousel-2-generic .carousel-indicators li:hover, #carousel-2-generic .carousel-indicators li.active {
    background-color: #71bf44;
    color: #fff;
    border: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 1);
    text-indent: 0
}

#carousel-2-generic .carousel-indicators li div {
    font-size: 27px;
    font-weight: bold;
}

#carousel-2-generic .carousel-indicators {
    left: 87%;
    bottom: -22px
}

.tweets {
    width: 100%;
    background: #fff;
    margin: 30px 0 20px 0;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tweet:first-child {
    padding: 0px 0px 15px 0px
}

.tweet:last-child {
    padding: 15px 0px 15px 0px;
    border-bottom: none;
}

.tweet {
    border-bottom: 1px solid #e8edf4;
    padding: 15px 0px 15px 0px
}


.tweet h2 {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #2b485e;
    font-weight: 500
}

.tweet h2 span {
    color: #9c9ea0;
    font-weight: 400
}

.tweet p {
    color: #676363;
    padding: 0;
    margin: 3px 0;
}

.tweet a {
    color: #40b9ff;
}

.birdCon {
    position: relative;
}

.bird {
    position: absolute;
    top: -3px;
    right: -38px
}

.socAll > div {
    padding-left: 0;
    padding-right: 4px
}

#SOCIALBTNS {
    margin-top: -10px;
}

.p23 {
    padding: 23px 0
}

#form input {
    color: #4e4e54;
    font-weight: 500;
    height: 71px;
    border: none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#form textarea {
    color: #4e4e54;
    font-weight: 500;
    height: 290px;
    border: none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-control::-webkit-input-placeholder {
    color: #4e4e54;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #4e4e54;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #4e4e54;
}

.form-control:-ms-input-placeholder {
    color: #4e4e54;
}

.btnForm {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(229, 98, 1, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(229, 98, 1, 1);
    box-shadow: 3px 3px 0px 0px rgba(229, 98, 1, 1);
    background-color: #ffbc00;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
}


.btnForm:hover {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 188, 0, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(255, 188, 0, 1);
    box-shadow: 3px 3px 0px 0px rgba(255, 188, 0, 1);
    background-color: rgba(229, 98, 1, 1);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
}

#SUBMIT2 {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(11, 80, 143, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(11, 80, 143, 1);
    box-shadow: 3px 3px 0px 0px rgba(11, 80, 243, 1);
    background-color: #71bf44;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    width: 70%
}

#SUBMIT2:hover {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    background-color: rgba(11, 80, 243, 1);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none
}


.ACCOUNTCON {

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
}

.ACCOUNT {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    border: 2px dashed #71bf44;
    width: 100%;
}

.ACCOUNT .position {
    padding-bottom: 10px
}

.ACCOUNT .position h2 {
    color: #2b485e;
    font-size: 20px;
    font-weight: bold;
}

.ACCOUNT .position p {
    color: #333333;
    font-size: 14px;
}

.ACCOUNT .position button {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(11, 80, 143, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(11, 80, 143, 1);
    box-shadow: 3px 3px 0px 0px rgba(11, 80, 143, 1);
    background: #71bf44;
    padding: 7px 19px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ACCOUNT .position button:hover {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    box-shadow: 3px 3px 0px 0px rgba(113, 191, 68, 1);
    background: rgba(11, 80, 143, 1);
    padding: 7px 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.imgArticle {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px dashed #fff;
    background: transparent;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.imgArticle img {
    border-radius: 27px;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.article {
    font-size: 16px
}

.article h2 {
    font-size: 30px;
    color: #355974;
    font-weight: bold;
    margin-top: 40px
}

.outside {
    margin-top: 22px;
}


.outside span {
    color: #fff;
    background: #128ccb;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 20px;
    font-weight: bolder;
    width: 30px;
    height: 30px;
    text-align: center;

}

#slider-prev {
    -webkit-box-shadow: 0px 2px 0px 1px rgba(14, 90, 130, 1);
    -moz-box-shadow: 0px 2px 0px 1px rgba(14, 90, 130, 1);
    box-shadow: 0px 2px 0px 1px rgba(14, 90, 130, 1);
}

#slider-next {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(14, 90, 130, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(14, 90, 130, 1);
    box-shadow: 3px 3px 0px 0px rgba(14, 90, 130, 1);
}


ul.bxslider li > div {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 35px
}

ul.bxslider li > div img {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

.dateNews {
    font-size: 13px;
    font-weight: bold;
    color: #2a2929
}

.newsDesc {
    font-size: 13px;
    font-weight: 800;
    color: #2b485e;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none;

}

.newsDesc:HOVER, .newsDesc.active {
    color: #fff;
    text-decoration: none;
}

.speaker {
    padding: 25px 0;
    display: table;
}

.speaker h1 {
    margin: 12px 25px;
}

.m35 {
    margin-top: 35px
}


.contact_country {
    color: #0e5f7e;
    font-size: 14px;
    font-weight: 700
}

.contact_location {
    color: #333;
    font-size: 14px
}

.contact-detail {
    color: #333;
    font-size: 14px
}

.tle2 {
    padding-top: 0;
    margin-top: 0;
    color: #355974;
    font-size: 20px;
    font-weight: bolder;
}

.contact-detail {
    margin-top: 20px
}

.contact-detail > div {
    margin-bottom: 10px
}

.contact-detail > div span {
    margin-right: 10px;
}

.plane {
    margin-bottom: 30px;
    margin-top: 60px;
}

.menuToy {
    margin-bottom: 2px;
}

.menuToy a:hover h3 {
    color: #c6c6c6;
}

.menusToy ul {
    background: #fff;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 2px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 8px 6px;
    display: none;
}

.menusToy ul li {
    list-style: none;
    padding: 5px 0;

}

.menusToy .boys li {
    border-bottom: 1px dotted #71bf44;
}

.menusToy .girls li {
    border-bottom: 1px dotted #e57eb3;
}

.menusToy .games li {
    border-bottom: 1px dotted #0076b4;
}

.menusToy .school li {
    border-bottom: 1px dotted #ffbb02;
}

.menusToy .OUTDOOR li {
    border-bottom: 1px dotted #E71751;
}


.menusToy ul li:last-child {
    border-bottom: none;
}


.menusToy h3 {
    padding: 6px;
    margin: 0px;
    font-size: 18px;
    font-weight: 800;
    color: #fff
}

.menusToy .boys h3 {
    background-color: #71bf44;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menusToy .girls h3 {
    background-color: #e57eb3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menusToy .games h3 {
    background-color: #0076b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menusToy .school h3 {
    background-color: #ffbb02;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menusToy .OUTDOOR h3 {
    background-color: #E71751;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.menusToy .boys h3:hover {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #71bf44;
}

.menusToy .girls h3:hover {
    color: #e57eb3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.menusToy .games h3:hover {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #0076b4;
}

.menusToy .school h3:hover {

    color: #ffbb02;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}


.menusToy .OUTDOOR h3:hover {

    color: #E71751;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.menusToy a {
    font-size: 16px;
    color: #2b485e;
    font-weight: 500;
    text-decoration: none
}

.menusToy .boys li a:hover, .menusToy .boys li.active a {
    color: #71bf44;
}

.menusToy .girls li a:hover, .menusToy .girls li.active a {
    color: #e57eb3;
}

.menusToy .games li a:hover, .menusToy .games li.active a {
    color: #0076b4;
}

.menusToy .school li a:hover, .menusToy .school li.active a {
    color: #ffbb02;
}

.menusToy .school li a:hover, .menusToy .OUTDOOR li.active a {
    color: #E71751;
}

.downCata a {
    color: #fff;
    text-decoration: none;
}


.downCata {

    font-size: 18px;
    font-weight: 800;
    border: none;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(11, 80, 143, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(11, 80, 143, 1);
    box-shadow: 4px 4px 0px 0px rgba(11, 80, 143, 1);
    background: #71bf44;
    padding: 7px 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-top: 30px
}

.downCata:hover {
    font-size: 18px;
    font-weight: 800;
    border: none;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(113, 191, 68, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(113, 191, 68, 1);
    box-shadow: 4px 4px 0px 0px rgba(113, 191, 68, 1);
    background: rgba(11, 80, 143, 1);
    padding: 7px 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.prodList .divCon {
    margin-bottom: 40px
}

.prodList .divCon {
    position: relative;
}

.prodList .divCon .new {
    position: absolute;
    top: -33px;
    left: 33%;
    z-index: 9
}

.prodList .divCon .Cap {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    bottom: 0;
    min-height: 77px;
    padding: 8px;
    position: absolute;
    width: 100%;
}

.prodList .divCon .Cap .title {
    margin-bottom: 10px
}


.prodList .divCon .Cap .title {
    color: #2b485e;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
}


.prodList .divCon .Cap .age {
    color: #2b485e;
    font-size: 16px;
    font-weight: 800
}

.circle {
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.circle-border {
    border: 7px solid #0076b4;
    overflow: hidden;
}

.circle-solid {
    background-color: #fff;
}

.circle:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circle-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;

}

#PRODUCTSCon {
    margin-top: 100px
}

.img100 {
    width: 100%
}

.abtborderCon {

    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
}

.abtborder {
    padding: 15px;
    border: 2px dashed #5dc26b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.para16 {
    font-size: 16px;
    color: #5dc26b;
    font-weight: 500
}

.imgPlane {
    margin-left: -30px;
    margin-top: 80px;
}

#ABTCon {
    margin-top: 60px;
}

.para20 {
    font-size: 20px;
    color: #4c6e80;
    font-weight: 700;
    text-transform: uppercase;
}

.highQual {
    width: 406px;
    height: 368px
}

.qual {
    margin: 0 auto;
    padding-top: 140px;
    text-align: center;
    width: 260px;
    font-size: 16px;
    font-weight: 500
}

.socAll a img:hover {
    opacity: 0.9;
}

#FOOTER {
    margin-top: -5px
}


/******animation****/

#ProductsPage,
#AboutPage,
#CareersPage,
#ContactPage,
#NewsPage,
#StorePage,
#Home {
    position: relative;
}

.anim_plane {
    position: absolute;
    top: 372px;
}

.anim_planeproduct {
    position: absolute;
    top: 300px;
}

.anim_cload {
    left: -100px;
    position: absolute;
    top: 272px;

}

.anim_planenews {
    position: absolute;
    top: 550px;
}

.anim_planecontact {
    position: absolute;
    top: 375px;
}


.anim_planecareers {
    position: absolute;
    top: 550px;
}


.anim_planehome1 {
    position: absolute;
    top: 350px;
}

.anim_planehome2 {
    position: absolute;
    top: 500px;
}


.anim_balloon {
    position: absolute;
}

.anim_planemong {
    position: absolute;
    left: 18px;
    top: 470px;

    /*
     * Sets up the animation duration, timing-function (or easing)
     * and iteration-count. Ensure you use the appropriate vendor-specific 
     * prefixes as well as the official syntax for now. Remember, tools like 
     * CSS Please are your friends!
     */
    -webkit-animation: myOrbit 14s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbit 14s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbit 14s linear infinite; /* Opera 12+ */
    animation: myOrbit 14s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */
}

/*
 * Set up the keyframes to actually describe the begining and end states of 
 * the animation.  The browser will interpolate all the frames between these 
 * points.  Again, remember your vendor-specific prefixes for now!
 */
@-webkit-keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@-moz-keyframes myOrbit {
    from {
        -moz-transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@-o-keyframes myOrbit {
    from {
        -o-transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@keyframes myOrbit {
    from {
        transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}


.anim_balloon {
    position: absolute;
    left: 21px;
    top: 1030px;

    /*
     * Sets up the animation duration, timing-function (or easing)
     * and iteration-count. Ensure you use the appropriate vendor-specific 
     * prefixes as well as the official syntax for now. Remember, tools like 
     * CSS Please are your friends!
     */
    -webkit-animation: myOrbit 14s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbit 14s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbit 14s linear infinite; /* Opera 12+ */
    animation: myOrbit 14s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */
}

/*
 * Set up the keyframes to actually describe the begining and end states of 
 * the animation.  The browser will interpolate all the frames between these 
 * points.  Again, remember your vendor-specific prefixes for now!
 */
@-webkit-keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@-moz-keyframes myOrbit {
    from {
        -moz-transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@-o-keyframes myOrbit {
    from {
        -o-transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@keyframes myOrbit {
    from {
        transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}


.par1 {
    color: #62ac4a;
    font-size: 17px;
    letter-spacing: -1px;
}

.par2 {
    color: #4c6e80;
    letter-spacing: -1px;
    font-weight: 900
}

.mapStore {
    width: 100%;
    height: 500px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    border: none !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}


/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
    display: none;
}

.gm-style-iw {
    top: -5px !important;
}


.mp h3 {
    font-weight: 900;
    font-size: 15px;
    color: #2b485e;
}

.mploc {
    font-weight: 400;
    font-size: 12px;
    color: #2b485e;
}

.gm-style-iw {
    width: 180px !important;
}

.mptel {
    font-weight: 400;
    font-size: 12px;
    color: #2b485e;
}


#PRODUCTSCon .pager li > a, #PRODUCTSCon .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 0px 7px;
}


.gsib_a {
    padding: 0 !important;
    width: auto !important;
    border: none;
}

.gsib_a input {

    background: none !important;

}

.gsc-input-box {
    height: 32px !important;
    border: none;
}


input.gsc-input {
    float: left !important;
    height: 32px !important;
    font-family: 'Maven Pro' !important;
    font-size: 13px !important;
    padding: 2px !important;
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
}

.gscb_a {
    display: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    background: none !important;
    border: none !important;

}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    border-color: transparent !important;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: transparent !important;
    background-image: none;
    border-color: transparent !important;
    filter: none;
}


.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}

input.gsc-input {
    font-size: 13px
}

.searchCon table {
    border-collapse: separate !important;
}

.gsc-search-button {
    background: url("../images/search.png") no-repeat scroll 0 -41px !important;
    cursor: pointer;
    display: inline-block;
    height: 35px !important;
    width: 35px !important;
    border: none !important;
}

.gsc-control-cse .gsc-option-menu-container {
    font-size: 65% !important;
}

.gsc-selected-option-container {
    width: 60px !important;
    padding-right: 78px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}


.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}

.tweet > p > a:FIRST-CHILD {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ekko-lightbox .modal-header {
    display: none;
}

.ekko-lightbox .modal-content {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ekko-lightbox .modal-body {
    padding: 20px;
    margin: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 5px dashed #0072bc;
}

.ekko-lightbox .age {
    color: #0e5a82;
    font-size: 18px
}

.bluLink li a {
    color: #66ccf1;
    text-decoration: none;
}

.bluLink li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.whtLink li a:hover {
    color: #66ccf1 !important;
    text-decoration: none;
}

.whtLink li a {
    color: #ffffff !important;
    text-decoration: none;
}
