/* ==========================================================

                       Global Styles

============================================================= */

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

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


/* html {
    font-size: 16px;
    height: 100%;
}

body {
    color: #555;
    font-family: aller_lightregular;
    font-size: 1.1em;
    line-height: 1.5;
    height: 100%;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "allerregular", Helvetica, Arial, sans-serif;
}

a {
    color: #EB5055;
}

a:hover,
button {
    color: #F0D8D9;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
}

a:hover,
a:focus {
    color: #BA383D;
    outline: medium none;
    text-decoration: none
}

::-moz-selection {
    color: #fff;
    background: #EB5055;
}

::selection {
    color: #fff;
    background: #EB5055;
}

ul {
    list-style: none;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.space {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
}

.interval {
    font-size: 0px;
    line-height: 0px;
}


/* ==========================================================

                  TitleSection 

============================================================= */

.TitleSection {
    margin-bottom: 40px;
    padding: 0;
    width: 100%
}

.page-head:before {
    background: #303441;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 140px;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.page-head:before {
    bottom: -1px;
}

.page-head {
    border-bottom: 1px solid #F0D8D9;
    padding: 5px 0;
    position: relative;
    width: 100%;
    text-align: center
}

.page-head small {
    color: #303441;
}

h1 small {
    font-size: 90%
}


/* ==========================================================

            Header Area

============================================================= */

.header {
    margin: auto;
    width: 100%;
    height: 700px;
    background: url(../images/logoBg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logoT {
    position: absolute;
    top: 16em;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.logoT img {
    width: auto;
    max-width: 100%;
}

.logo {
    background: none no-repeat scroll 0 0 transparent;
    height: 45px;
    text-indent: -9999px;
    width: 112px;
}


/**bootstrap over style for menu**/

.navbar-default {
    background-color: #303441;
    border-bottom: 2px solid #4A4F5E;
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    margin-bottom: 20px;
    min-height: 50px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #EB5055;
}

.navbar-default .navbar-nav>li>a {
    color: #A3A7B9;
    font-size: 1em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: #fff;
}


/**small menu**/

.navbar-default .navbar-toggle {
    border-color: #EB5055;
    border: 0 none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #EB5055
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 4px;
    width: 30px
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #EB5055;
    border-radius: 0 0 0 0;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #303441
}

.ha-header .navbar-toggle {
    border-color: #EB5055;
    border: 0 none;
}

.ha-header .navbar-toggle .icon-bar {
    background-color: #EB5055
}

.ha-header .navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 4px;
    width: 30px
}

.ha-header .navbar-toggle:hover,
.ha-header .navbar-toggle:focus {
    background-color: #EB5055;
    border-radius: 0 0 0 0;
}

.ha-header .navbar-toggle:hover .icon-bar,
.ha-header .navbar-toggle:focus .icon-bar {
    background-color: #303441
}

.ha-header {
    background-color: #303441;
    border-bottom: 2px solid #4A4F5E;
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    margin-bottom: 20px;
    min-height: 50px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ha-header .navbar-nav>li>a {
    color: #A3A7B9;
    font-size: 1em;
    text-transform: uppercase;
}

.ha-header .navbar-nav>.active>a,
.ha-header .navbar-nav>.active>a:hover,
.ha-header .navbar-nav>.active>a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}

.ha-header .navbar-nav>li>a:hover,
.ha-header .navbar-nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}


/* Individual states */

.ha-header-large {
    padding: 25px 0;
}

.ha-header-small {
    padding: 6px 0 0;
}

.ha-header-small .navbar-nav>li>a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ha-header-small .logo {
    background: none no-repeat scroll 0 0 transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/* ==========================================================

                company

============================================================= */

.comInfo {
    margin: auto;
    text-align: center;
    width: 85%;
    font-size: 20px;
    line-height: 44px;
}

.company {
    background: #F2F2F2;
    border-bottom: 5px solid #FCFCFC;
    color: #666D89;
    padding: 50px 0;
}

.ser_wrap_3 {
    margin: 0;
    overflow: hidden;
    padding: 20px 0;
}

.ser_wrap_3 ul {
    overflow: hidden;
    padding: 0;
}

.ser_wrap_3 ul li {
    margin-bottom: 0;
    overflow: hidden;
}

.ser_wrap_3 .icon_ser {
    border: 1px solid #666D89;
    -moz-border-radius: 045px 45px 45px 45px;
    -webkit-border-radius: 45px 45px 45px 45px;
    border-radius: 45px 45px 45px 45px;
    color: #666D89;
    float: left;
    font-size: 1.9em;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.ser_wrap_3 .wrap {
    float: left;
    margin: 0 0 10px 10px;
    width: 79%;
}

.ser_wrap_3.option2 ul li:hover .icon_ser {
    font-size: 3.6em;
}

.ser_wrap_3 .wrap h3 {
    margin: 5px 0
}

.ser_wrap_3.option3 ul li {
    text-align: center;
}

.ser_wrap_3.option3 .icon_ser {
    border: 2px solid;
    display: block;
    float: none;
    font-size: 3em;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 20px;
    width: 75px
}

.ser_wrap_3.option3 .wrap {
    float: none;
    width: 100%;
}


/* ==========================================================

                products

============================================================= */

#products .page-head:before,
#projects .page-head:before {
    background: #4A4F5E
}

#products .page-head small,
#projects .page-head small {
    color: #666D89
}

#products .page-head,
#projects .page-head {
    border-bottom: 1px solid #767E9E
}

.products {
    background-color: #77c1b0;
    /* border-bottom: 5px solid #4A4F5E; */
    color: #666D89;
    padding: 50px 0
}

.productsContainer .hexagon a span.mask {
    background: url("../images/hexagon_mask_2.png") no-repeat;
}

.productsContainer .hexagon {
    margin: 0 25px 25px 0
}

.hexagon h4 {
    font-family: aller_lightregular;
    font-size: 15px;
    text-transform: uppercase;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#filter_container {
    padding: 5px;
    margin-bottom: 20px;
}

#filter_header {
    padding-bottom: 1.0em;
}

#filter_header h3 {
    margin-bottom: 0.2em;
    font-size: 15px;
}

#filter_header h4 {
    font-weight: bold;
}

#filter_header ul {
    margin: 0;
    list-style: none;
    padding: 0
}

#filter_header ul ul {
    margin-left: 1.5em;
}

#filter_header li {
    float: left;
    margin: 0 0.5em 0 0;
}

#filter_header li a {
    color: #AFB6D1;
    padding: 0.4em 0.5em;
    text-transform: uppercase;
}

#filter_header li a.selected {
    color: #AFB6D1;
    font-weight: bold;
    text-shadow: none;
    background-color: #4A4E5C
}

.productsTL {
    float: left;
    text-align: left
}

.productsTL video {
    max-width: 100%;
    height: auto
}

.productsTC {
    float: left;
    max-width: 30%;
    text-align: left;
    width: 30%;
}

.productsTC img {
    max-width: 100%;
}

.productsTR {
    float: right;
    max-width: 45%;
    text-align: right;
    font-family: 'Helvetica', 'Microsoft Yahei';
    font-size: 14px;
    text-align: left;
    width: 30%;
}

.productsTR img {
    max-width: 100%;
}

.productDesc {
    margin: auto;
    text-align: left;
    width: 95%;
    font-family: 'Helvetica', 'Microsoft Yahei';
    font-size: 18px;
    line-height: 40px;
}

.prodAu {
    margin: auto;
    width: 85%;
    text-align: center;
}

.prodAu img {
    vertical-align: middle;
    height: auto;
}


/* ==========================================================

                VColor

============================================================= */

.colorList {
    position: relative;
    float: left;
}

.colorListTitle {
    position: absolute;
    top: 32%;
    left: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Helvetica', 'Microsoft Yahei';
    font-size: 16px;
    line-height: 20px;
}

.colorListTitle span {
    display: block;
    font-size: 16px;
    font-family: 'Helvetica', 'Microsoft Yahei';
}

a:link .colorListTitle,
a:visited .colorListTitle {
    text-decoration: none;
    display: none;
    color: #303441;
}

a:active .colorListTitle,
a:hover .colorListTitle {
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #303441;
}

#vcolor .page-head:before,
#company .page-head:before {
    background: #666D89
}

#vcolor .page-head small,
#company .page-head small {
    color: #A3A7B9
}

#vcolor .page-head,
#company .page-head {
    border-bottom: 1px solid #A3A7B9
}

.vcolor {
    background: #303441;
    border-bottom: 5px solid #FCFCFC;
    color: #666D89;
    padding: 50px 0;
}

.hexagon {
    margin: 5px 0 5px 0;
    overflow: hidden;
    width: 140px
}

.hexagon a {
    float: left;
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: block;
    position: relative;
}

.hexagon a img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    -webkit-backface-visibility: hidden;
}

.hexagon a img.hovering {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hexagon a span.mask {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 2;
    background: url("../images/hexagon_mask_2.png") no-repeat;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.hexagon a span.mask:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.vcolor_wrap_one {
    margin-bottom: 45px;
    text-align: center;
    border: 1px solid red;
    position: relative;
    float: left;
    width: 30%
}


/* ==========================================================

                Projects

============================================================= */

.projects {
    background-color: #78b3d5;
    /* border-bottom: 5px solid #4A4F5E; */
    color: #666D89;
    padding: 50px 0
}

.holder {
    overflow: hidden
}

.holder a>img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.projects_wrap {
    margin-top: 10px;
}

.projects_wrap img:hover {
    -webkit-transform: scale(2.1) rotate(0deg);
    -moz-transform: scale(2.1) rotate(0deg);
    -o-transform: scale(2.1) rotate(0deg);
    -ms-transform: scale(2.1) rotate(0deg);
}

.project_row {
    width: 100%;
    text-align: center;
    margin: auto;
}

.project_data {
    overflow: hidden;
    padding: 15px;
    background-color: #78b3d5;
}

.project_data ul.title {
    margin: 0 0 10px;
    padding: 0;
}

.project_data h2,
.project_data h3,
.project_data p {
    margin: 0;
}

.project_data h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.project_data h3 {
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
}

.project_data p {
    margin-top: 13px;
}


/* 3. Portfolio styles

-----------------------------------------*/

.portfolio-group .detail p {
    font-size: 12px;
}

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

#portfolio-content {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#portfolio-content img {
    width: 250px;
    height: 250px;
}

.portfolio-group {
    display: inline-block;
    width: 250px;
    height: 250px;
    position: relative;
    margin: 15px 10px;
}

.portfolio-group img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

.portfolio-group .detail {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

.portfolio-group .detail h3 {
    padding: 15px 10px 0 10px;
    color: #4A4F5E
}

.portfolio-group .detail p {
    text-align: justify;
    padding: 10px;
    line-height: 1.8em;
    color: #666D89
}

.portfolio-item {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio-item .btn {
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: 85px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.44);
    -ms-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.44);
    box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.44);
    color: #4A4F5E
}

.portfolio-item .btn:hover {
    background-color: #ddd;
}


/*  4. CSS3 flip

	http://stackoverflow.com/questions/13474210/css3-3d-flip-animation-ie10-transform-origin-preserve-3d-workaround

	http://www.cssplay.co.uk/menu/css3-3d-card.html

	http://cssdeck.com/labs/gddxuzki

-------------------------------------------------------------------------------------*/

.portfolio-group .portfolio-item img,
.portfolio-group .portfolio-item .detail {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.portfolio-group .detail {
    -moz-transform: perspective(800px) rotateY(180deg);
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
}

.portfolio-group img {
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
}

.portfolio-item:hover>.detail {
    -moz-transform: perspective(800px) rotateY(0);
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
}

.portfolio-item:hover>img {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
}

.portfolio-group img,
.portfolio-group .detail {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* ==========================================================

                contact us

============================================================= */

#contact .page-head:before {
    background: #F0D8D9
}

#contact .page-head small {
    color: #BA383D
}

#contact .page-head {
    border-bottom: 1px solid #BA383D;
    margin-bottom: 3em
}

.contact {
    background-color: #EB5055;
    border-bottom: 5px solid #F76A6E;
    padding: 50px;
    font-size: .9em;
    color: #F0D8D9;
    font-size: 1.5em;
    line-height: 1.5;
    height: 100%;
}

.contact a {
    color: #F0D8D9
}

.contact a:hover {
    color: #7A191C
}

#map {
    display: block;
    height: 255px;
    margin: 0 auto;
}

#map.large {
    height: 280px;
}

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: 0.8;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #336699;
}

.overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #336699;
}

.contact_wrap {
    margin-top: 40px;
}

.contact_wrap>h3 {
    margin: 20px 0;
}

.contact .jumbotron {
    background-color: #DD4449;
    padding: 5px 15px;
}

address {
    font-size: 0.7em;
}

.contact_wrap .form-group {
    margin-bottom: 15px;
}

.contact_wrap label {
    margin-bottom: 5px;
}

label {
    color: #BA383D;
    font-size: 1.29em;
    font-weight: lighter;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contactCB {
    text-align: center;
    font-size: 24px;
    margin-top: 15em;
}

.jumbotron img {
    margin: 10px 0 0 20px;
    width: 108px;
    height: 108px;
}


/* ==========================================================

                News

============================================================= */

#news .page-head:before {
    background: #F0D8D9
}

