
/* Headings */
h1, h2, h3, h4, h5, h6
{
    color: #0e0e0e;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
}

h1
{
    font-size: 1.6em;
    line-height: 44px;
    margin: 0 0 12px 0;
}

h2
{
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 12px 0;
}

h3
{
    color: #CCC;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

h4
{
    color: #CCC;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    
}

h5
{
    color: #CCC;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

h6
{
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h1.big
{
    font-size: 4.2em;
    line-height: 54px;
}

h1.short
{
    margin-bottom: 15px;
}

h2.short
{
    margin-bottom: 15px;
}

h3.short, h4.short, h5.short, h6.short
{
    margin-bottom: 9px;
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter
{
    margin-bottom: 0;
}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall
{
    margin-bottom: 33px;
}

h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller
{
    margin-bottom: 44px;
}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced
{
    margin-top: 22px;
}

h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced
{
    margin-top: 44px;
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark
{
    color: #0e0e0e;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white
{
    color: #FFF;
}

h1.text-shadow, h2.text-shadow, h3.text-shadow, h4.text-shadow, h5.text-shadow, h6.text-shadow
{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* Modal Titles */
.modal-header h3
{
    color: #333;
    text-transform: none;
}

/* Responsive */
@media (max-width: 479px)
{
    h2
    {
        line-height: 40px;
    }
}

@media (max-width: 767px)
{
    h1.big
    {
        font-size: 3.2em;
        line-height: 42px;
    }
}
/* Blockquote */
blockquote
{
    font-size: 1em;
}

/* Paragraphs */
p
{
    color: #777777;
    line-height: 24px;
    margin: 0 0 20px;
}

p.featured
{
    font-size: 1.6em;
    line-height: 1.5em;
}

p.short
{
    margin-bottom: 0;
}

p.tall
{
    margin-bottom: 20px;
}

p.taller
{
    margin-bottom: 40px;
}

p .alternative-font
{
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
}

a, a:hover, a:focus
{
    color: #CCC;
}

/* Labels */
.label-primary
{
    background-color: #CCC;
}

.label-dark, .label-dark:hover
{
    background: #111;
    text-decoration: none;
    font-weight: normal;
}

/* Drop Caps */
p.drop-caps:first-child:first-letter
{
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter
{
    background-color: #CCC;
    color: #FFF;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px;
}

/* Alternative Font Style */
.alternative-font
{
    color: #CCC;
    font-family: "Shadows Into Light" , cursive;
    font-size: 1.6em;
}

/* Navs */

ul.nav-pills > li.active > a
{
    background-color: #CCC;
}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus
{
    background-color: #CCC;
}



.btn-icon i
{
    margin-right: 10px;
}

.btn-icon-right i
{
    margin-right: 0;
    margin-left: 10px;
}

/* Forms */
form label
{
    font-weight: normal;
}

textarea
{
    resize: vertical;
}

select
{
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
}

.label
{
    font-weight: normal;
}

.form-group:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.form-control:focus
{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

/* Forms Validations */
label.valid
{
    display: inline-block;
    text-indent: -9999px;
}

label.error
{
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

label.error#captcha-error
{
    margin-top: 15px;
}

/* Captcha */
.captcha
{
    clear: both;
    overflow: hidden;
    background: #F2F2F2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px;
    height: 78px;
}

.captcha input
{
    border: 0;
}

.captcha-input
{
    position: relative;
    top: 15px;
    font-size: 14px;
}

.captcha-image
{
    float: left;
    position: relative;
    top: -5px;
    left: -13px;
}

/* Icons */
.featured-icon
{
    background: #CCC;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}

.featured-icon i
{
    color: #FFF;
    font-size: 0.9em;
    font-weight: normal;
}

/* Icons List */
ul.icons
{
    list-style: none;
}

ul.icons [class^="fa-"]
{
    margin-right: 5px;
}

/* Font Awesome List */
.fontawesome-icon-list [class*="col-md-"]
{
    margin-bottom: 9px;
}

.fontawesome-icon-list > section
{
    margin-top: 25px;
}

/* Thumbnails */
.img-thumbnail
{
    border-radius: 8px;
    position: relative;
}

.img-thumbnail .zoom
{
    background: #CCC;
    border-radius: 100%;
    bottom: 8px;
    color: #FFF;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
}

.img-thumbnail .zoom i
{
    font-size: 14px;
    left: -1px;
    position: relative;
    top: -3px;
}



/* Sitemap */
ul.sitemap > li > a
{
    font-weight: bold;
}

ul.sitemap.list li
{
    margin: 0 0 3px 0;
}

ul.sitemap.list ul
{
    margin-bottom: 5px;
    margin-top: 5px;
}






.tab-content
{
    border-top: 0;
}





/* Miscellaneous */
body a
{
    outline: none !important;
}

li
{
    line-height: 24px;
}

.center
{
    text-align: center;
}

.push-bottom
{
    margin-bottom: 35px;
}

.push-top
{
    margin-top: 35px;
}

.bold
{
    font-weight: bold;
}

.inverted
{
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

h1 .inverted
{
    padding-left: 10px;
    padding-right: 10px;
}

h2 .inverted
{
    padding-left: 7px;
    padding-right: 7px;
}

h3 .inverted
{
    padding-left: 2px;
    padding-right: 2px;
}

h4 .inverted
{
    padding-left: 4px;
    padding-right: 4px;
}

h5 .inverted
{
    padding-left: 2px;
    padding-right: 2px;
}

h6 .inverted
{
    padding-left: 2px;
    padding-right: 2px;
}

/* Clearfix */
.clearfix
{
    display: inline-block;
}

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

/* Pagination */
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus
{
    color: #CCC;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background-color: #CCC;
    border-color: #CCC;
}

/* Divider Line */
hr
{
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

hr.short
{
    margin: 11px 0 11px 0;
}

hr.tall
{
    margin: 44px 0 44px 0;
}

hr.taller
{
    margin: 66px 0 66px 0;
}

hr.light
{
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible
{
    background: none;
}

/* Read More */
.read-more, .learn-more
{
    display: inline-block;
    white-space: nowrap;
}

/* Offset Anchor */
.offset-anchor
{
    display: block;
    position: relative;
    visibility: hidden;
    top: -100px;
}

/* Responsive */
@media (max-width: 991px)
{
    .offset-anchor
    {
        top: 0;
    }
}
/* Show Grid */
.show-grid [class*="col-md-"] .show-grid-block
{
    background-color: #EEE;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #FFF;
    display: block;
}

/* Font Awesome */
.fontawesome-icon-list [class*="col-md-"]
{
    margin-bottom: 9px;
}

.fontawesome-icon-list i
{
    font-size: 1.3em;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: relative;
    top: 2px;
}

/* Alert Admin */
.alert-admin
{
    margin: 25px 0;
}

.alert-admin img
{
    margin: -50px 0 0;
}

.alert-admin .btn
{
    margin: 0 0 -15px;
}

.alert-admin p
{
    color: #444;
}

.alert-admin h4
{
    color: #111;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.alert-admin .warning
{
    color: #B20000;
}




@media (max-width: 479px)
{
    .sort-destination, .isotope-item
    {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sort-destination.full-width .isotope-item
    {
        position: static !important;
        clear: both;
        float: none;
        width: auto;
    }
}


/* Icon Featured */
.icon-featured
{
    border-radius: 100%;
    color: #FFF;
    font-size: 40px;
    line-height: 110px;
    margin: 25px 0;
    padding: 25px;
    display: inline-block;
    padding: 0;
    width: 110px;
    height: 110px;
}

/* Thumb Info */
.thumb-info
{
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
}

.thumb-info:hover .thumb-info-action-icon
{
    right: 0;
    top: 0;
}

.thumb-info:hover .thumb-info-action
{
    filter: alpha(opacity=100);
    opacity: 1;
}

.thumb-info:hover .thumb-info-title
{
    background: #000;
}




.thumb-info img
{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    position: relative;
    width: 100%;
}


.thumb-info:hover img
{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}



/* Responsive */
@media (max-width: 991px)
{
    .thumb-info .thumb-info-title
    {
        font-size: 14px;
    }

    .thumb-info .thumb-info-more
    {
        font-size: 11px;
    }
}



/* Thumb Info Caption  */


/* Social Icons */
ul.social-icons
{
    margin: 0;
    padding: 0;
    width: auto;
}

ul.social-icons li
{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(/ext/gorsel/sosyal_b.png);
    background-repeat: no-repeat;
    background-position: 0 100px;
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

ul.social-icons li a
{
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
}

ul.social-icons li a:hover
{
    text-decoration: none;
}

ul.social-icons li a i[class^="icon-"]
{
    color: #444;
    font-style: 16px;
    position: relative;
    top: 3px;
}
ul.social-icons li a:active
{
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);
}
ul.social-icons li[class] a
{
    text-indent: -9999px;
}
ul.social-icons li:active, ul.social-icons li a:active
{
    border-radius: 100%;
}
ul.social-icons li.facebook
{
    background-position: 0 0px;
}
ul.social-icons li.youtube
{
    background-position: -122px 0px;
}
ul.social-icons li.twitter
{
    background-position: -61px 0px;
}

ul.social-icons li.facebook:hover
{
     background-position: 0 -0px;
     opacity:0.5;
}

ul.social-icons li.twitter:hover
{
    background-position: -61px 0px;
     opacity:0.5;
}

ul.social-icons li.youtube:hover
{
    background-position: -122px 0px;
     opacity:0.5;
}




/* Social Icons */
ul.social-icons-small
{
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
}

ul.social-icons-small li
{
    background-image: url(/ext/gorsel/sosyal_uclu_k.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0;
    overflow: visible;
}

ul.social-icons-small li a
{
    display: block;
    height: 29px;
    width: 32px;
    text-align: center;
}

ul.social-icons-small li a:hover
{
    text-decoration: none;
}


ul.social-icons-small li[class] a
{
    text-indent: -9999px;
}

ul.social-icons-small li.facebook
{
    background-position: 0 5px;
}
ul.social-icons-small li.facebook:hover
{
    background-position: 0 0px;
}
ul.social-icons-small li.linkedin
{
    background-position: -78px 5px;
}
ul.social-icons-small li.linkedin:hover
{
    background-position: -78px 0px;
}

ul.social-icons-small li.twitter
{
    background-position: -39px 5px;
}
ul.social-icons-small li.twitter:hover
{
    background-position: -39px 0px;
}



/* Arrows */
.arrow
{
    background: transparent url(../img/arrows.png) no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}

.arrow.vtl
{
    background-position: 0 0;
    width: 47px;
    height: 96px;
}

.arrow.vtr
{
    background-position: -101px 0;
    width: 47px;
    height: 96px;
}

.arrow.vbl
{
    background-position: 0 -144px;
    width: 47px;
    height: 96px;
}

.arrow.vbr
{
    background-position: -101px -144px;
    width: 47px;
    height: 96px;
}

.arrow.hlt
{
    background-position: -209px 0;
    width: 120px;
    height: 47px;
}

.arrow.hlb
{
    background-position: -209px -101px;
    width: 120px;
    height: 47px;
}

.arrow.hrt
{
    background-position: -353px 0;
    width: 120px;
    height: 47px;
}

.arrow.hrb
{
    background-position: -353px -101px;
    width: 120px;
    height: 47px;
}

/* Responsive */
@media (max-width: 479px)
{
    .arrow
    {
        display: none;
    }
}
/* Circular Bars */
.circular-bar
{
    margin-bottom: 25px;
}

.circular-bar .circular-bar-chart
{
    position: relative;
}

.circular-bar strong
{
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    width: 80%;
    left: 10%;
    text-align: center;
}

.circular-bar label
{
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
    text-align: center;
}



/* Scroll to Top */
html .scroll-to-top
{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #404040;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
}

html .scroll-to-top:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}

html .scroll-to-top.visible
{
    filter: alpha(opacity=75);
    opacity: 0.75;
}

html .scroll-to-top span
{
    display: inline-block;
    padding: 0 5px;
}

html.ie11 .scroll-to-top
{
    right: 25px;
}

/* Responsive */
@media (max-width: 991px)
{
    html .scroll-to-top.hidden-mobile
    {
        display: none !important;
    }
}
/* Portfolio */
.portfolio-title
{
    margin-bottom: -10px;
}

.portfolio-title a
{
    display: inline-block;
}

.portfolio-title .fa
{
    font-size: 2.5em;
}

.portfolio-title .portfolio-nav, .portfolio-title .portfolio-nav-all
{
    margin-top: 11px;
}

.portfolio-title .portfolio-nav
{
    text-align: right;
}

.portfolio-title .portfolio-nav a
{
    width: 40%;
}

.portfolio-title .portfolio-nav-all .fa
{
    font-size: 2.7em;
}

.portfolio-title .fa-angle-right
{
    text-align: right;
}

.portfolio-title .portfolio-nav-prev
{
    text-align: left;
}

/* Portfolio Info */
.portfolio-info
{
    margin: 2px 0 10px;
    float: right;
}

.portfolio-info ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-info ul li
{
    display: inline-block;
    border-right: 1px solid #E6E6E6;
    color: #B1B1B1;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 0.9em;
}

.portfolio-info ul li:last-child
{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.portfolio-info ul li a
{
    text-decoration: none;
    color: #B1B1B1;
}

.portfolio-info ul li a:hover .fa-heart
{
    color: #E53F51;
}

.portfolio-info ul li .fa
{
    margin-right: 4px;
}

/* Portfolio List */
ul.portfolio-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.portfolio-list .portfolio-item
{
    margin-bottom: 35px;
}

/* Portfolio Details */
ul.portfolio-details
{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 5px;
  
}

ul.portfolio-details li
{
    padding: 0;
    margin: 0 0 0px;
}

ul.portfolio-details p
{
    padding: 0;
    margin: 0;
}

ul.portfolio-details blockquote
{
    padding: 0 0 0 10px;
    margin: 15px 0 0;
    color: #999;
}

ul.portfolio-details ul.list-skills li
{
    margin-right: 10px;
    margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 991px)
{
    .portfolio-nav, .portfolio-nav-all
    {
        display: none;
    }
}
/* Team List */
ul.team-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.team-list li
{
    padding: 14px 14px 14px 0px;
}

ul.team-list .team-item
{
    margin-bottom: 0px;
}

ul.team-list .team-item .thumb-info-social-icons
{
    margin: 0 0px;
}

/* Responsive */
@media (max-width: 991px)
{
    ul.team-list .team-item
    {
        margin: 0 auto 0px;
        max-width: 270px;
    }
}
/* History */
ul.history
{
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

ul.history li
{
    margin: 25px 0;
    padding: 0;
    clear: both;
}

ul.history li h4
{
    margin: 0 0 -27px 0;
    padding: 0;
}

ul.history li p
{
    margin-left: 53px;
}

ul.history li .thumb
{
    background: transparent url(../img/history-thumb.png) no-repeat 0 0;
    width: 227px;
    height: 160px;
    margin: 0 0 30px;
    padding: 0;
    float: left;
}

ul.history li .thumb img
{
    border-radius: 150px;
    margin: 7px 8px;
    width: 145px;
    height: 145px;
}

ul.history li .featured-box
{
    text-align: left;
    margin-left: 225px;
    margin-bottom: 50px;
    min-height: 115px;
}

ul.history li .featured-box .box-content
{
    border-top-color: #CCC;
}

/* Responsive */
@media (max-width: 479px)
{
    ul.history li .thumb
    {
        display: none;
    }

    ul.history li .featured-box
    {
        margin-left: 0;
    }
}
/* Search Results */
.search-results
{
    min-height: 300px;
}

/* Maps */
.google-map
{
    background: #E5E3DF;
    height: 400px;
    margin: -35px 0 30px 0;
    width: 100%;
}

.google-map img
{
    max-width: 9999px;
}

/* Maps - Parallax */
.parallax + .google-map
{
    margin-top: -70px;
}
