.inner-top-effect {
    background: #fff none repeat scroll 0 0;
    position: relative;
    width: 100%;
}
.inner-top-effect h1, .inner-top-effect h2, .inner-top-effect h3, .inner-top-effect h4, .inner-top-effect h5, .inner-top-effect h6 {
    color: #fff;
}
.inner-top-effect #inner-top-effect-image {
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 300px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inner-top-effect .color-overlay {
    height: 100%;
    position: relative;
}
.inner-top-effect .content {
    padding: 50px 0 0;
}
.inner-top-effect .content h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
.inner-top-effect .content p {
    font-size: 24px;
}
.inner-top-effect .content button {
    margin-top: 50px;
}
.inner-top-effect #inner-top-effect-title {
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 300px;
    margin-top: -1px;
    padding: 0;
    width: 100%;
}
.inner-top-effect .color-overlay {
    background-color: rgba(2, 64, 84, 0.3);
	border-top: 3px solid #0452aa;
}

.img-padding{padding:5px; border: 1px solid #eee;}


/*Buttons*/

.btn3d {
    position:relative;
    top: -6px;
    border:0;
     transition: all 40ms linear;
     margin-top:10px;
     margin-bottom:10px;
     margin-left:2px;
     margin-right:2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
         outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #f94d5d inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #f94d5d, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#f94d5d;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
    box-shadow:0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#78d739;
}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}

table {
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 20px;
    width: 100%;
}
table th, table td {
    border-left: 1px solid #dcdcdc;
    padding: 5px;
}
table th {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    text-align: left;
}
table td {
    border-bottom: 1px solid #dcdcdc;
}
table tr:nth-child(2n+1) td {
    background: #f5f5f5 none repeat scroll 0 0;
}


.content *:last-child {
    margin-bottom: 0;
}

.span6 {
    width: 460px;
}


form_main {
    width: 100%;
}
.form_main h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}
.heading {
    border-bottom: 3px solid #1e59c6;
    padding-bottom: 9px;
    position: relative;
}
.heading span {
    background: #1e59c6 none repeat scroll 0 0;
    bottom: -5px;
    height: 10px;
    left: 0;
    position: absolute;
    width: 70px;
}  
.form {
    border-radius: 7px;
    padding: 6px;
}
.txt[type="text"] {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.txt_3[type="text"] {
    margin: 10px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.txt2[type="submit"] {
    background: #1e59c6 none repeat scroll 0 0;
    border: 1px solid #043898;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
}
.txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5793ef;
    transition: all 0.5s ease 0s;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}