/* 
    Document   : style
    Created on : 19-Aug-2013, 05:56:49
    Author     : Ivan
    Description:
        Purpose of the stylesheet follows.
*/

body { 
    background-color: #367CAC;
}

.row.main-content{
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2a6496;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
}

/*===============Sidebar==================*/
.row#sidebar-left a.logo{
    width: 182px;
    height: 55px;
    margin: 0 auto;
    display: block;
}
.row#sidebar-left a.logo img{
}
.row#sidebar-left ul.menu{
    margin-top: 20px;
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 5px #e2e2e2;
    box-shadow: 0px 0px 5px 5px #e2e2e2;
}

.row#sidebar-left ul.menu{
    list-style-type: disc;
    color: #ff9900;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 13px;
    padding: 13px;
    padding: 13px 13px 13px 30px;
}
.row#sidebar-left ul.menu li{
    padding-top: 5px;
    border-top: 2px solid #e2e2e2;
}
.row#sidebar-left ul.menu li:first-child{
    border-top: none;
    padding-top: 0px;
}
.row#sidebar-left ul.menu li a{
}
.row#sidebar-left .testimonials,
.row#sidebar-left .infobox{    
    background-color: #3470A1;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 5px 5px #e2e2e2;
    box-shadow: 0px 0px 5px 5px #e2e2e2;
}
.row#sidebar-left .testimonials h3,
.row#sidebar-left .infobox h3{
    background-color: #62b8d9;
    color: #204f67;
    margin: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.row#sidebar-left .testimonials div p, 
.row#sidebar-left .infobox div p{
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 5px 4px 5px;
    padding: 8px 3px 8px 5px;
    border-top: 2px solid #204f67;
    margin: 0px;
}
.row#sidebar-left .testimonials div p:first-child,
.row#sidebar-left .infobox div p:first-child{
    border-top: 2px solid transparent;
}

.row#sidebar-left img.infoimg{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -10px;
}

/*===============Page==================*/
.container .row.page h1,
.container .row.page h2{
    font-family: Arial, Tahoma, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    color: #013C65;
    text-decoration: none;
    margin: 0px;
    border-left: 6px solid #ffcc00;
    padding-left: 10px;
    margin-bottom: 10px;
}

.container .row.page .row{
    margin-bottom: 20px;
}
.container .row.page .row a.btn{
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
}
.container .row.page .row a.btn span{
    font-size: 35px;
    line-height: 35px;
    vertical-align: baseline;
}
.container .row.page .row.feature-img img{
    margin-top: 10px;
}
.container .row.page .row.header h1{
    border-left: none;
    padding-left: 0px;
    font-size: 55px;
    line-height: 130px;
    vertical-align: middle;
}
.container .row.page .row.header{
    border-bottom: 4px solid #367CAC;
    height: 130px;
    margin-bottom: 20px;
}

.container .row.page table{
    margin-bottom: 0px;
}

.container .row.page .form-group.has-error label{
    width: 100%;
}
.container .row.page .panel-heading h1{
    margin-bottom: 0px;
}
.container .row.page .img-responsive{
    margin: 0 auto;
}

.breadcrumb>li+li:before {
    content: "|\00a0";
}

.main-content h2{
font-size:20px;
font-weight:bold;
}
div.row.paketi {
	/*background-color:#cecece;*/
}
div.row.paketi p{
	text-align:center;
	min-height:60px;
}
div.row.paketi > div.col-md-3 > div.col-md-12:first-child {
	min-height:180px;
}

@media all and (max-width: 380px){
	.container .row.page .row.header h1{
	  font-size: 35px;
	  line-height: 70px;
    }
}

