body {
    background-color: #cff0ff !important;
}

/*Color*/

.white {
    color: #ffffff;
}
.font-20{
    font-size: 20px;
}

.logo {
    height: 100px;
}

.logo-photo {
    max-height: 100px;
}

.photo-container img {
    margin: 0 auto;
    max-height: 454px;
    width: auto;
}

.headerImgOne {
    background-image: url("../images/larry.png");
    background-size: cover;
    height: 400px;
    margin: 15px 0;
    position: relative;
}

.headerText {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 5px 0px;
    background-color: #cbcbcb;
    max-width: 360px;
}

.headerText > a {
    color: #6d6d6d;
    font-size: 16px;
}

.headerText > a:hover {
    color: #6d6d6d;
    text-decoration: none !important;
}

.headerImgTwo {
    position: relative;
    text-align: center;
}
/*
.headerImgTwo img{
    min-height: 454px;
}
*/

.headerImgTwo span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25%;
}

.headerImgTwo h4 {
    color: #ffffff;
    font-weight: bold;
}

.headerImgTwo p {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px;
}

.headerImgTwo p a, .headerImgTwo p a:hover {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.marPad0Imp {
    margin: 0px !important;
    padding: 0px !important;
}

.pad0Imp {
    padding: 0px !important;
}

.banner {
    margin-top: 15px;
}

.mainContent {
    /*	margin: 0px 15px 15px 15px; */
    padding: 15px;
    border: 1px solid #cbcbcb;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bioHeading {
    text-align: center;
}

.bio-img {
    position: relative;
}

.bio-img img {
    margin: 0 auto;
    max-height: 500px;
}

.bio-img-down {
    bottom: 0;
    font-size: 2em;
    position: absolute;
    right: 36%;
}

.bio-img-down a {
    color: #ffffff;
}

.bio-img-down a:hover,
.bio-img-down a:focus,
.bio-img-down a:active {
    color: #ffffff;
}

.navHeaderBorder {
    border-bottom: 1px solid #cbcbcb;
}

.footerContent {
    padding: 15px;
    background-color: #00a4ef;
}

.text-center {
    text-align: center;
}

.footerText {
    color: #ffffff;
    font-size: 16px;
}

.marginTop1 {
    margin-top: 1%;
}


.container {
    background-color: #ffffff;
}


/*Top Menu*/
.navbar-collapse.collapse{
    margin-top: 0px;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.navbar-default .navbar-collapse, .navbar-default{
    background: #fff;
}
.bs-example-navbar-collapse-1{
    background-color: #fff;
}
.navbar {
    margin-bottom: 0px !important;
    background-color: #cff0ff !important;
}

.navbar-default {
    background-color: #cff0ff !important;
    border: none !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff !important;
    background-color: #00a4ef !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #000000 !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #00a4ef !important;
    color: #ffffff !important;
}
.navbar-nav{
    margin: 0px;
}
.navbar-nav > li > a {
    font-size: 16px;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #6d6d6d !important;
    border-left: 1px solid #fff;
    border-top:0px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px 0;
}
.navbar-default .navbar-nav > li > a:active{
    color: #ff6400 !important;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
}

.dropdown-menu > .active > a, .dropdown-menu>li>a {
    padding: 15px 20px !important;
    background-color: #fff;
    color: #6d6d6d;
    border-radius: 0 10px;
}
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
    background-color: #00a4ef;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: #00a4ef !important;
}

.height115{
    padding-bottom: 15px;
    height: 115px;
}
/*page Tab */

.nav-tabs {
    border-bottom: 0px !important;
}

.nav-tabs>li>a {
    color: #6d6d6d !important;
}

.tabNav > .nav > li > a {
    color: #6d6d6d !important;
    font-size: 16px;
    padding: 10px 60px !important;
}

.nav-tabs > li > a {
    margin-right: 0px !important;
}

.nav.nav-tabs > li {
    background-color: #dbdbdb;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #fff;
}


/*News Page*/

.mainContent h3 {
    color: #ff6400 !important;
}

.mainContent h3 a {
    color: #00a4ef;
    text-decoration: none;
}

.mainContent h3 a:hover {
    color: #ff6400;
    text-decoration: none;
}

.newsBorder {
    border-bottom: 1px solid #ff6400;
}

.mainContent a {
    color: #ff6400;
}

.mainContent a:focus,
a:hover {
    color: #ff6400 !important;
}

.mainContent a:active,
a:hover {
    color: #ff6400 !important;
}

.newsLogo img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}

