/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
	* color used dark- #4B9CA1  normal- #14BCC7 light- #F3F7F7 dark- #1C69A9;
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


a{
    color: #007ee5
}

a:hover{
    color: #36a4ff;
    text-decoration: none;
}

html {
    font-size: 18px;
    line-height: 1.4;
    padding:0;
    margin:0;
    background-position: top center;
    height: 100%;
    width: 100%;
    font-size: 16px;
}

body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Calibri', Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	position: absolute;
  	overflow-x: hidden;
    color: #4d4d4d;
    background: #efefef;  
    font-size: 14px;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========extra upport============== */

.no-space{
    padding: 0;
    margin: 0;
}

.push-down3{
    top: 3px;
}

.pop-down{
    text-align: center;
	overflow: hidden;
	background: #fff;
	margin: auto;
	-webkit-transition: background .5s ease-in-out, height .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, height .5s ease-in-out;
	transition: background .5s ease-in-out, height .5s ease-in-out;
}

.comment-text{
	font-size: 10px;
}

.padding-top{
	padding-top: 20px;
}

.padding-top-more{
	padding-top: 50px;
}

.left-radius-only{
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
    background-color: #fff;
}

.text-right{
    text-align: right;
}

.masonry-brick .text-right{
	padding-top: 10px;
}

.item-content .text-right{
    font-size: 14px;
}

.inline{
    display: inline;
}


.bottom-fixed{
	position: fixed;
	bottom: 0;
	width:100%;
	z-index: 5000;
}

.bottom-fixed .alert-danger{ 
	margin-bottom: 0;
}

.alert-dismissable .delete, .alert-dismissible .delete{
	font-size: 12px;
	background: #DB5252;
	color: #fff;
	border: 1px solid #DB5252;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin: 5px
}

.alert-dismissable .view, .alert-dismissible .view{
	font-size: 12px;
	background: #007EE5;
	color: #fff;
	border: 1px solid #007EE5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin: 5px
}


.alert-dismissible .like{
	font-size: 12px;
	background: #3B6DB0;
	color: #fff;
	border: 1px solid #3B6DB0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin: 5px
}

.fav-list{
	text-align: left;
	border-bottom: 1px #ddd solid;
    margin: 0 30px 0 0;
	padding: 10px 20px 10px 0;
}

.fav-list:last-of-type{
    border: none;
}

.undo-log{
	background: #eee;
	margin: 3px 30px 3px 0;
	padding: 5px 20px 5px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.fav-list p, .undo-log p{
	font-size: 14px;
	display:inline-table;
	vertical-align: top;
	margin-bottom: 0;
    width: 80%;
}

.fav-list button{
	display:inline-table;
	vertical-align: top;
	padding: 3px 5px 2px 6px;
}

.fav-search{
	margin: 10px 30px 0px 0;
}

.anchor-block{
	text-align: center;
}

.bottom-padding{
	padding-bottom: 30px;
}

.option .anchor-block p{
	width: 100%;
	text-align: center;
	padding: 30px;
}

/*==========new homw========*/
.section-auto{
    margin: 0 auto;
    text-align: center;
}

.top-part{
    height: 100%;
}


.small-width {
    display: none;
}

#errorClose{
	cursor: pointer;
}


#errorClose2{
	cursor: pointer;
}

.searchAndErrorHolder{
    width: 470px;
    display: inline;
}

.error-cloud{
    position: absolute;
    background-color: #E45F5D;
    padding: 6px;
    margin-top: -38px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.error-cloud:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 9px 0;
    border-color: #E45F5D transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -11px;
    left: 80%;
}



.error-cloud2{
    position: absolute;
    background-color: #E45F5D;
    padding: 6px;
    margin-top: -38px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.error-cloud2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 9px 0;
    border-color: #E45F5D transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -11px;
    left: 80%;
}



section.one{
    margin-top: -21px;
    height: 80vh;
    width: 100%;
    background: #007EE5;
}

section.two{
    min-height: 100vh;
    width: 100%;
    background:url(../img/bgtest.jpg) fixed;
}

#two{
    background:url(../img/bgtest.jpg) fixed;
    width: 100%;
    position: relative;
    
}


