/* 
    Document   : syle
    Created on : 25.Ara.2012, 13:45:51
    Author     : musty
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/* Clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
/* Clearfix */

a,
a:hover, 
a:active,
a:visited
{
    text-decoration:none;
    outline: none;
    /*color: #000;*/
}
p {
    line-height: 1.2em;
    margin: 0 0 0.8em 0;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

[class^="spacer"]{clear:both;width:100%; margin:0; padding:0; border:0; display:block;position:relative;z-index:-1;}
.spacer5{height:5px;}.spacer10{height:10px;}.spacer15{height:15px;}.spacer20{height:20px;}.spacer25{height:25px;}
.spacer30{height:30px;}.spacer35{height:35px;}.spacer40{height:40px;}.spacer45{height:45px;}.spacer50{height:50px;}
.spacer60{height:60px;}.spacer70{height:70px;}.spacer80{height:80px;}.spacer90{height:90px;}.spacer100{height:100px;}
.spacer120{height:120px;}.spacer150{height:150px;}.spacer200{height:200px;}
.hidden {display: none;}
.tc {text-align:center;}
.tl {text-align:left;}
.tr {text-align:right;}

.clr{clear:both;}
.pull-left {float: left;}
.pull-right {float: right;}

.floatBox {display: table;}
.pull-left.art {
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
}
.pull-right.art {
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
}

.inlineBlock, .inlineBlock li{display: inline-block;vertical-align: middle;}

.tableCell {display: table-cell;vertical-align: middle;}
.tableCellT {display: table-cell;vertical-align: top;}
.tableCellB {display: table-cell;vertical-align: bottom;}

.marginL0 {margin-left: 0 !important}
.marginR0 {margin-right: 0 !important}

.valignP {display: table;}
.valignC {
    display: table-cell;
    vertical-align: middle;
}
.placeholder {
    color: #bbb;
}
/* webkit placeholder */
::-webkit-input-placeholder {
    color: #bbb;
}
/* moz placeholder */
:-moz-placeholder {
    color: #bbb;
}

/* Form */
input[type="text"], 
input[type="password"], 
textarea {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;*/
    color: #888888;
}

input[type="text"] {
    padding: 3px;
}

input[type="text"]:focus, textarea:focus {
    color: #373737;
}

textarea {
    padding-left: 3px;
    width: 98%;
}

.control-group {}
.control-group .control-label {display:block;}

.form-horizontal .control-group {
    margin-bottom: 20px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group:after {
    clear: both;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.form-horizontal .controls {
    margin-left: 180px;
}
.form-horizontal .controls:first-child {
}
.form-horizontal .form-actions {
    padding-left: 180px;
}

.loader {
    opacity: 0;
    background: transparent url('../img/loader.gif') no-repeat center center / 25px auto scroll;
    width: 32px;
    height: 32px;
}
.fsOverlay {
    margin: 0px; padding: 0px; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%;
    background: transparent url('../img/overlays/1.png');
    opacity: 0.3;
    z-index: -1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#searchForm {
    font-size: 0.8em;
}

div#searchForm input#query {
    width: 75%;
}

div#searchForm input#submit {
    /*width: 18%;*/
}

div.numResultsesults {
    background-color: #ccc;
    color: #000;
    margin: 15px 0px;
    padding: 5px 10px;
}

ul.searchResultsesults {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.searchResults li {
    clear: left;
    margin-bottom: 15px;
}

ul.searchResults li a {
    font-weight: bold;
}

ul.searchResults li span.relevance {
    font-size: 7pt;
    color: #ccc;
}

ul.searchResults p {}


/* pagination  */
div.pagination {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Verdana, Arial, sans-serif;

}
div.pagination a {
    display: block;
    margin-right: 2px;
    border: 1px solid #8DB5D7;
    text-decoration: none; 
    color: #000;
}
div.pagination a:hover, 
div.pagination a:active {    
    margin-right: 2px;
    border: 1px solid red;
}
div.pagination span {
    display: inline-block;
    vertical-align: middle;
}   
div.pagination span.active {    
    margin-right: 2px;
    border: 1px solid #E89954;
    font-weight: bold;
    background-color: #FFCA7D;
    color: #000;
}
div.pagination span.disabled {    
    margin-right: 2px;
    border: 1px solid #ccc;
    color: #ccc;
}

div.pagination a,
div.pagination a:hover, 
div.pagination a:active,
div.pagination span.active,
div.pagination span.disabled {  
    font-size: 13px;
    padding: 3px 6px 4px 6px;
}
/* pagination  */

.sidebar {
}
.sidebar ul {
    display: block;
    background: #ccc;
    padding: 20px 0px 28px 0;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.sidebar li {
    /*background: #42b0d1;*/
    display: block;
    font-weight: bold;
}
.sidebar li a{
    display: block;
    text-align: left;
    line-height: 1.5em;
    padding: 0.3em 1em;
    margin: 0 0 0 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    /*  -webkit-box-shadow: 0 0 1px 1px #999 inset ,0px 0px 1px 1px #333;
        -moz-box-shadow: 0 0 1px 1px #999 inset ,0px 0px 1px 1px #333;
        box-shadow: 0 0 1px 1px #999 inset ,0px 0px 1px 1px #333;*/
}
.sidebar li.active {
    background: #3278be;
}

.sidebar li.active a
{
    color: #ffffff;
}

.pBorderL {
    border-left: 1px solid #CC0000;
    position: absolute;
    top: 0;
    left: -5%;
    width: 0;
    height: 100%;
}

.postContents {}

.postContent {}

.postTitle,
.postTitle a
{
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
}
.postArticle {
    clear: both;
}
.postArticle img {
    max-width: 100%;
}
.postArticle ul
{
    list-style: outside disc none;
    padding: 0 0 0 16px;
}

.postThumb {
    clear: both;
    display: block;
    margin: 0 auto;
}

.postThumb > a {
    display: block;
    border: 8px solid #e3e1e1;

    -webkit-box-shadow: 0px 0px 2px 1px #797575;
    box-shadow: 0px 0px 2px 1px #797575;
    margin: 0 2px;
}
.postThumb > a > img{
    /*border: 3px inset #fff;*/
    -webkit-box-shadow: 0px 0px 0px 3px #ccc;
    box-shadow: 0px 0px 0px 3px #ccc;
}

.postThumb span:last-child {
    position: relative;
    display: block;
    width: 100%;
}
.postThumb img {
    display: block;
    width: 100%;
}

.readMore {
    margin: 0;
    padding: 0;
    font-weight: bold;
    position: relative;
    z-index: 7;

}

/* features */
ul.features {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

ul.features li {
    float: left;
    position: relative;
    max-width: 16%;
    margin: 0 5% 0 0;
    text-align: center;
}

/*ul.features li:first-child {
    margin-left: 0%;
}*/

ul.features li:last-child,
ul.features li:nth-child(5n)
{
    margin-right: 0;
}

ul.features li a {
    outline: none;
    text-decoration: none;
    text-align: center;
    color: inherit;
    display: block;
    position: relative;
    /*white-space: nowrap;*/
}
ul.features li a:first-child {}
ul.features li a span {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    z-index: 7;
}

ul.features li a img {
    max-width: 100%;
    display: block;
    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    /*perspective-origin: center center;*/

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
ul.features li a:hover img {
    /*background-color: #708090;*/

    /*    -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        transform:rotate(360deg);*/

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ./features */



.gallery_images {
    margin: 0 0 0 0;
}
.gallery_images ul{
    position: relative;
    list-style: none;

}
.gallery_images ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 25px 25px 0;
    border:3px solid #892e37;
    
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    /*    
        display: inline-block;
        vertical-align: middle;
        height: 90px;
        border: 4px ridge #E4E4E4;
    */
}
.gallery_images ul li:nth-child(3n+0) {margin-right: 0;}
/*.gallery_images.certificate ul li:nth-child(3n+0) {margin-right: 25px;}
.gallery_images.certificate ul li:nth-child(4n+0) {margin-right: 0;}*/
.gallery_images ul li a {
    position: relative;
    overflow: hidden; 
    display: block;
}
.gallery_images ul li a span {
    display:none;
    background : #000000 url("../img/galleryHoverBg.png") no-repeat center center scroll; 
    background-color: rgba(0,0,0,0.7);
    position:absolute; 
    top:0; 
    left:0; 
    width: 100%;
    height: 100%;
    z-index:2; 
}
.gallery_images ul li img {
    display: block;
    max-width: 100%;    
    z-index: 1;
    position: relative;
}

.gallery_images ul li a:hover span {    
    display: block;
}


/* gallery */
.galleryImages {
    margin: 0 0 0 0;
}
.galleryImages ul{
    position: relative;
    list-style: none;

}
.galleryImages ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0;
    margin: 0 25px 25px 0;
    width: 210px;
    height: 210px;
    background: #ffffff;
}
.galleryImages ul li:first-child {
    /*margin-left: 0;*/
} 
/*.galleryImages ul li:last-child, 
*/.galleryImages ul li:nth-child(5n) 
{
    margin-right: 0;
}
/*.galleryImages.certificate ul li:nth-child(3n+0) {margin-right: 25px;}
.galleryImages.certificate ul li:nth-child(4n+0) {margin-right: 0;}*/
.galleryImages ul li a {
    position: relative;
    overflow: hidden; 
    display: block;
    width: 100%;
    height: 100%;
}
.galleryImages ul li a span {
    display:none;
    background : transparent url(../img/galleryHoverBg.png) no-repeat 95% center scroll; 
    /*background-color: rgba(0,0,0,0.4);*/
    background-size: 34px auto;
    position:absolute; 
    top:0; 
    left:0; 
    width: 100%;
    height: 100%;
    z-index:2; 
}
.galleryImages ul li img {
    /*display: block;*/
    max-width: 80%;    
    max-height: 80%;    
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.galleryImages ul li a:hover span {    
    display: block;
}



/* custom selectbox  */
select.std {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;

    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;

    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 14px;
}
select.std option {
    padding: 0px 0px 0px 3px;
}
/* custom selectbox  */

table.std {
    position: relative;
    width: 100%;
    border-collapse: inherit;
}
table.std th{
    padding: 0.5em;
    font-weight: bold;
    font-size: 1em;
    /*border: 1px solid #8DB5D7;*/
    background: #e31e24;
}

table.std th:first-child {
    width: 30%;
}
table.std th:last-child{   
}

table.std td{
    padding: 0.5em;

    /*    border-top: 1px solid #8DB5D7;
        border-left: 1px solid #8DB5D7;*/
}
table.std tr td:last-child {  
    /*border-right: 1px solid #8DB5D7;*/
}
table.std tr:last-child td {    
    /*border-bottom: 1px solid #8DB5D7;*/
}


/* myTabs */
#myTabs {
    display: table;
    margin-top: 30px;
}

#myTabs li {
    float:left; 
    list-style:none; 
    margin: 0 5px 5px 0;
    outline:none;
}
#myTabs li:last-child {
    margin-right: 0;
}
#myTabs li a {
    font-size: 11px;
    font-weight: bold; 
    color: #5685bc;
    display:block; 
    background: #FFF;
    text-decoration:none;
    outline:none;
    cursor: pointer;
    padding: 5px 5px 5px 5px;

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

#myTabs li a.inactive{
    color:#666666;
    background: #bbb;

}

#myTabs li a:hover, #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}

.tabC {
    clear:both;           
    width:100%; 
    text-align:left;

}

/*.tabC h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.tabC p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.tabC ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.tabC li { padding-bottom: 5px; margin-left: 5px;}*/

/* myTabs */



/* only this project */

.lens img:hover, 
.lens:hover {
    cursor: url("../img/lens.png") 50 35, auto;
}


/* only this project */

.ref_thumbs_trigger {cursor: pointer;text-align: center;display: table;margin: auto;}



/*Styles for screen 768px and lower*/
@media only screen and (max-width : 768px) {
    .hidden-phone {display:none !important;}
    .form-horizontal .control-label {
        float: none;
        text-align: left;
        width: auto;
    }
    .form-horizontal .controls {
        margin-left: 0;
    }

    .sidebar li {
        display: inline-block;
        vertical-align: top;
    }
    .sidebar li:first-child a {
        padding-left: 0;
    }

}

/*@media only screen and (max-width : 768px) {}*/
