/* Desktops and laptops ----------- */
/** min-width: 1024px and max-width: 1280px **/
@media only screen and (min-width:1024px) and (max-width: 1280px){
	#pcsdkCarousel, #bannerCarousel {
        background: url(../images/banners/banner_1280x380.png) no-repeat center center;
        background-size: cover;
        height:380px;
    }
}
/** min-width: 1280px and max-width: 1360px **/
@media only screen and (min-width:1280px) and (max-width: 1360px){
	#pcsdkCarousel, #bannerCarousel {
        background: url(../images/banners/banner_1360x400.png) no-repeat center center;
        background-size: cover;
        height:380px;
    }
}
/** min-width: 1360px and max-width: 1600px **/
@media only screen and (min-width:1360px) and (max-width: 1600px){
	#pcsdkCarousel, #bannerCarousel {
        background: url(../images/banners/banner_1600x440.png) no-repeat center center;
        background-size: cover;
        height:380px;
    }
}
/** min-width: 1600px and max-width: 1920px **/
@media only screen and (min-width:1600px) and (max-width: 1920px){
	#pcsdkCarousel, #bannerCarousel {
        background: url(../images/banners/banner_1920x480.png) no-repeat center center;
        background-size: cover;
        height:380px;
    }
}
/** min-width: 1920px **/
@media only screen and (min-width:1920px){
	#pcsdkCarousel, #bannerCarousel {
        background: url(../images/banners/banner_1920x480.png) no-repeat center center;
        background-size: cover;
        height:380px;
    }
}
@media only screen and (min-width: 1224px) {
    li.mobile {
        display: none;
    }
    img.mobile {
        display: none;
    }
    div.mobile {
        display: none;
    }
    img.mobileimg {
        display: none;
    }
    div.homemobileheader {
        display: none;
    }     
    /*#pcsdkCarousel {
        background: url("../images/banner.png") 50% 50%;
        max-height: 100%;
        max-width: 100%;
        height: 380px;
        background-size: cover;
    }*/
    #pcsdkCarousel .carousel_images {
        width: 100%;
        height: 276px;
        opacity: 1.00;
    }
    .pcsdk_submenu_icons {
        /*width: 60%;*/
    display: table;
    margin-left: 35%;
       /*width: 600px;
        display: table;
        margin: 0 auto;*/ 
    }   
     
	.download_submenu_icons {
        width: 700px;
        display: table;
        margin: 0 auto;
    }
    .downloadsubmenucontents {
        width: 400px;
        display: table;
        margin: 0 auto;
    }
    .supportsubmenucontents {
        width: 280px;
        display: table;
        margin: 0 auto;
    }
    .SupportRightMenu {
        float: right;
        width: 200px;
        display: table;
        margin: 0 auto;
    }
    .supportsubmenucontents {
        left: 0;
        min-height: 10px;
        position: absolute;
        right: 0;
    }
    .SupportRightMenu ul,
    .downloadsubmenucontents ul,
    .pcsdk_submenu_icons ul,
    .supportsubmenucontents ul {
        list-style: outside none none;
        display: inline-block;
        margin: 10px;
    }
    .SupportRightMenu li,
    .supportsubmenucontents li,
    .pcsdk_submenu_icons li,
    .supportsubmenucontents li {
        display: inline-block;
        position: relative;
        float: left;
        text-align: center;
    }
    .devkitcontentbody li span {
        color: #646464;
        display: block;
        text-align: center;
    }
    .devkitcontentbody li:hover span {
        color: #3890ce;
    }
    #pcsdkheader.pcsdkheader img {
        margin-left: 31px;
    }
    .downloadsubmenu ul,
    .pcsdk_submenu ul,
    .supportsubmenu ul,
	.download_submenu ul{
        width: 100%;
        margin: 0px auto;
        position: relative;
        z-index: 2;
    }
    #pcsdkheader.pcsdkheader ul {
        width: 400px;
        margin: 0px auto;
        position: relative;
        z-index: 2;
    }
    .pcsdk_submenu li {
        display: inline-block;
        width: 24%;
        text-align: center;
    }    
	.download_submenu li {
        display: inline-block;
        width: 19%;
        text-align: center;
    }
    .downloadsubmenu li {
        display: inline-block;
        text-align: center;
        width: 32%;
    }
    .supportsubmenu li {
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    #pcsdkheader.pcsdkheader li {
        display: inline-block;
        width: 24%;
        padding-top: 10px;
        text-align: center;
    }
    li.sdksubheadli {
        opacity: 0.71;
    }
    li.sdksubheadli.active {
        opacity: 1;
    }
    #pcsdkheader.pcsdkheader p {
        font-size: 12pt;
        font-family: "helveticaLite";
        color: #efefef;
    }
    #pcsdkheader {
        height: 72px;
        position: absolute;
        bottom: 0px;
        z-index: 11;
    }
    #imgholder {
        background-color: #2d72a8;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 0px;
        left: 0;
        z-index: 1;
    }
    #devkitcontent {
        background-color: #ffffff;
    }
    #devkitcontent div.titleval {
        display: table;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 5px;
        width: auto;
    }
    #devkitcontent div.titleval p {
        color: #3890ce;
        font-size: 24pt;
        font-family: "helveticaLite";
    }
    #devkitcontent div.description {
        width: 71%;
        margin: 0px auto;
    }
    #devkitcontent div.description p {
        margin-top: 1%;
        color: #646464;
        font-size: 15pt;
        font-family: "helveticaLite";
    }
    #devkitcontentbody {
        margin: 0px auto;
        padding-top: 18px;
        background-color: #ffffff;
        padding-bottom: 50px;
    }
    #devkitcontentbody ul li {
        display: inline-block;
    }
    #devkitcontentbody ul {
        margin-left: 5%;
        margin-bottom: 10%
    }
    div.innercontent {
        margin: 0px auto;
        width: 180px;
        height: 190px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 30% !important;
    }
    div.innercontent:hover {
        margin: 0px auto;
        width: 180px;
        height: 180px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 5% !important;
    }
    div.innercontent a {
        width: 100%;
    }
    div.innercontent img.innercontentimg {
        float: left !important;
        margin-right: 20%;
        margin-left: 32%;
        padding-bottom: 10%;
    }
    div.innercontent img.innercontenthoverimg {
        float: left !important;
        margin-right: 20%;
        margin-left: 32%;
        display: none;
    }
    div.innercontent p.innertitle {
        text-align: center;
        color: #646464;
        font-size: 15pt;
        font-family: "helveticaLite";
        width: 180px;
    }
    div.innercontent p.innerdesc {
        text-align: left;
        color: #A09F9E;
        font-size: 10pt;
        font-family: "helveticaLite";
        width: 100%;
        display: none;
        opacity: 1;
        padding-left: 10px;
        padding-top: 10px;
    }
    div.shadowBackground {
        padding: 4%;
        box-shadow: 0 0 10px #000;
    }
    div.whiteshadowBackground {
        padding: 4%;
        box-shadow: 0 0 10px #fff;
    }
    div.serverscontent {
        background-color: #fff !important;
    }
    #devkitcontentheader {
        height: 72px;
        display: none;
    }
    #devkitcontentheader ul {
        width: 75%;
        margin: 0px auto;
        margin-left: 20%;
        margin-top: 10px;
    }
    #devkitcontentheader ul li {
        display: inline-block;
        width: 10%;
    }
    .innercontentimgheader {
        width: 39px;
        margin-left: 25%;
    }
    .innercontentimgheader.active {
        width: 39px;
        margin-left: 25%;
    }
    div.innercontentheader p.innertitleheader {
        text-align: center;
        color: #646464;
        font-size: 7pt;
        font-family: "helveticaLite";
        width: 100%;
    }
    div.innercontentheader p.innertitleheader.active {
        text-align: center;
        color: #3890ce;
        font-size: 7pt;
        font-family: "helveticaLite";
        width: 100%;
    }
    .add-on .input-group-btn > .btn {
        border: none;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        z-index: 2;
        left: 29px;
        position: absolute;
        top: 1px;
    }
    .add-on input.search-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #cdcdcd;
        width: 132.5%;
    }
    .add-on input.search-control {
        width: 136% !important;
    }
    .form-control {
        width: 20%
    }
    .leftnav li {
        width: 75% !important;
        height: 34px;
        padding-top: 5px;
        border: 1px solid #d1d1d1;
    }
    ul li.leftsubnavtitle {
        width: 100% !important;
        height: 34px;
        padding-top: 5px;
        border: 1px solid #d1d1d1;
        background-color: #DBDBDB;
    }
    ul li.leftsubnavtitle.active {
        width: 100% !important;
        height: 34px;
        padding-top: 5px;
        border: 1px solid #d1d1d1;
        background-color: #2d72a8;
    }
    img.leftnavarrow {
        float: right;
        height: 12px;
        margin-top: 4px;
        margin-right: 4px;
        width: 12px;
    }
    img.leftnavarrow.active {
        display: none;
    }
    .dropdown-leftnavmenu {
        display: none;
        margin-top: 3.5%;
    }
    p.leftnavtitle {
        text-align: left;
        padding-left: 20px;
        color: #646464;
        font-size: 10pt;
        font-family: "helveticaLite";
    }
    p.subtitle {
        text-align: left;
        padding-left: 20px;
        color: #646464;
        font-size: 8pt;
        font-family: "helveticaLite";
    }
    p.subtitle.active {
        text-align: left;
        padding-left: 20px;
        color: #ffffff;
        font-size: 8pt;
        font-family: "helveticaLite";
    }
    span.bodytitle {
        float: left;
        color: #2d72a8;
        font-size: 16pt;
        font-family: "helveticaLite";
        margin-top: 26px;
    }
    span.bodydesc {
        float: left;
        color: #636363;
        font-size: 10pt;
        font-family: "helveticaLite";
        margin-top: 12px;
    }
    div#innercontentdiv {
        width: 180px !important;
        float: left;
        top: 0px;
    }
    .mobileheader {
        display: none;
        z-index: 13;
    }
    #image2x {
        display: none;
    }
    #image3x {
        display: none;
    } 
    #pcsdkheader.pcsdkheader ul.downloadsubhead {
        width: 400px;
        margin: 0px auto;
        position: relative;
        z-index: 2;
        left: 5.9%;
    }
    .download_image {
        margin-left: 2.5%;
    }
    .searchdiv {
        background-color: #ffffff;
    }
    #downloadbody {
        margin: 0px auto;
        background-color: #ffffff;
        width: 80%;
        display: table;
    }
    div.innercontent img.downloadinnercontentimg {
        float: left !important;
        margin-right: 37%;
        margin-left: 37%;
        padding-bottom: 10%;
    }
    div.innercontent img.downloadinnercontenthoverimg {
        float: left !important;
        margin-right: 37%;
        margin-left: 37%;
        display: none;
    }
    div#downloadbody div.innercontent {
        height: 210px;
    }
    div.innercontent p.downloadinnertitle {
        text-align: center;
        color: #3890ce;
        font-size: 12pt;
        font-family: "helveticaLite";
        width: 180px;
    }
    div.innercontent p.downloadinnerdesc {
        text-align: center;
        color: #3890ce;
        font-size: 12pt;
        font-family: "helveticaLite";
        width: 180px;
    }
    div.innercontent p.size {
        text-align: center;
        color: #646464;
        font-size: 7pt;
        font-family: "helveticaLite";
        width: 180px;
        margin: 0px auto;
    }
    div.innercontent p.createddate {
        text-align: center;
        color: #646464;
        font-size: 7pt;
        font-family: "helveticaLite";
        width: 180px;
        margin: 0px auto;
    }
}
/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    .media-body p {
        font-size: 12pt;
        font-family: "helveticaLite";
    }
    .media-body h3 {
        font-size: 20pt;
    }
    .sociallinks img {
        padding-left: 14px;
    }
    .web {
        padding-left: 9%;
    }
    .footercontainer span {
        font-size: 10pt;
    }
    .policy {
        left: 6.5%;
        font-size: 10pt;
    }
    .portalheadertitle1 {
        font-size: 15pt;
    }
    .copyright {
        left: 4.5%;
        font-size: 10pt;
        text-align: center;
    }
    #support {
        right: 3.5%;
    }
    .support {
        padding-right: 0px!important;
    }
    .portalimgdiv {
        width: 52%;
    }
    #web {
        left: 1.5%;
    }
    .portalimg {
        width: 523px;
    }
}