.holder, .holder-three{
    text-align: center;
    padding: 5% 0;
    width: 1200px;
}

.table{
    display: table;
    height: 80%;
    top: 0;
}

.holder-two{
    
    padding:0;
    padding-top: 5%;
    height: 100%;
    width: 100%;
    text-align: center;
    
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.holder{
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}

.card{
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #eee;
    margin: 0 11%;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 4px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 4px -5px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 4px -5px rgba(0,0,0,0.5);
}

.one h1{
    color: #fff;
}

.holder-two h3{
    color: #6e6e6e;
}

.one h3{
/*    color: #a1e9a7;*/
    color:#fff;
    opacity: 0.6;
    padding: 0 0 18px 0;
    font-family: 'Calibri', Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 173%;
}

h1{
    font-size: 250%;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

h1.typeTwo{
    font-size: 220%;
}

h3{
    font-size: 180%;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
    color: #8E8E8E;
}

.search{
    padding: -1px 20px;
}

.search .text-feilds{
    border: none;
    width: 450px;
    padding: 20px;
    font-size: 18px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.search button{
    border: none;
    font-size: 18px;
    padding: 20px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background: #36A4FF;
    color: #fff;
	margin-left: -5px;
}

.search-two button:active,
.search-two button:focus,
.search-two button:hover,
.search button:active,
.search button:focus,
.search button:hover {
    background: #1C69A9;
}

.btn-home{
    border: #C8C8C8 1px solid;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
    background: #ECECEC;
    color: #7B7B7B;

}

.search-two{
    padding: 20px 0 20px;
}

.search-two .text-feilds{
    border: solid 1px #999;
    padding: 12px;
    width: 450px;
    padding: 20px;
    font-size: 18px;
    border-radius:5px;
}

.search-two button{
    
    border: solid 1px #007EE5;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px;
    background: #36A4FF;
    color: #fff;
	margin-left: 10px;
}

.block-holder{
    width:100%;
}

.rectangle-block{
    width:22.7%;
    margin:1%;
    padding:0;
    display:inline-block;
    background:#fff;
}

.square-block-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.square-block-text{
    width: 100%;
    height: 250px;
    overflow: hidden;
    
}

.square{
    width: 25%;
    padding: 0;
    margin: 0;
    height: 230px;
    display: table-cell;
    border: 0;
    vertical-align: middle;
}


.green{

    background: #007EE5;
}


.font-green{
    color: #007EE5;
    font-weight: 600;
}

.font-gray{
    color: #A3A3A3;
}

.table-one{
    border: none;
    width: 100%;
    padding: 2%;
}

.table-one td{
    padding: 0;
    margin: 0;
    border:2px solid #eee;
}


.animation{
    transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    
}
.three {
    text-align: center;
    padding: 50px 0;
    background: #fff;
}

ul.readMoreArea{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 20px 0;
}


.readMoreArea li{
    display: inline-block;
    padding: 12px 0;
    margin: 0;
    width: 24%;
    border-right: 2px solid #EAEAEA;
}

.readMoreArea li:last-of-type{
     border-right:none;
}

.readMoreArea li img{
    vertical-align: middle;
    width: 100%;
    opacity: 0.7;
	padding: 10%;
}

.round-card {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.text-left-android {
    width: 230px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
}

.text-left-android p {
	text-align: center;
    font-size: 16px;
    margin: 0;
}

.text-left-android:last-of-type{
    padding-right: 0;
    padding-left: 17px;
    border-left: 1px solid #fff;
	border-top: none;
}

.btn-home{
    background: #fff;
    border: 2px solid #007EE5;
    padding: 8px;
    margin: 25px;
    border-radius: 16px;
    color: #007EE5;
}

.btn-thick{
    border: 3px solid #007EE5;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    letter-spacing: 0.06em;

}

.btn-thick:hover, .btn-thick:focus, .btn-thick:active{
    opacity: 0.7;
}

.badge {
	background: #f00;
	color: #fff;
}

span.badge {
    position: absolute;
    top: 7px;
    right: 3px;
}

i.fa.fa-comments-o.badgeNeedsSize{
	font-size: 20px;
}

.btn-home img {
    width: 19%;
    vertical-align: middle;
    padding: 0 0px 0 0;
    margin-right: 10px;
    background-color: #007EE5;
    border-radius: 50%;
}


/*  Media Queries Start Here  */


@media (max-width: 1200px){
    .brand{
        margin-left:20px;
    }
    
	.search-two .text-feilds {
		width: 40%;
	}
	
	.rectangle-block {
		width:250px;
	}
}

@media (max-width: 1115px) {
    .mid-hide{
        display: none;
    }
}

@media (max-width: 920px){
    
    
    .brand a{
        font-size: 135%;
    }
	
	.search .text-feilds{
		width: 40%;	
	}
	
	.card {
		margin: 0 0;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

@media (max-width: 822px) {
    .sm-hide{
        display: none;
    }
}


@media (max-width: 767px) {

    .fav-list p, .undo-log p{
        width: 60%;
    }

    .spaceLikes p{
        width: 80%;
    }
    
    .footer-nav ul li{
        display: inline;
        border-right: none; 
    }
    
    .footer-nav ul li a{
        line-height: 10px;
        text-align: center;
    }
	
	.search-two button{
		margin-left: 0;
		padding: 10px 20px;
	}
    
	section.one {
		height: 100%;
	}
	
	.one h1 {
		width: 80%;
		margin: 0 auto;
	}
	
	.search .text-feilds{
		width: auto;	
	}
	
	.round-card {
		width: 90%;
	}
	
	.search-two .text-feilds {
		width: 90%;
		margin: 20px 0;
        padding: 10px;
	}
	
	.text-left {
		width: 40%;
	}
    
}

@media (max-width: 500px) {
    
	h1 {
		font-size: 148%;
		margin: 20px 0 10px 0;
	}
	
	.one h3 {
		font-size: 130%;
		padding: 0 0 5% 0;
	}
    
    .small-width {
        display: block;
    }
    
    .full-width {
        display: none;
    }
	
	h3 {
		font-size: 120%;
    }
    
	.one h1 {
		margin: 15% auto;
        font-size: 148%;
        margin-bottom: 10px;
	}
    
    .one h3{
        font-size: 120%;
    }
	
	.search .text-feilds {
		padding: 10px;
	}
	
	.search button {
		padding: 10px;
	}
	
	.card {
		margin: 0 0;
	}
	
	.readMoreArea li {
		display: block;
		padding: 20px 0;
		margin: 10px auto;
		width: 80%;
		border-right: none;
		height: auto;
	}
		
	.text-left:last-of-type {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10px;
		border-top: 1px solid #fff;
		border-left: none;
		width: 70%;
		margin: 0 auto;
	}
    
    }
    .holder-two{
        height: inherit;
    }

}


/*==========End of new homw========*/


/* ========End of extra support======== */
.primary-color{
    color: #007ee5;
}

.bold{
    font-weight: bold;
}

.login-form, .facebook-holder{
	padding-left: 70px;
	padding-right: 70px;
}


.btn-fb{
	width: 49%;
	display: inline;
	margin-bottom: 5px;
	background-color: rgb(70, 98, 158);
	color: #fff;
	border: 1px solid  rgb(70, 98, 158);
}

.btn-fb:hover{
	background-color: rgb(43, 73, 137);
	color: #fff;
	border: 1px solid rgb(43, 73, 137);
}

.btn-in{
	width: 49%;
	display: inline;
	margin-bottom: 5px;
	background-color: #4997CF;
	color: #fff;
	border: 1px solid  #4997CF;
}

.btn-in:hover{
	background-color: #58AAE5;
	color: #fff;
	border: 1px solid #58AAE5;
}

.btn-g{
	width: 49%;
	display: inline;
	background-color: #db4b39;
	color: #fff;
	border: 1px solid  #db4b39;
}

.btn-g:hover{
	background-color: #DF6455;
	color: #fff;
	border: 1px solid #DF6455;
}

.btn-tw{
	width: 49%;
	display: inline;
	background-color: #79BEF2;
	color: #fff;
	border: 1px solid  #79BEF2;
}

.btn-tw:hover{
	background-color: #80B3DA;
	color: #fff;
	border: 1px solid #80B3DA;
}


.myBtn-long{
	width: 100%;
	background: #007ee5;
	color: #fff;
	border: 1px solid #007ee5;
}

.myBtn-long:hover{
	background: #36a4ff;
	color: #fff;
	border: 1px solid #36a4ff;
}

.country-select-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.country-select-menu img{
	height:15px;
	width:25px;
}

.width-full{
	width:100%;
}

.btn-inset{
	background: #007ee5;
	color: #fff;
	border: 1px solid #007ee5;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-left: -45px;
	margin-top: -3px;
}

.btn-inset:hover{

	background: #36a4ff;
	color: #fff;
	border: 1px solid #36a4ff;
}

.country-select-menu li{
	display: inline;
	padding: 0 10px;
	margin: 0;
}

.country-select-menu li active{
	background: #007ee5;
	color: #fff;
}

.jambo {
    margin-left: 10px; 
    margin-right: 10px;
    border-radius: 0;
    text-align: center;
}

.help-text{
    background: #F3F7F7;
}

.tube{
	background: #F3F7F7;
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid #DFDFDF;
}

.x-close{
	padding: 0 0 5px 10px;
	color: #999;
}

.cards{
	min-height: 170px;
	text-align: left;
	background: #fff;
	border-top: #007ee5 solid 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #D6D6D6;
	box-shadow: 1px 1px 1px 1px #D6D6D6;
	margin-bottom: 15px;
}

.cards h3{
	margin: 4px 0 0 0;
	width: 100%;
	border-bottom: #eee 1px solid;
	padding: 0 10px;
}

.cards ul{
	list-style-type: none;
	padding: 5px 5px 5px 10px;
}

.option{
	background:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow:none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.option h3{
	padding-bottom: 10px;
}

.option p{
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}

.alphabet{
	margin-top: 5px;
    margin-bottom: 0px;
}

.alphabet button{
	width: 38px;
	margin-top: 1px;
}


.help-text p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555;
}

header .form-control {
        border-radius: 15px;
}

header .left-radius-only{
    border-radius: 0;
    -webkit-border-top-left-radius: 15px;15px;15px;15px;15px;15px;
    -webkit-border-bottom-left-radius: 15px;15px;15px;15px;15px;
    -moz-border-radius-topleft: 15px;15px;15px;15px;
    -moz-border-radius-bottomleft: 15px;15px;15px;
    border-top-left-radius: 15px;15px;
    border-bottom-left-radius: 15px;
}

.small-cancle-btn{
    float: right;
    margin: -16px -50px 0 0;
}

.search-area input{
    margin-top: 20px;
    border-radius: 15px;
}

.search-area input{
    border: 2px solid #007ee5;
}

.search-area h2{
    font-size: 24px;
    color: #979797;
}

.search-box p{
    font-size: 16px;
    padding: 0;
    margin: 6px 0;
}

.sticky-holder{
    min-height: 100%;
	padding-bottom: 106px;		
    position: relative;        
}

.footer{
    margin-top: -106px;
	position: relative;
	z-index: 1000;
}

.footer-top{
    width: 100%;
}

.footer-middle{
    background: #272727;
    width: 100%;
    text-align: center;
}


.footer-middle ul{
    list-style: none;
    padding: 0;
    margin:8px 0;
    font-size: 14px;
}


.footer-middle ul li{
    display: inline;
    padding: 0;
    margin:0;
}

.footer-middle ul li a{
    padding: 0 10px;
    color: #BABABA;
}

.footer-middle ul li a:hover{
    color: #E8E8E8;
    text-decoration: none;
    
}

.footer-bottom{
    padding: 10px 0 0 0;
    background: #202020;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.footer-bottom p{
    color: #D0D0D0;
}


.footer-bottom a{
    color: #BABABA;
    text-decoration: underline;
}

.footer-bottom a:hover{
    color: #E8E8E8;

}

.map-holder, .ad-holder{
	width:100%;
}

.bottom-padd{
	padding-bottom: 20px;
}

.dp{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
    position: absolute;
}

.user-name{
	text-shadow: none;
	margin-bottom: 3px;
}


.time-stamp{
	margin: 0;
	padding:0;
    font-size: 12px;
    color: #999;
    font-weight: 100;
    margin-left:8px;
    padding-left:8px;
    border-left: 1px solid #eee;
    
}

.comment-box textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0px;
    font-size: 14px;
    color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 12px;
}

.show-more{
    border: 1px solid #ededed;
    background: #f5f5f5;
    width: 100%;
    text-align: center;
    padding: 3px;
    margin-top: 15px;
}

.show-more:active,
.show-more:focus,
.show-more:hover{
    opacity: 0.9;
}

.comment-detail{
	display: inline-block;
	padding: 0 0 5px 10px;
    padding-left: 50px;
	width: 100%;
    overflow: hidden;
}

.jumbotron .comment-text{
    font-size: 14px;
    margin: 0;
}

.comment-box:first-of-type{
    border: none;
}

.comment-area h2{
    font-size: 16px;
    margin: 8px 0;
    letter-spacing: 0.005em;
}

.comment-box{
	padding: 0;
	border-top:1px solid #eee;
	text-shadow: none;
	margin-top:0;
}

.comment-text{
	padding-top: 10px;
}

.modal-header{
    background-color: #007ee5;
    color: #fff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-body{
	background: #FFFFFF;
    min-height: 150px;
}

.close {
    line-height: 1.3;
    color: #fff;
    filter: alpha(opacity=90);
    opacity: .9;
    text-shadow: none;
}

.report{
	text-align: right;
	width: 100%;
}

.report a{
	color: #666;
}

.report a:hover{
	opacity: 0.8;
}

.more{
    padding: 10px 0 0 0;
}

.add-comment-head{
	padding: 10px 20px;
	border-top: 3px solid #007ee5;
}

.item-pronunciation form{
	padding: 10px 20px 25px 10px;
}


.item-pronunciation form button{
	float: right;
	margin: -26px 0 0 0;
}

/* ===============pint==================== */
.wrapper {
}

.help-text{
	margin-top: 20px;
		
}

#main {
    margin-bottom: 30px;
}

#items {}

#items .item, .items .item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 1px #D6D6D6;
    box-shadow: 1px 1px 1px 1px #D6D6D6;
    text-shadow: 0 1px 0 #DDDDDD;
    width: 550px;
    margin: 10px;
    float: left;
}

.meta {
    padding: 5px 16px;
    border-top: #eee solid 1px;
    margin: 4px -14px 0;
}

.meta ul{
    padding: 0;
    margin: 0;
}

.card-head{
    margin: 0 10px;
    padding: 0;
    /*border-top: 3px solid #007ee5;*/
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    text-shadow: none;
}

.card-head h3{
    padding: 0;
    margin: 0;
}

.dl-horizontal dt, .dl-horizontal dd {
	line-height: 35px;
}


.dl-horizontal{
	padding: 10px;
}

.dl-horizontal dd{
	margin-left: 130px;
	
}

.dl-horizontal dt{
	width: 130px;
	padding-right: 5px;
}

.dl-horizontal dd p{
	line-height: 20px;
	padding-top: 8px
}

.video-block-extra{
    padding-right: 0;
    padding-bottom: 10px;
}

.description{
    padding: 0;
}

.description p{
    padding: 10px;
}

.meta ul li{
    margin: 0;
    padding: 0 3px;
    list-style: none;
    display: inline;
}

#items .item .meta span{
    font-size: 12px !important;
    line-height: 16px !important;
    margin-right: 5px;
}

.item-pronunciation .meta  span{
    font-size: 12px !important;
    line-height: 16px !important;
    margin-right: 5px;
}

#items .item .picture, #items .item-pronunciation .picture{
    display: block;
    position: relative;
    z-index: 5;
}

