@media screen and (max-width:780px){ /*Mobile*/
	.mobilgizle {
		display:none;
	}
	.firma-list .pr-0 {
		padding-right:15px!important;;
	}
	.firma-list .pl-0 {
		padding-left:15px!important;;
	}
	#index-sehir {
		height:auto;
	}
	.reklam-resim {
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:5px;
	}
}

@media screen and (min-width:780px){ /*Desktop*/
	.desktopgizle {
		display:none;
	}
	#index-sehir {
		height:351px;
	}
}

.firma-list img {
	height:100%;
}

.firma-list .vendor-address {
	margin: 0px 0px 0px 0px;
}

.firma-list .vendor-content {
    padding-bottom: 0px;
}

.firma-liste .vendor-title {
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}

.firma-list .vendor-desc {
	line-height:15px;
	font-size:13px;
	height:40px;
	overflow:hidden;
	padding-bottom:0px;
}

.firma-list .rating-star i {
	font-size:14px;
}

.private-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
	margin-bottom:15px;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

      .select-pure__select {
        align-items: center;
        background: #f9f9f8;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        box-sizing: border-box;
        color: #363b3e;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        justify-content: left;
        min-height: 44px;
        padding: 5px 10px;
        position: relative;
        transition: 0.2s;
        width: 100%;
      }

      .select-pure__options {
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        box-sizing: border-box;
        color: #363b3e;
        display: none;
        left: 0;
        max-height: 221px;
        overflow-y: scroll;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 5;
      }

      .select-pure__select--opened .select-pure__options {
        display: block;
      }

      .select-pure__option {
        background: #fff;
        border-bottom: 1px solid #e4e4e4;
        box-sizing: border-box;
        height: 44px;
        line-height: 25px;
        padding: 10px;
      }

      .select-pure__option--selected {
        color: #e4e4e4;
        cursor: initial;
        pointer-events: none;
      }

      .select-pure__option--hidden {
        display: none;
      }

      .select-pure__selected-label {
        align-items: 'center';
        background: #5e6264;
        border-radius: 4px;
        color: #fff;
        cursor: initial;
        display: inline-flex;
        justify-content: 'center';
        margin: 5px 10px 5px 0;
        padding: 3px 7px;
      }

      .select-pure__selected-label:last-of-type {
        margin-right: 0;
      }

      .select-pure__selected-label i {
        cursor: pointer;
        display: inline-block;
        margin-left: 7px;
      }

      .select-pure__selected-label img {
        cursor: pointer;
        display: inline-block;
        height: 18px;
        margin-left: 7px;
        width: 14px;
      }

      .select-pure__selected-label i:hover {
        color: #e4e4e4;
      }

      .select-pure__autocomplete {
        background: #f9f9f8;
        border-bottom: 1px solid #e4e4e4;
        border-left: none;
        border-right: none;
        border-top: none;
        box-sizing: border-box;
        font-size: 16px;
        outline: none;
        padding: 10px;
        width: 100%;
      }

      .select-pure__placeholder--hidden {
        display: none;
      }

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -moz-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@-webkit-keyframes opacityPulse {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes alertPulse {
    0% {
        background-color: #9a2727;
        opacity: 1
    }
    50% {
        opacity: red;
        opacity: .75
    }
    100% {
        opacity: #9a2727;
        opacity: 1
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.opacityPulse-css {
    animation: opacityPulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1
}

.opacityPulse-css:hover {
    animation: none
}

.particles-js-canvas-el {
	max-height:477px;
}

.ui.celled.grid.white {
    display: table;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}

.ui.grid.deal-detail .deal-price-table .row .twelve.column {
    padding-left: 21px;
    padding-right: 21px;
}

.layer.black .price, .deal-price {
    color: #eb6325;
    font-size: 28px;
    font-weight: bold;
    margin: 4px 0 0 0;
    display: inline-block;
}

.ui.celled.grid.white>.row, .ui.celled.grid.white>.column.row, .ui.celled.grid.white>.column.row:first-child {
    display: table;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.ui.celled.grid.white>.column:first-child, .ui.celled.grid.white>.row>.column:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.celled.grid.white>.column:not(.row), .ui.celled.grid.white>.row>.column {
    display: table-cell;
    padding: .75em;
    -webkit-box-shadow: -1px 0 0 0 #000;
    box-shadow: -1px 0 0 0 #fff;
}

.deal-price-table .row span.title {
    display: block;
    text-align: center;
    color: #666;
    font-size: 10px;
    font-family: 'PT Sans',sans-serif;
    font-weight: bold;
}

.deal-price-table .row span.title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.deal-price-table .row span.value {
    display: block;
    text-align: center;
    color: #787575;
    font-size: 17px;
    font-weight: bold;
}

.list-author-widget-contacts {
    float: left;
    width: 100%;
}

.list-author-widget-contacts li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
	list-style:none;
}

.list-author-widget-contacts li span {
    min-width: 80px;
}

.list-author-widget-contacts li span, .list-author-widget-contacts li a {
    float: left;
    text-align: left;
    font-weight: 500;
}

.list-author-widget-contacts li a {
    margin-left: 13px;
    color: #878C9F;
}

.list-author-widget-contacts li span, .list-author-widget-contacts li a {
    float: left;
    text-align: left;
    font-weight: 500;
}

#tribox {
	height:500px;
	position: relative;
	overflow-y:scroll;
}

#tribox::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#tribox::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#tribox::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

#tribox .clearfix {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:15px;
}

#tribox .text-primary {
	font-weight:500;
}

#tribox a {
	color:inherit;
}

#tribox .fdesc {
	 background:#f6f6f6;
	 min-height:70px;
	 padding:10px;
	 border-radius:3px;
	 font-size:12px;
	 float:left;
}

#tribox .icerik {
	background:#f6f6f6;
	min-height:70px;
	max-height:70px;
	padding:10px;
	border-radius:3px;
	overflow:hidden;
	font-size:12px;
}

.dividerx:before {
    content: "|";
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff4d4d;
    margin-right: .25rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}