/*.wBase, .mTop{width: 1000px}
.lstProduct li a.productItem{
    width: 320px;
}

.productItem .prThumbBox{
    width: 320px;
}*/

.breadcrumbBox .wBase, div.pageWidth {
    max-width: 1170px;
}

.detailProduct .productSlide{max-width: 1170px; }

.breadcrumbBox ol{
    padding: 10px 0 10px 0px;
}

.pageWidth {
    /*max-width: 760px;*/
    margin: 0 auto;
    padding: 28px 6px;
}

#thetextpart, #threeCols {
    font-family: "Libre Franklin", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}

#thetextpart h1 {
    margin-top: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#thetextpart p.first {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

#thetextpart h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
        margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*#threeCols .col {
    width: 267px;
    float: left;
    margin-right: 15px;
}*/

a.imgWrap {
    text-decoration: none;
    font-weight: 600;
}

.col .caption {
    text-align: center;
    color: #737373;
    padding-top: 4px;
}

p.center {
    text-align: center;
}

.col p {
    margin-left: 10px;
    margin-right: 10px;
        display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
        font-size: 13px;
}

/*.productSlide{ max-width: 832px }*/

a.imgWrap:hover img {
  -webkit-box-shadow: 0px 0px 4px 0px #333333;
          box-shadow: 0px 0px 4px 0px #333333;
        }


        .col a.learn_more {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 12px;
    border: 1px solid #333;
    color: #636363;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}



#threeCols .col.last {
    margin-right: 0;
    margin-left: 1px;
}

#threeCols .col:nth-child(2) {  
  display: none;
}

@media (max-width: 800px) and (min-width: 360px){
   
    #threeCols .col:nth-child(2) {  
      display: block;
    }    
    #threeCols .col a.imgWrap img{width: 100%; height: auto}
	
}

#spaces{display: inline-block;}

#playContainer h2 {
    font-size: 24px; 
    margin-bottom: 0.4em; 
    word-spacing: .16em;
}
#playContainer {
    background-color: #d7e9ff;
    position: relative;
    z-index: 3;
	padding: 10px 0px 64px;
}
#vidContainer {
    height: 953px;
    padding-left: 38px;
    overflow: hidden;
    margin: 0 auto 20px;
}

#Zplayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 800px;
    margin: 0 auto;
    background: #d7e9ff;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 4px 0px #ffffff; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 4px 0px #ffffff;
}
#player {
    display: none;
    position: relative;
    z-index: 7;
    color: white;
}
#playVideo {
    clear: both;
}
#playVideo video {
    max-width: 832px;
}
#ZplayVideo video {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#vidContainer.open {
    height: auto;
}
#Zplayer .desc {
    height: 150px;
    overflow: hidden;
}
player .desc {
    font-size: 16px;
}
#playTop {
    padding-bottom: 2px;
}
#playTop div {
    
    font-size: 22px;
    color: #white;
}
#playBot .desc, #playBot .readMore {
    margin: 10px 50px;
}
#playBot .desc .label {
    color: #white;
}
#playBot .leftSide {
    max-width: 550px;
    padding: 8px;
    float: left;
}

#playBot .rightSide {
    max-width: 222px;
    padding: 27px 16px;
    float: left;
}
#playBot .desc p {
    display: inline;
}
div.spcr {
    height: 10px;
}
#playTop table td {
    vertical-align: top;
}
#playTop table {
    width: 100%;
}
#playTop .x {
    background: white url(/images/source/skyview/closeX.gif) 3px 2px no-repeat;
    height: 29px;
    width: 29px;
    margin: 10px;
    border-radius: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
}
#playTop .x:hover {
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
}
#playTop .vidID {
    margin: 10px;
    text-align: center;
}
#playTop .title {
    margin: 10px 16px;
    text-align: center;
}
#playTop .len {
    margin: 10px;
    text-align: center;
}
#playBot {
    clear: both;
}
#playBot .singleImg {
    text-align: center;
    display: block;
    margin: 12px;
    color: white;
}
#player a:hover {
    
}
#player .readMore {
    display: none;
}
#overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.vid {
    position: relative;
    float: left;
    height: 219px;
    width: 344px;
    margin: 10px;
    cursor: pointer;
}
.vid .icon {
    position: absolute;
    top: 73px;
    left: 149px;
}
.vid .id {
    position: absolute;
    bottom: 0;
    left: 0;
}
.vid .length {
    position: absolute;
    bottom: 0;
    right: 0;
}
#opener {
    border: 1px solid #333;
    padding: 8px 20px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

@media (min-width:832px) {
    #playContainer {
        position: relative;
        width: 1170px;
    }
   
    div#components .col40 {
        width: 564px;
    }
    #components .col40, #components .col60 {
        float: left;
    }
}

@media (max-width:831px) {
    #vidContainer {
        width: 545px;
    }
	.img_udkg{
		width: 100%;
	}
}

#components h2 {
    text-align: center;
    color: #000080;
    font-weight: normal;
    font-size: 1.5em;
}


#components  {
    background: #d7e9ff;
    padding: 10px 0 20px;
}
#components  p span {
    font-weight: bold;
}
#components .col60 {
    width: 564px;
    margin: 0 auto;
    padding-left: 37px;
}
#components .col40 {
    width: 460px;
    margin: 0 auto;
    padding: 0 29px;
    font-size: 14px;
    position: relative;
}
#components .col60 h2 {
    text-align: left;
    margin-left: 23px;
}
body.mobile #components .col60 h2 {
    margin-left: 12px;
}
#components .col40 h2 {
    margin-bottom: 55px;
    text-align: left;
}

@media (max-width:500px) {
    #components .col60{ width: 100% }
    #components .col60 img{max-width: 100%}
    #components .col40 {max-width: 100%}
    #vidContainer {max-width: 100%; padding-left: 0px}
}
#threeCols .caption{
	padding: 10px 0px;
    font-size: 15px;
}
#threeCols .center{
}
#threeCols a.learn_more {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 12px;
    border: 1px solid #333;
    color: #636363;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
