/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* f8F8F8F */
* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #ebebeb;
}
.form-control {
  border-color: #ccc;
  box-shadow: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-control:focus {
  border-color: #2f5ea6;
}
#header {
  border: none;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #c9c9c9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-bottom: 14px;
}
#header .content {
  text-align: left;
  /*.wrapper-banner{
		width:100%;
		height:100%;
		line-height:100px;

		.cell{
			padding:10px;
			width:100%;
			height:100%;
			background: red;
		}
	}*/
}
#header .content h2 {
  font-style: italic;
  font-size: 13px;
}
#header #toggle-menu {
  z-index: 999;
}
#header #logo {
  width: 270px;
  margin-top: 14px;
  margin-bottom: 14px;
}
#header .banner-container {
  width: 100%;
  padding: 14px 0px;
}
#header .banner-container #banner {
  width: 100%;
}
#header .banner-container #banner img {
  max-width: 100%!important;
  height: auto!important;
}
#navigation {
  margin-bottom: 4px;
}
#navigation ul {
  list-style: none;
}
#navigation ul li a {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5d5d5d;
  font-weight: bold;
  outline: 0;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#navigation ul li a:hover {
  background-color: #CFCFCF;
}
#navigation ul li a.active {
  background-color: #2f5ea6;
  color: #FFFFFF;
}
#navigation ul li .dropdown-menu li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  #page,
  #header .content {
    max-width: 960px;
    width: 95%;
  }
  #header #logo {
    margin-bottom: 28px;
  }
  #navigation {
    max-width: 960px;
    margin-left: auto;
    width: 95%;
    margin-right: auto;
    padding: 0;
  }
  #navigation > ul {
    float: none;
    text-align: left;
  }
  #navigation > ul > li {
    display: inline-block;
    font-size: 12px !important;
    margin-right: 4px;
    /*0px 4px;*/
  }
  #navigation ul li .dropdown-menu {
    text-align: left;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #page {
    width: 95%;
    /*margin-left:8px;
		margin-right:8px;*/
  }
  #navigation {
    text-align: left;
  }
  #navigation ul li .dropdown-menu li a {
    padding-left: 30px;
  }
  #header .banner-container {
    display: none;
  }
}
#page {
  padding: 0;
}
.item {
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 12px;
  width: 100%;
  padding: 10px;
}
.item h1,
.item h2,
.item .title {
  color: #2f5ea6;
}
.item h1 {
  font-size: 28px;
}
.item h2 {
  font-size: 22px;
}
.item h3 {
  font-size: 18px;
}
.item h4 {
  font-size: 16px;
}
.item .content img,
.item .content iframe,
.item .content div,
.item .content p {
  max-width: 100%;
}
.item .content .cke_top,
.item .content .cke_bottom {
  background: #FFFFFF !important;
}
.item .content img {
  max-width: 100% !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.item .content .row-infos,
.item .content .row-infos > div {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.item .content .row-infos .col-info-article,
.item .content .row-infos > div .col-info-article {
  text-align: right;
  font-size: 11px;
  line-height: 3.2em;
  color: #5E5E5E;
}
.item .content .row-infos .glyphicon-comment,
.item .content .row-infos > div .glyphicon-comment,
.item .content .row-infos .glyphicon-pencil,
.item .content .row-infos > div .glyphicon-pencil {
  margin-left: 8px;
}
.item .content .row-infos .total-comments,
.item .content .row-infos > div .total-comments {
  margin-right: 12px;
  font-style: italic;
}
.item .center {
  text-align: center;
}
.item .row-prayertime {
  font-size: 12px;
  padding: 0;
}
.item .row-prayertime .prayername {
  margin-left: 4px;
  margin-right: 4px;
  color: #2f5ea6;
}
.item .mejs-container {
  max-width: 100%;
  margin-left: auto!important;
  margin-right: auto!important;
}
.item blockquote {
  font-size: 12.5px;
  font-style: italic;
  border-left: 5px solid #eee;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.item .contact textarea {
  width: 100%;
  resize: none;
  height: 200px;
}
.item h1::first-letter,
.item h2::first-letter,
.item h3::first-letter,
.item h4::first-letter,
.item .title::first-letter {
  text-transform: capitalize;
}
.item > .title {
  text-transform: uppercase;
  border-bottom: 1px solid #2f5ea6;
}
.item-empty {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
}
.item-flash {
  width: 100%;
  margin: 0;
}
.item-comment {
  width: 80%;
  margin-bottom: 6px;
  font-size: 12px;
}
.item-comment-left {
  text-align: left;
  margin-right: 20%;
}
.item-comment-right {
  text-align: left;
  margin-left: 20%;
}
.see-more {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #5f76a6;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 0;
  text-align: center;
  padding: 8px 16px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.see-more:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #d3d3d3;
}
#paginator {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#paginator .pagination > .active > a,
#paginator .pagination > .active > span,
#paginator .pagination > .active > a:hover .pagination > .active > span:hover,
#paginator .pagination > .active > a:focus,
#paginator .pagination > .active > span:focus {
  background-color: #dedede;
}
#paginator .pagination > li > a,
#paginator .pagination > li > span {
  color: #2f5ea6;
  border: solid 1px #ccc;
}
#footer {
  border-top: 1px solid #ccc;
  padding: 14px;
  background: #D7D9DB;
  text-align: center;
  color: #545454;
  font-size: 13px;
}
#footer .infos {
  margin: 12px 0px;
}
#footer .infos img {
  width: 30px;
}
#footer .title {
  font-size: 24px;
  color: #2f5ea6;
}
#footer .contact .map {
  max-width: 100%;
}
#footer .share ul {
  list-style: none;
}
#footer .share ul li {
  display: inline-block;
  margin-right: 12px;
}
#footer .share ul li img {
  width: 50px;
  height: 50px;
}
#footer .request input,
#footer .request textarea {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-style: italic;
  outline: none;
  color: #2f5ea6;
}
#footer .request textarea {
  height: 150px;
  width: 100 %;
  resize: none;
}
