/* customized owl theme */
.tcowl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* If PaginationNumbers is true */

.tcowl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #2980b9;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.tcowl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.tcowl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.tcowl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #2980b9;
}

.tcowl-theme .owl-controls .owl-page.active span,
.tcowl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.tcowl-theme .owl-prev,
.tcowl-theme .owl-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
		background-color: #2980b9;
}

.tcowl-theme .owl-prev {

    left:-40px;

}
.tcowl-theme .owl-next {

    right:-40px;
}

/*End theme*/


.emu-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* If PaginationNumbers is true */

.emu-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.emu-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.emu-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.emu-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#343434;
}

.emu-theme .owl-controls .owl-page.active span,
.emu-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* Common styling */

h3.box-title {
    color:#343434;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* End Emu theme */


h1.p-title{
  color: red;
}

.tc-owl-container{

  text-align: center;
	margin:40px 0;
}
.tc-owl-container .item{
  overflow: hidden;
  max-width: 415px;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
  border:1px solid #d7d7d7;
}


div.item-title{
min-height: 20px;
margin:40px 0;
}

/* Nav style one */

.tc-owl-container .navsone .owl-item img {
    box-shadow: none;
    border-radius: 0;
}


.tc-owl-container .navsone .owl-prev,
.tc-owl-container .navsone .owl-next {
    font-size:24px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 36px;
    height: 36px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.tc-owl-container .navsone .owl-prev {
    left:-40px;

}
.tc-owl-container .navsone  .owl-next {

    right:-40px;
}

 .owl-theme  .owl-controls .owl-buttons div{

  font-size: 22px;
  line-height: 29px;
  background: #00b9eb;
}


.item-title{
  display: block;
}


/* Nav style two */

.tc-owl-container .navstwo .owl-item img {
    box-shadow: none;
    border-radius: 0;
}


.tc-owl-container .navstwo .owl-prev,
.tc-owl-container .navstwo .owl-next {
    font-size: 17px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 60px;
    height: 60px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.tc-owl-container .navstwo .owl-prev {
    top:28%;
    left:-40px;

}
.tc-owl-container .navstwo  .owl-next {
    top:28%;
    right:-40px;
}



.owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 18px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    height: 36px;
    width: 36px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #1282E2;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Style One */

.tc-owl-container .item-one{
  overflow: hidden;
  max-width: 415px;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
}
.tc-owl-container .item-one img {
  width:100%;
  height: auto;
}

/* Style two*/
.tc-owl-container .item-two{
  overflow: hidden;
  max-width: 415px;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
}
.tc-owl-container .item-two img {
  width:100%;
  height: auto;
}

/* Style Three*/

.tc-owl-container .item-three{
  overflow: hidden;
  max-width: 415px;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
  border:1px solid #d7d7d7;
}
.tc-owl-container .item-three img {
  width:100%;
  height: auto;
}
/* style four*/

.tc-owl-container .item-four{
  overflow: hidden;
  max-width: 415px;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
  border:1px solid #d7d7d7;
  background-color:#564328;
}
.tc-owl-container .item-four img {
  width:80%;
  height: auto;
  margin-top:30px;
}

/* Style Five */

.tc-owl-container5 .item-five img {
  height: auto;  margin-top:30px;
}
div.item-title-five {
    bottom:0%;
    position: absolute;
    background-color:rgba(52, 52, 52, 0.4);
    padding: 10px;
    color: #fff;
    text-align: justify;
		overflow: hidden;
}
.tc-owl-container5  .owl-prev,
.tc-owl-container5 .owl-next {
    font-size: 17px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 60px;
    height: 60px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
		background-color:#000000;
}

.tc-owl-container5 .owl-prev {
    left:40px;

}
.tc-owl-container5 .owl-next {
    right:40px;
}
/* Style six  */
.tc-owl-container-six{
	margin: 80px 0;
}

.tc-owl-container-six .item-six{
  overflow: hidden;
  position: relative;
}
.tc-owl-container-six .item-six img {
  width:100%;
  height: auto;
}
.tc-owl-container-six  .owl-prev,
.tc-owl-container-six  .owl-next {
    font-size: 117px;
    position: absolute;
    top: 28%;
    width: 60px;
    height: 60px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.tc-owl-container-six  .owl-prev {
    left:40px;

}
.tc-owl-container-six  .owl-next {
    right:40px;
}
.tcowl-theme-six .owl-controls .owl-buttons div {
    color: #FBF7F7;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    font-size: 118px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

/* End Style six */

/*Post Item*/

.tc-post-owl-container1{

  text-align:left;

	margin: 40px 0;

}

.tc-post-owl-container1 .item-post-one{

  overflow: hidden;

  max-width: 415px;

  margin-left:8px;

  margin-right:8px;

  position: relative;

}

.tc-post-owl-container1 .item-post-one img {

  width:100%;

  height: auto;

}



div.item-title-six{

min-height: 20px;

margin:40px 0;

}



.tc-post-owl-container1 .owl-controls .owl-prev,

.tc-post-owl-container1 .owl-controls .owl-next {

    font-size: 17px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;

}



.tc-post-owl-container1 .owl-prev {
  left:-40px;
}

.tc-post-owl-container1 .owl-next {
    right:-40px;
}

/* Style seven */



.tc-post-owl-container2{
 text-align:left;
 margin: 40px 0;
}

.tc-post-owl-container2 .item-post-two{

  overflow: hidden;

  max-width: 415px;

  margin-left:8px;

  margin-right:8px;

  position: relative;

}

.tc-post-owl-container2 .item-post-two img {

  width:100%;

  height: auto;

}



div.item-post-title-two{

min-height: 20px;

margin:40px 0;

}
