/************************
Designed by : http://responsivewebinc.com
************************/

/* Open Sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);

/* Open Sans Condensed */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/* Basic CSS starts */

body{
    font-family: 'Open Sans', sans-serif;
    color:#444;
    font-size:13px;
    line-height:25px;
    -webkit-font-smoothing: antialiased;
    background:#fafafa url('../img/main-back.png') repeat;
}

h1,h2,h3,h4{
    font-family: 'Open Sans Condensed', sans-serif;
}

h5,h6{
    font-family: 'Open Sans', sans-serif;
}

p{
    margin:0;
    padding:0;
}

ul, ol{
    padding-left:15px;
}

a{
    color: #fa513b;
    text-decoration:none;
}

a:hover{
    color:#fa513b;
    text-decoration:none;
    border-bottom:1px dotted #fa513b;
}

a:hover,a:active,a:focus {
    outline: 0;
}

hr{

}

strong{
    font-family: 'Open Sans', sans-serif !important;
    font-weight:600;
}

:focus {
    outline:none;
}

::-moz-focus-inner {
    border:0;
}

.form *{
    font-size:13px;
}

#myTab li.active a{
    color:#fff !important;
    background:#fa513b; !important;
    border-color:#fa513b; !important;
}

/* Basic CSS ends */

.container{
    width:100%;
}

.color{
    color:#fa513b;
}

.sep-bor{
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
    margin:20px 0px;
    height:5px;
}

.sep{
    height: 5px;
    margin:20px 0px;
    background: url("../img/sep.png") repeat;
}

.blocky{
    margin:30px 0px;
}

.modal h4{
    font-family:"Open Sans", sans-serif;
    font-weight:bold;
    color:#777;
    font-size:16px;
}

.pagination{
    margin:5px 0px;
}

.page-title{
    margin:0px 0px 10px 0px;
}

.page-title i{
    font-size:30px;
    margin-right:5px;
}

.page-title h2{
    font-size:35px;
    margin:0px;
    padding:0px;
}

.page-title small{
    font-size:21px;
    margin-left:5px;
}

.section-title h4{
    margin:0px;
    padding:0px;
    font-family:"Open Sans", sans-serif;
    font-size:22px;
    margin-bottom:5px;
    color:#777;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

.btn-blue{
    color:#fff !important;
    background:#fa513b;
    border:1px solid #fa513b;;
    border-bottom:2px solid #fa513b;
    font-size:13px;
}

.btn-blue:hover{
    color:#fff !important;
    background:#fa513b;
    border:1px solid #fa513b;
    border-bottom:2px solid #fa513b;
    font-size:13px;
}

.input-group .btn{
    margin-top:0px !important;
}

/* CL Editor */

.cleditorMain{
    border: 1px solid #ccc;
    margin: 10px 0px;
}

.cleditorMain textarea, .cleditorMain iframe{
    width: 100% !important;
}

/* Logo & Navigation */

.header{
    height:70px;
    background:#fa513b;
    border-top:4px solid #fa513b;
    border-bottom:1px solid #fa513b;
}

.header .logo h1{
    font-size:40px;
    margin:0px;
    padding:10px 0px;
}

.header .logo h1 a{
    color:#fff;
    font-family: 'Open Sans Condensed', sans-serif;
}

.header .logo h1 a:hover{
    color:#fff;
    text-decoration:none;
    border:0px;
}

.header .form{
    margin-top:15px;
    width:100%;
    max-width:300px;
    margin:15px auto;
}

.header .navbar *{
    box-shadow:none !important;
}

.header .navbar .label{
    font-size:12px;
    padding:4px 8px;
    margin:0px 2px;
    border-radius:15px !important;
}

.header .navbar{
    background:none !important;
    border:0px !important;
}

.header .navbar i{
    margin-right:3px;
}

.header .navbar .nav > li > a{
    color:#fff !important;
    font-size:13px !important;
    border-bottom:0px !important;
    margin-top:7px !important;
    font-weight:bold;
}

.header .navbar-nav>.open>a,.header  .navbar-nav>.open>a:hover,.header  .navbar-nav>.open>a:focus {
    background:none !important;
}

.header .navbar-collapse{
    border:0px !important;
}

.header .navbar-header{
    width:43px;
    margin:0 auto;
}

.header .navbar-header button{
    color:#fff !important;
    padding:5px 10px;
}

.header .navbar-toggle{
    background-color: #fa513b; !important;
    border:1px solid #fa513b; !important;
}

.header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background-color: #fa513b; !important;
    border:1px solid #fa513b; !important;
}

.header .dropdown-menu{
    border-radius:6px !important;
    background:#fff !important;
}

.header .dropdown-menu li{
    font-size:13px;
    padding:6px 15px;
    border-bottom:1px dashed #f3f3f3;
}