.graph {
    text-align: center;
}

.graph img {
    height: 100%;
    width: 100%;
    max-height: 415px;
    max-width: 320px;
    margin: 0 auto;
   
}
.navbar-nav>li>.dropdown-menu{
     border-radius: 0 13px;
}

.grapg1 img {
    height: 100%;
    width: 100%;
}


/*Contact Us*/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-bottom: 1px solid #cbcbcb;
}

.sendBtn {
    font-weight: bold;
    background-color: #ff6400;
    border-radius: 5px;
    border: 2px solid #ff6400;
    color: #ffffff;
    font-size: 16px;
}

.borderBottom0 {
    border-bottom: 0px !important;
}


/*Contact Form*/

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: transparent;
    float: left;
}

#contact h3 {
    color: #ff6400;
    display: block;
    font-size: 30px;
    font-weight: 400;
}
.newsBorder h4 span{
    color: #ff6400;
    font-size: 12px;
    font-weight: bold;
}
#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    /*
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
*/
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    background: #0cf none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 10px;
    width: 100px;
}

#contact button[type="submit"]:hover {
    background: #09C;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


/*Photo Start*/

.photo {
    margin: 15px 0;
    position: relative;
    4
}

.photo img {
    width: 350px;
}

.downloadText {
    background-color: #cbcbcb;
    bottom: 0;
    /*    display: block;*/
    left: 0;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    right: 0;
    width: 350px;
}

.full-bio h3 {
    font-size: 16px;
    font-weight: bold;
}


/*Video Start*/

.videoBox {
    max-width: 640px;
    max-height: 380px;
    width: 100%;
    height: 100%;
    min-height: 320px;
    margin: 0 auto;
}

.videoPlay {
    width: 100%;
    height: 100%;
    max-width: 500px;
}

.videoPlay1 {
    max-width: 640px;
    max-height: 380px;
    width: 100%;
    height: 100%;
    min-height: 320px;
    margin: 0 auto;
}


/*Video End*/


/*Photo HTML Page*/

.thumb img {
    height: 200px;
    width: 200px;
}

.item.active > img {
    margin: 0 auto;
}

.thumb {
    float: left;
    padding: 15px;
    width: 25%;
}
/* carousel */
.carousel-caption {
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    left: 0;
    opacity: 0.8;
    padding-bottom: 15px;
    padding-top: 15px;
    right: 0;
    bottom: 0;
}

.carousel-control {
    width: 0% !important;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

/*
.carousel {
    margin-top: 20px;
}
*/
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item > img {
    max-height: 767px;
    width: auto;
}

/* CSS used here will be applied after bootstrap.css */
.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.photo-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.new-book{
    width:510px;
    height:320px;
}
.newsBorder > h4 > span {
    color: #ff6400;
    font-size: 11px;
}
/*Media*/

@media screen and (max-width: 320px) {
    .new-book{
    width:284px;
    height:auto;
    }
    .headerImgTwo img {
        min-height: 403px;
    }
    .headerImgTwo span {
        bottom: 1%;
    }
    .headerImgTwo h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    }
    .headerImgTwo p {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
    }
    .headerImgTwo p a, .headerImgTwo p a:hover {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    }
    .height115 {
    height: 52px;
    padding-bottom: 15px;
    }
    .logo-photo {
        max-height: 50px;
    }
    .thumb img {
        height: 30px;
        width: 30px;
    }
    .navbar-default .navbar-nav > li > a {
        border-top: 1px solid #fff;
        border-left: 0px solid #fff;
    }
}
@media screen and (max-width: 575px) and (min-width: 321px) {
    .new-book{
        width:320px;
        height:auto;
        }
     .headerImgTwo img {
        min-height: 331px;
    }
    .headerImgTwo span {
        bottom: 1%;
    }
     .headerImgTwo h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    }
    .headerImgTwo p {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    }
    .height115 {
    height: 52px;
    padding-bottom: 15px;
    }
    .logo-photo {
        max-height: 50px;
    }
    .navbar-collapse.collapse {
    margin: 0;
    padding: 0;
    width: 100%;
    }
    .thumb img {
        height: 30px;
        width: 30px;
    }
    .navbar-default .navbar-nav > li > a {
        border-top: 1px solid #fff;
        border-left: 0px solid #fff;
        width: 100%;
        float: left;
    }    
}
@media screen and (max-width: 640px) and (min-width: 575px) {
    .new-book{
        width:510px;
        height:auto;
        }
    .headerImgTwo img {
    min-height: 250px;
    width: 100%;
    }
    .headerImgTwo h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    }
    .headerImgTwo p {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    }
     .headerImgTwo p a, .headerImgTwo p a:hover {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    }
    .headerImgTwo span {
    bottom: 26%;
    }
    .height115 {
    height: 52px;
    padding-bottom: 15px;
    }
    .logo-photo {
        max-height: 50px;
    }
    .navbar-collapse.collapse {
    margin: 0;
    padding: 0;
    width: 100%;
    }
    .thumb img {
        height: 30px;
        width: 30px;
    }
    .navbar-default .navbar-nav > li > a {
        border-top: 1px solid #fff;
        border-left: 0px solid #fff;
    }
}
@media screen and (max-width: 767px) and (min-width: 641px){
   .thumb img {
        height: 30px;
        width: 30px;
    }
    .navbar-default .navbar-nav > li > a {
        border-top: 1px solid #fff;
        border-left: 0px solid #fff;
    }
    .dropdown-menu {
    width: 100%;
    }    
    .logo-photo{
        max-height: 40px;
    }
    .height115{
        height: 55px;
    }
/*
    .headerImgTwo img {
    min-height: 303px;
    width: 100%;
    }
*/
    .headerImgTwo span{
        bottom: 26%;
    }
    .headerImgTwo h4{
        font-size: 1em;
        
    }
    .headerImgTwo p, .headerImgTwo p a, .headerImgTwo p a:hover{
        font-size: 0.9em;        
    }
    .nav > li > a {
        padding: 10px;
        font-size: 14px;
    }
    .navbar-collapse.collapse {
    margin: 0;
    padding: 0;
    width: 100%;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .headerImgTwo img {
        min-height: 303px;
        }
    .nav > li > a {
        padding: 8px;
        font-size: 14px;
    }
    .headerImgTwo span {
        bottom: 14%;
    }
    .navbar-collapse.collapse{
    margin-top: 50px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
    .nav > li > a {
        padding: 10px;
        font-size: 14px;
    }
   .headerImgTwo img {
    min-height: 396px;
    }
    .navbar-collapse.collapse{
    margin-top: 50px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 1025px){
    .headerImgTwo img {
    min-height: 396px;
    }
    .navbar-collapse.collapse{
    margin-top: 50px;
    }
}
@media screen and (min-width: 1200px) {
    .navbar-collapse.collapse{
    margin-top: 50px;
    }
}

@media screen and (min-width: 992px){
    .headerImgTwo p{
        font-size: 16px;
    }
    .headerImgTwo span{
        bottom: 20%;
    }
}


.orangeText{
    color: #ff6400 !important;
    font-weight: bold;    
}


/*Pagi*/
#easyPaginate li {list-style: none !important;}
ul#easyPaginate{padding-left: 0px;}

.easyPaginateNav {width: 100% !important; text-align: center}
.easyPaginateNav a {font-size: 14px; margin: 0 5px; background-color: #00a4ef; padding: 7px; font-weight: bold; color: #ffffff;}
.easyPaginateNav a:hover, .easyPaginateNav a:active { color: #ff6400 !important;}




.dropLi{
    border: 0px solid #fff;
    padding: 15px;
    border-radius: 10px 0;
    margin-top: 0px;
    float: left;
    color: #6d6d6d;
    font-size: 16px;
}
.dropLi:hover{
    background-color: #00a4ef !important;
    color: #ffffff;
}

@media screen and (max-width: 767px){
    .dropdown-menu{
        margin-top:50px;
    }
    .nav>li{
    width: 100%;
    float: left;
    }
    .navbar-nav>li>.dropdown-menu{
        width: 250px;
    }
}



/*
.avoid-clicks {
    pointer-events: none;
}


li.dropdown:hover {
    background-color: #00a4ef !important;
    border-radius: 10px 0;   
    color: #ffffff !important;
}
.dropdown a:hover {color: #ffffff !important;}*/
