/* #Reset
================================================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

/*ol, ul {*/
    /*list-style: none;*/
/*}*/

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*****/
* {
    box-sizing: border-box;
}

body {
    color: #000;
    max-width: 600px;
    font-size: 0.9em;
    padding: 0;
    margin: 0 auto;
    line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}
h4{
    margin: 10px 5px 5px;
}

html, body {
    font-family: Helvetica,verdana,arial,tahoma,sans-serif;
}

a{
    color: #ac1414;
}
a:hover{
    color: #000;
}

.bold {
    font-weight: bold;
}

.block {
    border: 1px solid #9FC3FF;
    border-top-width: 0;
    margin-bottom: 5px;
}
.border-top {
    border-top-width: 1px;
}
.text {
    color: #000;
    word-wrap: break-word;
    padding: 5px 10px;
}

.error-message {
    font-size: small;
    font-weight: bold;
    line-height: 1.5em;
    color: red;
    background-color: #e8e8ff;
    padding: 5px 10px;
    text-align: center;
}

.required label:before{
    color: red;
    content: '* ';
}

.evening{
    filter: invert(100%);
    background-color: #9b9b9b;
}

.bg_odd{
    background-color: #fff;
}
.bg_even{
    background-color: #f5ffff;
}

img {
    border: 0
}
.logo_wrapper {
    background-color: #0f4e8d;
    border-bottom: 3px solid #b9b9ff;
    text-align: center
}
.title {
    color: #00005f;
    /*background-image: url(http://yeni.mobi/img/line.png);*/
    background: linear-gradient(to bottom, #DBDDFF 0%, #9fc3ff 53%, #0080ff 100%) repeat scroll 0% 0%;
    background: -webkit-linear-gradient(top, #DBDDFF 0%, #9fc3ff 53%, #0080ff 100%) repeat scroll 0% 0%;
    background-color: #9fc3ff;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 10px;
}

.adbox {
    font-size: 1em;
    color: #F0F;
    border: 1px solid #6694E3;
    font-family: Tahoma, serif;
    padding: 2px;
}

.adbox div {
    padding: 5px;
}

.adbox a:link, .adbox a:active, .adbox a:visited {
    text-decoration: none;
    color: #00F
}

.adbox a:hover {
    text-decoration: none;
    color: #6699d8
}

.footer {
    font-size: 1em;
    color: #b9b9ff;
    background-color: #0f4e8d;
    font-weight: 700;
    border-top: 4px solid #b9b9ff;
    margin: 2px 0 0;
    padding: 8px 4px 4px
}
.footer a {
    color: #fff
}
.footer a:hover {
    color: #fdcee5;
    margin: 1px
}

.float-left{
    float:left
}

.clear{
    clear:both
}

.breadcrumb a{
    word-wrap: break-word;
}

.count {
    color: #057905
}

.red {
    color: red
}

.darkgray {
    color: darkgray
}

.blue {
    color: #00f
}

.pagination {
    display: inline-block;
    padding-left: 35%;
    margin: 10px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 3px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0F4E8D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li.prev {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

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

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.help-block-error {
    color: red;
}

.center {
    text-align: center;
}

div.frame-pose {
    border: 1px solid #31b0d5;
    float: left;
    margin: 4px;
    padding: 5px;
}

.swap-translate {
    background: #e0e0e0 url("http://yeni.mobi/img/swap-language.png") no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 18px;
    padding: 2px;
    cursor: default;
    border: 1px solid #666;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
}

.swap-translate:hover {
    background-color: #F5F5F5;
}

ul.nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.nav li {
    border: 1px solid #cbdee3;
    border-top-width: 0;
    margin: 0;
}
ul.nav li:hover, table.max td:hover {
    background-color: #edf6fe;
}
ul.nav li:hover,
.nav-item .label:hover,
li:hover .nav-item .label {
    color: #000
}
.nav-item {
    display: block;
    font-size: 1.1em;
    color: #000;
}
ul.nav a {
    text-decoration: none;
    line-height: 2.2em;
}
ul.border-top {
    border-top: 1px solid #cbdee3;
}
ul.nav li form{
    padding: 10px;
}
ul.nav li form img{
    vertical-align: middle;
}
input[type=submit]{
    cursor: pointer;
}
.nav-item .icon {
    display: inline-block;
    margin: 5px -5px 5px 5px;
    vertical-align: middle;
}
.nav-item .label {
    left: 5px;
    margin-right: 5px;
    color: #ac1414;
    position: relative;
    text-decoration: underline;
}
.nav-item .wrapper {
    padding-left: 10px;
}
.nav-item .description {
    font-size: 0.8em;
}

table.max {
    width: 100%;
    border-collapse: collapse;
}
table.max th {
    background: #333;
    color: white;
    font-weight: bold;
}
table.max td, table.max th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
}
table.max td{
    color: gray;
}
table.max td.simple{
    color: #000;
}
table.max td a{
    display: block;
    font-weight: 500;
}





.videolist{
	width:250px;
}

#youtube{
	width:600px;
	height:385px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 360px) {
    .videolist{
		width:260px;
	}
	
	#youtube{
		width:100%;
		height:auto;
	}
}

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 480px) {
    .videolist{
		width:290px;
	}
	
	#youtube{
		width: 100%;
        height: 177px;
	}
}

@media only screen 
and (min-device-width : 480px) 
and (max-device-width : 600px) {
    .videolist{
		width:230px;
	}
	
	#youtube{
		width: 100%;
        height: 358px;
	}
}

@media only screen 
and (max-device-width : 319px) {
    .videolist{
		width:200px;
	}
	
	#youtube{
		width: 100%;
        height: 160px;
	}
}