.header .dropdown-menu li a {
    color:#888;
    padding-left:0px !important;
}

.header .dropdown-menu li:last-child{
    border:0px;
}

.header .dropdown-menu li a:hover{
    background:none !important;
    color:#666 !important;
    border:0px !important;
}

.header .dropdown-big{
    min-width:300px;
}

.header .dropdown-big .dropdown-head{
    padding:7px 15px;
    background:#fcfcfc;
    border-bottom:1px solid #ddd;
    margin-top:-5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.header .dropdown-big .dropdown-title{
    font-size:13px;
    font-weight:bold;
    color:#999;
}

.header .dropdown-big .dropdown-body{
    background:#fff;
}

.header .dropdown-big .dropdown-foot{
    padding:7px 15px;
    background:#fcfcfc;
    border-top:1px solid #ddd;
    margin-bottom:-5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    font-size:12px;
}

.header .dropdown-big .dropdown-foot a{
    color:#888;
}

.header .dropdown-big .dropdown-foot a:hover{
    color:#555;
    border-bottom:0px;
}

.header .navbar-nav .caret{
    border-top-color:#fff !important;
    border-bottom-color:#fff !important;
}

.header .navbar-nav>.open>a .caret,.header  .navbar-nav>.open>a:hover .caret,.header  .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

/* Sidebar navigation */

.sidey{
    margin-bottom:30px;
    /*width:220px;*/
    display:block;
    float:left;
    background:#fff;
    border-radius:10px;
    padding:10px;
    border-left:1px solid #eee;
    border-top:1px solid #eee;
    border-right:2px solid #eee;
    border-bottom:2px solid #eee;
    position:absolute;
}

.sidey ul.nav, .sidey ul.nav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidey ul.nav ul {
    margin:0px;
    padding:0px;
    display:none;
}

.sidey .nav li.open ul{
    display:block;
}

.sidey .nav > li {
    margin: 0;
    border-bottom:1px dashed #eee;
}

.sidey .nav > li:last-child{
    border-bottom:0px;
}

.sidey .nav > li li {
    margin: 0;
}

.sidey .nav > li li a{
    padding-left:25px;
}

.sidey .nav > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
    color: #999;
    display: block;
    font-weight:bold;
    background:none;
    text-decoration: none;
    border-top:0px;
    font-weight:bold;
}

.sidey .nav > li > a > i{
    margin-right:5px;
}

.sidey .nav > li > ul > li > a {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 10px 8px 40px;
    color: #999;
    background:#fff;
    display: block;
    text-decoration: none;
    border-top:0px;
    font-weight:bold;
}

.sidey .nav > li > ul > li.active > a{
    background:#fff;
    border-top:0px;
    color:#555;
}

.sidey .nav > li > ul > li > a:hover{
    background:#fff;
    color:#555;
    border-bottom:0px;
}

.sidey .nav li a:hover, .sidey .nav li.current > a {
    background: #fff;
    color: #555;
    border-bottom:0px;
}

.sidey .nav li.open > a{
    background:#fff;
    border-bottom:1px dashed #eee;
}

.sidey .nav a .caret {
    float: right;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #aaa;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
}

.sidey .nav a:hover .caret {
    border-top-color: #aaa;
}

.sidey .nav li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #aaa !important;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sidey .nav li.open > a:hover > .caret {
    border-bottom-color: #aaa;
}

.sidebar-dropdown{
    display:none;
}

/* Main */

.mainy{
    position: relative;
    margin-left: 240px;
    margin-right: 0px;
    width: auto;
    min-height: 900px;
}

.mainy .container{
    width: 100%;
}

/* Make post */

.make-post h5{
    margin:0px;
    margin-bottom:12px;
    padding:0px;
    font-weight:bold;
}

/* Admin hero */

.admin-hero{
    color:#fff;
    margin:10px 0px;
}

.admin-hero hr{
    margin:12px 0px;
    border-top:1px solid #fa513b;
}

.admin-hero ul li{
    padding:30px 30px;
    text-align:center;
    background:#fa513b;
    height:180px;
    margin:5px 3px;
    border-radius:5px;
    border:1px solid #fa513b;
}

.admin-hero ul li h2{
    font-size:40px;
    line-height:40px;
    margin:0px;
}

.admin-hero ul li .label{
    font-size:15px;
    position:relative;
    top:-10px;
}

.admin-hero .hero-icon{
    font-size:40px;
    line-height:58px;
}

/* Admin widget */

.awidget{
    max-width:500px;
    background:#fff;
    margin:10px auto;
    padding:5px;
    border-radius:10px;
    border-left:1px solid #eee;
    border-top:1px solid #eee;
    border-bottom:3px solid #eee;
    border-right:3px solid #eee;
}

.awidget .awidget-head{
    padding:10px;
}

.awidget .awidget-head h3{
    margin:0px;
    font-family:"Open Sans", sans-serif;
    font-size:15px;
    line-height:25px;
    color:#666;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #eee;
}

.awidget .awidget-body{
    padding:5px 12px;
    color:#777;
}

.awidget.full-width{
    max-width:100%;
}

.chart-container {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
}

.chart-placeholder {
    width: 100%;
    height: 100%;
}

#pie-chart,#pie-chart2,#pie-chart3{
    height: 250px;
    max-width: 100%;
}

/* Login & Register */

.login-reg{
    width:100%;
    max-width:500px;
    margin:70px auto;
}

/* Admin media */

.admin-media img{
    max-width:40px;
}

/* Recent Activity starts */

.activity{
    list-style-type: none;
    margin: 0px;
    padding:0px;
}

.activity li{
    padding:10px 10px;
    background-color: #fff;
    border-top: 1px dashed #eee;
}

.activity li:first-child{
    border-top: 0px;
}

.activity i{
    margin-right: 5px;
}

/* Google maps */

.gmap iframe{
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

/* Recent posts & Comments widgets starts */


.recent-content .btn{
    font-size: 12px !important;
    margin-top: 5px;
}

.recent-meta{
    font-size: 11px;
    color: #999;
}

.recent {
    list-style-type: none;
    margin: 0px;
    font-size: 13px;
    line-height: 22px;
}

.recent img{
    margin-top: 5px;
    margin-right:10px;
    max-width:50px;
}

.recent li{
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eee;
}

/* Recent posts and comments widget ends */

/* Tasks starts */

.task{
    list-style-type: none;
    margin: 0px;
    padding:0px;
}

.task li{
    padding:12px 10px;
    border-top: 1px dashed #eee;
}

.task li:first-child{
    border-top: 0px;
}

.task .label{
    margin-left: 5px;
}

.task .btn{
    font-size: 11px !important;
}

/* Date & time picker */

.picker{
    padding:4px;
    border-radius:8px;
    border:1px solid #999;
}



/* Slider */

#eq span {
    height:120px; float:left; margin:15px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.1em;
    height: 1.1em;
    cursor: default;
    background: #fafafa !important;
    border: 1px solid #ccc !important;
}

.ui-slider-horizontal {
    height: .5em;
    border: 0px solid #eee !important;
    background: #dfdfdf !important;
}

.ui-slider-vertical {
    height: 100px;
    width: 0.5em;
    border: 0px solid #fff !important;
    background: #dfdfdf !important;
}

#master1, #master2, #master3, #master4, #master5, #master6{
    width: 100%;
    margin:15px 0px !important;
}

.slider-red .ui-widget-header{
    background: #dd514c !important;
    border-color: #dd514c !important;
}

.slider-blue .ui-widget-header{
    background: #fa513b; !important;
    border-color: #fa513b; !important;
}

.slider-green .ui-widget-header{
    background: #44c636 !important;
    border-color: #44c636 !important;
}

.slider-yellow .ui-widget-header{
    background: #fcd419 !important;
    border-color: #fcd419 !important;
}

.slider-orange .ui-widget-header{
    background: #fc9419 !important;
    border-color: #fc9419 !important;
}

.slider-violet .ui-widget-header{
    background: #9919fc !important;
    border-color: #9919fc !important;
}

/* Toggle button */

.make-switch{
    margin:5px 0px;
}

/* Error page */

.error-page h2{
    font-size:85px;
}

/* Error log */

.error-log{
    height: 400px;
    overflow: auto;
}

.error-log ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.error-log ul li{
    padding: 10px 0px;
}

/* Table border */


.no-table-bor  .table thead>tr>th,
.no-table-bor .table tbody>tr>th,
.no-table-bor .table tfoot>tr>th,
.no-table-bor .table thead>tr>td,
.no-table-bor .table tbody>tr>td,
.no-table-bor .table tfoot>tr>td {
    border-bottom: 1px dashed #eee;
    border-top:0px;
}

/* Portfolio */

.img-portfolio ul{
    margin:0;
    padding:0;
}

.portfolio li{
    display:inline !important;
    border:none !important;
}

.portfolio li a, .portfolio li a:visited{
    color:#777;
    padding:5px 10px;
    margin:0px 5px;
}

.portfolio li a:hover{
    color:#555;
}

#portfolio .element{
    margin:20px 10px 10px 0px;
    padding: 0px;
    display:inline-block;
}


#portfolio a, #portfolio a:visited, #portfolio a:hover{
    color:#666;
    text-decoration:none;
}

#portfolio img{
    width:200px;
    max-width:200px;
    height:150px;
}

/* PrettyPhoto */

div.ppt {
    display:none !important;
}


/* Chat Widget starts */

