/*
	Theme Name: nef Blank
	Theme URI: http://nefblank.com
	Description: nef Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, nef, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
  font-size: 14px;
}

body{
    background-color: #ffffff;
}


img{
        max-width: 100%;
    height: auto;
}

/*------------------------------------*\
   midashi
\*------------------------------------*/

h2 {
    color: #0c7cd5;
        border-bottom: 1px #eee solid;
}


/*------------------------------------*\
    header
\*------------------------------------*/



.top-read {
    background: #333;
    color: #FFF;
    margin-bottom: 0;
}
.navbar{
    margin-bottom: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #111;
}
.container-fluid{
    background: #0c7cd5;
} 
.bg-slide{
    background: #f5f5f5;
    }
    
.title{
    margin-top: 0;
    margin-bottom: 0;
}
.cover{
    background: #e3f2fd;
    margin-bottom: 20px;
}

.cover-title{
    padding: 30px 0;
}

.cover-title-cat{
  border: 1px solid;
  margin: 30px;
  padding: 10px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.breadcrumb{
height: auto;
margin-bottom: 0;
}
#breadcrumb>div{
    float: left;
}

/*foot*/
.bg-foot{
	background: #ddd;
}
#menu-foot-menu>li>a:before {
    position: absolute;
    left: -1.5em;
    font-family: 'FontAwesome';
    content: "\f152";
    color: #62b966;
    padding-left: 30px;
}
#menu-foot-menu>li>a {
	color: #999;
    padding-left: 30px;
}

.well{
    padding: 10px;
}



/*------------------------------------*\
    sidebar
\*------------------------------------*/

.sidebar {}


/*------------------------------------*\
    footer
\*------------------------------------*/

.footer {
    background: #333;
    color: #fff;
}

.copyright {
    font-weight: bold;
    margin-top: 10px;
}


/*------------------------------------*\
    margin padding
\*------------------------------------*/


/*margin*/
.m-t-0 {
    margin-top: 0px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 20px;
}
.m-t-20 {
    margin-top: 15px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-0{
	margin-bottom: 0px;
}
.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}.m-tb-5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.m-tb-20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-tb-30{
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-50 {
    margin-left: 50px;
}
.m-lr-10 {
    margin-right: 10px;
    margin-left: 10px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}

/*padding*/

.p-5 {
    padding: 5px;
}
.p-t-5 {
    padding-top: 5px;
}
.p-10 {
    padding: 10px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-r-10 {
    padding-right: 10px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-r-0 {
    padding-right: 0px;
}

.p-rl-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.p-rl-5 {
    padding-left: 5px;
    padding-right: 5px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.st{
    font-weight: bold;
}

/*------------------------------------*\
    infiniteslide.js css
\*------------------------------------*/

.infiniteslide1>ul>li>img {
    width: 150px;
    height: 200px;
    margin-right: 10px;
}

.infiniteslide1>ul {
    margin: 0;
}
/*------------------------------------*\
    pagetop.js css
\*------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #3d8b40;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #3d8b40;
}
/*------------------------------------*\
    affix.js css
\*------------------------------------*/


/*------------------------------------*\
    news
\*------------------------------------*/

.news-frame {
    background: #f5f5f5;
    padding: 20px;
    line-height: 2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
}
.news-frame-side{
    border: 1px solid #eee;
    padding: 5px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.no-list {
    list-style-type: none;
}

.label>a {
    color: #FFF;
}

.label>a:hover {
    color: #FFF;
}

.news-title {
    color: #333;
}

/*------------------------------------*\
    affix.js css
\*------------------------------------*/

.size-thumbnail{
        display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.5;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

iframe{
	width: 100%;
	height: 100%;
}

.rent-cat>li{
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
    display: inline;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
  html {
    font-size: 10px;
  }
    .title {
    font-size: 20px;
}
}
@media only screen and (max-width:480px) {
  html {
    font-size: 10px;
  }
  p{
      font-size: 10px;
  }
  .title {
    font-size: 20px;
}
h2, .h2 {
    margin-top: 0;
}
h5, .h5 {
    font-size: 13px;
}
.container {
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-12{
    padding-right: 0;
    padding-left: 0;
}
@media only screen and (max-width:768px) {
  html {
    font-size: 12px;
  }
  }
@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #52ca57;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #52ca57;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #52ca57;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

@media print {
    * {
        background: transparent;
        color: #000;
        box-shadow: none;
        text-shadow: none;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .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;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }



