/**
* @package   DatsoGallery Component
* @file      general.css
* @version   1.29, November 28, 2013
* @author    Andrey Datso
* @copyright Copyright (C) 2006 - 2013 www.datso.fr
* @license   DATSO Proprietary Use License (http://www.datso.fr/license.html)
*/
#datso *,
#datso *:after,
#datso *:before{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
#datso img{
  outline:0;
  max-width:100%;
  height:auto
}
#datso{
  font:normal 400 12px 'Segoe UI','Trebuchet MS',sans-serif;
  text-transform:none;
  text-decoration:none
}
#datso a,
#datso a:link,
#datso a:visited{
  text-decoration: none !important;
  cursor: pointer;
}
#datso ul li{
  background-image:none;
  list-style: none !important;
  padding:0 !important;
  margin:0 !important;
  overflow:visible
}
.dg-head i,
.drop_menu i,
.btn i,
#options a i.icon-reorder{
  line-height:39px !important;
}
#datso a:hover,
#datso a:active{
  background: none !important;
  text-decoration: none !important
}
.dg-head{
  position:relative;
  display:block;
  height:39px;
  line-height:39px;
  padding:0 0 0 5px;
  margin:0;
  border:none;
  font-size:11px;
  text-transform:uppercase
}
.dg-head .title{
  display:inline-block;
  width:400px;
  overflow:hidden;
  height:39px;
  line-height:39px;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-weight:700
}
.dg-head .title input{
  position:absolute;
  font-size:11px;
  margin:0;
  padding:0;
  top:1px;
  left:1px;
  height:37px;
  line-height:37px;
  border: none !important;
  appearance:normal;
  -moz-appearance:none;
  -webkit-appearance:none;
  border-radius:0
}
.dg-head .title i{
  display:none;
  margin-left:5px
}
.dg-head #tagsform i{
  display: block !important;
  margin-left:5px
}
.dg-body{
  position:relative;
  padding:10px !important;
  margin:0;
  width:100%;
  opacity:1
}
.dg-body label{
  margin-bottom:10px
}
.dg-body .table{
  display:table;
  border-collapse:collapse;
  width:100%;
  margin:0;
  padding:0
}
.dg-body .table-row{
  display:table-row
}
.dg-body .table-cell{
  display:table-cell
}
.dg-body .alert-msg{
  display:none;
  margin:0 0 10px 0;
  padding:0;
}
.dg-body .alert-msg.scroll{
  display:block;
  cursor:pointer
}
.dg-body .alert-msg div{
  padding:10px !important;
  border-style: solid;
  border-width:1px;
  border-bottom-width:3px;
  margin:0 0 10px 0;
  position:relative
}
.dg-body .comments {
  padding:0 !important;
  margin:0 !important;
}
.dg-body ul {
  list-style: none !important;
  margin:0 !important;
  padding: 0 !important;
}
.dg-body ul#comments li{
  position:relative;
  list-style:none outside none;
  margin-bottom:10px;
  padding:0;
}
.dg-body ul#comments li .bubble {
  border-bottom-width: 3px;
  margin: 10px 0;
}
.dg-body ul#comments li .avatar {
  float:left
}
.dg-body ul#comments li .date{
  display:inline-block;
  font-size:10px;
  font-style:italic;
  font-weight:700;
  text-align:left;
  margin-left:8px;
}
.dg-body ul#comments li .date i{
  margin-right:5px
}
.dg-body a.cmtact,
.dg-body .actbuts a {
  cursor: pointer;
}
.dg-body .actbuts {
  width:70px;
}
.dg-body .bubble{
  position:relative;
  padding: 10px;
}
.dg-body .bubble textarea {
  margin-top: -5px !important;
  /*transition:background-color 2s;*/
  resize:vertical;
}
.dg-body .bubble textarea:focus {
  /*background-color: #FFFFE0 !important*/
}
.dg-body .bubble:after{
  content:"";
  position:absolute;
  top:-7px;
  left:20px;
  border-style:solid;
  border-width:0 7px 7px;
  display:block;
  width:0;
  z-index:1
}
.dg-body .bubble:before{
  content:"";
  position:absolute;
  top:-8px;
  left:20px;
  border-style:solid;
  border-width:0 7px 7px;
  display:block;
  width:0;
  z-index:0
}
.dg-body img.dg-avatar{
  height:56px;
  margin:0;
  padding:0;
  width:56px;
  border-width: 1px;
  border-style: solid;
  border-radius:0;
  max-width: none;
  /*border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;*/
}
.dg-body .tagchecklist {
  margin:0;
}
.dg-body .tagchecklist div{
  display:inline;
  float:none;
  line-height:normal;
  white-space:nowrap;
}
.dg-body .tagchecklist div div{
  cursor:pointer;
  display:block;
  float:left;
  overflow:hidden;
  position:absolute
}
.dg-body .inplace_form textarea {
  font:normal 400 12px 'Segoe UI','Trebuchet MS',sans-serif;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0 !important;
  padding: 5px;
  resize:vertical !important;
}
.dg-body .inplace_form button {
  font:normal 700 11px 'Segoe UI','Trebuchet MS',sans-serif;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.dg-body .inplace_form .col {
  height:29px;
}
.dg-body .inplace_form button.left {
  position:absolute;
  left:5px;
}
.dg-body .inplace_form .right {
  position:absolute;
  right:5px;
}
.dg-body .inplace_form .row {
  position:relative;
  top:10px;
}
.dg-body textarea:focus,
.dg-body input:focus{
  outline: 0;
}
.dg-body select {
  padding:9px 1px;
}
#dg_gmap {
  display: none;
  margin: 0;
  padding: 0
}
#datso .gmap{
  width: 100%;
  height: 400px;
  text-shadow: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('./fonts/MonoSocialIconsFont-1.10.eot');
  src: url('./fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
       url('./fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
       url('./fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
       url('./fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
  src: url('./fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.dg-body .symbol, .dg-body a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 21px;
  margin-right: 0.3em;
}
.dg-body a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 21px;
}
.dg-body .socicons a {
  text-decoration:none;
  text-transform:uppercase;
  font-size:10px;
  font-weight: 400;
  line-height: 22px !important;
}
.dg-body .socicons div {
  width:115px;
  float:left;
}
.dg-body a #dg-odnoklassniki,
.dg-body a #dg-diigo,
.dg-body a #dg-vk {
  height: 18px;
  width:18px;
  background-size: 18px 18px;
  margin: 3px 5px 5px 0 !important;
}
.dg-body.dg-slidedown {
  font-size:10px;
  font-weight:700;
  font-style:italic;
}
.dg-footer{
  position:relative;
  font-size:10px;
  font-weight:700;
  margin:10px 0;
  padding:0;
  text-align:center;
  text-transform:uppercase
}
.dg-footer a{
  opacity:.5;
  text-decoration:none
}
.dg-footer.hidden{
  display:none
}
#datso ul {
  list-style:none;
  margin:0;
  padding:0
}
/*#datso .resolutions input{
  outline: none !important
}*/
#datso select.dgdr,
#datso select#prices{
  display: none !important;
}
#datso .resolutions .subnav{
  border:none;
  width:160px;
  padding:0 8px;
  line-height:30px;
  cursor:default;
  list-style: none !important
}
#datso .resolutions .subnav li{
  float:none;
  border-bottom:none;
  margin-left:5px !important;
}
#datso .resolutions .subnav li.resolutions{
  text-align:left;
  margin:0;
  padding:0
}
#datso .resolutions .subnav li.resolutions label{
  padding-left:5px;
  font-size:10px;
  font-weight:700;
  text-transform:none
}
#datso .resolutions .subnav li:last-child{
  border-bottom:none
}
#datso .resolutions .subnav li a{
  border: none !important;
}
#datso .resolutions:hover .subnav{
  opacity:0.98;
  top:100%;
  visibility:visible;
  left:0
}
#datso .dddr{
  position:relative;
 margin:1px 0 0 1px;
 padding:0;
 float:left;
 left: 0
}
#datso .dddr li{
 position:relative
}
#datso .dddr li a{
 line-height:39px;
 opacity: .5;
}
#datso .dddr li a:hover{
 opacity: .98;
}
#datso .dddr li.resolutions{
 opacity:.5;
 width:39px;
 cursor: pointer;
}
#datso .dddr li.resolutions:hover{
 opacity:.75;
 height:40px;
 line-height:40px;
 z-index:2
}