.chats{
    list-style-type: none;
    margin: 0px;
    padding-left:0px;
}

.chats li{
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.chats .by-me img{
    max-width:40px;
    margin-top: 5px;
    margin-right:10px;
}

.chats .by-me .chat-meta{
    font-size: 11px;
}

.chats .by-me .chat-content{
    margin-left: 60px;
    position: relative;
    background: #fcfcfc;
    padding: 7px 10px;
    font-size: 13px;
    border-radius:5px;
    border:1px solid #eee;
}

.chats .by-me .chat-content:after, .chats .by-me .chat-content:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.chats .by-me .chat-content:after {
    border-color: rgba(255, 255, 255, 1);
    border-right-color: #fa513b;
    border-width: 10px;
    top: 30%;
    margin-top: -10px;
}

.chats .by-me .chat-content:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #ccc;
    border-width: 11px;
    top: 30%;
    margin-top: -11px;
}

.chats .by-other img{
    max-width:40px;
    margin-top: 5px;
    margin-left:10px;
}

.chats .by-other .chat-meta{
    font-size: 11px;
    color: #999;
}

.chats .by-other .chat-content{
    margin-right: 60px;
    position: relative;
    background: #fcfcfc;
    padding: 7px 10px;
    font-size: 13px;
    border:1px solid #eee;
    border-radius:5px;
}

.chats .by-other .chat-content:after, .chats .by-other .chat-content:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.chats .by-other .chat-content:after {
    border-color: rgba(255, 255, 255, 1);
    border-left-color: #fa513b;
    border-width: 10px;
    top: 30%;
    margin-top: -10px;
}

.chats .by-other .chat-content:before {
    border-color: rgba(238, 238, 238, 0);
    border-left-color: #ccc;
    border-width: 11px;
    top: 30%;
    margin-top: -11px;
}

/* Chat widget ends */

/* Project widget starts */

.project{
    list-style-type: none;
    margin: 0px !important;
    padding:0px !important;
}

.project li{
    padding-top:10px;
    padding-bottom:10px;
    border-top: 1px solid #ddd;
}

.project li:first-child{
    border-top: 0px;
    padding-top:0px;
    margin-top:0px;
}

.project p{
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important
}

.project input{
    margin-right:3px;
    position:relative;
    top:2px;
}

.project .p-meta{
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px !important;
    margin-bottom: 5px !important;
}

.project .progress{
    margin:0px !important;
    padding: 0px !important;
    margin-left: 20px !important;
}

/* Proejct widget ends */

/* Back to top */

.totop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 104400;
    background: #fa513b;
}

.totop a, .totop a:visited{
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.totop a:hover {
    color: #eee;
    text-decoration: none;
}

/* Footer */

footer{
    background:#333 url("../img/footer-back.png") repeat;
    border-top:3px solid #ddd;
    box-shadow:inset 0px 0px 3px #111;
    color:#ccc;
    font-size:14px;
    line-height:25px;
    padding:10px 0px 10px 0px;
}

footer a{
    color:#eee;
    text-decoration:none;
    border-bottom:1px dotted #888;
}

footer a:hover{
    color:#aaa;
    text-decoration:none;
    border:0px;
}

footer hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: #000 1px solid;
    border-bottom: #212121 1px solid;
}

footer .copy{
    font-size:13px;
    margin:15px 0px;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){

}

/* Tablets */
@media (max-width: 767px){
    .container{
        width:100% !important;
    }
    .header{
        height:auto;
        padding:15px 0px;
    }
    .header .logo{
        text-align:center;
        padding-bottom:10px;
    }
    .header .navbar .nav > li > a:hover{
        background:#fa513b;
        border-radius:5px;
    }
    .navbar-toggle {
        margin-right:0px !important;
    }
}

/* Desktop */

@media (max-width: 991px){


    .header{
        height:auto;
        padding:15px 0px;
    }
    .header .logo{
        text-align:center;
        padding-bottom:10px;
    }
    .header .form{
        margin:10px auto;
    }

    .header .navbar-collapse{
        float:none !important;
        width:400px;
        margin:0 auto;
        margin:0 auto;
    }

    .sidey{
        margin-bottom:30px;
        width:100%;
        float:none;
        display:none;
        position:relative;
    }
    .mainy{
        margin-left: 0px;
    }
    .sidebar-dropdown{
        display:block;
        text-align:center;
        margin:0 auto;
        margin-bottom:10px;
        border-bottom:1px dashed #eee;
        padding-bottom:10px;
    }
    .sidebar-dropdown a, .sidebar-dropdown a:hover{
        color:#fff;
        background:#fa513b;
        display:block;
        padding:6px 12px;
        border-bottom:0px;
        box-shadow:0px 0px 1px #fa513b;
        border-radius:10px;
    }
}