#items .item .picture a.image, #items .item-pronunciation .picture a.image{
    display: block;
    height: auto;
    width: 100%;
}

#items .item .picture img, #items .item-pronunciation .picture img{
    height: auto;
    position: relative;
    width: 100%;
    z-index: -1;
}


.navbar-inner{
    box-shadow: 0px 5px 10px #999 !important;
}

.item-pronunciation{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 1px #D6D6D6;
    box-shadow: 1px 1px 1px 1px #D6D6D6;
    text-shadow: 0 1px 0 #DDDDDD;
    margin: 10px 0 10px 0;
    width:100%;
}

/* RESPONSIVE CSS HACKS
-------------------------------------------------- */
@media (max-width: 1200px) {
    #main {
        margin-top: 5px;
        
    }
    #items .item, #items .item-pronunciation {
        width: 100%;
        margin-left: 0; 
    }

    .jambo {
        margin-left: 0px; 
        margin-right: 0px;
    }
}



/* ===============./pint==================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/*Advanced Search is Here*/
/*Here*/
/*here*/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pointedEdges .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group > .btn:first-child {
    margin-left: -5px;
}

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.new-search {
	margin: 20px;
}

.new-search h2{
	display: inline-flex;
    margin: 0;
	font-size: 24px;
    color: #979797;
	line-height: 1.3em;
}

.myClass{
	font-size: 18px;
	color: #979797;
	border: 2px solid #007ee5;
	height: 36px;
	border-right: 0px;
	width: 10%;
/*
	-webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
*/
}

.scrunch{
	padding: 0;
}



.input-group .btn-group .myBgColor{
	background-color: #007ee5;
	border: 2px solid #007ee5;
/*
	-webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
*/
}

.input-group .btn-group .myBgColor:hover{
	background-color: #36a4ff;
	border: 2px solid #36a4ff;
}

.input-group .input-group-btn .myBgColor{
    background-color: #007ee5;
    border: 2px solid #007ee5;
    margin-left: 0;
/*
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
*/
}

.input-group .input-group-btn .myBgColor:hover{
    background-color: #36a4ff;
    border: 2px solid #36a4ff;
    margin-left: 0;
}


.input-group .btn-group .myBgiColor{
	background-color: #007ee5;
	border: 2px solid #007ee5;
}

.input-group .btn-group .myBgiColor:hover{
	background-color: #36a4ff;
	border: 2px solid #36a4ff;
}

.borderColor {
	border: 2px solid #007ee5;
    border-left: 0px;
    border-right: 0px;
}

.borderColor:hover, .borderColor:visited, .borderColor:focus, .borderColor:active, .open >.dropdown-toggle.borderColor  {
	background-color: #F3F7F7; 
	border: 2px solid #007ee5;
    border-left: 0px;
    border-right: 0px;
}



