
@import url('../css/bootstrap.min.css');
@import url('../css/animate.min.css');


/*  Styles for toggle */
#wrapper {
	 padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */
#menu-toggle{
z-index:9999;
position:fixed;
cursor:pointer;
}

#menu-toggle i{
 background: #e74b43;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  display: inline-block;
}
.logo{
margin-bottom:30px;
margin-top: 10px;
}
.logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.social{
position: relative;
bottom:0px;
width:100%;	

}
.social .fa{
margin-left:5px;
margin-right:5px;

}
.admin{
position:fixed;
bottom:0;
left:2px;
font-size: 12px;
color: #fff;

}
#search-toggle{
z-index:9999;
position:relative;
top:40px;
cursor:pointer;

}
#search-toggle i{
 background: #e74b43;
  font-size: 16px;
 
  padding: 10px;
  color: #fff;
  display: inline-block;
}
#rightsidebar-toggle{
z-index:9999;
position:absolute;
top:78px;
cursor:pointer;
}
#rightsidebar-toggle i{
 background: #e74b43;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  display: inline-block;
}
.search{
position:fixed;
left:40px;
top:5px;
display:none;
z-index:200;
}
.show{
display:block;
}
.sidebar-nav {
     position: relative;
	float: left;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: center;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
	
}

.sidebar-nav li a {
    color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  font-family: Montserrat, sans-serif;
 
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
	
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
	text-align: center;
}

.sidebar-nav .dropdown-menu  li a{
  font-size:10px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 300px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        
		padding: 20px;
        position: relative;
		
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


	
	}

@media screen and (max-width: 320px) {
.simple_blog_comments{
float:right;
margin-right: 0px;
margin-left:5px;
color: #e74b43;
}
.social{	
display:none;
}
.admin{	
display:none;
}	
}

@media (min-width:320px) and (max-width:760px) {
.social{	
display:none;
}
.admin{	
display:none;
}
}



/* #Typography */
a {
  color: #e74b43;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
a:hover {
  color: #666;
}

p {
  color: #666;
  font-size: 16px;
  font-family: 'Merriweather', serif;
  line-height: 2.15;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

var {
  color: green;
}

code, kbd, pre {
  background: #eee;
  padding: 0 5px;
  margin: 0 2px;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

pre {
  padding: 20px;
  border: 2px solid #444;
  word-wrap: break-word;
  margin-bottom: 30px;
  display: inline-block;
}

kbd {
  background: #333;
  color: #ccc;
}

cite {
  font-size: 12px;
}

sub, sup {
  font-size: .6em;
}

q {
  font-size: 16px;
  color: #888;
}
q:before, q:after {
  content: '"';
}

blockquote {
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
}
blockquote p {
  color: #666;
  font-style: italic;
}
blockquote p:before {
  font-family: FontAwesome;
  content: "\f10d";
  padding-right: 20px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  text-align: right;
  padding-top: 15px;
  color: #333;
  font-style: normal;
  font-family: Montserrat, sans-serif;
}

abbr {
  cursor: help;
  color: #444;
  font-size: 12px;
}

address {
  font-size: 14px;
  font-family: 'Merriweather', serif;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}

table, th, td {
  font-family: 'Merriweather', serif;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
table thead tr {
  background: #333 !important;
}
table thead th {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
table tr:nth-child(odd) {
  background: #f6f6f6;
}
table th, table td {
  font-weight: normal;
  text-align: left;
  padding: 10px;
}
table th {
  font-weight: bold;
}
table td {
  color: #666;
}

#page-content-wrapper ul, #page-content-wrapper ol {
  list-style-type: circle;
  padding-left: 30px;
}
#page-content-wrapper ul li, #page-content-wrapper ol li {
  margin-bottom: 25px;
  line-height: 1.8;
}
#page-content-wrapper ul li ul, #page-content-wrapper ul li ol, #page-content-wrapper ol li ul, #page-content-wrapper ol li ol {
  margin-top: 25px;
}
#page-content-wrapper ul li, #page-content-wrapper ul li a, #page-content-wrapper ol li, #page-content-wrapper ol li a {
  font-size: 13px;
  color: #777;
}
#page-content-wrapper ul li a:hover, #page-content-wrapper ol li a:hover {
    color: #666;
}
#page-content-wrapper ol {
  list-style-type: decimal;
  padding-left: 22px;
}
#page-content-wrapper ol li {
  background: none;
}
#page-content-wrapper ul li a{
    color: #e74b43;
 
}


/* #Buttons*/

.button {
  font-family: Montserrat, sans-serif;
  display: inline-block;
  line-height: 16px;
  padding: 17px;
  background: #e74b43;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.button:hover {
  background: #666;
  color: #fff;
}
.button.read-more {
  margin-top: 20px;
  text-decoration:none;
}

/* simple blog*/
h2[id^="blog_post_"] a:hover{
text-decoration:none;
color: #e74b43;
}
h2[id^="blog_post_"] a{
color: #333;
}
h2[id^="blog_post_"] {
margin-bottom: 30px;
}
.blog_post {
 padding: 40px 20% 20px 20%;
 }
.simple_blog_info{
font-size: 14px!important;
  font-family: 'Merriweather', serif;
  color: #666;
}
.simple_blog_comments{
float:right;
margin-right: 20%;
margin-left:5px;
color: #e74b43;
}
.blog_post .twysiwygr{
	color: #666;
    font-family: "Merriweather",serif;
    font-size: 16px;
    line-height: 2.15;
   /* line-height: 1.6;*/
  
}
.blog_post .twysiwygr p{
	font-size: inherit; 
}
hr{
margin-top:5px;
}
.blog_nav_links{
padding-left: 20%;
}
.blog_nav_links span{
/*padding-left: 10px;*/
}
.blog_nav_links a {
  display: inline-block;
  color: #fff;
  background: #e74b43;
  padding: 13px 15px;
  font-size: 12px;
}
.blog_nav_links a:hover {
  background: #333;
  color: #e74b43;
  text-decoration:none;
}
.category_container{
/*padding-left: 20%;*/
display:none;
margin-bottom: 20px;
    color: #666;
    font-family: "Merriweather",serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
}
.comment_container{
padding-left: 20%;
}
form{
color: #666;
    font-family: "Merriweather",serif;
}
form ul{
padding-left: 0px!important;
}
.form-control:focus {
    border-color: #e74b43;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(231, 75, 67, 0.6);
    outline: 0 none;
}

/* style for special form*/
.contactform{
 width: 100%!important;
 color: #666;
    font-family: "Merriweather",serif;
 
}
.contactform .submit {
float:left!important;

width:auto!important;
}
.contactform label span.title{
width:auto!important;
}
.contactform input{
width:100%!important;
}
.contactform label {
float: none!important;
display: inline-block!important;

}

/*anim*/
.animated.delay1 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delay2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*rightsidebar*/
.rightsidebar{
display:none;
z-index:999;
position:fixed;
right:0;
top:0;
width:300px;
/*background: #222;*/
 background-color: rgba(34, 34, 34, 0.8);
}
#rightsidebar-close{
z-index:9999;
position:absolute;
top:0px;
right:0;
cursor:pointer;
}
#rightsidebar-close i{
 background: #e74b43;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  display: inline-block;
}
.rightsidebar p{
color: #fff;
}
.rightsidebar h1{
color: #fff;
}
.rightsidebar h2{
color: #fff;
}
.rightsidebar h3{
color: #fff;
}
.rightsidebar h4{
color: #fff;
}
.rightsidebar h5{
color: #fff;
}
.rightsidebar h6{
color: #fff;
}