.drop_menu {
    background: none repeat scroll 0 0 #000000;
    height: 39px;
    list-style-type: none;
    margin: 0;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    width: 39px;
    top: 1px;
    left: 1px;
    z-index: 2;
}
.drop_menu:hover {
    opacity:.75;
}
.drop_menu li { float:left; }
.drop_menu li a {
    width:39px;
	height:39px;
    line-height: 39px !important;
	display:block;
	color:#fff;
	text-decoration:none;
	font:12px normal 'Segoe UI','Trebuchet MS',sans-serif;
    text-align:center;
    padding:0;
    text-shadow: none;
}
.drop_menu li a:hover {
    height:40px;
}

/* Submenu */
.drop_menu ul.drop_submenud,.drop_menu ul.drop_submenub {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
    width:39px;
	height: 100%;
    line-height:40px !important;
    font-family: 'Segoe UI','Trebuchet MS',sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #F5F5F5;
}
.drop_menu li:hover {
    position:relative;
    background:#000000;
    height: 40px;
}
.drop_menu li:hover ul {
	left:0px;
	top:100%;
    visibility:visible;
	background:#000000;
	padding:0px;
}

.drop_menu li:hover ul li {
	padding-left:13px;
	display:inline-block;
	width:200px;
    line-height: 40px;
	text-align:left;
	background-color:#000000;
    text-shadow: none;
}
.drop_menu li:hover ul li input {
  position:relative;
  top:3px;
  margin: 0 13px !important;
}
.drop_menu li:hover ul li:hover {
  color:#87CEFA
}
#ad_download_resolutions {
  display: none;
}
.dg-search {
  position: relative;
  float:left;
  width: 0%;
  min-width: 39px;
  height: 39px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.dg-search-input,
.dg-search-input input {
  font:normal 400 12px 'Segoe UI','Trebuchet MS',sans-serif;
}
.dg-icon-search {
  z-index: 90;
  font-size: 16px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.dg-icon-search:before {
  content: "\f002";
}
#datso .nav{
 background:#DCDCDC;
 display:inline;
 margin:0;
 padding:0;
 float:right;
 width:100% !important;
}
#datso .nav li{
 float:left;
 list-style:none outside none;
 position:relative
}
#datso .nav li a{
 line-height:39px;
 padding:0;
 text-decoration:none
}
#datso .nav li a:hover,
#datso #search_text:focus{}
#datso #search,
#datso #search input{
  margin:0;
  padding:0;
  appearance:normal;
  -moz-appearance:none;
  -webkit-appearance:none;
  outline:none;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: auto;
}
#datso #search_text{
  border-right:none;
  float:left;
  height:39px;
  outline:medium none;
  padding: 0 5px !important;
  transition:all 0.30s ease 0s;
  border-radius:0
}
@media screen and (max-width: 320px) {
	#datso #search_text {
		width: 80px !important;
	}
    #datso #options:hover .subnav{
     left:-119px !important;
     width:157px;
    }
}
#datso i.icon-search{
  cursor:pointer;
  display:inline-block;
  height:37px;
  line-height:37px;
  text-align:center;
  width:39px;
  border-radius: 0 !important;
  position:relative;
  top:1px;
  left:1px;
}
#datso .pnav i,
#datso .fav i {
  line-height:39px;
}
#datso .nav li.pnav{
  position: relative;
  float:right !important;
}
#datso li#cmt_options,
#datso li#options,
#datso .pnav,
#datso li#cart{
  display:block;
  width:39px;
  height:39px;
  line-height:39px;
  text-align: center;
}
#datso li#cart{
  width:39px;
}
#datso li#cart span.countitems1,
#datso li#cart span.countitems2 {
  border-radius: 50% 50% 50% 50%;
  font-size: 11px !important;
  font-weight: normal;
  position: absolute;
  line-height: 20px;
  height: 20px;
  top:-2px;
  right:-4px;
  z-index: 1;
}
#datso li#cart span.countitems1 {
  padding: 0 7px;
}
#datso li#cart span.countitems2 {
  padding: 0 4px;
}
#datso #options a{
 display:block;
 text-decoration:none;
 font-size:12px;
 line-height:39px;
 text-align:left;
}
#datso #cmt_options a{
 display:block;
 text-decoration:none;
 font-size:12px;
 line-height:39px;
 text-align:left;
}
#datso #cmt_options>a,
#datso #options>a,
#datso .pnav a{
 display:block;
 position:relative;
 line-height:39px;
 height:39px;
 width:39px;
 text-align:center
}
#datso #cmt_options>a,
#datso #options:hover>a{
 width:37px;
 height:39px;
 line-height:37px;
 top:1px;
 left:1px
}
#datso .pnav:hover a{
 width:37px;
 height:37px;
 line-height:37px;
 top:1px;
 left:1px
}
#datso .pnav a img{
 width:37px !important;
 height:37px !important;
 position:relative !important;
 top:-2px!important;
 display: inline-block;
}
#datso .pnav a img:hover{
 width:37px !important;
 height:37px !important;
 position:relative !important;
 top:-2 !important;
}
#datso .pnav.prev a:hover:before,
#datso .pnav.next a:hover:before {
  color: #DCDCDC;
  padding-top: 10px;
  display: block;
  background: rgba(0, 0, 0, .3);
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow:none;
  z-index: 1
}
#datso .pnav.prev a:hover:before {
  font: 400 16px FontAwesome;
  content: '\f053';
}
#datso .pnav.next a:hover:before {
  font: normal 16px FontAwesome;
  content: '\f054';
}
#datso .subnav{
 border-collapse:collapse;
 height:auto;
 margin-top:0;
 opacity:0;
 position:absolute;
 right:0;
 transition:all 0.1s ease 0s;
 visibility:hidden;
 width:200px;
 z-index:999;
 padding:0 10px;
 line-height:39px
}
#datso .subnav li{
 float:none;
}
#datso .subnav li:last-child{
 border-bottom:none
}
#datso .subnav li a{
 border: none !important;
}
#datso #options:hover .subnav{
 opacity:0.98;
 top:100%;
 visibility:visible;
 left:0
}
#spinner {
 display: none;
 font-size: 9px;
}
#datso .btn{
 display: inline-block;
 float:right;
 position: relative;
 line-height:39px;
 height:39px;
 width:39px;
 margin:0;
 padding:0;
 cursor: pointer;
}
#datso .btn a{
 display:block;
 position:relative;
 text-align: center;
}
#datso .btn:hover a{
  position:absolute;
  display:inline-block;
  width:37px;
  height:37px;
  line-height:39px;
  top:1px;
  right:1px;
}
#datso .btn:hover i{
  position: relative;
  top:-1px;
  right:0;
}
.addtofav i,
.fullscreen i,
.imgprice i {
  opacity:.75;
  text-shadow: none;
}
.addtofav,
.fullscreen {
  position:relative !important;
  top:1px;
  right:1px;
  opacity:.5;
}
.fullscreen {
  margin-left: 1px !important
}
.addtofav:hover,
.fullscreen:hover,
.imgprice:hover {
  opacity:.8;
}
.addtofav:hover i,
.fullscreen:hover i,
.imgprice:hover i {
  opacity:1;
}
#datso .fav,
#datso .edit {
  cursor: pointer;
  display: block;
  height: 39px;
  line-height: 39px;
  opacity: .5;
  position: relative;
  top:1px;
  right:1px;
  width: 39px;
  text-align: center;
  float: right;
}
#datso .edit {
  margin-right:1px;
}
#datso .fav:hover,
#datso .edit:hover {
  opacity:0.8;
}
#datso .fav i,
#datso .fav:hover i,
#datso .fav i:hover,
#datso .edit i,
#datso .edit:hover i,
#datso .edit i:hover{
  opacity:.8 !important;
  text-shadow: none;
}
.imgprice {
  position:absolute !important;
  top:1px !important;
  left:1px !important;
  opacity:.5;
}
#datso .price{
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  top:1px;
  left:46px;
  position: absolute;
  line-height:39px;
  height:39px;
  width:115px;
  margin:0;
  padding:0 10px;
  opacity:.5;
  text-shadow: none;
}
#datso .price:after{
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  display: block;
  width: 0;
  z-index: 1;
}
#datso .deltag{
  cursor:pointer;
  margin-right:5px;
  font-size:12px
}
#datso .edit_icon:before {
  font-family: FontAwesome;
  font-size:14px;
  content: "\f040";
  position: relative;
  float:right;
  top: 0;
}
#datso #steptwo {
  display: none;
}
.datsocontainer {
  margin:0;
  padding:0;
}
.datsogrid ul {
  margin:0;
  padding:0;
  list-style:none;
}
#datso .overlay{
  background-color: #000000;
  opacity: .75;
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:100;
}
#datso .spin{
  display: none;
  position:fixed;
  text-align: center;
  top:30%;
  left:40%;
  right:40%;
  width:20%;
  height:150px;
  color:#F5F5F5;
  z-index:103;
}
#datso .spin i {
  font-size:75px !important;
  text-shadow: none;
}
#datso .spin p {
  font-size:20px !important;
  text-shadow: none;
}
#datso .checkouttotal{
  position: relative;
  width: 100%;
  line-height: 39px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align:center;
  bottom:-10px;
  font-size: 16px
}
#datso .checkouttotal:after{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 0;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -7px;
  bottom: -7px;
  right: 40px;
}
#datso .checkouttotal:before{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 0;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -7px;
  bottom: -8px;
  right: 40px;
}
#datso .imagebox{
  position:relative;
  margin:0;
  padding:0;
}
#datso #mypictures .dg-more-btn {
  margin-top: 10px !important;
  margin-left: 0 !important
}
.dg-table {
  display: table;
  width: 100%;
  min-width:190px;
  font-size: 11px;
  border: none;
  border-collapse: collapse;
}
.dg-row {
  display: table-row;
  border-collapse: separate;
  width: 100%;
  height:49px;
  line-height:49px;
  border: none;
}
.dg-cell {
  display: table-cell;
  border: none;
  vertical-align: middle;
  margin:0 !important;
  padding:0 !important;
}
.dg-cell.dg-thumb,
.dg-cell.dg-icon,
.dg-cell.dg-edit,
.dg-cell.dg-remove {
  width: 49px;
  min-width: 49px;
  text-align:center;
}
.dg-cell.dg-icon {
  cursor: help;
}
.dg-cell.dg-thumb {
  line-height: 0;
  padding-top: 1px !important;
  padding-left: 1px !important;
}
.dg-cell.dg-thumb img:hover {
  width:37px;
  height:37px;
}
.dg-cell.dg-thumb:hover div {
  position: relative;
  width: 39px;
  height: 39px;
  padding-top: 1px;
  background: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  left: 4px;
}
.dg-cell.dg-thumb:hover div:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  display: block;
  width: 0;
  z-index: 1;
  right: -5px;
  top: 14px;
}
.dg-cell div.dg-title,
.dg-cell div.dg-category {
  padding-left:5px;
  width:50%;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:10em !important;
  overflow:hidden;
}
.dg-more-btn {
  display:block;
  font-size:10px;
  font-weight: 700;
  height:42px;
  line-height:39px;
  border-bottom-width:3px;
  margin-left:10px;
  text-align:center;
  cursor:pointer;
  text-transform: uppercase;
}
.dg-more-btn i {
  position: relative;
  top:1px
}
.dgtt-w .dgtt {
  width:200px !important;
}
.dgtt-w .dgtt-inner img {
  outline:0;
  max-width:100%;
  height:auto
}
.dgtt-w .dgtt-inner div {
  font:normal 400 11px 'Segoe UI','Trebuchet MS',sans-serif;
  line-height: 18px !important;
  margin:0 5px;
  text-shadow: none;
}
.dgtt-w .dgtt-inner div:last-child {
  margin-bottom: 5px !important;
}
.dgtt { padding: 5px 1px; font-size: 11px; position: absolute; z-index: 3; }
.dgtt-inner { font:normal 400 11px 'Segoe UI','Trebuchet MS',sans-serif; padding: 2px 8px 3px; background-color:#000000; color: #F5F5F5; max-width: 200px; text-align: left; }
.dgtt-arrow { position: absolute; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOS8xNC8xM7lVfK8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAANElEQVQYlWNgwAT/0QUY8ShgxKYIwwSYPCMeBXCFjAQUoFhH0CSi3YRNIbocToUMDAwMDAARPwkFKh3YYgAAAABJRU5ErkJggg==') no-repeat top left; width: 9px; height: 5px; }
.dgtt-n .dgtt-arrow { top: 0; left: 50%; margin-left: -4px; }
.dgtt-nw .dgtt-arrow { top: 0; left: 16px; }
.dgtt-ne .dgtt-arrow { top: 0; right: 16px; }
.dgtt-s .dgtt-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.dgtt-sw .dgtt-arrow { bottom: 0; left: 16px; background-position: bottom left; }
.dgtt-se .dgtt-arrow { bottom: 0; right: 16px; background-position: bottom left; }
.dgtt-e .dgtt-arrow{background:right top;height:9px;margin-top:-4px;right:-4px;top:50%;width:5px}
.dgtt-w .dgtt-arrow{background:none}
.dgimgpreview{margin:10px 5px 5px 5px !important;text-align: center !important}
.dgimgpreview img{border:1px solid #DCDCDC !important}

ul.vote-stars-small, ul.vote-stars-small li a:hover, ul.vote-stars-small li.current-rating {
 background-size: 16px 48px !important;
}

ul.vote-stars-big, ul.vote-stars-big li a:hover, ul.vote-stars-big li.current-rating {
  background-size: 20px 60px !important;
}

/* STAR SMALL */

.vote-container-small{
display:inline-block;
line-height:16px;
margin:0;
padding:0;
/*vertical-align:-1px*/
}

ul.vote-stars-small{
height:16px;
margin: 0 !important;
padding: 0 !important;
vertical-align:middle;
width:80px
}

ul.vote-stars-small li{
background-position: 0 50% !important;
margin: 0 !important;
padding: 0 !important;
vertical-align:middle
}

ul.vote-stars-small,ul.vote-stars-small li a:hover,ul.vote-stars-small li.current-rating{
background-color: transparent !important;
background-position:left -1000px;
background-repeat: repeat-x !important;
vertical-align:middle
}

ul.vote-stars-small{
background-position:0 0;
list-style:none outside none;
margin:0;
overflow:hidden;
padding:0;
position:relative;
vertical-align:middle
}

ul.vote-stars-small li{
background-image:none;
display:inline;
padding:0;
vertical-align:middle
}

ul.vote-stars-small li a,ul.vote-stars-small li.current-rating{
border:medium none;
cursor:pointer;
left:0;
outline:medium none;
overflow:hidden;
position:absolute;
text-indent:-1000em;
top:0;
vertical-align:middle
}

ul.vote-stars-small li a,ul.vote-stars-small li a:hover,ul.vote-stars-small li a:active,ul.vote-stars-small li a:focus,ul.vote-stars-small li.current-rating{
height:16px;
line-height:16px;
vertical-align:middle;
background-color: transparent !important;
}

ul.vote-stars-small li a:hover{
background-position: left bottom !important
}

ul.vote-stars-small li.current-rating{
background-position:left center;
vertical-align:middle;
z-index:1
}
span.vote-msg {
/*font-size:10px !important;*/
}
.dg-body button img.paypal {
  height: 16px;
  width:16px;
  background-size: 16px 16px;
  position: relative;
  left: 8px;
}

/* STAR BIG */

.vote-container-big{
display:inline-block;
line-height:20px;
margin:0;
padding:0;
vertical-align:-1px
}

ul.vote-stars-big{
height:20px;
margin: 0 !important;
padding: 0 !important;
vertical-align:middle;
width:100px
}

ul.vote-stars-big li{
background-position: 0 50% !important;
margin: 0 !important;
padding: 0 !important;
vertical-align:middle
}

ul.vote-stars-big,ul.vote-stars-big li a:hover,ul.vote-stars-big li.current-rating{
background-color: transparent !important;
background-position:left -1000px;
background-repeat: repeat-x !important;
vertical-align:middle
}

ul.vote-stars-big{
background-position:0 0;
list-style:none outside none;
margin:0;
overflow:hidden;
padding:0;
position:relative;
vertical-align:middle
}

ul.vote-stars-big li{
background-image:none;
display:inline;
padding:0;
vertical-align:middle
}

ul.vote-stars-big li a,ul.vote-stars-big li.current-rating{
border:medium none;
cursor:pointer;
left:0;
outline:medium none;
overflow:hidden;
position:absolute;
text-indent:-1000em;
top:0;
vertical-align:middle
}

ul.vote-stars-big li a,ul.vote-stars-big li a:hover,ul.vote-stars-big li a:active,ul.vote-stars-big li a:focus,ul.vote-stars-big li.current-rating{
height:20px;
line-height:20px;
vertical-align:middle
}

ul.vote-stars-big li a:hover{
background-position: left bottom !important
}

ul.vote-stars-big li.current-rating{
background-position:left center;
vertical-align:middle;
z-index:1
}

li a.dg-one-star{
margin:0;
padding:0;
width:20%;
z-index:6
}

li a.dg-two-stars{
margin:0;
padding:0;
width:40%;
z-index:5
}

li a.dg-three-stars{
margin:0;
padding:0;
width:60%;
z-index:4
}

li a.dg-four-stars{
margin:0;
padding:0;
width:80%;
z-index:3
}

li a.dg-five-stars{
margin:0;
padding:0;
width:100%;
z-index:2
}

.vote-count-small{
vertical-align: top;
font-size:10px;
font-weight: 700;
line-height:16px;
text-transform:uppercase
}

.vote-count-big{
vertical-align: top;
font-size:15px;
line-height:20px;
text-transform:uppercase
}
div.tagsinput{
 background-color:#FFFFFF;
 border-color:#C0C0C0 #D3D3D3 #E1E1E1;
 border-left:1px solid #D3D3D3;
 border-style:solid;
 border-width:1px;
 overflow-y:auto;
 padding:2px 2px 1px 2px;
 min-height:39px !important;
}

div.tagsinput span.tag{
 background:none repeat scroll 0% 0% #DDEADC;
 border:1px solid #BAD6B8;
 color:#5D9857;
 display:block;
 float:left;
 font-family:"Segoe UI","Trebuchet MS",sans-serif;
 font-size:10px;
 font-weight:700;
 line-height: 28px !important;
 margin-bottom:2px;
 margin-right:2px;
 padding:1px 3px 1px 3px;
 text-decoration:none
}

div.tagsinput span.tag a{
 color:#5D9857;
 font-size:10px;
 font-weight:700;
 line-height: 28px !important;
 text-decoration:none
}

#stepsform .tagsinput input,
#tmpimgs .tagsinput input{
 border:none
}

div.tagsinput input{
 background:none repeat scroll 0% 0% transparent;
 color:#000000;
 font-family:"Segoe UI","Trebuchet MS",sans-serif;
 font-size: 10px !important;
 font-weight: 700 !important;
 width: 90px !important;
 height: 32px !important;
 line-height: 32px !important;
 margin: 0px 2px 2px 0px !important;
 outline:0px none;
 padding: 0;
}

div.tagsinput div{
 display:block;
 float:left;
 line-height: 32px !important
}

.tags_clear{
 clear:both;
 height:0px;
 width:100%
}

#tmpimgs input.not_valid {
 background-color: #FBD8DB !important;
 border: 1px solid #F5A5AB !important;
 color: #E93845 !important;
 height: 32px !important;
 line-height: 32px !important;
}
.dg-form {
	margin: 0;
	outline: none;
	font: 12px 'Segoe UI','Trebuchet MS',sans-serif;
}
.dg-form * {
	margin: 0;
	padding: 0;
}
.dg-form fieldset {
	display: block;
	border: none;
}
.dg-form div {
	margin-bottom: 20px;
}
.dg-form footer:after {
	content: '';
	display: table;
	clear: both;
}
.dg-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.dg-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.dg-form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
}
.dg-form .input,
.dg-form .select,
.dg-form .textarea,
.dg-form .radio,
.dg-form .checkbox,
.dg-form .toggle,
.dg-form .button {
	position: relative;
	display: block;
}
.dg-form .input input,
.dg-form .select select,
.dg-form .textarea textarea {
	display: block;
    overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	font: 12px 'Segoe UI','Trebuchet MS',sans-serif;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.dg-form .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
}
.dg-form .input-file .button:hover {
	box-shadow: none;
}
.dg-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}
.dg-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
}
.dg-form .select i:after,
.dg-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dg-form .select i:after {
	bottom: 0;
}
.dg-form .select i:before {
	top: 0;
}
.dg-form .select-multiple select {
	height: auto;
}
.dg-form .textarea textarea {
	height: auto;
	resize: none;
}
.dg-form .textarea-resizable textarea {
	resize: vertical;
}
.dg-form .textarea-expandable textarea {
	height: 39px;
}
.dg-form .textarea-expandable textarea:focus {
	height: auto;
}
.dg-form .radio,
.dg-form .checkbox {
    margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 15px;
	cursor: pointer;
}
.dg-form .radio:last-child,
.dg-form .checkbox:last-child {
	margin-bottom: 0;
}
.dg-form .radio input,
.dg-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.dg-form .radio i,
.dg-form .checkbox i {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	outline: none;
	border-width: 1px;
	border-style: solid;
}
.dg-form .radio i {
	border-radius: 50%;
}
.dg-form .radio input + i:after,
.dg-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.dg-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.dg-form .checkbox input + i:after {
	content: '\f00c';
	top: -2px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.dg-form .radio input:checked + i:after,
.dg-form .checkbox input:checked + i:after {
	opacity: 1;
}
.dg-form .inline-group {
	margin: 0 -30px -4px 0;
}
.dg-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.dg-form .inline-group .radio,
.dg-form .inline-group .checkbox {
	float: left;
	margin-right: 12px;
}
.dg-form .inline-group .radio:last-child,
.dg-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
.dg-form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	cursor: pointer;
}
.dg-form .toggle:last-child {
	margin-bottom: 0;
}
.dg-form .toggle input {
	position: absolute;
	left: -9999px;
}
.dg-form .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
}
.dg-form .toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
}
.dg-form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	transition: right 0.2s;
	-o-transition: right 0.2s;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
