/*box styles*/

/*style 1*/

.useful_box1{
    background: #fff;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    *display: inline !important;
    padding:10px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 1px 4px 
    rgba(0, 0, 0, 0.3), 0 0 40px 
    rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px 
    rgba(0, 0, 0, 0.3), 0 0 40px 
    rgba(0, 0, 0, 0.1) inset;    
}

.useful_box1 img {
    border: none;
    width: 100%;
}

div.img_shadow a{
    position: relative;
    display: block;
    border: 0;
}
/*div.img_shadow a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow:inset 0 0 50px black;
    -webkit-box-shadow:inset 0 0 50px black;
    -moz-box-shadow:inset 0 0 50px black;
    -ms-box-shadow:inset 0 0 50px black;
}*/

.useful_box1 p{ 
    margin-top: 15px;    
    text-align: justify;
}

.useful_box1 .readmore{
    text-align: right;
}

#screen_pre{
    background-repeat: no-repeat;
}
.screen1{
    display: inline-block;
    background-image: url('../img/screen_01.png');
    width: 200px;    
    height: 300px;        
}

.screen2{
    display: inline-block;
    background-image: url('../img/screen_02.png');    
    width: 200px;    
    height: 300px;        
}

.screen3{
    display: inline-block;
    background-image: url('../img/screen_03.png');    
    width: 200px;    
    height: 300px;        
}

.screen4{
    display: inline-block;
    background-image: url('../img/screen_04.png');    
    width: 200px;    
    height: 300px;        
}

.screen5{
    display: inline-block;
    background-image: url('../img/screen_05.png');    
    width: 200px;    
    height: 300px;        
}

.screen6{
    display: inline-block;
    background-image: url('../img/screen_06.png');
    width: 200px;    
    height: 300px;        
}

.screen7{
    display: inline-block;
    background-image: url('../img/screen_07.png');    
    width: 200px;    
    height: 300px;        
}

.screen8{
    display: inline-block;
    background-image: url('../img/screen_08.png');
    width: 200px;    
    height: 300px;        
}

/*carrousel*/
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
  text-align: center;  
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
div.carousel a.carousel-control {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 30px;
  height: 30px;  
  margin-top: -15px;
  font-size: 30px !important;
  font-weight: 100 !important;
  line-height: 25px !important;
  color: #ffffff !important;
  text-align: center !important;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -ms-border-radius: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 100;
}
div.carousel a.carousel-control.right {
  left: auto;
  right: 30px;
}
div.carousel a.carousel-control:hover,a.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.masonry-arrows.left{
  top: 15px !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.masonry-arrows.right{
  top: 15px !important;
  left: 50px !important;
  margin-top: 0 !important;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.box_full, .button_st_full, div[class*=external_full], .limit_full{
    display: none;
}
 .backdroop
 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;

  display: none;
 }

 .modal-frame
 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -330px;
  margin-top: -193px;
  background: white;
  padding: 10px;
  z-index: 110;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

  display: none;
 }


 /*alert bosstrap*/

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  font-family:Arial, Helvetica, sans-serif;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
/*  padding-top: 14px;
  padding-bottom: 14px;*/
  margin:0;
  overflow: hidden;
}
.alert-block > p,
.alert-block > ul {
  margin:0;
  line-height:18px; 
}
.alert-block p + p {
  margin-top: 5px;
}

.ts_sld_ban{
  font-family: Arial,Helvetica, sans-serif;
  text-align: center;
}

.sld_notice_premium{
  font-size: 1.3em;
  color: #8F8F8F;
  font-weight: bold;
}

.pf_title{
  font-family:Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color:#8F8F8F;
}

.pf_wrapper{
  background-color: white;
  text-align: left;
  width: 360px;
  height: 132px;
  overflow: hidden;
  float: left;
  padding: 19px;
  margin: 7px;
}

.pf_wrapper p{
  font-size: 1.1em;
  color: black;
}