#news .page-head small {
    color: #BA383D
}

#news .page-head {
    border-bottom: 1px solid #BA383D;
    margin-bottom: 3em
}

.news {
    background-color: #15bab0;
    border-bottom: 5px solid #8bdbd6;
    padding: 50px;
    font-size: .9em;
    color: #354347;
    font-size: 1.5em;
    line-height: 1.5;
    /* height: 100%; */
}

.news a {
    color: #F0D8D9
}

.news a:hover {
    color: #7A191C
}

#map {
    display: block;
    height: 255px;
    margin: 0 auto;
}

#map.large {
    height: 280px;
}

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: 0.8;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #336699;
}

.overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #336699;
}

.contact_wrap {
    margin-top: 40px;
}

.contact_wrap>h3 {
    margin: 20px 0;
}

.contact .jumbotron {
    background-color: #DD4449;
    padding: 5px 15px;
}

address {
    font-size: 0.7em;
}

.contact_wrap .form-group {
    margin-bottom: 15px;
}

.contact_wrap label {
    margin-bottom: 5px;
}

label {
    color: #BA383D;
    font-size: 1.29em;
    font-weight: lighter;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.newsCB {
    text-align: center;
    font-size: 24px;
    margin-top: 15em;
}

.jumbotron img {
    margin: 10px 0 0 20px;
    width: 108px;
    height: 108px;
}


/* ==========================================================

                Footer

============================================================= */

footer {
    background-color: #303441;
    border-bottom: 5px solid #4A4F5E;
    color: #727d8f;
    padding: 15px 0 15px
}

footer a {
    color: #727d8f
}

footer a:hover {
    color: #4e5d74
}

footer img {
    display: none
}


/* ==========================================================

                Move to Top

============================================================= */

.to_top {
    background-image: url("../images/totop.png");
    background-position: -50px 0px;
    width: 50px;
    height: 50px;
    border: 0;
}

.to_top:hover {
    background-image: url("../images/totop.png");
    background-position: 0px 0px;
    width: 50px;
    height: 50px;
    border: 0;
}


/* ==========================================================

                WeiXin

============================================================= */

.weixin {
    position: fixed;
    right: 45px;
    bottom: 10px
}

.weixin .wx_img {
    display: none
}

.weixin:hover .wx_img {
    position: absolute;
    display: block;
    right: 50px;
    bottom: 0;
    z-index: 9
}


/* ==========================================================

               any-old-icon font face

============================================================= */

@font-face {
    font-family: 'any-old-icon';
    src: url('anyoldicon/any-old-icon.eot');
    src: url('anyoldicon/any-old-icon.eot?#iefix') format('embedded-opentype'), url('anyoldicon/any-old-icon.woff') format('woff'), url('anyoldicon/any-old-icon.ttf') format('truetype'), url('anyoldicon/any-old-icon.svg#any-old-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* the icon with pseudo class for icon font */

.cbp-ig-icon {
    padding: 40px 0 20px;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cbp-ig-icon:before {
    font-family: 'any-old-icon';
    font-size: 10em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.pavitra-s-tandon-only-goodness:before {
    content: "\e000";
}

.ian-yates-y-fronts:before {
    content: "\e001";
}

.pavitra-s-tandon-chat-for-lovers:before {
    content: "\e002";
}

.muhamad-bahrul-ulum-log-out:before {
    content: "\e003";
}

.muhamad-bahrul-ulum-log-in:before {
    content: "\e004";
}

.justin-skull-ribbon:before {
    content: "\e005";
}

.justin-burns-skull:before {
    content: "\e006";
}

.justin-burns-skull-badge:before {
    content: "\e007";
}

.designmodo-settings:before {
    content: "\e008";
}

.designmodo-location:before {
    content: "\e009";
}

.designmodo-like:before {
    content: "\e00a";
}

.cole-townsend-pencil:before {
    content: "\e00b";
}

.cole-townsend-check:before {
    content: "\e00c";
}

.cole-townsend-chat:before {
    content: "\e00d";
}

.ian-yates-porridge:before {
    content: "\e00e";
}

.ian-yates-mr-whippy:before {
    content: "\e00f";
}

.ian-yates-milk:before {
    content: "\e010";
}

.aleks-dorohovich-rocket:before {
    content: "\e011";
}

.vincent-gschwindemann-sun:before {
    content: "\e012";
}

.vectortuts-pirate-panda:before {
    content: "\e013";
}

.sanjit-saha-afro:before {
    content: "\e014";
}

.samuel-sosina-command-line:before {
    content: "\e015";
}

.quin-robinson-casual-shoe:before {
    content: "\e016";
}

.michael-howarth-tardis:before {
    content: "\e017";
}

.kenneth-bielinski-timer:before {
    content: "\e018";
}

.juan-ortiz-zaforas-plug-f-female:before {
    content: "\e019";
}

.juan-ortiz-zaforas-plug-c-female:before {
    content: "\e01a";
}

.juan-gomez-alzaga-rocking-horse:before {
    content: "\e01b";
}

.juan-gomez-alzaga-paint-brush:before {
    content: "\e01c";
}

.juan-gomez-alzaga-leaf:before {
    content: "\e01d";
}

.juan-gomez-alzaga-bird:before {
    content: "\e01e";
}

.jeffrey-herrera-beer-mug:before {
    content: "\e01f";
}

.jack-rugile-anchor:before {
    content: "\e020";
}

.ilias-ismanalijev-batman:before {
    content: "\e021";
}

.corinne-ducusin-doumbek:before {
    content: "\e022";
}

.aleks-dorohovich-triforce:before {
    content: "\e023";
}

.steve-debeus-farm:before {
    content: "\e024";
}

.patrik-larsson-pokemon:before {
    content: "\e025";
}

.patrik-larsson-pakman:before {
    content: "\e026";
}

.ordog-zoltan-canon:before {
    content: "\e027";
}

.johana-barretto-kitty:before {
    content: "\e028";
}

.johana-barretto-kitty-stripy:before {
    content: "\e029";
}

.jj-moi-manga-poison:before {
    content: "\e02a";
}

.jj-moi-manga-eye:before {
    content: "\e02b";
}

.jj-moi-kneel:before {
    content: "\e02c";
}

.dom-waters-speedo:before {
    content: "\e02d";
}

.dom-waters-knife:before {
    content: "\e02e";
}

.derek-mui-tie:before {
    content: "\e02f";
}

.derek-mui-invader:before {
    content: "\e030";
}

.darren-reay-telephone-box:before {
    content: "\e031";
}

.darren-reay-pen-nib:before {
    content: "\e032";
}

.arno-hattingh-park:before {
    content: "\e033";
}

.anton-boshoff-headset:before {
    content: "\e034";
}

.joshua-barker-landscape:before {
    content: "\e035";
}

.joshua-barker-house:before {
    content: "\e036";
}

.jory-raphael-cart:before {
    content: "\e037";
}

.johan-manuel-hernandez-record-player:before {
    content: "\e038";
}

.danis-lou-joystick:before {
    content: "\e039";
}

.christina-pedersen-walkman:before {
    content: "\e03a";
}

.christina-pedersen-cassette:before {
    content: "\e03b";
}

.chris-spittles-unpinned:before {
    content: "\e03c";
}

.chris-spittles-save:before {
    content: "\e03d";
}

.chris-spittles-pinned:before {
    content: "\e03e";
}

.chris-spittles-health:before {
    content: "\e03f";
}

.chris-spittles-geo-location:before {
    content: "\e040";
}

.cesgra-globe:before {
    content: "\e041";
}

.matt-hakes-spectacles:before {
    content: "\e042";
}

.matt-hakes-moustache:before {
    content: "\e043";
}

.ian-yates-creative-commons:before {
    content: "\e044";
}

.shape {
    background-color: rgb(242, 242, 242);
    text-shadow: 1px 1px rgb(188, 188, 188), 2px 2px rgb(195, 195, 195), 3px 3px rgb(202, 202, 202), 4px 4px rgb(208, 208, 208), 5px 5px rgb(215, 215, 215), 6px 6px rgb(222, 222, 222), 7px 7px rgb(228, 228, 228), 8px 8px rgb(235, 235, 235), 9px 9px rgb(242, 242, 242);
    box-shadow: 1px 1px rgb(198, 198, 198), 2px 2px rgb(202, 202, 202), 3px 3px rgb(207, 207, 207), 4px 4px rgb(211, 211, 211), 5px 5px rgb(215, 215, 215), 6px 6px rgb(220, 220, 220), 7px 7px rgb(224, 224, 224), 8px 8px rgb(228, 228, 228), 9px 9px rgb(233, 233, 233), 10px 10px rgb(237, 237, 237), 11px 11px rgb(242, 242, 242);
    height: 150px;
    width: 150px;
    font-size: 75px;
    line-height: 150px;
    text-align: center;
}


/*******************video******************************/

#video {
    min-height: 100%;
}

.navbar-collapse.collapse {
    float: left !important
}