.menuBg {
	background-color: #F3F7F7;
}

.myVert {
	vertical-align: text-top;
}

.spacedOut{
	margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width: 767px) {
	
    .logoHolder {
        padding-left: 10px;
    }
    
    .myNavDrop {
        background: #eee;
        z-index: 3;
        position: relative;
    }
    
    .slightHeight{
        display: block;
        margin-top: 10px;
    }
    
    .contactBox{
        padding: 20px 10px 20px 20px;
    }


}
@media (max-width: 991px) {
	.alphabet{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.giveUrHundredPercent .container .padDown{
		padding: 0;
	}
	
	.cards h3{
		padding: 0 20px;
	}

	.cards ul{
		padding: 5px 5px 5px 20px;
	}
}

@media (max-width: 920px) and (min-width:768px){
    .logoHolder {
        padding-left: 10px;
    }
    
    .navExtra {
        padding-right: 10px;
    }
}

@media (max-width: 587px){
    .text-left-android {
		width: 230px;
		display: inline-block;
		vertical-align: middle;
		padding-right: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.text-left-android p {
		text-align: center;
		font-size: 16px;
		margin: 0;
	}

	.text-left-android:last-of-type{
		padding-right: 0;
		padding-left: 17px;
		border-top: 1px solid #fff;
		border-left: none;
	}
}




.side-menu{
	position: fixed;
	width: 250px;
	height: 100%;
	top:0;
	left: 0;
	background: #fff;
	overflow-y: scroll;
	padding: 10px;
	z-index: 10000;
	opacity: 0;
}

.side-menu:hover{
	opacity: 1;
	
}

.side-menu ul li,{
	padding: 0;
	margin: 0;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    .search button{
        vertical-align: bottom;
    }
    .search .text-feilds{
        padding: 22px;
        line-height: 20px;
    }
    
    .search-two button{
         line-height: 22px;
         vertical-align: top;
     }
     
    .ie-line-height{ 
        line-height: 22px;
    }
 }



@media (max-width: 500px) {
    .search .text-feilds{
        padding: 10px;
    }
}

