
     #owl-demo .item{
      display: block;
      padding: 30px 0px;
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
      padding: 5px 9px;
    }

    .owl-theme .owl-buttons i{
      margin-top: 2px;
    }

    /*To move navigation buttons outside use these settings:*/

    .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev{
      right:45px;
      top: -80px; padding:0px; margin:0px;
     /* width:47px;
      height:47px;*/
      /*background:url(img/next.png) no-repeat;*/
    }
	.owl-theme .owl-controls .owl-buttons .owl-prev:before {content:"\f104"; font-family:'FontAwesome'; font-size:25px; color:#2e7caf;}

    .owl-theme .owl-controls .owl-buttons .owl-next{
      right: 20px;
      top: -80px;
     /* width:47px;
      height:47px;*/ padding:0px; margin:0px;
     /* background:url(img/prev.png) no-repeat;*/
    }
	/*.owl-next:before:hover{color:#F00 !important;}*/
	.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"\f105"; font-family:'FontAwesome'; font-size:25px; color:#2e7caf;}
	.arrow-size { color:#646464; font-size:16px; margin-left:-2px;}
	.arrow-size-one { color:#646464; font-size:16px; margin-left:3px;}
	
	
	#owl-news .owl-next{ top:7px; right:-24px;}
	#owl-news .owl-next:before{color:#bad0ed;}
	#owl-news .owl-prev{ top:7px; right:4px;}
	#owl-news .owl-prev:before{color:#bad0ed;}
	
