* {
    outline: none;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
}

img {
    border: 0;
}

.ulReset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.noWrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.hideOpacity {
    opacity: 0;
}

.show {
    display: inherit;
}

.bold {
    font-weight: bold;
}

.overflow {
    overflow: auto;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tableReset {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .tableReset > tbody > tr > td {
        padding: 0;
    }

.table {
    display: table;
}

    .table .row {
        display: table-row;
    }

    .table .cell {
        display: table-cell;
    }

.noSpacing, .noSpacing div {
    border-collapse: collapse;
    border-spacing: 0;
}

.full, .full .row, .full > .cell {
    width: 100%;
    height: 100%;
}

.fullWidth, .fullWidth .row {
    width: 100%;
}

.fullHeight, .fullHeight .row {
    height: 100%;
}

.inheritWidth, .inheritWidth .row, .inheritWidth > .cell {
    width: inherit;
}

.inheritHeight, .inheritHeight .row, .inheritHeight > .cell {
    height: inherit;
}

.minWidth {
    width: 1% !important;
}

.widthXSmall {
    width: 50px;
}

.widthSmall {
    width: 100px;
}

.widthMedium {
    width: 150px;
}

.widthLarge {
    width: 200px;
}

.widthXLarge {
    width: 250px;
}

.widthXXLarge {
    width: 300px;
}

.widthHuge {
    width: 500px;
}

.widthXHuge {
    width: 700px;
}

.widthXXHuge {
    width: 900px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.rightText {
    text-align: right;
}

.leftText {
    text-align: left;
}

.centerText {
    text-align: center;
}

.center {
    margin: auto;
}

.middle {
    vertical-align: middle;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.rowHorizontal > li {
    display: inline-block;
}

.rowVertical > li {
    display: block;
}

.marginLeft {
    margin-left: 5px;
}

.marginRight {
    margin-right: 5px;
}

.marginTop {
    margin-top: 5px;
}

.marginBottom {
    margin-bottom: 5px;
}

.marginFull {
    margin: 5px;
}

.marginLeft2x {
    margin-left: 10px;
}

.marginRight2x {
    margin-right: 10px;
}

.marginTop2x {
    margin-top: 10px;
}

.marginBottom2x {
    margin-bottom: 10px;
}

.marginFull2x {
    margin: 10px;
}

.marginLeft3x {
    margin-left: 15px;
}

.marginRight3x {
    margin-right: 15px;
}

.marginTop3x {
    margin-top: 15px;
}

.marginBottom3x {
    margin-bottom: 15px;
}

.marginFull3x {
    margin: 15px;
}

.marginLeft4x {
    margin-left: 20px;
}

.marginRight4x {
    margin-right: 20px;
}

.marginTop4x {
    margin-top: 20px;
}

.marginBottom4x {
    margin-bottom: 20px;
}

.marginFull4x {
    margin: 20px;
}

.marginTop8x {
    margin-top: 40px;
}

.marginBottom8x {
    margin-bottom: 40px !important;
}

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
    float: left;
}

.column12 {
    width: 100%;
}

.column11 {
    width: 91.66666667%;
}

.column10 {
    width: 83.33333333%;
}

.column9 {
    width: 75%;
}

.column8 {
    width: 66.66666667%;
}

.column7 {
    width: 58.33333333%;
}

.column6 {
    width: 50%;
}

.column5 {
    width: 41.66666667%;
}

.column4 {
    width: 33.33333333%;
}

.column3 {
    width: 25%;
}

.column2 {
    width: 16.66666667%;
}

.column1 {
    width: 8.33333333%;
}

@media(max-width:780px) {
    .column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
        width: 100%;
        text-align: center;
    }
}

.noPadding {
    padding: 0;
}

.padding1 {
    padding: 1px;
}

.padding2 {
    padding: 2px;
}

.padding3 {
    padding: 3px;
}

.padding4 {
    padding: 4px;
}

.padding5 {
    padding: 5px;
}

.padding6 {
    padding: 6px;
}

.padding7 {
    padding: 7px;
}

.padding8 {
    padding: 8px;
}

.padding9 {
    padding: 9px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px;
}

.padding30 {
    padding: 30px;
}

.fontSizeXXSmall {
    font-size: xx-small;
}

.fontSizeXSmall {
    font-size: x-small;
}

.fontSizeSmall {
    font-size: small;
}

.fontSizeMedium {
    font-size: medium;
}

.fontSizeLarge {
    font-size: large;
}

.fontSizeXLarge {
    font-size: x-large;
}

.fontSizeXXLarge {
    font-size: xx-large;
}

.bold {
    font-weight: bold;
}

.curbySmall {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.curby {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.curbyMedium {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.curbyLarge {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.animate {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.cursorPointer {
    cursor: pointer;
}

.hover:hover {
    opacity: .9;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg);
    filter: gray;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.static {
    position: static;
}

.absoluteCenter {
    margin: auto;
    left: 0;
    right: 0;
}

.absoluteMiddle {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-reverse {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
    flex-direction: column-reverse;
}

.flex-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.flex-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.flex-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.flex-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}

.flex-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}

.flex-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}

.flex-order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}

.flex-order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}

.flex-order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
}

.flex-order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon, [class^="icon"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconLg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.icon2x {
    font-size: 2em;
}

.icon3x {
    font-size: 3em;
}

.icon4x {
    font-size: 4em;
}

.icon5x {
    font-size: 5em;
}

.iconFw {
    width: 1.28571429em;
    text-align: center;
}

.iconUl {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .iconUl > li {
        position: relative;
    }

.iconLi {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .iconLi .iconLg {
        left: -1.85714286em;
    }

.iconBorder {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.iconSpin {
    -webkit-animation: iconSpin 1s infinite linear;
    animation: iconSpin 1s infinite linear;
}

@-webkit-keyframes iconSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes iconSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.iconRotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iconRotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.iconRotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.iconFlipHorizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.iconFlipVertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .iconRotate-90, :root .iconRotate-180, :root .iconRotate-270, :root .iconFlipHorizontal, :root .iconFlipVertical {
    filter: none;
}

.iconStack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.iconStack1x, .iconStack2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.iconStack1x {
    line-height: inherit;
}

.iconStack2x {
    font-size: 2em;
}

.iconInverse {
    color: #fff;
}

.iconGlass:before {
    content: "";
}

.iconMusic:before {
    content: "";
}

.iconSearch:before {
    content: "";
}

.iconEnvelopeO:before {
    content: "";
}

.iconHeart:before {
    content: "";
}

.iconStar:before {
    content: "";
}

.iconStarO:before {
    content: "";
}

.iconUser:before {
    content: "";
}

.iconFilm:before {
    content: "";
}

.iconThLarge:before {
    content: "";
}

.iconTh:before {
    content: "";
}

.iconThList:before {
    content: "";
}

.iconCheck:before {
    content: "";
}

.iconRemove:before, .iconClose:before, .iconTimes:before {
    content: "";
}

.iconSearchPlus:before {
    content: "";
}

.iconSearchMinus:before {
    content: "";
}

.iconPowerOff:before {
    content: "";
}

.iconSignal:before {
    content: "";
}

.iconGear:before, .iconCog:before {
    content: "";
}

.iconTrashO:before {
    content: "";
}

.iconHome:before {
    content: "";
}

.iconFileO:before {
    content: "";
}

.iconClockO:before {
    content: "";
}

.iconRoad:before {
    content: "";
}

.iconDownload:before {
    content: "";
}

.iconArrowCircleODown:before {
    content: "";
}

.iconArrowCircleOUp:before {
    content: "";
}

.iconInbox:before {
    content: "";
}

.iconPlayCircleO:before {
    content: "";
}

.iconRotateRight:before, .iconRepeat:before {
    content: "";
}

.iconRefresh:before {
    content: "";
}

.iconList-alt:before {
    content: "";
}

.iconLock:before {
    content: "";
}

.iconFlag:before {
    content: "";
}

.iconHeadphones:before {
    content: "";
}

.iconVolumeOff:before {
    content: "";
}

.iconVolumeDown:before {
    content: "";
}

.iconVolumeUp:before {
    content: "";
}

.iconQrcode:before {
    content: "";
}

.iconBarcode:before {
    content: "";
}

.iconTag:before {
    content: "";
}

.iconTags:before {
    content: "";
}

.iconBook:before {
    content: "";
}

.iconBookmark:before {
    content: "";
}

.iconPrint:before {
    content: "";
}

.iconCamera:before {
    content: "";
}

.iconFont:before {
    content: "";
}

.iconBold:before {
    content: "";
}

.iconItalic:before {
    content: "";
}

.iconText-height:before {
    content: "";
}

.iconText-width:before {
    content: "";
}

.iconAlignLeft:before {
    content: "";
}

.iconAlignCenter:before {
    content: "";
}

.iconAlignRight:before {
    content: "";
}

.iconAlignJustify:before {
    content: "";
}

.iconList:before {
    content: "";
}

.iconDedent:before, .iconOutdent:before {
    content: "";
}

.iconIndent:before {
    content: "";
}

.iconVideoCamera:before {
    content: "";
}

.iconPhoto:before, .iconImage:before, .iconPictureO:before {
    content: "";
}

.iconPencil:before {
    content: "";
}

.iconMapMarker:before {
    content: "";
}

.iconAdjust:before {
    content: "";
}

.iconTint:before {
    content: "";
}

.iconEdit:before, .iconPencilSquareO:before {
    content: "";
}

.iconShareSquareO:before {
    content: "";
}

.iconCheckSquareO:before {
    content: "";
}

.iconArrows:before {
    content: "";
}

.iconStep-backward:before {
    content: "";
}

.iconFast-backward:before {
    content: "";
}

.iconBackward:before {
    content: "";
}

.iconPlay:before {
    content: "";
}

.iconPause:before {
    content: "";
}

.iconStop:before {
    content: "";
}

.iconForward:before {
    content: "";
}

.iconFastForward:before {
    content: "";
}

.iconStepForward:before {
    content: "";
}

.iconEject:before {
    content: "";
}

.iconChevronLeft:before {
    content: "";
}

.iconChevronRight:before {
    content: "";
}

.iconPlusCircle:before {
    content: "";
}

.iconMinusCircle:before {
    content: "";
}

.iconTimesCircle:before {
    content: "";
}

.iconCheckCircle:before {
    content: "";
}

.iconQuestionCircle:before {
    content: "";
}

.iconInfoCircle:before {
    content: "";
}

.iconCrosshairs:before {
    content: "";
}

.iconTimesCircleO:before {
    content: "";
}

.iconCheckCircleO:before {
    content: "";
}

.iconBan:before {
    content: "";
}

.iconArrowLeft:before {
    content: "";
}

.iconArrowRight:before {
    content: "";
}

.iconArrowUp:before {
    content: "";
}

.iconArrowDown:before {
    content: "";
}

.iconMailForward:before, .iconShare:before {
    content: "";
}

.iconExpand:before {
    content: "";
}

.iconCompress:before {
    content: "";
}

.iconPlus:before {
    content: "";
}

.iconMinus:before {
    content: "";
}

.iconAsterisk:before {
    content: "";
}

.iconExclamationCircle:before {
    content: "";
}

.iconGift:before {
    content: "";
}

.iconLeaf:before {
    content: "";
}

.iconFire:before {
    content: "";
}

.iconEye:before {
    content: "";
}

.iconEyeSlash:before {
    content: "";
}

.iconWarning:before, .iconExclamationTriangle:before {
    content: "";
}

.iconPlane:before {
    content: "";
}

.iconCalendar:before {
    content: "";
}

.iconRandom:before {
    content: "";
}

.iconComment:before {
    content: "";
}

.iconMagnet:before {
    content: "";
}

.iconChevronUp:before {
    content: "";
}

.iconChevronDown:before {
    content: "";
}

.iconRetweet:before {
    content: "";
}

.iconShopping-cart:before {
    content: "";
}

.iconFolder:before {
    content: "";
}

.iconFolderOpen:before {
    content: "";
}

.iconArrowsV:before {
    content: "";
}

.iconArrowsH:before {
    content: "";
}

.iconBarChartO:before, .iconBarChart:before {
    content: "";
}

.iconTwitterSquare:before {
    content: "";
}

.iconFacebookSquare:before {
    content: "";
}

.iconCameraRetro:before {
    content: "";
}

.iconKey:before {
    content: "";
}

.iconGears:before, .iconCogs:before {
    content: "";
}

.iconComments:before {
    content: "";
}

.iconThumbsOUp:before {
    content: "";
}

.iconThumbsODown:before {
    content: "";
}

.iconStarHalf:before {
    content: "";
}

.iconHeartO:before {
    content: "";
}

.iconSignOut:before {
    content: "";
}

.iconLinkedinSquare:before {
    content: "";
}

.iconThumbTack:before {
    content: "";
}

.iconExternalLink:before {
    content: "";
}

.iconSignIn:before {
    content: "";
}

.iconTrophy:before {
    content: "";
}

.iconGithubSquare:before {
    content: "";
}

.iconUpload:before {
    content: "";
}

.iconLemonO:before {
    content: "";
}

.iconPhone:before {
    content: "";
}

.iconSquareO:before {
    content: "";
}

.iconBookmarkO:before {
    content: "";
}

.iconPhoneSquare:before {
    content: "";
}

.iconTwitter:before {
    content: "";
}

.iconFacebook:before {
    content: "";
}

.iconGithub:before {
    content: "";
}

.iconUnlock:before {
    content: "";
}

.iconCreditCard:before {
    content: "";
}

.iconRss:before {
    content: "";
}

.iconHddO:before {
    content: "";
}

.iconBullhorn:before {
    content: "";
}

.iconBell:before {
    content: "";
}

.iconCertificate:before {
    content: "";
}

.iconHandORight:before {
    content: "";
}

.iconHandOLeft:before {
    content: "";
}

.iconHandOUp:before {
    content: "";
}

.iconHandODown:before {
    content: "";
}

.iconArrowCircleLeft:before {
    content: "";
}

.iconArrowCircleRight:before {
    content: "";
}

.iconArrowCircleUp:before {
    content: "";
}

.iconArrowCircleDown:before {
    content: "";
}

.iconGlobe:before {
    content: "";
}

.iconWrench:before {
    content: "";
}

.iconTasks:before {
    content: "";
}

.iconFilter:before {
    content: "";
}

.iconBriefcase:before {
    content: "";
}

.iconArrows-alt:before {
    content: "";
}

.iconGroup:before, .iconUsers:before {
    content: "";
}

.iconChain:before, .iconLink:before {
    content: "";
}

.iconCloud:before {
    content: "";
}

.iconFlask:before {
    content: "";
}

.iconCut:before, .iconScissors:before {
    content: "";
}

.iconCopy:before, .iconFilesO:before {
    content: "";
}

.iconPaperclip:before {
    content: "";
}

.iconSave:before, .iconFloppyO:before {
    content: "";
}

.iconSquare:before {
    content: "";
}

.iconNavicon:before, .iconReorder:before, .iconBars:before {
    content: "";
}

.iconListUl:before {
    content: "";
}

.iconListOl:before {
    content: "";
}

.iconStrikethrough:before {
    content: "";
}

.iconUnderline:before {
    content: "";
}

.iconTable:before {
    content: "";
}

.iconMagic:before {
    content: "";
}

.iconTruck:before {
    content: "";
}

.iconPinterest:before {
    content: "";
}

.iconPinterestSquare:before {
    content: "";
}

.iconGooglePlusSquare:before {
    content: "";
}

.iconGooglePlus:before {
    content: "";
}

.iconMoney:before {
    content: "";
}

.iconCaretDown:before {
    content: "";
}

.iconCaretUp:before {
    content: "";
}

.iconCaretLeft:before {
    content: "";
}

.iconCaretRight:before {
    content: "";
}

.iconColumns:before {
    content: "";
}

.iconUnsorted:before, .iconSort:before {
    content: "";
}

.iconSortDown:before, .iconSortDesc:before {
    content: "";
}

.iconSortUp:before, .iconSortAsc:before {
    content: "";
}

.iconEnvelope:before {
    content: "";
}

.iconLinkedin:before {
    content: "";
}

.iconRotateLeft:before, .iconUndo:before {
    content: "";
}

.iconLegal:before, .iconGavel:before {
    content: "";
}

.iconDashboard:before, .iconTachometer:before {
    content: "";
}

.iconCommentO:before {
    content: "";
}

.iconCommentsO:before {
    content: "";
}

.iconFlash:before, .iconBolt:before {
    content: "";
}

.iconSitemap:before {
    content: "";
}

.iconUmbrella:before {
    content: "";
}

.iconPaste:before, .iconClipboard:before {
    content: "";
}

.iconLightbulbO:before {
    content: "";
}

.iconExchange:before {
    content: "";
}

.iconCloudDownload:before {
    content: "";
}

.iconCloudUpload:before {
    content: "";
}

.iconUser-md:before {
    content: "";
}

.iconStethoscope:before {
    content: "";
}

.iconSuitcase:before {
    content: "";
}

.iconBellO:before {
    content: "";
}

.iconCoffee:before {
    content: "";
}

.iconCutlery:before {
    content: "";
}

.iconFile-textO:before {
    content: "";
}

.iconBuildingO:before {
    content: "";
}

.iconHospitalO:before {
    content: "";
}

.iconAmbulance:before {
    content: "";
}

.iconMedkit:before {
    content: "";
}

.iconFighter-jet:before {
    content: "";
}

.iconBeer:before {
    content: "";
}

.iconHSquare:before {
    content: "";
}

.iconPlusSquare:before {
    content: "";
}

.iconAngleDoubleLeft:before {
    content: "";
}

.iconAngleDoubleRight:before {
    content: "";
}

.iconAngleDoubleUp:before {
    content: "";
}

.iconAngleDoubleDown:before {
    content: "";
}

.iconAngleLeft:before {
    content: "";
}

.iconAngleRight:before {
    content: "";
}

.iconAngleUp:before {
    content: "";
}

.iconAngleDown:before {
    content: "";
}

.iconDesktop:before {
    content: "";
}

.iconLaptop:before {
    content: "";
}

.iconTablet:before {
    content: "";
}

.iconMobile-phone:before, .iconMobile:before {
    content: "";
}

.iconCircleO:before {
    content: "";
}

.iconQuoteLeft:before {
    content: "";
}

.iconQuoteRight:before {
    content: "";
}

.iconSpinner:before {
    content: "";
}

.iconCircle:before {
    content: "";
}

.iconMailReply:before, .iconReply:before {
    content: "";
}

.iconGithubAlt:before {
    content: "";
}

.iconFolderO:before {
    content: "";
}

.iconFolderOpenO:before {
    content: "";
}

.iconSmileO:before {
    content: "";
}

.iconFrownO:before {
    content: "";
}

.iconMehO:before {
    content: "";
}

.iconGamepad:before {
    content: "";
}

.iconKeyboardO:before {
    content: "";
}

.iconFlagO:before {
    content: "";
}

.iconFlagCheckered:before {
    content: "";
}

.iconTerminal:before {
    content: "";
}

.iconCode:before {
    content: "";
}

.iconMailReplyAll:before, .iconReplyAll:before {
    content: "";
}

.iconStarHalfEmpty:before, .iconStarHalfFull:before, .iconStarHalfO:before {
    content: "";
}

.iconLocation-arrow:before {
    content: "";
}

.iconCrop:before {
    content: "";
}

.iconCodeFork:before {
    content: "";
}

.iconUnlink:before, .iconChain-broken:before {
    content: "";
}

.iconQuestion:before {
    content: "";
}

.iconInfo:before {
    content: "";
}

.iconExclamation:before {
    content: "";
}

.iconSuperscript:before {
    content: "";
}

.iconSubscript:before {
    content: "";
}

.iconEraser:before {
    content: "";
}

.iconPuzzle-piece:before {
    content: "";
}

.iconMicrophone:before {
    content: "";
}

.iconMicrophoneSlash:before {
    content: "";
}

.iconShield:before {
    content: "";
}

.iconCalendarO:before {
    content: "";
}

.iconFire-extinguisher:before {
    content: "";
}

.iconRocket:before {
    content: "";
}

.iconMaxcdn:before {
    content: "";
}

.iconChevronCircleLeft:before {
    content: "";
}

.iconChevronCircleRight:before {
    content: "";
}

.iconChevronCircleUp:before {
    content: "";
}

.iconChevronCircleDown:before {
    content: "";
}

.iconHtml5:before {
    content: "";
}

.iconCss3:before {
    content: "";
}

.iconAnchor:before {
    content: "";
}

.iconUnlock-alt:before {
    content: "";
}

.iconBullseye:before {
    content: "";
}

.iconEllipsis-h:before {
    content: "";
}

.iconEllipsis-v:before {
    content: "";
}

.iconRssSquare:before {
    content: "";
}

.iconPlayCircle:before {
    content: "";
}

.iconTicket:before {
    content: "";
}

.iconMinusSquare:before {
    content: "";
}

.iconMinusSquareO:before {
    content: "";
}

.iconLevelUp:before {
    content: "";
}

.iconLevelDown:before {
    content: "";
}

.iconCheckSquare:before {
    content: "";
}

.iconPencilSquare:before {
    content: "";
}

.iconExternal-linkSquare:before {
    content: "";
}

.iconShareSquare:before {
    content: "";
}

.iconToggleDown:before, .iconCaretSquareODown:before {
    content: "";
}

.iconToggleUp:before, .iconCaretSquareOUp:before {
    content: "";
}

.iconToggleRight:before, .iconCaretSquareORight:before {
    content: "";
}

.iconEuro:before, .iconEur:before {
    content: "";
}

.iconGbp:before {
    content: "";
}

.iconDollar:before, .iconUsd:before {
    content: "";
}

.iconRupee:before, .iconInr:before {
    content: "";
}

.iconCny:before, .iconRmb:before, .iconYen:before, .iconJpy:before {
    content: "";
}

.iconRuble:before, .iconRouble:before, .iconRub:before {
    content: "";
}

.iconWon:before, .iconKrw:before {
    content: "";
}

.iconBitcoin:before, .iconBtc:before {
    content: "";
}

.iconFile:before {
    content: "";
}

.iconFileText:before {
    content: "";
}

.iconSortAlphaAsc:before {
    content: "";
}

.iconSortAlphaDesc:before {
    content: "";
}

.iconSortAmountAsc:before {
    content: "";
}

.iconSortAmountDesc:before {
    content: "";
}

.iconSortNumericAsc:before {
    content: "";
}

.iconSortNumericDesc:before {
    content: "";
}

.iconThumbsUp:before {
    content: "";
}

.iconThumbsDown:before {
    content: "";
}

.iconYoutubeSquare:before {
    content: "";
}

.iconYoutube:before {
    content: "";
}

.iconXing:before {
    content: "";
}

.iconXingSquare:before {
    content: "";
}

.iconYoutubePlay:before {
    content: "";
}

.iconDropbox:before {
    content: "";
}

.iconStackOverflow:before {
    content: "";
}

.iconInstagram:before {
    content: "";
}

.iconFlickr:before {
    content: "";
}

.iconAdn:before {
    content: "";
}

.iconBitbucket:before {
    content: "";
}

.iconBitbucketSquare:before {
    content: "";
}

.iconTumblr:before {
    content: "";
}

.iconTumblrSquare:before {
    content: "";
}

.iconLongArrowDown:before {
    content: "";
}

.iconLongArrowUp:before {
    content: "";
}

.iconLongArrowLeft:before {
    content: "";
}

.iconLongArrowRight:before {
    content: "";
}

.iconApple:before {
    content: "";
}

.iconWindows:before {
    content: "";
}

.iconAndroid:before {
    content: "";
}

.iconLinux:before {
    content: "";
}

.iconDribbble:before {
    content: "";
}

.iconSkype:before {
    content: "";
}

.iconFoursquare:before {
    content: "";
}

.iconTrello:before {
    content: "";
}

.iconFemale:before {
    content: "";
}

.iconMale:before {
    content: "";
}

.iconGittip:before {
    content: "";
}

.iconSunO:before {
    content: "";
}

.iconMoonO:before {
    content: "";
}

.iconArchive:before {
    content: "";
}

.iconBug:before {
    content: "";
}

.iconVk:before {
    content: "";
}

.iconWeibo:before {
    content: "";
}

.iconRenren:before {
    content: "";
}

.iconPagelines:before {
    content: "";
}

.iconStack-exchange:before {
    content: "";
}

.iconArrowCircleORight:before {
    content: "";
}

.iconArrowCircleOLeft:before {
    content: "";
}

.iconToggleLeft:before, .iconCaretSquareOLeft:before {
    content: "";
}

.iconDotCircleO:before {
    content: "";
}

.iconWheelchair:before {
    content: "";
}

.iconVimeoSquare:before {
    content: "";
}

.iconTurkishLira:before, .iconTry:before {
    content: "";
}

.iconPlusSquareO:before {
    content: "";
}

.iconSpace-shuttle:before {
    content: "";
}

.iconSlack:before {
    content: "";
}

.iconEnvelopeSquare:before {
    content: "";
}

.iconWordpress:before {
    content: "";
}

.iconOpenid:before {
    content: "";
}

.iconInstitution:before, .iconBank:before, .iconUniversity:before {
    content: "";
}

.iconMortarBoard:before, .iconGraduationCap:before {
    content: "";
}

.iconYahoo:before {
    content: "";
}

.iconGoogle:before {
    content: "";
}

.iconReddit:before {
    content: "";
}

.iconRedditSquare:before {
    content: "";
}

.iconStumbleuponCircle:before {
    content: "";
}

.iconStumbleupon:before {
    content: "";
}

.iconDelicious:before {
    content: "";
}

.iconDigg:before {
    content: "";
}

.iconPiedPiper:before {
    content: "";
}

.iconPiedPiperAlt:before {
    content: "";
}

.iconDrupal:before {
    content: "";
}

.iconJoomla:before {
    content: "";
}

.iconLanguage:before {
    content: "";
}

.iconFax:before {
    content: "";
}

.iconBuilding:before {
    content: "";
}

.iconChild:before {
    content: "";
}

.iconPaw:before {
    content: "";
}

.iconSpoon:before {
    content: "";
}

.iconCube:before {
    content: "";
}

.iconCubes:before {
    content: "";
}

.iconBehance:before {
    content: "";
}

.iconBehanceSquare:before {
    content: "";
}

.iconSteam:before {
    content: "";
}

.iconSteamSquare:before {
    content: "";
}

.iconRecycle:before {
    content: "";
}

.iconAutomobile:before, .iconCar:before {
    content: "";
}

.iconCab:before, .iconTaxi:before {
    content: "";
}

.iconTree:before {
    content: "";
}

.iconSpotify:before {
    content: "";
}

.iconDeviantart:before {
    content: "";
}

.iconSoundcloud:before {
    content: "";
}

.iconDatabase:before {
    content: "";
}

.iconFilePdfO:before {
    content: "";
}

.iconFileWordO:before {
    content: "";
}

.iconFileExcelO:before {
    content: "";
}

.iconFilePowerpointO:before {
    content: "";
}

.iconFilePhotoO:before, .iconFilePictureO:before, .iconFileImageO:before {
    content: "";
}

.iconFileZipO:before, .iconFileArchiveO:before {
    content: "";
}

.iconFileSoundO:before, .iconFileAudioO:before {
    content: "";
}

.iconFileMovieO:before, .iconFileVideoO:before {
    content: "";
}

.iconFileCodeO:before {
    content: "";
}

.iconVine:before {
    content: "";
}

.iconCodepen:before {
    content: "";
}

.iconJsfiddle:before {
    content: "";
}

.iconLife-bouy:before, .iconLife-buoy:before, .iconLife-saver:before, .iconSupport:before, .iconLife-ring:before {
    content: "";
}

.iconCircleONotch:before {
    content: "";
}

.iconRa:before, .iconRebel:before {
    content: "";
}

.iconGe:before, .iconEmpire:before {
    content: "";
}

.iconGitSquare:before {
    content: "";
}

.iconGit:before {
    content: "";
}

.iconHackerNews:before {
    content: "";
}

.iconTencentWeibo:before {
    content: "";
}

.iconQq:before {
    content: "";
}

.iconWechat:before, .iconWeixin:before {
    content: "";
}

.iconSend:before, .iconPaperPlane:before {
    content: "";
}

.iconSendO:before, .iconPaper-planeO:before {
    content: "";
}

.iconHistory:before {
    content: "";
}

.iconCircleThin:before {
    content: "";
}

.iconHeader:before {
    content: "";
}

.iconParagraph:before {
    content: "";
}

.iconSliders:before {
    content: "";
}

.iconShareAlt:before {
    content: "";
}

.iconShareAltSquare:before {
    content: "";
}

.iconBomb:before {
    content: "";
}

.iconSoccerBallO:before, .iconFutbolO:before {
    content: "";
}

.iconTty:before {
    content: "";
}

.iconBinoculars:before {
    content: "";
}

.iconPlug:before {
    content: "";
}

.iconSlideshare:before {
    content: "";
}

.iconTwitch:before {
    content: "";
}

.iconYelp:before {
    content: "";
}

.iconNewspaperO:before {
    content: "";
}

.iconWifi:before {
    content: "";
}

.iconCalculator:before {
    content: "";
}

.iconPaypal:before {
    content: "";
}

.iconGoogle-wallet:before {
    content: "";
}

.iconCcVisa:before {
    content: "";
}

.iconCcMastercard:before {
    content: "";
}

.iconCcDiscover:before {
    content: "";
}

.iconCcAmex:before {
    content: "";
}

.iconCcPaypal:before {
    content: "";
}

.iconCcStripe:before {
    content: "";
}

.iconBellSlash:before {
    content: "";
}

.iconBellSlashO:before {
    content: "";
}

.iconTrash:before {
    content: "";
}

.iconCopyright:before {
    content: "";
}

.iconAt:before {
    content: "";
}

.iconEyedropper:before {
    content: "";
}

.iconPaintBrush:before {
    content: "";
}

.iconBirthdayCake:before {
    content: "";
}

.iconAreaChart:before {
    content: "";
}

.iconPieChart:before {
    content: "";
}

.iconLineChart:before {
    content: "";
}

.iconLastfm:before {
    content: "";
}

.iconLastfmSquare:before {
    content: "";
}

.iconToggleOff:before {
    content: "";
}

.iconToggleOn:before {
    content: "";
}

.iconBicycle:before {
    content: "";
}

.iconBus:before {
    content: "";
}

.iconIoxhost:before {
    content: "";
}

.iconAngellist:before {
    content: "";
}

.iconCc:before {
    content: "";
}

.iconShekel:before, .iconSheqel:before, .iconIls:before {
    content: "";
}

.iconMeanpath:before {
    content: "";
}

.iconBuysellads:before {
    content: "";
}

.iconConnectdevelop:before {
    content: "";
}

.iconDashcube:before {
    content: "";
}

.iconForumbee:before {
    content: "";
}

.iconLeanpub:before {
    content: "";
}

.iconSellsy:before {
    content: "";
}

.iconShirtsinbulk:before {
    content: "";
}

.iconSimplybuilt:before {
    content: "";
}

.iconSkyatlas:before {
    content: "";
}

.iconCartPlus:before {
    content: "";
}

.iconCartArrowDown:before {
    content: "";
}

.iconDiamond:before {
    content: "";
}

.iconShip:before {
    content: "";
}

.iconUserSecret:before {
    content: "";
}

.iconMotorcycle:before {
    content: "";
}

.iconStreetView:before {
    content: "";
}

.iconHeartbeat:before {
    content: "";
}

.iconVenus:before {
    content: "";
}

.iconMars:before {
    content: "";
}

.iconMercury:before {
    content: "";
}

.iconTransgender:before {
    content: "";
}

.iconTransgender-alt:before {
    content: "";
}

.iconVenusDouble:before {
    content: "";
}

.iconMarsDouble:before {
    content: "";
}

.iconVenusMars:before {
    content: "";
}

.iconMarsStroke:before {
    content: "";
}

.iconMarsStroke-v:before {
    content: "";
}

.iconMarsStroke-h:before {
    content: "";
}

.iconNeuter:before {
    content: "";
}

.iconFacebookOfficial:before {
    content: "";
}

.iconPinterestP:before {
    content: "";
}

.iconWhatsapp:before {
    content: "";
}

.iconServer:before {
    content: "";
}

.iconUserPlus:before {
    content: "";
}

.iconUserTimes:before {
    content: "";
}

.iconHotel:before, .iconBed:before {
    content: "";
}

.iconViacoin:before {
    content: "";
}

.iconTrain:before {
    content: "";
}

.iconSubway:before {
    content: "";
}

.iconMedium:before {
    content: "";
}

@font-face {
    font-family: 'AbakuTLSymSansRegular';
    src: url('../fonts/abakutlsymsans.eot?');
    src: url('../fonts/abakutlsymsans.eot?#iefix') format('embedded-opentype'),url('../fonts/abakutlsymsans.woff') format('woff'),url('../fonts/abakutlsymsans.ttf') format('truetype'),url('../fonts/abakutlsymsans.svg#AbakuTLSymSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tl {
    font-weight: normal;
}

    .tl:before {
        font-family: "AbakuTLSymSansRegular",serif;
        content: "t";
    }

@charset "UTF-8";

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes slideup {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes slideup {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

.slideup {
    -webkit-animation-name: slideup;
    animation-name: slideup;
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    }

    80%,100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    }

    80%,100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    }
}

.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0);
        -ms-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0);
        -ms-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    40%,80% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    40%,80% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

::selection {
    background-color: #f0f0f0;
    color: #000;
}

div, td, th, span, input, select, legend, fieldset, textarea, a {
    font-size: small;
    font-family: HelveticaTR;
    color: #555;
}

a {
    text-decoration: none !important;
    color: #555;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

    a:hover, a:focus {
        color: #000;
    }

.form .formRow {
    margin-bottom: 5px;
}

    .form .formRow label {
        line-height: 27px;
        vertical-align: middle;
        display: inline-block;
    }

.form .label {
    padding: 5px 10px 5px 5px;
    display: inline-block;
    cursor: default;
    vertical-align: top;
}

.form input, .form textarea, .form .input {
    padding: 5px;
}

.form textarea {
    resize: none;
}

.form .integer {
    text-align: right;
}

.form .date {
    width: 80px;
}

.form .datetime {
    width: 112px;
}

.form input[type="text"], .form input[type="password"], .form input[type="file"], .form input[type="radio"], .form textarea, .form .input {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    outline: 0;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form input[type="text"]:focus, .form input[type="password"]:focus, .form input[type="file"]:focus, .form input[type="radio"]:focus, .form textarea:focus, .form .input:focus {
        border-color: rgba(100,100,100,.6);
    }

    .form input[readonly="readonly"], .form textarea[readonly="readonly"] {
        background-color: #f0f0f0;
        color: #999;
    }

        .form input[readonly="readonly"]:focus, .form textarea[readonly="readonly"]:focus {
            border-color: #ccc;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
            -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
        }

.form .dropdown {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px 2px 4px 2px;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/arrow.png);
    padding: 4px 2px 4px 2px;
    background-repeat: no-repeat;
    background-position: right 8px;
}

.form-content .dropdown {
    height: auto;
    padding: 18px 20px;
    border: 2px solid #e9eaeb;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.form .dropdown select, .form select {
    outline: 0;
    border: 0;
    width: 100%;
    margin: 0;
}

.form .dropdown:hover, .form .dropdown:focus {
    border-color: rgba(100,100,100,.6);
}

.form .dropdownAutocomplete {
    position: relative;
}

    .form .dropdownAutocomplete input {
        position: relative;
        z-index: 2;
        font-style: normal;
    }

    .form .dropdownAutocomplete .notSelect {
        font-style: italic;
    }

    .form .dropdownAutocomplete i {
        position: absolute;
        text-align: center;
        padding: 6px 10px;
        height: 100%;
        display: inline-block;
        cursor: pointer;
        top: 0;
        right: 0;
        z-index: 3;
        color: #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form .dropdownAutocomplete i:hover {
            color: #999;
        }

    .form .dropdownAutocomplete select {
        display: none;
    }

    .form .dropdownAutocomplete .autocompleteMenu {
        position: absolute;
        background-color: #fff;
        border: 1px solid #ccc;
        width: 100%;
        margin-top: -1px;
        z-index: 100;
        display: none;
        overflow: auto;
        max-height: 150px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 2px 1px 0 rgba(48,48,48,.3);
        -moz-box-shadow: 0 2px 1px 0 rgba(48,48,48,.3);
        box-shadow: 1px 2px 2px 0 rgba(48,48,48,.3);
    }

        .form .dropdownAutocomplete .autocompleteMenu ul li a {
            display: block;
            padding: 5px 7px;
            background-color: #f5f5f5;
            border-bottom: 1px solid #fff;
            color: #777;
            font-size: 12px;
        }

            .form .dropdownAutocomplete .autocompleteMenu ul li.active a, .form .dropdownAutocomplete .autocompleteMenu ul li a:hover {
                background-color: #777;
                color: #fff;
            }

.form .checkbox {
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 2px 3px 2px;
    width: 22px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    .form .checkbox input[type="checkbox"] {
        outline: 0;
        border: 0;
        width: 100%;
        margin: 2px 0 2px 0;
        cursor: pointer;
        padding: 0;
    }

    .form .checkbox:hover {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085),0 0 8px rgba(0,133,178,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085),0 0 8px rgba(0,133,178,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.085),0 0 8px rgba(0,133,178,.6);
    }

.form .checkboxList {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    overflow: auto;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.085);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form .checkboxList ul, .checkboxList ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .form .checkboxList li {
        display: inline-block;
        text-align: right;
    }

        .form .checkboxList li:hover {
            background-color: #e0e0e0;
        }

        .form .checkboxList li label, .checkboxList li input {
            cursor: pointer;
            vertical-align: middle;
            font-size: smaller;
        }

        .form .checkboxList li label {
            display: block;
            padding-left: 5px;
        }

.form .checkboxListBlock li {
    display: block;
}

.control-warning {
    border-color: #f00 !important;
}

    .control-warning:focus, .control-warning .dropdown:hover {
        border-color: rgba(104,8,8,.6) !important;
    }

.form button, .form .button, .form [type="submit"], .form [type="button"] {
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    padding: 4px 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    color: #fff;
    background-color: #e31f2e;
    padding: 10px 25px;
    transition: .5s;
    border-radius: 50px;
}

    .form button:hover, .form .button:hover, .form [type="submit"]:hover, .form [type="button"]:hover {
        background-color: #5c5d5f;
        color: #fff;
    }

.form .smallButton {
    padding: 2px 7px 2px 7px !important;
    font-size: 12px !important;
}

.form .menuButton {
    position: relative;
    display: inline-block;
}

    .form .menuButton .menuButtonContent {
        display: none;
        position: absolute;
        width: auto;
        left: 0;
        top: 100%;
        cursor: default;
        z-index: 10;
    }

    .form .menuButton .menuUl {
        list-style-type: none;
        margin: 1px 0 0 0;
        padding: 0;
    }

        .form .menuButton .menuUl > li:first-child {
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .form .menuButton .menuUl > li:last-child {
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -moz-border-radius-bottomleft: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .form .menuButton .menuUl > li {
            background-color: #e0e0e0;
            border-bottom: 1px solid #fff;
            transition: background-color .5s ease;
        }

            .form .menuButton .menuUl > li:last-child {
                border-bottom: 0;
            }

            .form .menuButton .menuUl > li > i {
                display: inline-block;
                padding: 6px 0 6px 6px;
                transition: color .5s ease;
            }

            .form .menuButton .menuUl > li > a {
                display: inline-block;
                padding: 6px;
                font-size: smaller;
                color: #777;
            }

            .form .menuButton .menuUl > li:hover {
                background-color: #555;
            }

                .form .menuButton .menuUl > li:hover > a, .form .menuButton .menuUl > li:hover > i {
                    color: #fff;
                }

.form .greenButton {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #509f00;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#a3d900),to(#509f00)) !important;
    background-image: -webkit-linear-gradient(top,#a3d900,#509f00) !important;
    background-image: -o-linear-gradient(top,#a3d900,#509f00) !important;
    background-image: linear-gradient(to bottom,#a3d900,#509f00) !important;
    background-image: -moz-linear-gradient(top,#a3d900,#509f00) !important;
    border-color: #509f00 #509f00 #1f6377 !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#A3D900',endColorstr='#509F00',GradientType=0) !important;
}

    .form .greenButton:hover {
        color: #fff;
        background-color: #509f00 !important;
    }

    .form .greenButton:active {
        color: #bbf900 !important;
        background-color: #509f00 !important;
    }

.form .redButton {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #8c0000;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff2626),to(#8c0000)) !important;
    background-image: -webkit-linear-gradient(top,#ff2626,#8c0000) !important;
    background-image: -o-linear-gradient(top,#ff2626,#8c0000) !important;
    background-image: linear-gradient(to bottom,#ff2626,#8c0000) !important;
    background-image: -moz-linear-gradient(top,#ff2626,#8c0000) !important;
    background-repeat: repeat-x;
    border-color: #8c0000 #8c0000 #1f6377 !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FF2626',endColorstr='#8C0000',GradientType=0) !important;
}

    .form .redButton:hover {
        color: #fff;
        background-color: #8c0000 !important;
    }

    .form .redButton:active {
        color: #ff7373 !important;
        background-color: #8c0000 !important;
    }

.form .grayButton, .form .loadingButton {
    color: #fff !important;
    text-shadow: none !important;
    background-color: #a0a0a0;
}

    .form .grayButton:hover {
        color: #555;
        background-color: #999 !important;
    }

    .form .grayButton:active {
        color: #c0c0c0 !important;
        background-color: #e0e0e0 !important;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

    fieldset legend {
        display: inline-block;
        color: #666;
        padding: 10px 20px;
        background: #e5e5e5;
        font-weight: bold;
        margin: 0 0 5px auto;
        cursor: default;
        border: 0;
        border-right: 5px solid #ed1c24;
    }

    fieldset::before {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        margin-bottom: 15px;
        background: -webkit-linear-gradient(right,#b0b0b0 0%,#dcdcdc 47%,#f0f0f0 100%);
        background: -moz-linear-gradient(right,#b0b0b0 0%,#dcdcdc 47%,#f0f0f0 100%);
        background: -ms-linear-gradient(right,#b0b0b0 0%,#dcdcdc 47%,#f0f0f0 100%);
        background: -o-linear-gradient(right,#b0b0b0 0%,#dcdcdc 47%,#f0f0f0 100%);
        background: linear-gradient(right,#b0b0b0 0%,#dcdcdc 47%,#f0f0f0 100%);
    }

.gridAjax {
    border-collapse: collapse;
    border: 0;
}

    .gridAjax caption {
        text-align: center;
        padding: 8px 5px 8px 5px;
        cursor: default;
        background-color: #f0f0f0;
        color: #999;
        border: 1px solid #d9d9d9;
        border-bottom: 0;
        font-size: medium;
    }

    .gridAjax table {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }

        .gridAjax table > thead th a, .gridAjax table > thead td a, .gridAjax .header th a {
            display: block;
            padding: 10px 2px;
        }

        .gridAjax table > thead th, .gridAjax table > thead td, .gridAjax .header th {
            text-align: center;
            font-weight: bold;
            cursor: default;
            background-color: #e0e0e0;
            color: #111;
            border: 1px solid #e4e7ec;
        }

    .gridAjax .header th {
        position: relative;
    }

    .gridAjax .header .sort-asc, .gridAjax .header .sort-desc {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 16px;
        opacity: .8;
        background-color: #d5d5d5;
        padding-left: 2px;
        padding-right: 2px;
        line-height: 36px;
        border-left: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
        font-family: FontAwesome;
        font-style: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .gridAjax .header .sort-asc:before {
            content: "";
        }

        .gridAjax .header .sort-desc:before {
            content: "";
        }

    .gridAjax .gridSearch {
        padding: 8px 10px 8px 10px;
        border: 0;
        background-color: #e0e0e0;
        margin-bottom: 10px;
    }

        .gridAjax .gridSearch .gridSearchForm {
            text-align: left;
            display: inline-block;
        }

        .gridAjax .gridSearch input {
            display: inline-block;
        }

            .gridAjax .gridSearch input[type="submit"], .gridAjax .gridSearch button {
                line-height: 23px;
                padding: 2px 11px !important;
            }

        .gridAjax .gridSearch label {
            padding: 6px 0;
            display: inline-block;
        }

        .gridAjax .gridSearch .list-type .list-button {
            display: block;
            padding: 5px 6px;
            background-color: #ccc;
            color: #777;
        }

        .gridAjax .gridSearch .list-type .active {
            background-color: #b50015;
            color: #fff;
        }

    .gridAjax table > tbody > tr > td, .gridAjax thead > tbody > tr > th {
        border: 1px solid #e4e7ec;
        vertical-align: middle;
        border-collapse: collapse;
    }

    .gridAjax table > tbody > tr > td {
        padding: 3px 4px;
        border: 0;
        cursor: pointer;
    }

    .gridAjax table > tbody > tr {
        background-color: #fff;
        cursor: default;
    }

        .gridAjax table > tbody > tr:hover:not(.page):not(.empty) {
            background-color: #e9e9e9 !important;
        }

        .gridAjax table > tbody > tr:hover .anaResim {
            opacity: .8;
        }

        .gridAjax table > tbody > tr .anaResimLink {
            display: inline-block;
            position: relative;
            width: 100%;
            float: left;
        }

            .gridAjax table > tbody > tr .anaResimLink .garantiResim {
                position: absolute;
                top: 5px;
                left: 5px;
                width: 24px;
                z-index: 1;
            }

            .gridAjax table > tbody > tr .anaResimLink .hondaIkiOnayResim {
                position: absolute;
                top: 5px;
                left: -3px;
                width: 60px;
                z-index: 1;
            }

            .gridAjax table > tbody > tr .anaResimLink .rezerve, .gridAjax table > tbody > tr .anaResimLink .satildi {
                position: absolute;
                top: 2px;
                left: -9px;
                width: 21px;
                z-index: 100;
            }

    .gridAjax table > tbody > .active {
        background-color: #e0e0e0 !important;
    }

        .gridAjax table > tbody > .active > td {
            color: #000 !important;
        }

    .gridAjax table > tbody > tr:nth-child(2n+1) {
        background-color: #f5f5f5;
    }

    .gridAjax table > tbody > .page, .gridAjax table > tbody > .page:hover {
        background-color: transparent !important;
    }

        .gridAjax table > tbody > .page td {
            padding: 0;
            cursor: default !important;
        }

        .gridAjax table > tbody > .page > td > table {
            margin: 20px auto 0 auto;
            width: auto;
            border-style: hidden;
        }

            .gridAjax table > tbody > .page > td > table tr, .gridAjax table > tbody > .page > td > table tr:hover {
                background-color: transparent !important;
            }

                .gridAjax table > tbody > .page > td > table tr td {
                    border-style: hidden;
                }

        .gridAjax table > tbody > .page > td span {
            display: block;
            background-color: #555;
            color: #fff;
            padding: 3px 10px;
            cursor: default;
            font-weight: bold;
            margin: 2px;
        }

        .gridAjax table > tbody > .page > td a {
            display: block;
            background-color: #e5e5e5;
            color: #555;
            padding: 3px 6px;
            margin: 2px;
        }

            .gridAjax table > tbody > .page > td a:hover {
                background-color: #999;
                color: #fff;
            }

    .gridAjax .empty {
        background-color: #fff !important;
        width: 100% !important;
        margin: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .gridAjax .empty td {
            border: 0 none none;
            min-height: 100px;
            text-align: center !important;
        }

    .gridAjax .empty-message {
        padding: 30px 10px;
    }

        .gridAjax .empty-message strong {
            display: inline-block;
            font-size: 22px;
        }

        .gridAjax .empty-message span {
            display: inline-block;
            font-size: 16px;
        }

    .gridAjax .cModel {
        width: 250px;
    }

        .gridAjax .cModel a {
            display: block;
        }

    .gridAjax .aracListBilgi {
        padding: 10px;
        text-align: center;
        margin-top: 10px;
    }

    .gridAjax .gridAjaxBody {
        position: relative;
    }

        .gridAjax .gridAjaxBody .gridAjaxLoading {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #f0f0f0;
            opacity: .6;
            z-index: 1100;
        }

            .gridAjax .gridAjaxBody .gridAjaxLoading i {
                position: absolute;
                color: #000;
                font-size: 40px;
                display: inline-block;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 30px;
                height: 35px;
            }

    .gridAjax .gridAjaxTable {
        border: 0;
    }

    .gridAjax .anaResim {
        width: 160px;
        height: 100px;
        background-position: center;
        background-size: cover;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
    }

    .gridAjax .markaAd {
        font-weight: bold;
    }

    .gridAjax .markaAd, .gridAjax .modelAd, .gridAjax .altModelAd {
        display: block;
    }

    .gridAjax .cAracFiyat {
        font-weight: bold;
        white-space: nowrap;
    }

        .gridAjax .cAracFiyat span {
            color: #c00;
        }

.gridMargin {
    margin: 10px !important;
}

.gridBoxList .gridAjaxTable, .gridBoxList .gridAjaxTable > tbody {
    display: block;
    width: 100%;
}

    .gridBoxList .gridAjaxTable > tbody > tr {
        display: table;
        width: 100%;
        margin-bottom: 10px;
    }

        .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) {
            display: table;
            border: 1px solid #d0d0d0;
            width: auto;
            cursor: pointer;
            -webkit-box-shadow: 0 1px 2px 0 rgba(50,50,52,.2);
            -moz-box-shadow: 0 1px 2px 0 rgba(50,50,52,.2);
            box-shadow: 0 1px 2px 0 rgba(50,50,52,.2);
            -webkit-transition: .5s;
            -moz-transition: .5s;
            transition: .5s;
        }

            .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) td {
                padding: 10px;
                line-height: normal;
            }

        .gridBoxList .gridAjaxTable > tbody > tr .anaResimLink .rezerve, .gridBoxList .gridAjaxTable > tbody > tr .anaResimLink .satildi {
            top: 2px;
            left: -15px;
            width: 25px;
        }

    .gridBoxList .gridAjaxTable .header {
        width: auto;
        background-color: transparent;
        text-align: center;
        display: block;
    }

        .gridBoxList .gridAjaxTable .header:hover {
            background-color: transparent !important;
        }

        .gridBoxList .gridAjaxTable .header th {
            background-color: transparent !important;
            border: 0;
            width: auto;
            display: inline-block;
            background-image: none;
        }

            .gridBoxList .gridAjaxTable .header th a {
                display: inline-block;
                padding: 3px 10px;
                color: #555;
            }

                .gridBoxList .gridAjaxTable .header th a:hover {
                    background-color: #555;
                    color: #fff;
                }

    .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) .cModelYil, .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracKm, .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) .cYakitTur, .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracFiyat, .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) .cMotor, .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) .cVites, .gridBoxList .gridAjaxTable > tbody > tr:not(.header):not(.page) .cIl {
        width: 100px;
    }

    .gridBoxList .gridAjaxTable .header .sort-asc, .gridBoxList .gridAjaxTable .header .sort-desc {
        position: static;
        background-color: transparent;
        padding-left: 0;
        padding-right: 10px;
        border: 0;
        line-height: 25px;
    }

.gridBox .gridAjaxTable, .gridBox .gridAjaxTable > tbody {
    display: block;
    width: 100%;
}

    .gridBox .gridAjaxTable > tbody > tr:nth-child(2n+1) {
        background-color: #fff;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) {
        display: inline-block;
        border: 1px solid #d0d0d0;
        width: 214px;
        cursor: pointer;
        margin: 10px;
        vertical-align: top;
        position: relative;
        -webkit-box-shadow: 0 1px 2px 0 rgba(50,50,52,.2);
        -moz-box-shadow: 0 1px 2px 0 rgba(50,50,52,.2);
        box-shadow: 0 1px 2px 0 rgba(50,50,52,.2);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

        .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) td {
            padding: 10px 10px 0 10px;
            line-height: normal;
            display: block;
            width: auto !important;
            text-align: left;
            vertical-align: top;
        }

    .gridBox .gridAjaxTable .anaResim {
        width: 100%;
        height: 170px;
        border: 1px solid #e0e0e0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cModel {
        margin-bottom: 10px;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cModelYil, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracKm, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cYakitTur, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cVites, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cMotor {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracFiyat {
        padding-bottom: 10px !important;
        margin-top: 10px;
        background-color: #c00;
        text-align: center !important;
    }

        .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracFiyat, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracFiyat * {
            font-size: 18px;
            color: #fff;
            font-weight: bold;
        }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cModelYil::after {
        display: inline-block;
        content: 'Model';
        margin-left: 5px;
        font-style: italic;
        font-size: 11px;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cAracKm::after {
        display: inline-block;
        content: 'Km';
        margin-left: 5px;
        font-style: italic;
        font-size: 11px;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cMotor::after {
        display: inline-block;
        content: 'cc';
        margin-left: 5px;
        font-style: italic;
        font-size: 11px;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cPanel {
        text-align: center !important;
        padding-bottom: 10px;
        background-color: #e9e9e9;
        cursor: default;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .altModelAd {
        text-overflow: ellipsis;
        overflow: hidden;
        height: 19px;
        width: 100%;
        white-space: nowrap;
    }

    .gridBox .gridAjaxTable > tbody > tr .anaResimLink {
        float: none;
    }

        .gridBox .gridAjaxTable > tbody > tr .anaResimLink .rezerve, .gridBox .gridAjaxTable > tbody > tr .anaResimLink .satildi {
            top: 5px;
            left: -16px;
            width: auto;
        }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cIl, .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cBayi {
        background-color: #e0e0e0;
        padding: 5px 10px !important;
    }

    .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) .cBayi {
        padding-top: 0 !important;
    }

    .gridBox .gridAjaxTable > tbody > tr .cMenu {
        position: absolute;
        padding: 0 !important;
        top: 0;
        right: 0;
        margin: auto;
    }

    .gridBox .gridAjaxTable .header {
        width: auto;
        background-color: transparent !important;
        text-align: center;
        display: block;
    }

        .gridBox .gridAjaxTable .header:hover {
            background-color: transparent !important;
        }

        .gridBox .gridAjaxTable .header th {
            background-color: transparent !important;
            border: 0;
            width: auto;
            display: inline-block;
            background-image: none;
        }

            .gridBox .gridAjaxTable .header th a {
                display: inline-block;
                padding: 3px 10px;
                color: #555;
            }

                .gridBox .gridAjaxTable .header th a:hover {
                    background-color: #555;
                    color: #fff;
                }

        .gridBox .gridAjaxTable .header .sort-asc, .gridBox .gridAjaxTable .header .sort-desc {
            position: static;
            background-color: transparent;
            padding-left: 0;
            padding-right: 10px;
            border: 0;
            line-height: 25px;
        }

.gridBox table > tbody > .page {
    display: block;
    text-align: center;
}

    .gridBox table > tbody > .page > td {
        display: block;
        width: 100%;
    }

.gridFavorite .gridBox .gridAjaxTable > tbody > tr:not(.header):not(.page) {
    margin: 9px;
}

.gridFavorite .deleteRow {
    margin: auto;
}

@media(max-width:780px) {
    .gridAjax .cModelYil, .gridAjax .cYakitTur, .gridAjax .cAracKm {
        display: none;
    }

    .gridAjax .cModel {
        text-align: left;
    }

    .gridAjax .rspModelYil, .gridAjax .rspArackm {
        display: block;
    }

    .gridAjax .gridSearch .list-type {
        text-align: center;
        margin-top: 5px;
    }
}

@media(max-width:550px) {
    .gridAjax .cIl, .gridAjax .cBayi {
        display: none;
    }

    .gridAjax .empty img {
        width: 100%;
    }

    .gridBox .gridAjaxTable {
        text-align: center;
    }
}

@media(max-width:500px) {
    .gridAjax .cModel {
        width: auto;
    }

        .gridAjax .cModel a {
            font-size: 12px;
        }
}

@media(max-width:430px) {
    .gridAjax:not(.gridBox) .anaResim {
        width: 60px !important;
        height: 60px !important;
    }

    .gridAjax table > tbody > tr .anaResimLink .satildi{
        width:12px;
    }

    .gridAjax .page table td {
        display: inline-block;
    }
}

.message {
    width: auto;
}

    .message .table {
        margin-bottom: 0;
    }

.messageAbsolute {
    position: fixed;
    z-index: 1001;
    margin: 5px auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    min-width: 300px;
    max-width: 300px;
}

.message .messageBox {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 2px 2px 1px rgba(50,50,50,.25);
    -moz-box-shadow: 2px 2px 1px rgba(50,50,50,.25);
    box-shadow: 2px 2px 1px rgba(50,50,50,.25);
}

    .message .messageBox i {
        display: inline-block;
        margin-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .message .messageBox ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .message .messageBox ul > li {
            padding: 2px 0;
        }

.message .info, .message .info div {
    color: #3091ad;
}

.message .info {
    border: 1px solid #bce2ed;
    background-color: #bce2ed;
}

    .message .info i:before {
        content: "";
    }

.message .error, .message .error div {
    color: #fff;
}

.message .error {
    border: 1px solid #c00;
    background-color: #c00;
}

    .message .error i:before {
        content: "";
    }

.message .warning, .message .warning div {
    color: #555;
}

.message .warning {
    border: 1px solid #e0e0e0;
    background-color: #ededed;
}

    .message .warning i:before {
        content: "";
    }

.message .success, .message .success div {
    color: #468c00;
}

.message .success {
    border: 1px solid #82ffa2;
    background-color: #82ffa2;
}

    .message .success i:before {
        content: "";
    }

@media(max-width:350px) {
    .message {
        min-width: inherit;
        max-width: inherit;
    }
}

.popup-main {
    overflow: auto;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.popup-main .popup-body {
    display: table;
    width: 100%;
    height: 100%;
}

.popup-main .popup-body .popup-body-cell{
    display: table-cell;
    vertical-align: middle;
}

    .popup-main .popup-background {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        opacity: .5;
        z-index: -1;
    }

    .popup-main .popup-window {
        margin: auto;
        background-color: #fff;
        -webkit-box-shadow: 3px 3px 2px rgba(50,50,50,.25);
        -moz-box-shadow: 3px 3px 2px rgba(50,50,50,.25);
        box-shadow: 3px 3px 2px rgba(50,50,50,.25);
        
    }

        .popup-main .popup-window .popup-title {
            display: table-row;
        }

            .popup-main .popup-window .popup-title > div {
                font-weight: bold;
                display: table-cell;
                background-color: #555;
            }

                .popup-main .popup-window .popup-title > div > div, .popup-main .popup-window .popup-title i {
                    color: #fff;
                }

            .popup-main .popup-window .popup-title i {
                display: inline-block;
                float:right;
                margin:5px;
                border: 1px solid #777;
                padding: 3px 9px;
                text-align: center;
                cursor: pointer;
                background-repeat: repeat-x;
                font-style: normal;
                background-color: #333;
                -webkit-transition-duration: .5s;
                -moz-transition-duration: .5s;
                transition-duration: .5s;
            }

.popup-main .popup-title .padding10 {
    display:inline-block;
}


        .popup-main .popup-window .popup-title-null {
            display: block;
        }

            .popup-main .popup-window .popup-title-null > div > div {
                display: none;
            }

        .popup-main .popup-window .popup-content {
            display: table-row;
        }

            .popup-main .popup-window .popup-content > div {
                display: table-cell;
                overflow: auto;
            }

            .popup-main .popup-window .popup-content > .popupFix {
                display: block;
            }

@media(max-width:780px) {
    .popup-window {
        width: 100% !important;
    }
    .carGallery{
        text-align:left;
    }
}

.ui-datepicker {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: default;
    -webkit-box-shadow: 2px 2px 1px rgba(50,50,50,.4);
    -moz-box-shadow: 2px 2px 1px rgba(50,50,50,.4);
    box-shadow: 2px 2px 1px rgba(50,50,50,.4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-datepicker-prev, .ui-datepicker-next {
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    background-color: #e5e5e5;
    cursor: pointer;
}

.ui-datepicker-title select {
    display: inline-block;
    width: auto;
}

.ui-datepicker-title .ui-datepicker-month {
    margin-right: 6px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background-color: #f5f5f5;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: none;
}

.ui-datepicker-calendar thead th, .ui-datepicker-calendar thead td {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    background-image: -ms-linear-gradient(top,#ebebeb 0%,#bfbfbf 100%);
    background-image: -moz-linear-gradient(top,#ebebeb 0%,#bfbfbf 100%);
    background-image: -o-linear-gradient(top,#ebebeb 0%,#bfbfbf 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ebebeb),color-stop(1,#bfbfbf));
    background-image: -webkit-linear-gradient(top,#ebebeb 0%,#bfbfbf 100%);
    background-image: linear-gradient(to bottom,#ebebeb 0%,#bfbfbf 100%);
}

.ui-datepicker-calendar .ui-state-default {
    display: block;
    padding: 2px;
}

    .ui-datepicker-calendar .ui-state-default:hover {
        background-color: #e0e0e0;
        color: #000;
    }

.ui-datepicker-calendar .ui-state-active {
    background-color: #999;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-highlight {
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
}

hr {
    width: auto;
    border-top: 1px dashed #d9d9d9;
    margin: 0;
}

    hr.narrow {
        margin: 5px 0 5px 0;
    }

    hr.normal {
        margin: 13px 0 13px 0;
    }

    hr.wide {
        margin: 25px 0 25px 0;
    }

.tab > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tab .tabMenu > li {
    display: inline-block;
    vertical-align: bottom;
}

.tab .tabMenu li > a, .tab .tabMenu li > input {
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
    padding: 5px 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    text-shadow: none;
    background-repeat: repeat-x;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    color: #999;
    background-color: #f0f0f0;
}

.tab .tabMenu li > input {
    padding: 3px 14px;
}

    .tab .tabMenu li > a:hover, .tab .tabMenu li > input:hover {
        color: #555;
        background-color: #e5e5e5 !important;
        background-position: 0 -10px;
    }

.tab .tabMenu .active > a, .tab .tabMenu .active > input {
    color: #fff;
    background-color: #999;
    cursor: default;
}

    .tab .tabMenu .active > a:hover, .tab .tabMenu .active > input:hover {
        color: #fff;
        background-color: #999 !important;
        background-position: 0 0;
    }

.tab .tabMenu .active > input {
    padding: 4px 14px;
}

.tab .tabContent {
    background-color: #fff;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-top: 2px solid #999;
    border-left: 1px solid #e5e5e5;
}

    .tab .tabContent > li {
        display: none;
        width: inherit;
        height: inherit;
    }

    .tab .tabContent > .active {
        display: block;
    }

.tabVertical {
    display: table;
}

    .tabVertical > ul {
        display: table-cell;
    }

    .tabVertical .tabMenu > li {
        display: block;
        margin-bottom: 3px;
        white-space: nowrap;
    }

        .tabVertical .tabMenu > li > a, .tabVertical .tabMenu li > input {
            border-bottom: 1px solid #c9c9c9;
            border-right: 0;
        }

    .tabVertical .tabContent {
        vertical-align: top;
        border-top: 1px solid #c9c9c9;
        border-left: 2px solid #999;
        width: 100%;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
    }

.watermark {
    color: #b0b0b0;
}

::-webkit-input-placeholder {
    color: #b0b0b0;
}

:-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b0b0b0;
}

.menuRoot {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

    .menuRoot > li {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
    }

        .menuRoot > li > i {
            margin-right: 7px;
        }

        .menuRoot > li > a {
            padding: 14px 21px;
            display: block;
            position: relative;
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            -webkit-transition-duration: .5s;
            -moz-transition-duration: .5s;
            transition-duration: .5s;
        }

            .menuRoot > li > a span {
                display: block;
                font-size: 13px;
                color: #fff;
                font-weight: normal;
            }

        .menuRoot > .active, .menuRoot > li:hover {
            background-color: #b50015;
            color: #fff;
        }

        .menuRoot > li > a > i {
            margin-right: 7px;
        }

        .menuRoot > li > a > .menuSubIcon {
            font-size: smaller;
            margin: 0 0 0 7px;
        }

    .menuRoot > .menuSplit {
        width: 1px;
        background-color: #fff;
    }

.subMenu {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
    list-style: none;
    opacity: 0;
    z-index: 21;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}

    .subMenu > li {
        position: relative;
    }

        .subMenu > li > a {
            padding: 15px;
            background-color: #c00;
            color: #fff;
            display: block;
            position: relative;
            white-space: nowrap;
            min-width: 200px;
            text-align: left;
            -webkit-transition-duration: .5s;
            -moz-transition-duration: .5s;
            transition-duration: .5s;
        }

        .subMenu > .active > a, .subMenu > li:hover > a {
            background-color: #b50015;
            color: #fff;
        }

        .subMenu > li > a > i {
            margin-right: 7px;
            display: inline-block;
            width: 16px;
            height: 16px;
            text-align: center;
        }

        .subMenu > li > a > .menuSubIcon {
            position: absolute;
            top: 27%;
            right: 0;
            font-size: smaller;
            margin-right: 2px;
        }

.menuRoot > li > .subMenu {
    top: 100%;
    left: 0;
}

.menuHover .menuRoot > li:hover > .subMenu, .menuHover .menuRoot .subMenu > li:hover > .subMenu {
    visibility: visible;
    opacity: 1;
}

.menuContent {
    position: absolute;
    left: 0%;
    visibility: hidden;
    opacity: 0;
    background-color: #e0e0e0;
    padding: 10px;
    overflow: auto;
    z-index: 2;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}

.menuHover .menuRoot > li:hover > .menuContent, .menuHover .menuRoot .menuContent > li:hover > .menuContent {
    visibility: visible;
    opacity: 1;
}

.menuRTL .menuRoot > li > .subMenu {
    left: auto;
    right: 0;
}

.menuRTL .menuRoot > li > a > i {
    margin-right: auto;
    margin-left: 7px;
}

.menuRTL .menuRoot > li > a > .menuSubIcon {
    font-size: smaller;
    margin: 0 7px 0 0;
}

.menuRTL .menuRoot .subMenu {
    left: auto;
    right: 100%;
}

    .menuRTL .menuRoot .subMenu > li > a > i {
        margin-right: auto;
        margin-left: 2px;
    }

    .menuRTL .menuRoot .subMenu > li > a > .menuSubIcon {
        right: auto;
        left: 0;
    }

    .menuRTL .menuRoot .subMenu > li > a {
        text-align: right;
    }

.menuRTL .menuRoot .menuContent {
    left: auto;
    right: 0%;
}

.menuVertical .menuRoot > li {
    float: none;
    display: block;
}

.menuVertical .menuRoot > .menuSplit {
    height: 1px;
}

.menuVertical .menuRoot > li > a {
    padding: 7px 7px;
    min-width: 132px;
}

    .menuVertical .menuRoot > li > a > .menuSubIcon {
        position: absolute;
        top: 27%;
        right: 0;
        font-size: smaller;
        margin-right: 5px;
    }

.menuVertical .menuContent, .menuVertical .subMenu {
    top: 0 !important;
    left: 100% !important;
    visibility: visible;
    opacity: 1;
    display: none;
}

.menuMobile {
    text-align: center;
}

.menuMobileButton {
    padding: 14px 21px;
    background-color: #c00;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 17px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

    .menuMobileButton:hover {
        background-color: #c00;
    }

.menuMobile .menuContent, .menuMobile .subMenu {
    visibility: visible;
    opacity: 1;
    display: none;
}

@media(max-width:780px) {
    .menuMobileButton {
        display: inline-flex;
    }

    .menuMobile .menuRoot {
        display: none;
    }

        .menuMobile .menuRoot > li {
            float: none;
            display: block;
        }

        .menuMobile .menuRoot > .menuSplit {
            height: 1px;
        }

        .menuMobile .menuRoot > li > a {
            padding: 7px 7px;
            min-width: 132px;
        }

            .menuMobile .menuRoot > li > a > .menuSubIcon {
                position: absolute;
                top: 27%;
                right: 0;
                font-size: smaller;
                margin-right: 10px;
            }

    .menuMobile .menuContent, .menuMobile .subMenu {
        position: static;
        margin: 0;
        padding: 0;
        visibility: visible;
        list-style: none;
        opacity: 1;
        display: none;
        margin-left: 15px;
        margin-top: 1px;
    }

        .menuMobile .subMenu > li > a {
            border-left: 2px solid #fff;
        }

    .menuMobile .menuRoot > li > .subMenu {
        visibility: visible;
        display: none;
        background-color: #f0f0f0;
    }

    .menuMobile .menuRoot .subMenu > li > .subMenu:last-child {
        margin-bottom: 1px;
    }

    .menuMobile .menuContent {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.tooltip {
    position: absolute;
    background-color: #c00;
    color: #fff;
    padding: 6px 8px;
    max-width: 500px;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 1px 0 rgba(48,48,48,.3);
    -moz-box-shadow: 0 2px 1px 0 rgba(48,48,48,.3);
    box-shadow: 1px 2px 2px 0 rgba(48,48,48,.3);
}

    .tooltip:after {
        content: '';
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: -10px;
        bottom: auto;
        border-style: solid;
        margin: auto;
        width: 0;
        border-bottom-width: 10px;
        border-right-width: 10px;
        border-left-width: 10px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #c00;
        border-left-color: transparent;
    }

.scrollTop {
    padding: 8px 10px;
    background-color: #ddd;
    color: #777;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    position: fixed;
    right: 20px;
    bottom: -50px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(48,48,48,.3);
    -moz-box-shadow: 0 2px 1px 0 rgba(48,48,48,.3);
    box-shadow: 1px 2px 2px 0 rgba(48,48,48,.3);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

    .scrollTop:hover {
        opacity: .5;
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: 'HelveticaTR';
    src: url('../fonts/HelveticaTR.ttf') format('truetype');
}

html {
    overflow-x: hidden;
    cursor: default;
}

.red {
    color: #c00;
}

.content {
    width: 1200px;
}

.white-bg {
    background-color: #fff;
}
 

    header .table .cell {
        padding: 8px 0 5px 0;
    }

    header .top-menu li a {
        display: block;
        background-color: #ddd;
        padding: 10px 15px;
    }

        header .top-menu li a:hover {
            background-color: #c00;
            color: #fff;
        }

    header .top-menu li:last-child {
        border-right: 0;
        padding: 0 0 0 10px;
    }

    header .top-search {
        position: relative;
        width: 100%;
        display: inline-block;
    }

        header .top-search [type="text"] {
            width: 100%;
            font-size: 18px;
            padding: 6px 10px;
            border: 2px solid #c8011a;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        header .top-search i {
            position: absolute;
            right: 10px;
            top: 9px;
            font-size: 18px;
            color: #c0c0c0;
            cursor: pointer;
        }

            header .top-search i:hover {
                color: #777;
            }

    header .menu-bar {
        background-color: #c00;
    }

article {
    background-color: #fff;
}

.article-padding {
    padding: 20px 0;
}

.userLogin .formRow label {
    display: block;
}

.userLogin .formRow [type="text"], .userLogin .formRow [type="password"], .userPassword .formRow [type="text"] {
    width: 100%;
    padding: 10px 10px;
}

.userLogin .form-process a {
    display: block;
    margin: 10px 0 10px 0;
}

.userLogin .form-process [type="submit"] {
    margin-top: 10px;
}

.userLogin img {
    width: 60%;
    opacity: .4;
}

.userPassword .formRow [type="submit"] {
    line-height: unset;
}

.userPassword .column5 {
    padding-left: 20px;
}

.vehicle-list .vehicle-list-left {
    width: 230px;
}

.vehicle-list > .cell {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search .dropdown, .search input, .search button {
    width: 100%;
    margin-bottom: 5px;
}

.search label {
    display: block;
    margin: 2px 0 2px 0;
    font-size: 11px;
    color: #777;
}

.search .searchButtonAbsolute {
    position: fixed;
    bottom: 10px;
    z-index: 100;
    width: auto;
    padding: 8px 14px !important;
    font-size: 14px;
}

.filter-tags {
    display: none;
}

    .filter-tags:after {
        display: block;
        content: "";
        clear: both;
    }

    .filter-tags ul {
        margin-bottom: 5px;
        display: inline-block;
    }

        .filter-tags ul li {
            border: 1px solid #999;
            border-top-color: #f9f9f9;
            border-left-color: #f9f9f9;
            background-color: #f0f0f0;
            font-size: 12px;
            padding: 5px 7px;
            cursor: default;
            display: inline-block;
            margin: 4px 6px;
            margin-left: 0;
        }

            .filter-tags ul li a {
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                width: 14px;
                text-align: center;
                margin-left: 3px;
            }

    .filter-tags .clear-filter {
        display: inline-block;
        background-color: #999;
        color: #fff;
        padding: 6px 10px;
        font-size: 12px;
    }

        .filter-tags .clear-filter:hover {
            background-color: #ff2036;
        }

.advanced-search {
    background-color: #fff;
}

    .advanced-search label {
        padding-top: 5px;
    }

    .advanced-search input, .advanced-search button, .advanced-search .dropdown {
        width: 100%;
        margin: 2px 0 6px 0;
    }

    .advanced-search .img-search-button {
        display: none;
    }

.search-panel-li {
    display: none !important;
}

.advanced-search .advanced-search-title {
    background-color: #b0b0b0;
    color: #fff;
    margin: -10px -10px 0 -10px;
    display: none;
}

    .advanced-search .advanced-search-title i {
        padding: 10px 16px;
        background-color: #a0a0a0;
        font-weight: bold;
        cursor: pointer;
    }

        .advanced-search .advanced-search-title i:active {
            background-color: #555;
        }

    .advanced-search .advanced-search-title span {
        padding: 9px;
        display: inline-block;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
    }

.advanced-search .owl-carousel {
    display: block;
}

.b2-social-media .social-main {
    text-align: center;
}

    .b2-social-media .social-main > li {
        width: 237px;
        vertical-align: top;
    }

        .b2-social-media .social-main > li span {
            display: block;
        }

        .b2-social-media .social-main > li .social-link {
            display: block;
            padding: 10px;
        }

        .b2-social-media .social-main > li a {
            text-decoration: none;
            color: #111;
        }

            .b2-social-media .social-main > li a:hover .social-image {
                opacity: .8;
            }

            .b2-social-media .social-main > li a .social-image {
                width: 100%;
                height: 150px;
                background-size: cover;
                background-position: center;
            }

            .b2-social-media .social-main > li a .social-description {
                margin-top: 5px;
                display: table;
            }

                .b2-social-media .social-main > li a .social-description li {
                    display: table-cell;
                    text-align: left;
                }

                    .b2-social-media .social-main > li a .social-description li:first-child {
                        width: 40px;
                    }

                    .b2-social-media .social-main > li a .social-description li i {
                        font-size: 37px;
                        vertical-align: top;
                        margin-top: -5px;
                        color: #3b5998;
                    }

                .b2-social-media .social-main > li a .social-description .social-caption {
                    font-weight: bold;
                }

.mini-search {
    margin-top: 0;
    background-color: #f0f0f0;
    padding: 6px 2px 1px 2px;
    border: 3px solid #c00;
    text-align: center;
}

    .mini-search label {
        display: none;
    }

    .mini-search .advanced-search-title {
        display: none;
    }

    .mini-search .button {
        margin-bottom: 0 !important;
        background-color: #c00;
    }

    .mini-search label {
        font-weight: bold;
    }

    .mini-search .search > div {
        display: inline-block;
        vertical-align: top;
    }

        .mini-search .search > div .dropdown {
            height: 40px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .mini-search .search.form > div:first-child {
        width: 90% !important;
        height: 45px;
    }

    .mini-search .search.form > div:last-child {
        width: 9%;
    }

    .mini-search .search-carousel .owl-prev {
        left: -52px;
    }

    .mini-search .search-carousel .owl-next {
        right: -163px;
    }

    .mini-search .search-carousel .owl-prev, .mini-search .search-carousel .owl-next {
        content: '';
        background-color: transparent;
        position: absolute;
        font-size: 30px;
        width: 43px;
        top: 0;
        height: 43px;
        line-height: 38px;
        text-align: center;
        color: #b50015;
    }

    .mini-search .column6 {
        width: 50% !important;
    }

.main-title {
    background-color: #c00;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    position: relative;
}

    .main-title:after {
        content: '';
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: auto;
        bottom: -10px;
        margin: auto;
        width: 0;
        height: 0;
        border-top: 10px solid #c00;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
    }

.mask-img {
    height: 190px;
    background-position: center;
    background-size: cover;
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .car-item {
        display: block;
        position: relative;
    }

        .owl-carousel .car-item .details {
            position: absolute;
            bottom: -86px;
            background-color: rgba(0,0,0,.7);
            width: 100%;
            padding: 5px 0;
            -webkit-transition-duration: .5s;
            -moz-transition-duration: .5s;
            transition-duration: .5s;
        }

        .owl-carousel .car-item .active {
            bottom: 0;
        }

        .owl-carousel .car-item .details span {
            color: #fff;
        }

        .owl-carousel .car-item .details > span {
            display: block;
            padding: 3px 10px;
        }
         .owl-carousel .car-item .details .satildi{
             color: red;
             font-size: 16px;
             font-weight: 600;
         }
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        content: '';
        background-color: #b50015;
        position: absolute;
        top: -59px;
        font-size: 30px;
        width: 43px;
        height: 43px;
        line-height: 38px;
        text-align: center;
        color: #fff;
    }

    .owl-carousel .owl-prev {
        left: 0;
    }

    .owl-carousel .owl-next {
        right: 0;
    }

.page-title {
    background-color: #f9f9f9;
}

    .page-title h1 {
        font-weight: normal;
        color: #c0c0c0;
    }

    .page-title .breadcrumb li a {
        color: #c0c0c0;
        display: block;
    }

        .page-title .breadcrumb li a:hover {
            color: #c00;
        }

        .page-title .breadcrumb li a:after {
            content: "";
            display: inline-block;
            padding: 0 8px 0 10px;
            font-family: FontAwesome;
            font-style: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .page-title .breadcrumb li:last-child a:after {
        content: '';
        padding: 0;
    }

.sub-menu {
    margin-right: 30px;
}

    .sub-menu li {
        margin-bottom: 2px;
    }

        .sub-menu li a {
            display: block;
            color: #454444;
            padding: 10px 0 10px 10px;
            border-bottom: 1px solid #f0f0f0;
            border-left: 5px solid #ed1c24;
        }

            .sub-menu li a:hover {
                border-bottom-color: #ed1c24;
            }

.dealers {
    overflow: auto;
}

    .dealers table th {
        background-color: #e0e0e0;
    }

    .dealers table tr {
        background-color: #f0f0f0;
    }

        .dealers table tr:nth-child(2n+1) {
            background-color: #f5f5f5;
        }

        .dealers table tr td, .dealers table tr th {
            padding: 6px;
        }

            .dealers table tr td i {
                display: inline-block;
                width: 25px;
                font-size: 20px;
                text-align: center;
                color: #c00;
            }

.brand-list .item a {
    display: block;
    border: 2px solid #e0e0e0;
}

.brand-list .item span {
    text-align: center;
    color: #fff;
    background-color: #999;
    padding: 4px;
    display: block;
}

.almak-satmak-istiyorum {
    margin: 0 -10px;
}

    .almak-satmak-istiyorum .panel {
        width: auto;
        height: 200px;
        position: relative;
        margin: 0 10px;
    }

        .almak-satmak-istiyorum .panel::after {
            content: "";
            opacity: .8;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .almak-satmak-istiyorum .panel .arkaplan {
            width: 100%;
            height: inherit;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.4);
            z-index: 1;
            display: table;
        }

            .almak-satmak-istiyorum .panel .arkaplan a {
                width: inherit;
                height: inherit;
                display: table-cell;
                color: #fff;
                font-size: 28px;
                text-align: center;
                vertical-align: middle;
                transition: .3s;
            }

                .almak-satmak-istiyorum .panel .arkaplan a:hover {
                    opacity: .5;
                }

    .almak-satmak-istiyorum .resim1::after {
        background-image: url(../images/almak-satmak-1-bw.jpg);
    }

    .almak-satmak-istiyorum .resim2::after {
        background-image: url(../images/almak-satmak-2-bw.jpg);
    }

    .almak-satmak-istiyorum .resim3::after {
        background-image: url(../images/almak-satmak-3-bw.jpg);
    }

.arac-karsilastir {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #e0e0e0;
    font-weight: normal;
    color: #555;
    padding: 2px 4px !important;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    font-size: 11px;
}

    .arac-karsilastir:hover {
        background-color: #fff;
        color: #999;
    }

.gridAjax .gridAjaxTable > tbody > tr:not(.header):not(.page) .cResim {
    position: relative;
}

.gridBoxList .arac-karsilastir {
    top: 10px;
    right: 10px;
    padding: 3px 5px !important;
    font-size: 12px;
}

.gridBox .arac-karsilastir {
    top: 0;
    right: 0;
    padding: 5px 10px !important;
    font-size: 14px;
}

.btn-facebook-login {
    display: inline-block;
    background-color: #3b5998 !important;
    color: #fff;
    padding: 12px 25px;
    font-weight: bold;
    cursor: pointer;
}

    .btn-facebook-login:hover {
        background-color: #777 !important;
        color: #f0f0f0 !important;
    }

.form-content {
    margin: auto;
}

    .form-content label {
        line-height: 40px !important;
    }

    .form-content [type="text"], .form-content textarea {
        box-shadow: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 18px 20px;
        border: 2px solid #e9eaeb !important;
        background: #fff;
        font-size: 14px;
        color: #333;
        box-shadow: none !important;
    }

        .form-content [type="text"] .message {
            width: 100%;
        }

    .form-content .select-box {
        width: 100%;
        border: 2px solid #e9eaeb;
        border-radius: 0;
        overflow: hidden;
        background: #fff;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-content .select-box select {
            width: 100%;
            padding: 18px 20px;
            border: none;
            box-shadow: none;
            background: transparent;
            background-image: none;
            -webkit-appearance: none;
            font-size: 14px;
            position: relative;
            z-index: 100;
            margin: 0;
        }

        .form-content .select-box::after {
            content: "";
            font-family: 'fontAwesome' !important;
            position: absolute;
            top: 50%;
            right: 20px;
            font-size: 28px;
            margin: -14px 0 0 0;
        }

    .form-content input[type="submit"] {
        width: 100%;
    }

    .form-content .radio-list input[type="radio"] {
        -webkit-appearance: none;
        border: 1px solid #e9eaeb;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        cursor: pointer;
        float: left;
        margin: 5px 0 0 0;
        display: inline-block;
    }

        .form-content .radio-list input[type="radio"]:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            background: #c00;
            width: 10px;
            height: 10px;
            line-height: 18px;
            margin: -5px 0 0 -5px;
        }

footer {
    border-top: 3px solid #8f8f8f;
    position: relative;
}

    footer:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #8f8f8f;
    }

    footer hr {
        border-top: 1px solid #f0f0f0;
        margin: 30px 0;
    }

    footer * {
        color: #999;
    }

    footer .foot-menu {
        background-color: #ebebeb;
        padding: 30px 0;
    }

        footer .foot-menu ul li {
            border-right: 2px solid #999;
            padding: 0 10px 0 10px;
        }

            footer .foot-menu ul li:first-child, footer .foot-menu ul li:last-child {
                border: 0;
                padding: 0 0 0 10px;
            }

        footer .foot-menu .column6:first-child {
            margin-top: 15px;
        }

    footer .copyright {
        background-color: #c00;
        padding: 10px 0;
    }

        footer .copyright * {
            color: #fff;
        }

        footer .copyright ul li {
            vertical-align: top;
        }

            footer .copyright ul li .bottom-link {
                display: block;
                padding: 8px 16px;
            }

                footer .copyright ul li .bottom-link:hover {
                    color: #f2c2c8;
                }

    footer .other-links {
        margin-top: -5px;
    }

    footer .social-media li {
        border-right: none !important;
        padding: 0 10px 0 10px !important;
    }

    footer .social-media a i {
        margin-top: 30px;
        font-size: 28px;
        transition: .5s;
    }

        footer .social-media a i:hover {
            opacity: .8;
        }

@media(max-width:1270px) {
    .mini-search .search.form > div:first-child {
        width: 99% !important;
    }

    .mini-search .search.form > div:last-child {
        width: 30%;
        margin-bottom: 4px;
    }

    .mini-search .search-carousel .owl-prev {
        left: 0;
        top: 44px;
    }

    .mini-search .search-carousel .owl-next {
        right: 0;
        top: 44px;
    }

    .mini-search .search-carousel .owl-prev, .mini-search .search-carousel .owl-next {
        background-color: transparent;
    }
}

@media(max-width:1200px) {
    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media(max-width:780px) {
    .gridSearch .form {
        margin-bottom: 5px;
    }

    .search .marginRight {
        margin: 0;
    }

    .vehicle-list .vehicle-list-left {
        width: 180px;
        display:none;
    }

    .advanced-search {
        position: absolute;
        background-color: #f5f5f5;
        padding: 5px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: block;
        width: 222px !important;
        margin-right: 0;
        right: 0;
        top: 0;
        z-index: 100;
        -webkit-box-shadow: -2px 2px 1px 1px rgba(0,0,0,.07);
        -moz-box-shadow: -2px 2px 1px 1px rgba(0,0,0,.07);
        box-shadow: -2px 2px 1px 1px rgba(0,0,0,.07);
    }

    .search-panel-li {
        display: inline-block !important;
    }

    .advanced-search .advanced-search-title {
        display: block;
    }

    .bigForm .marginRight {
        margin-bottom: 3px;
        margin-right: 0;
    }

    .userPassword .column5 {
        padding-left: 0;
        margin-top: 15px;
    }

    .almak-satmak-istiyorum .panel {
        margin: 10px 10px;
    }

    footer .foot-menu .column6:first-child {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .form-content {
        width: auto !important;
    }
}

@media(max-width:700px) {
    header {
        text-align: center;
    }

        header .table .cell {
            display: block;
            width: 100% !important;
        }

    .logo-panel .cell {
        text-align: center !important;
    }
}

@media(max-width:680px) {
    .vehicle-list, .vehicle-list > .cell {
        
        width: 100%;
    }

    .search > div {
        display: inline-block;
        width: 200px;
        vertical-align: top;
    }

    .search .marginRight {
        margin-right: 5px;
    }

    .search .column6 {
        width: 50% !important;
    }
}

@media(max-width:440px) {
    .search > div {
        display: block;
        width: 100%;
    }

    header .top-menu li:last-child {
        padding: 4px 0 0 0;
        display: block;
    }
}

@media(max-width:320px) {
    .gridSearch .gridAjaxSearch {
        width: 120px;
    }
}
