
/**
 *
 * Trendwp.com
 *
 */


/* general styles
----------------------------------------*/
html {
    width: 100%;
}

body {
    width: 100%;
    font: 12px "Roboto", "FontAwesome", "Arial", sans-serif;
    color: #000;
}

/* wrapper */
.wrapper {
    width: 1000px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}


/* page full
----------------------------------------*/
div.page-full {
}


/* page header
----------------------------------------*/
header.page-header {
    height: 225px;
    position: relative;
    z-index: 99;
}

/* top bar */
header.page-header section.top-bar {
    height: 49px;
    border-bottom: 1px solid #edebeb;
}

/* social */
header.page-header div.social {
    float: left;
    margin-top: 10px;
}

header.page-header div.social p {
    float: left;
    margin-top: 5px;
    font-size: 14px;
    color: #3a3030;
}

header.page-header div.social ul {
    float: left;
    margin-left: 7px;
}

header.page-header div.social ul li {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 3px;
}

header.page-header div.social ul li a {
    width: inherit;
    height: inherit;
    display: table-cell;
    padding-top: 1px;
    box-sizing: border-box;
    border: 1px solid #e0e0df;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    text-align: center;
    transition: border-color .2s linear;
}

header.page-header div.social ul li a:hover {
    border-color: #a2a19f;
}

/* search */
header.page-header div.search {
    float: right;
    margin-top: 8px;
}

header.page-header div.search input[type="submit"] {
    width: 37px;
    height: 32px;
    float: left;
    background: #cccc00;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
    color: #fff;
}

header.page-header div.search input[type="text"] {
    width: 265px;
    height: 20px;
    float: left;
    padding: 5px 7px;
    border: 1px solid #eae9e9;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    font-size: 11px;
    color: #444;
}

/* header content */
header.page-header section.header-content {
    height: 120px;
}

/* page logo */
header.page-header div.page-logo {
    float: left;
    margin-top: 25px;
}

/* information */
header.page-header div.information {
    width: 545px;
    float: right;
    margin-top: 30px;
}

header.page-header div.information ul li {
    width: 175px;
    float: left;
    margin-left: 10px;
}

header.page-header div.information ul li:first-child {
    margin-left: 0;
}

header.page-header div.information ul li p.title {
    font-weight: 700;
    font-size: 14px;
}

header.page-header div.information ul li span {
    float: left;
    display: block;
    font-size: 33px;
    color: #cc3333;
}

header.page-header div.information ul li p.text {
    float: left;
    margin: 6px 0 0 10px;
    color: #999;
}

/* main menu */
header.page-header nav.main-menu {
    border-bottom: 3px solid #007C6F;
}

header.page-header nav.main-menu > ul {
    height: 55px;
    border: 1px solid #ededed;
    border-bottom: 0;
    border-radius: 1px 1px 0 0;
}

header.page-header nav.main-menu > ul > li {
    height: inherit;
    float: left;
    position: relative;
}

header.page-header nav.main-menu > ul > li > a {
    height: 33px;
    display: block;
    border-left: 1px solid #ebebeb;
    padding: 22px 20px 0;
    font-weight: 700;
    font-size: 14px;
    color: #007C6F;
    transition: background-color .2s linear;
}

header.page-header nav.main-menu > ul > li:first-child a {
    border-left: 0;
}

header.page-header nav.main-menu > ul > li.menu-item-has-children > a:after {
    padding-left: 3px;
    content: "";
}

header.page-header nav.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 55px;
    padding-top: 3px;
    border-bottom: 1px solid #e8e8e7;
}