.dg-form .toggle input:checked + i:after {
	content: 'ON';
	text-align: right;
}
.dg-form .toggle input:checked + i:before {
	right: 36px;
}
.dg-form .button {
	float: right;
	line-height: 39px;
    height: 39px;
	overflow: hidden;
	margin: 0;
	padding: 0 20px;
	outline: none;
	border: 0;
	font-family:'Segoe UI','Trebuchet MS',sans-serif;
    font-size: 12px;
    font-weight: 700;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
    background-image: none;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
  url('./fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
  url('./fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
  url('./fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
.dg-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.dg-form .icon-append,
.dg-form .icon-prepend {
	position: absolute;
	top: 5px;
	width: 29px;
	height: 29px;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
}
.dg-form .icon-append {
	right: 5px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
}
.dg-form .icon-prepend {
	left: 5px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}
.dg-form .input .icon-prepend + input,
.dg-form .textarea .icon-prepend + textarea {
	padding-left: 46px;
}
.dg-form .input .icon-append + input,
.dg-form .textarea .icon-append + textarea {
	padding-right: 46px;
}
.dg-form .input .icon-prepend + .icon-append + input,
.dg-form .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 46px;
}
.dg-form .row {
	margin: 0 -5px;
}
.dg-form .row:after {
	content: '';
	display: table;
	clear: both;
}
.dg-form .col {
	float: left;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dg-form .col-1 {
	width: 8.33%;
}
.dg-form .col-2 {
	width: 16.66%;
}
.dg-form .col-3 {
	width: 25%;
}
.dg-form .col-4 {
	width: 33.33%;
}
.dg-form .col-5 {
	width: 41.66%;
}
.dg-form .col-6 {
	width: 50%;
}
.dg-form .col-8 {
	width: 66.67%;
}
.dg-form .col-9 {
	width: 75%;
}
.dg-form .col-10 {
	width: 83.33%;
}
@media screen
and (max-width: 320px) {
	.dg-form .col {
		float: none;
		width: 100%;
	}
    #btnaddtag i {
      margin-left:-7px
    }
    #datso select {
      padding:0 4px !important;
    }
}
/* galaxy s3 */
@media only screen
and (max-device-width: 720px)
and (orientation:portrait) {
  .your-css{}
}

@media only screen
and (max-device-width: 1280px)
and (orientation:landscape) {
  .your-css{}
}
/* end of galaxy s3 */
.dg-form .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 26px;
	font-weight: 400;
    text-shadow: none !important;
	background: rgba(0,0,0,0.9);
	color: #F5F5F5;
	transition: margin 0.3s, opacity 0.3s;
	-o-transition: margin 0.3s, opacity 0.3s;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}
.dg-form .tooltip:after {
	content: '';
	position: absolute;
}
.dg-form .input input:focus + .tooltip,
.dg-form .textarea textarea:focus + .tooltip {
	opacity: 1;
}
.dg-form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}
.dg-form .tooltip-top-right:after {
	top: 100%;
	right: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dg-form .input input:focus + .tooltip-top-right,
.dg-form .textarea textarea:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px;
}
.dg-form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}
.dg-form .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dg-form .input input:focus + .tooltip-top-left,
.dg-form .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px;
}
.dg-form .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}
.dg-form .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-bottom: 4px solid transparent;
}
.dg-form .input input:focus + .tooltip-right,
.dg-form .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px;
}
.dg-form .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}
.dg-form .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,0.9);
}
.dg-form .input input:focus + .tooltip-left,
.dg-form .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}
.dg-form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}
.dg-form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.dg-form .input input:focus + .tooltip-bottom-right,
.dg-form .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px;
}
.dg-form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}
.dg-form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.dg-form .input input:focus + .tooltip-bottom-left,
.dg-form .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px;
}
.dg-form .input input,
.dg-form .select select,
.dg-form .textarea textarea,
.dg-form .radio i,
.dg-form .checkbox i,
.dg-form .toggle i,
.dg-form .icon-append,
.dg-form .icon-prepend {
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.dg-form .button {
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.dg-form .button:hover {
	opacity: 1;
}
.dg-form .input.state-disabled input,
.dg-form .select.state-disabled,
.dg-form .textarea.state-disabled,
.dg-form .radio.state-disabled,
.dg-form .checkbox.state-disabled,
.dg-form .toggle.state-disabled,
.dg-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
#datsopic select {
    padding:8px 4px
}
#datsopic label label {
    margin-top:10px
}
ul.datsopiclist {
    list-style: none;
    margin:0;
    padding:0;
}
ul.datsopiclist li {
    float: left;
    margin-right:10px
}
ul.datsopiclist li label {
    top:0;
    left:1px;
}
#dginsert {
    background-color: #8FBC8B;
    color:#fff
}

/***CUSTOM CSS ***/
.dg-body {
cursor: default !important;
opacity:1 !important;
z-index:1 !important;
}
.dg-body:hover {
opacity:1 !important;
z-index:1 !important;
}
.dg-body .textarea,
.dg-body .input {
width:100% !important;
}
#datso .btns {
background-image: none !important;
}
#datso [class^="icon-"], #datso [class*=" icon-"] {
display: inline-block;
width:auto;
height:auto;
line-height: none;
vertical-align: middle;
background-image: none !important;
background-repeat: no-repeat;
margin-top: auto;
}
#datso .btn,#datso .btn i {
border-image: none;
border-radius: 0 !important;
box-shadow: none !important;
background-image: none !important;
}
.dg-head .btn, .dg-head .btn a {
background: none !important;
border: none !important;
color: #444 !important
}

