/*
Theme Name: Karun Collection Theme
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
 
 /* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    clear: both;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

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

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

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

a img {
    border: none;
}


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}


/* Text elements */

p {
    margin-bottom: 18px;
}

ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

tr.odd td {
    background: #F2F7FC;
}

.attachment img {
    max-width: 900px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-smiley {
    margin: 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}

.comment-author {}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
    color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword,
.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}


/* Comments form */

input[type=submit] {
    color: #333;
}

#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 12px;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}

input {
    /* -webkit-appearance: none; */
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.clear{ margin: 0; padding: 0 !important; line-height: 0; font-size: 0; clear: both; float: none !important;}
body{font-family: 'Roboto', sans-serif; background: #080808;}

/* ----------------------- layout ----------*/
#wrapper{width:100%;}

.homeimg{ display: none;}
.imgcont{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-repeat: no-repeat; background-size: cover; background-position: center top; z-index: 99;}
.logo{ position: absolute; top: 40px; left: 0; padding: 30px 60px 30px 150px; z-index: 99; background: rgba(0,0,0,0.6);}

.mobmenu{ width: 170px; position: absolute; top: 65px; right: 40px; z-index: 999; text-align: center;}
.menubtn{ font-size: 18px; line-height: 40px; color: #fff; font-weight: 600; text-decoration: none;}
.mobmenu ul{ margin: 0; padding: 0; list-style: none; position: relative; display: none;}
.mobmenu ul:before
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #313131 transparent;
    position: absolute;
    content: "";
    left:50%;
    bottom: 100%;
    transform: translateX(-50%);
}
.mobmenu ul li{ background: #313131; padding: 0 20px; transition: ease-in all 0.3s;}
.mobmenu ul li a{ display: block; font-size: 14px; line-height: 40px; color: #fff; font-weight: 400; text-decoration: none; border-bottom: solid 1px #101010;}
.mobmenu ul li.active{ background: #101010;}
.mobmenu ul li:hover{ background: #101010;}
.mobmenu ul li:last-child a{ border-bottom: none;}

.container{ width: 1100px; margin: 0 auto;}
header{ background: #000; width: 100%; position: fixed; left: 0; top: 0; z-index: 999;}
.logo2{ padding: 50px 0; float: left;}
nav{ float: right; padding: 60px 0 0;}
nav ul{ margin: 0; padding: 0; list-style: none; float: right;}
nav ul li{ float: left; margin: 0 0 0 30px;}
nav ul li:first-child{ margin: 0;}
nav ul li a{ display: block; color: #fff; font-size: 15px; line-height: normal; font-weight: 400; text-decoration: none;}
nav ul li a:hover{ text-decoration: underline;}
nav ul li.current-menu-item a{text-decoration: underline;}

main{ padding: 25px 0 100px;}
.title{ float: left; margin: 0 50px 0 0;}
.title h5{ font-size: 15px; line-height: normal; color: #fff; font-weight: 400;}
.selctbox{ width: 160px; float: left; position: relative; margin: 0 50px 0 0;}
.selctbox select{ width: 100%; position: relative; -webkit-appearance:none; -moz-appearance:none; border: none; outline: none; background: url(images/arrow-select.png) no-repeat right center; border-bottom: solid 1px #fff; color: #fff; font-size: 15px; font-weight: 400; background-color:#080808; }

.row1{ margin: 0 0 20px;}
.slidercont .slider-for{ margin: 0 0 25px;}
.slidercont .slider-for figure{ margin: 0; line-height: 0; width: 810px; height: auto; float: left;}
.slidercont .slider-for figure img{ display: block; width: 100%; height: auto;}
.slidercont .slider-for .figcaption{ width: 255px; float: right;}
.slidercont .slider-for .figcaption p{ font-size: 14px; line-height: 22px; color: #fff; font-weight: 300;}
.slidercont .slider-for .figcaption strong a{ font-size: 14px; line-height: 22px; color: #fff; font-weight: 700; text-decoration:none;}
.slidercont .slider-for .figcaption p strong{ display: block;}

.figcaption ul{ margin:0; padding:0; list-style:none;}
.figcaption ul li{ font-size:14px; line-height:22px; font-weight:300; color:#fff;}

.slidercont .slider-for button{ font-size: 0; border: none; outline: none; -webkit-appearance:none; padding: 0; margin: 0; width: 15px; height: 15px; position: absolute; cursor: pointer;}
.slidercont .slider-for .slick-prev{ background: url(images/lnav.png) no-repeat center center; right: 25px; top: -25px;}
.slidercont .slider-for .slick-prev:after{ content: ""; position: absolute; right: -5px; top: 2px; width: 1px; height: 13px; background: #fff;}
.slidercont .slider-for .slick-next{ background: url(images/rnav.png) no-repeat center center; right: 0; top: -25px;}

.slidercont .slider-nav button{ font-size: 0; border: none; outline: none; -webkit-appearance:none; padding: 0; margin: 0; width: 25px; height: 100%; position: absolute;}
.slidercont .slider-nav .slick-prev{ background: url(images/leftnav.png) no-repeat center center; left: -30px; top: 0;}
.slidercont .slider-nav .slick-next{ background: url(images/rightnav.png) no-repeat center center; right: -30px; top: 0;}

footer{ background: #000; padding: 18px 0;}
.social{ float: left; margin: 0 15px 0 0;}
.social ul{ margin: 0; padding: 0; list-style: none; float: left;}
.social ul li{ float: left; margin: 0 15px 0 0;}
.social ul li:last-child{ margin-right: 0;}
.social ul li:last-child img{ margin: 5px 0 0;}
a.mail{ display: block; float: left; font-size: 13px; line-height: 31px; color: #fff; text-decoration: none; font-weight: 400;}
a.mail:hover{ text-decoration: underline;}
.foonav{ float: right; padding: 7px 0 0;}
.foonav ul{ margin: 0; padding: 0; list-style: none; float: right;}
.foonav ul li{ float: left; padding: 0 8px; background: url(images/sep.png) no-repeat left center;}
.foonav ul li:first-child{ background: none; padding-left: 0;}
.foonav ul li a{ display: block; text-decoration: none; color: #fff; font-weight: 400; font-size: 13px; line-height: normal;}
.foonav ul li a:hover{ text-decoration: underline;}

.row2{ margin: 0 0 20px;}
.row2 ul{ margin: 0; padding: 0; list-style: none; float: left;}
.row2 ul li{ float: left; padding: 0 14px; background: url(images/sep2.png) no-repeat left center; font-size: 15px; line-height: normal; color: #fff; font-weight: 400;}
.row2 ul li a{font-size: 15px; line-height: normal; color: #fff; font-weight: 400; text-decoration: underline;}
.row2 ul li:first-child{ padding-left: 0; background: none;}

.row2 h4{font-size: 15px; line-height: normal; color: #fff; font-weight: 400;}
.row2 h4 a{ color: #fff; text-decoration: underline; background: url(images/sep2.png) no-repeat right center; padding-right: 14px;}

.bookslidecont{ /*width: 810px; box-sizing: border-box; padding: 30px 110px; background: #2d2d2d;*/ position: relative;}
.bookslider figure{ margin: 0; padding: 30px 110px; line-height: 0; width: 810px; box-sizing: border-box;background: #2d2d2d; float: left;}
.bookslider figure img{ display: block; width: 100%; height: auto;}
.bookslider .figcaption{ width: 255px; float: right;}
.bookslider .figcaption h6{ font-size: 14px; line-height: 22px; color: #fff; font-weight: 700;}
.bookslider .figcaption ul{ margin: 0; padding: 0 0 18px; list-style:none;}
.bookslider .figcaption ul li{font-size: 14px; line-height: 22px; color: #fff; font-weight: 400;}
a.buynow{ display: none; text-decoration: underline;font-size: 14px; line-height: 22px; color: #fff; font-weight: 400; padding: 0 12px 0 0; background: url(images/rnav.png) no-repeat right 8px;}

.bookslider button{ font-size: 0; border: none; outline: none; -webkit-appearance:none; padding: 0; margin: 0; width: 15px; height: 15px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; cursor: pointer;}
.bookslider .slick-prev{ background: url(images/leftnav.png) no-repeat center center; left: 20px;}
.bookslider .slick-next{ background: url(images/rightnav.png) no-repeat center center; right: 310px;}

.row3{ margin: 0 0 25px;}
.row3 h5{ color: #fff;font-size: 15px;font-weight: 400;line-height: normal; text-decoration: underline;}
.personinfo{ width: 250px; float: left;}
.personinfo figure{ margin: 0 0 22px; padding: 0; line-height: 0;}
.personinfo figure img{ width: 100%; height: auto;}
a.email{ display: block; padding: 0 0 0 50px; text-decoration: none; color: #fff; font-size: 15px; font-weight: 400; background: url(images/icon-mail.png) no-repeat left center;}

.info{ width: 815px; float: right; column-count: 3; -moz-column-count:3; -webkit-column-count:3; column-gap: 30px; -moz-column-gap:30px; -webkit-column-gap:30px;}
.info p{ font-size: 13px; line-height: 20px; color: #fff; font-weight: 400;}

html, body{ height: 100%;}
#wrapper{ min-height: 100%;}

.bookcont figure{ margin:0 0 30px; padding:0; line-height:0;}
.bookcont figure img{ display:block; width:100%; height:auto;}
.bookcont{ padding:0 10px;}
.pageslider .slick-list{ margin:0 -10px;}
.bookinfo h5{ margin:0 0 10px;}
.bookinfo h5 a{ display:block; text-decoration:none; font-size:14px; line-height:normal; font-weight:500; color:#fff;}
.bookinfo ul{ margin:0; padding:0 0 20px; list-style:none;}
.bookinfo ul li{ font-size:12px; line-height:normal; color:#fff; font-weight:300; margin:0 0 6px;}

.pageslider button{ font-size: 0; border: none; outline: none; -webkit-appearance:none; padding: 0; margin: 0; width: 25px; height: 25px; position: absolute; top:25%; cursor:pointer;}
.pageslider .slick-prev{ background: url(images/leftnav.png) no-repeat center center; left: -30px;}
.pageslider .slick-next{ background: url(images/rightnav.png) no-repeat center center; right: -30px;}

/*--------for iphone or mobile or ipad ---------*/
a[href^=tel] {
color:#676868;
text-decoration:none;
}

body {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}


header .mobmenu{ display: none;}


.info.default {
    float: left !important;
	width:1065px !important;
}

img{ outline:none !important; border:none !important;}
a{ outline:none !important;}