header.page-header nav.main-menu ul.sub-menu li {
    width: 230px;
    float: left;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

header.page-header nav.main-menu ul.sub-menu li:first-child {
    border-top: 0;
}

header.page-header nav.main-menu ul.sub-menu li a {
    display: block;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    color: #666;
    transition: background-color .2s linear;
}

header.page-header nav.main-menu > ul > li:hover > a,
header.page-header nav.main-menu ul.sub-menu li a:hover {
    background-color: #007C6F;
    color: #fff;
}

/* menu collapse */
header.page-header a.menu-collapse {
    width: 100px;
    display: none;
    margin: 10px auto;
    font-size: 20px;
}

header.page-header a.menu-collapse p {
    float: left;
    margin-top: 3px;
}

header.page-header a.menu-collapse span {
    font-size: 24px;
    float: left;
    margin-left: 5px;
}


/* page footer
----------------------------------------*/
footer.page-footer {
    margin-top: 30px;
    padding-top: 15px;
    background: #5F7064;
    border-top: 5px solid #3F5245;
}

/* footer left */
footer.page-footer div.footer-left {
    width: 480px;
    float: left;
}

footer.page-footer div.footer-left p {
    width: inherit;
    float: left;
    margin-top: 15px;
    font: 12px "Arial";
    color: #9fa9a2;
}

/* list */
footer.page-footer div.list {
    width: 480px;
    float: right;
}

footer.page-footer div.list div.title {
    width: inherit;
    height: 35px;
    float: left;
    background: #3F5245;
}

footer.page-footer div.list div.title p {
    margin: 8px 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

footer.page-footer div.list ul li {
    width: 160px;
    float: left;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 7px;
    font: 13px "Arial";
    color: #2e3c32;
}

footer.page-footer div.list ul li a:hover {
	text-decoration:underline;
}

/* footer bottom */
footer.page-footer div.footer-bottom {
    height: 30px;
    margin-top: 15px;
    padding-top: 20px;
    background: #5F7064;
    font: 12px "Arial";
    color: #202923;
}


/* page container
----------------------------------------*/
section.page-container {
    margin-top: 10px;
}

/* page content */
section.page-container div.page-content {
    width: 664px;
    float: left;
}

/* sidebar */
section.page-container aside.sidebar {
    width: 328px;
    float: left;
    margin-left: 8px;
}


/* news slider
----------------------------------------*/
div.news-slider {
    height: 44px;
    position: relative;
    box-shadow: 0 2px 0 0 #FFFFFF;
    background: #006A8A;
    border-radius: 2px;
    color: #fff;
}

/* title */
div.news-slider div.title {
    width: 170px;
    height: inherit;
    float: left;
    background: #004459;
    border-radius: 2px 0 0 2px;
}

div.news-slider div.title span {
    float: left;
    display: block;
    margin: 10px 0 0 20px;
    font-size: 20px;
}

div.news-slider div.title p {
    float: left;
    margin: 13px 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}

/* bx wrapper */
div.news-slider div.bx-wrapper {
    width: 650px;
    float: left;
    font-size: 14px;
}

/* bx viewport */
div.news-slider div.bx-viewport {
    float: left;
    margin: 13px 0 0 20px;
}

div.news-slider div.bx-viewport a:hover {
    text-decoration: underline;
}

div.news-slider div.bx-viewport ul li {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* bx controls */
div.news-slider div.bx-controls {
    width: 22px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 0 0 13px;
    background: #004459;
    border-radius: 0 2px 2px 0;
}

div.news-slider div.bx-controls a {
    display: block;
}


/* main slider
----------------------------------------*/
div.main-slider {
    width: 650px;
    height: 250px;
    float: left;
    position: relative;
    margin-top: 10px;
    color: #fff;
}

/* list */
div.main-slider ul li {
    position: relative;
}

/* text */
div.main-slider div.text {
    position: absolute;
    bottom: 0;
}

/* date */
div.main-slider p.date {
    height: 27px;
    float: left;
    padding: 8px 13px 0;
    background: rgba(204, 204, 0, 0.9);
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
	text-transform: uppercase;
}

div.main-slider p.date span {
    float: left;
    display: block;
    margin: 1px 6px 0 0;
    font-weight: 500;
    font-size: 17px;
}

/* title */
div.main-slider p.title {
    width: 100%;
    float: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}

/* pager */
div.main-slider div.bx-controls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 50;
}

div.main-slider div.bx-controls div.bx-pager-item {
    float: left;
    margin-right: 3px;
}

div.main-slider div.bx-controls div.bx-pager-item a {
    width: 14px;
    display: block;
    position: relative;
    font-size: 16px;
    text-indent: -99999px;
}

div.main-slider div.bx-controls div.bx-pager-item a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    text-indent: 0;
}

div.main-slider div.bx-controls div.bx-pager-item a.active:after {
    content: "";
}


/* events
----------------------------------------*/
div.events {
    width: 343px;
    height: 248px;
    float: right;
    margin-top: 10px;
    border: 1px solid #d9d9d9;
}

/* title */
div.events div.title {
    width: inherit;
    height: 40px;
    float: left;
    border-bottom: 1px solid #d9d9d9;
}

div.events div.title p {
    margin: 10px 0 0 10px;
    font-weight: 700;
    font-size: 15px;
    color: #3f5245;
}

/* content */
div.events div.content {
    width: 318px;
    height: 187px;
    float: left;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

div.events div.content ul li {
    width: 310px;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    color: #707070;
}

div.events div.content ul li:first-child {
    padding-top: 0;
    border-top: 0;
}

div.events div.content ul li:last-child {
    padding-bottom: 0;
}

div.events div.content ul li p {
    width: inherit;
    float: left;
    margin-top: 5px;
}

div.events div.content ul li a {
    float: left;
    display: block;
    margin: 10px 15px 0 0;
    line-height: 18px;
    color: #b7b5b5;
    transition: color .2s linear;
}

div.events div.content ul li a:hover {
    color: #575757;
}

div.events div.content ul li a span {
    float: left;
    display: block;
    margin-right: 5px;
    font-size: 13px;
}

div.events div.content ul li a.event-name {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #3695d5;
}


/* quick links
----------------------------------------*/
div.quick-links {
    width: inherit;
    float: left;
    margin-top: 10px;
}

/* list element */
div.quick-links ul li {
    width: 160px;
    float: left;
    margin-left: 8px;
}

div.quick-links ul li:first-child {
    margin-left: 0;
}

/* link */
div.quick-links ul li a {
    width: 158px;
    height: 53px;
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #e7e7e6;
    color: #333;
    transition: background-color .2s linear;
}

div.quick-links ul li a:after {
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: 19px;
    z-index: 10;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #d9d9d9;
    content: ".";
    text-indent: -99999px;
}

div.quick-links ul li a:before {
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: 19px;
    z-index: 11;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: ".";
    text-indent: -99999px;
}

/* icon */
div.quick-links ul li a span.icon {
    width: 40px;
    float: left;
    margin-top: 11px;
    font-size: 25px;
    text-align: center;
}

/* paragraph */
div.quick-links ul li a p {
    margin-top: 11px;
    font: 11px "Arial";
}

div.quick-links ul li a p span {
    display: block;
    font: 500 14px "Roboto";
}

/* hover */
div.quick-links ul li a:hover {
    background-color: #1395fe;
    color: #fff;
}

div.quick-links ul li a:hover:after {
    border-top-color: #fff;
}

/* sidebar */
aside.sidebar div.quick-links {
    margin-top: 8px;
}

aside.sidebar div.quick-links div.title {
    width: inherit;
    height: 45px;
    float: left;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
    border: 1px solid #e5e5e5;
}

aside.sidebar div.quick-links div.title p {
    margin: 12px 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}

aside.sidebar div.quick-links ul {
    margin-left: -8px;
}

aside.sidebar div.quick-links ul li {
    margin-top: 8px;
}

aside.sidebar div.quick-links ul li:first-child {
    margin-left: 8px;
}


/* item list
----------------------------------------*/
section.item-list {
    width: 662px;
    float: left;
    margin-top: 8px;
    border: 1px solid #e8e8e7;
	position:relative;
}

/* title */
section.item-list div.title {
    width: 100%;
    height: 45px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

section.item-list div.title p {
    min-width: 150px;
    height: 30px;
    float: left;
    padding: 15px 5px 0px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* content */
section.item-list div.content {
    width: inherit;
    float: left;
    box-sizing: border-box;
    padding: 10px 6px;
}

.singlevideo section.item-list div.content
{
	padding:0px;
}

.singlevideo section.item-list div.content iframe, .singlevideo section.item-list div.content embed, .singlevideo section.item-list div.content object
{
	width:662px !important;
}

/* ul */
section.item-list div.content ul {
    margin: -19px 0 0 -19px;
}

/* list element */
section.item-list div.content ul li {
    width: 204px;
    float: left;
    margin: 19px 0 0 19px;
}

section.item-list.video-gallery div.content ul li {
	margin: 19px 12px 0 18px;
}

/* image */
section.item-list div.content ul li div.image {
    width: inherit;
    height: 114px;
    float: left;
    position: relative;
}

section.item-list div.content ul li div.image img {
    width: inherit;
    height: 114px;
    display: block;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #e8e8e7;
	max-width:196px;
}

/* paragraph */
section.item-list div.content ul li p {
    width: inherit;
    float: left;
    margin-top: 4px;
    color: #979797;
}

section.item-list div.content ul li p.title a {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    transition: color .2s linear;
}

section.item-list div.content ul li p.title a:hover {
    color: #e04344;
}

/* info */
section.item-list div.content ul li div.info {
    width: inherit;
    float: left;
    margin-top: 5px;
}

section.item-list div.content ul li div.info a {
    float: left;
    display: block;
    margin-right: 15px;
    line-height: 18px;
    color: #b7b5b5;
    transition: color .2s linear;
}

section.item-list div.content ul li div.info a:hover {
    color: #575757;
}

section.item-list div.content ul li div.info a span {
    float: left;
    display: block;
    margin-right: 5px;
    font-size: 13px;
}

/* news */
section.item-list.news div.title p {
    background: #014358;
}

/* photo gallery */
section.item-list.photo-gallery div.title p {
    background: #FFFFFF;
}

section.item-list.photo-gallery div.image:hover:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 51, 51, 0.8);
    font-size: 33px;
    line-height: 111px;
    color: #fff;
    text-align: center;
    content: "";
}

/* video gallery */
section.item-list.video-gallery {
    background: #FFFFFF;
}

section.item-list.video-gallery div.title {
    border-color: #FFFFFF;
}

section.item-list.video-gallery div.title p {
    background: #FFFFFF;
}

section.item-list.video-gallery div.image {
    background: #fff;
    border-color: #fff;
}

section.item-list.video-gallery p.title a {
    color: #1f1313 !important;
}

section.item-list.video-gallery ul li:hover p.title a {
    color: #fff !important;
}

section.item-list.video-gallery div.content ul,
section.item-list.video-gallery div.content ul li {
    margin-left: 0;
}


/* bx controls */
section.item-list.video-gallery .bx-controls {
    position: absolute;
    top: 0;
    right: 0;
}

section.item-list.video-gallery .bx-controls a {
    width: 40px;
    height: 35px;
    float: left;
    display: block;
    padding-top: 10px;
    background: #FFFFFF;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

section.item-list.video-gallery .bx-controls a.bx-prev {
    border-right: 1px solid #FFFFFF;
}


/* newsletter
----------------------------------------*/
div.newsletter {
    width: inherit;
    float: left;
    margin-top: 8px;
    background: #006A8A;
    border-bottom: 3px solid #014358;
    color: #fff;
}

/* title */
div.newsletter div.title {
    width: inherit;
    height: 45px;
    float: left;
    background: #022B3A;
}

div.newsletter div.title p {
    margin: 15px 0 0 10px;
    font-weight: 700;
    font-size: 14px;
}

/* content */
div.newsletter div.content {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

/* paragraph */
div.newsletter div.content p {
    font-size: 13px;
}

/* input type text */
div.newsletter div.content input[type="text"] {
    width: inherit;
    height: 38px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #344c62;
    color: #333;
    text-align: center;
}

/* input type submit */
div.newsletter div.content input[type="submit"] {
    width: inherit;
    height: 40px;
    float: left;
    margin-top: 8px;
    background: #014358;
    font-weight: 700;
    font-size: 16px;
}


/* user account
----------------------------------------*/
div.user-account {
    width: inherit;
    float: left;
    margin-top: 8px;
}

/* tab title */
div.user-account div.tab-title {
    width: inherit;
    height: 45px;
    float: left;
}

div.user-account div.tab-title ul li {
    width: 50%;
    height: 45px;
    float: left;
    position: relative;
}

div.user-account div.tab-title ul li a {
    width: 100%;
    height: 30px;
    display: block;
    padding-top: 15px;
    background: #168cdb;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

div.user-account div.tab-title ul li.active a {
    background: #2498e6;
}

div.user-account div.tab-title ul li.active:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2498e6;
    content: ".";
    text-indent: -99999px;
}

/* tab content */
div.user-account div.tab-content {
    width: inherit;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddc;
    border-top: 0;
}

div.user-account div.tab-content > div {
    width: inherit;
    float: left;
    display: none;
    box-sizing: border-box;
    padding: 5px 10px 10px;
}

div.user-account div.tab-content > div.active {
    display: block;
}

div.user-account div.tab-content input[type="text"], div.user-account div.tab-content input[type="password"]{
    width: 308px;
    height: 40px;
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #e1e2e9;
    color: #68879b;
}

div.user-account div.tab-content textarea {
    width: 308px;
    height: 80px;
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #e1e2e9;
    color: #68879b;
}

div.user-account div.tab-content select{
    width: 308px;
    height: 40px;
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #e1e2e9;
    color: #68879b;
	border:none;
}

div.user-account div.tab-content input[type="text"].fifty, div.user-account div.tab-content input[type="password"].fifty {
    width: 47%;
}

div.user-account div.tab-content input[type="submit"],
div.user-account div.tab-content input[type="button"] {
    width: 110px;
    height: 40px;
    float: left;
    margin-top: 10px;
    background: #35b5eb;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

div.user-account div.tab-content input[type="button"] {
    width: 180px;
    float: right;
    background: #3f67c0;
}


/* poll
----------------------------------------*/
div.poll {
    width: inherit;
    float: left;
    margin-top: 8px;
    box-sizing: border-box;
    border: 1px solid #dddddc;
}

/* title */
div.poll div.title {
    width: inherit;
    height: 45px;
    float: left;
    background: #fcfcfc;
    border-bottom: 1px solid #dddddc;
}

div.poll div.title p {
    margin: 15px 0 0 10px;
    font-weight: 700;
    font-size: 14px;
}

/* content */
div.poll div.content {
    width: inherit;
    float: left;
    padding: 15px;
    box-sizing: border-box;
	overflow:hidden;
}

/* paragraph */
div.poll div.content p {
    font-weight: 700;
    font-size: 14px;
    color: #717076;
	text-align:left !important;
}

/* div */
div.poll div.content div {
    width: 100%;
    /*height: 25px;*/
    float: left;
    margin-top: 10px;
}

div.poll div.content .Buttons
{	
	display:block;
}
div.poll div.content .wp-polls-ans p
{
	float:left;
	margin:4px;
}

div.poll div.content div input {
    display: none;
}

div.poll div.content div label {
    width: 100%;
    height: 25px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
    padding: 3px 0 0 40px;
    box-sizing: border-box;
    background: url("../img/bg@checkbox.png") no-repeat left top;
    font-weight: 700;
    font-size: 14px;
    color: #b0b0b0;
}

div.poll div.content div input:checked + label {
    background-position: left -25px;
}

/* submit */
div.poll div.content .Buttons {
    width: 110px;
    height: 40px;
    float: left;
    margin-top: 10px;
    background: #d93138;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
	font-family: inherit;
}
div.poll div.content .wp-polls-ans a
{
    width: 110px;
    /*height: 40px;*/
    float: left;
    margin-top: 10px;
    background: #4D7AFF;
    font-weight: 700;
	font-family: inherit;
    font-size: 16px;
    color: #fff;
	text-align:center;
	padding:8px 0px 9px;
	border: 1px solid #C8C8C8;
}

div.poll div.content ul.wp-polls-ul li
{
	clear:both !important;
	overflow:hidden;
}
div.poll div.content ul.wp-polls-ul li .pollbar:before
{
clear:both;
}
div.poll div.content ul.wp-polls-ul li .pollbar
{
	clear:both !important;
	height:24px !important;
	background:#96FF73 !important;
	float:none;
	margin-top:5px;
}

/* detail page
----------------------------------------*/
div.detail-page {
    width: inherit;
    float: left;
    margin-top: 8px;
    box-sizing: border-box;
    border: 1px solid #e8e8e7;
}

/* title */
div.detail-page div.title {
    width: inherit;
    min-height: 35px;
    height: auto;
    float: left;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #fbfafa;
    border-bottom: 1px solid #e8e8e7;
}

div.detail-page div.title p {
    margin: 12px 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}

/* typography */
div.detail-page div.detail {
    width: inherit;
    float: left;
    padding: 11px;
    box-sizing: border-box;
    font-family: "Arial";
    font-size: 12px;
    line-height: 20px;
    color: #4e4e4e;
}

div.detail-page div.detail img {
    margin-bottom: 20px;
}

div.detail-page div.detail p {
    margin: -5px 0 25px;
}

div.detail-page div.detail h1 {
    margin-bottom: 10px;
    font-size: 22px;
}

div.detail-page div.detail h2 {
    margin-bottom: 7px;
    font-size: 18px;
}

div.detail-page div.detail h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

div.detail-page div.detail h4 {
    margin-bottom: 5px;
    font-size: 14px;
}

div.detail-page div.detail ul {
    margin: -5px 0 25px;
    padding-left: 20px;
    list-style-position: inside;
}

div.detail-page div.detail ul li {
    display: list-item;
    list-style-type: disc;
}

div.detail-page div.detail ul li ul {
    margin: 5px 0;
}

div.detail-page div.detail ul li ul li {
    list-style-type: circle;
}

div.detail-page div.detail ul li ul li ul li {
    list-style-type: square;
}

div.detail-page div.detail ol {
    margin: -5px 0 25px;
    padding-left: 20px;
    list-style-position: decimal;
}

div.detail-page div.detail ol li {
    display: list-item;
    list-style-type: decimal;
}

div.detail-page div.detail ol li ol {
    margin: 5px 0;
}

div.detail-page div.detail blockquote {
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

div.detail-page div.detail blockquote p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

div.detail-page div.detail blockquote span {
    font-style: italic;
    font-size: 14px;
}

div.detail-page div.yonetim h2
{
	border-top:1px #ccc dotted;
	margin-top:8px;
	padding-top:8px;
}
div.detail-page div.yonetim h2:first-child
{
	border-top:0px;
	margin-top:2px;
	padding-top:2px;
}

div.detail-page div.yonetim .resim {
	float:left;
	width:186px;
}

div.detail-page div.yonetim .aciklama {
	float:left;
	width:438px;
	margin:2px;
	margin-left:4px;
	border:1px #ccc solid;
	border-radius:3px;
	padding:4px;
}

div.detail-page div.yonetim .resim img {
    margin:2px;
	padding:1px;
	border:1px #ccc solid;
	border-radius:3px;
}

div.detail-page div.yonetim .aciklama span {
	font-weight:bold;
	width:90px;
	float:left;
	margin-right:10px;
}

div.detail-page div.yonetim .aciklama span:after {
	font-weight:bold;
	content:":";
	float:right;
}

div.detail-page div.yonetim .aciklama small {
	width:330px;
	float:left;
}

div.detail-page div.yonetim .aciklama small p{
	margin:0px;
}

div.detail-page div.ziyaretci .comment-list ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
div.detail-page div.ziyaretci .comment-list ul li{
	list-style:none;		
	margin-top: 8px;
	background: none repeat scroll 0% 0% #3C5D7C;
	border-bottom: 3px solid #2C4359;
	color: #FFF;
	clear:both;
}

div.detail-page div.ziyaretci .comment-list ul li p{	
	padding:4px;
	margin:0px;
}

div.detail-page div.ziyaretci .comment-list ul li .name{	
	padding:8px;
	font-weight:bold;	
	height: 25px;
	/*float: left;*/
	background: none repeat scroll 0% 0% #466B8E;
	color:#fff;
}

div.detail-page div.ziyaretci .comment-list ul li .name small{
	font-weight:normal;
	float:right;
	font-size:11px;
}

div.detail-page div.ziyaretci .new-comment
{
	margin:0px;
	padding:0px;
}

div.detail-page div.ziyaretci .new-comment .title
{
	font-weight:bold;
	margin:4px 0px 0px;
	background:none;
	border:none;
	width:100%;	
	min-height:14px;
	height:14px;
}

div.detail-page div.ziyaretci .new-comment input, div.detail-page div.ziyaretci .new-comment textarea
{
	float: left;
	margin-top: 10px;
	padding: 10px 15px;
	-moz-box-sizing: border-box;
	background: none repeat scroll 0% 0% #E1E2E9;
	color: #68879B;
	width:614px;
}
div.detail-page div.ziyaretci .new-comment textarea
{	
	height:120px;
}
div.detail-page div.ziyaretci .new-comment input[type=submit]
{
	height: 40px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	background: #3f67c0;
	width:644px;
}
.unapproved
{	
	padding:6px 12px;
	margin: 4px 20px;
	background: none repeat scroll 0% 0% #2D4963;
	font-weight: 700;
	font-size: 16px;
}
.sayfalama, .sayfalama2
{
	float:right;
}
#post-pagination
{
	background:none;
	color:#333;
}

#post-pagination a
{
	border:1px #ccc solid;
	padding:3px 8px;
	margin:1px;
}

.sayfalama2 a
{
	border:1px #ccc solid;
	padding:6px 8px;
	margin:1px;
}

#post-pagination span.current
{
	border:1px #FFFFFF solid;
	padding:3px 8px;
	margin:1px;
	background:#FFFFFF;
	color:#fff;
}
.msgError
{
	margin:4px 0px;
	border-top:2px #FF7373 solid;
	border-bottom:2px #FF7373 solid;
	font-weight:bold;
	background:#FFBFBF;
	padding:8px;
}
.msgSuccess
{
	margin:4px 0px;
	border-top:2px #B9FF73 solid;
	border-bottom:2px #B9FF73 solid;
	font-weight:bold;
	background:#DFFFBF;
	padding:8px;
}
#lostpasswordform
{
	display:none;
}
#profform, #sifreform
{
	display:none;
}
.tab-content .buttn
{
	border-bottom:1px #ccc dotted;
	padding:5px;
	float:left;
	width:120px;
	margin:0px 12px;
	color:#aaa;
}
.kullanici
{
	padding:5px;
	font-size:14px;
}
.uyelist ul {padding:0px !important;}
.uyelist ul, .uyelist ul li
{
	list-style-type:none !important;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.uyelist ul li
{
	/*padding:5px;*/
	border-bottom:1px #ccc dotted;	
}
.uyelist ul li .avatar
{
	padding:1px;
	float:left;
	width:30px;	
}
.uyelist ul li img
{
	margin:0px !important;	
}
.uyelist ul li .username
{
	padding:4px;
	float:left;
	width:240px;
}

.uyelist ul li .kangrubu
{
	padding:4px;
	float:left;
	width:80px;
}
.uyelist ul li .telefon
{
	padding:4px;
	float:left;
	width:180px;
}

.uyelist ul li .sosyal
{
	padding:4px;
	float:left;
	width:60px;
}

.uyelist ul li .sosyal a
{
	width:20px;
	margin:2px;
	padding:2px 4px;
	border:1px #ccc solid;
	color:#ccc;
	font-size:16px;
	border-radius:4px;
	text-align:center;
}

.uyelist ul li .sosyal a.facebook:hover
{
	border:1px #3B5998 solid;
	background:#3B5998;
	color:#fff;
}

.uyelist ul li .sosyal a.twitter:hover
{
	border:1px #9AE4E8 solid;
	background:#9AE4E8;
	color:#fff;
}

.harfler
{
	padding:4px;
}

.harf
{
	padding:5.37px;
	border:1px #ccc solid;
	background:#eee;
	float:left;
	margin:1px;
	min-width:10px;
	text-align:center;
	cursor:pointer;
}
.kangruplari
{
	float:right;
	padding:6px 6px 0px;
}
.kangruplari .kangrub
{
	float:left;
	padding:6px 2px;
	border:1px #ccc solid;
	margin:2px;
	width:37px;
	cursor:pointer;
	text-align:center;
}
.kutu1icon
{
	color:#DD0008;
}
.kutu2icon
{
	color:#DD0008;
}
.kutu3icon
{
	color:#DD0008;
}
.hizli1:hover
{
	background-color:#014358 !important;
}
.hizli2:hover
{
	background-color:#014358 !important;
}
.hizli3:hover
{
	background-color:#014358 !important;
}
.hizli4:hover
{
	background-color:#014358 !important;
}
.hizli5:hover
{
	background-color:#014358 !important;
}
.hizli6:hover
{
	background-color:#014358 !important;
}
.sayfalama2
{
	padding:16px 6px 0px 0px;
	background:none;
	color:#333;
	display:none;
}

#pagenavi{float:right;margin-top:6px;}
#pagenavi .mTop20{margin-top:0px;}
#pagenavi .mBottom20 {margin-bottom:10px;}
#pagenavi .navigation {float:right;overflow:hidden;}
#pagenavi .navigation ul{list-style:none;overflow:hidden;}
#pagenavi .navigation ul li{float:left;margin:2px;height:33px;}
#pagenavi .navigation ul li a{
	height: 23px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 9px 15px 0;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #00A8FF;	
    font: 11px "Source Sans Pro";
    color: #616161;
    transition: all 0.2s linear;
}
#pagenavi .navigation ul li a:hover{
    height: 24px;
    background: #00A8FF;
    color: #fff;
}
#pagenavi .navigation ul li a.active{
    height: 24px;
    background: #00A8FF;
    color: #fff;
}