.btn-dcallme {
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color:#f24537;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d02718;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #810e05;

}

.gorusgo {
    margin-top: 20px;
    margin-bottom: 30px;
}

.form {
    margin-top: 50px;
    border-radius:6px;
}

.dcallme {
    margin-bottom: 80px;
    margin-right: 70px;

}

.button-gorusgo {
    border-radius: 30px;
    background-color: red;
}



footer p {
    font-size: 14px;
    color: #999;
    line-height: 1.7;
}

footer h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

footer h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #d21e2b;
    margin-top: 12px;
}

@media (max-width: 991px) {
    footer h3 {
        margin-top: 30px;
    }
}

.footer-social-icons ul li {
    display: inline-block;
    background: #333;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.footer-social-icons ul li a {
    display: block;
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 11px;
    padding-top: 8px;
}

.footer-social-icons ul li:hover {
    background: #d21e2b;
}

.footer-list {
    margin-top: 20px;
}

.footer-list li {
    list-style-type: none;
    color: #aaa;
    padding: 6px 0px;
}

.footer-list li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #aaa;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
}

.footer-list li a:hover {
    color: #fff;
}

.footer-list li a:hover:before {
    color: #fff;
}

.footer-recent-post {
    margin: 15px 0px;
}

.footer-recent-post-thumb {
    float: left;
    width: 25%;
}

.footer-recent-post-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}

.footer-recent-post-content a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

.footer-recent-post-content span {
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
}

.footer-tags a {
    display: inline-block;
    font-size: 11px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    background: #222;
    margin-top: 4px;
    border-radius: 5px;
}

.footer-tags a:hover {
    background: #d21e2b;
}

.footer-bar {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    margin-top: 30px;
}

.footer-bar span {
    color: #d21e2b;
    font-size: 15px;
    font-weight: 400;
}

.footer-bar p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.cf:before,
.cf:after {
    display: table;
    content: ' ';
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    color: #555;
    background-color: #f5f7fa;
}

/*img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

figure {
    margin: 0;
    padding: 10px;
}

figure a {
    display: block;
}

mark {
    padding: 0 5px;
    background-color: #ddd;
}

::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.btn {
    padding: 10px 15px;
    cursor: pointer;
    color: #555;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    background-color: #f3f3f3;
}

.btn.disabled {
    cursor: not-allowed;
    color: #ddd;
    border-color: #ddd;
}

.btn-group {
    padding: 25px 30px;
    text-align: center;
    background-color: #434a54;
    color: #fff;
}

.btn-primary {
    color: #fff;
    border-color: #0066c0;
    background-color: #0074d9;
}

.btn-primary:hover {
    background-color: #0066c0;
}

.btn-danger {
    color: #fff;
    border-color: #ab3326;
    background-color: #c0392b;
}

.btn-danger:hover {
    background-color: #ab3326;
}

.btn-cancel {
    color: #999;
    border-color: #ddd;
}

.btn-cancel:hover {
    background-color: #e6e6e6;
}

.site-header {
    text-align: center;
    background-color: #196e76;
}

.site-header h1,
.site-header a {
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
}

.site-header h1 {
    font-size: 18px;
    margin: 0;
}

.site-header a {
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-decoration: none;
    background-color: #10474c;
}

.boxed-group {
    width: 90%;
    max-width: 680px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

.boxed-group h3,
.boxed-group h4 {
    font-weight: 400;
    margin: 0;
}

.boxed-group h3 {
    padding: 12px 20px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #434a54;
}

.boxed-group h4 {
    font-size: 18px;
    color: #555;
}

.boxed-group section {
    padding: 30px 20px;
}

.boxed-group section:first-child {
    border-bottom: 1px solid #e6e9ed;
}

.boxed-group section:only-of-type,
.boxed-group section:only-child {
    border-bottom: 0;
}

.boxed-group .boxed-group-inner {
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e9ed;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
}

.boxed-group .btn {
    float: right;
    margin-left: 20px;
}

.site-dialog {
    overflow: hidden;
    width: 95%;
    max-width: 500px;
    padding: 0;
    border-width: 0;
    border-radius: 5px;
    background: transparent;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transform: scale(0.1);
    transition: transform 200ms;
}

.site-dialog.dialog-scale {
    visibility: visible;
    transform: scale(1);
}

.site-dialog h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #fff;
}

.site-dialog p {
    font-size: 14px;
}

.site-dialog .dialog-header {
    padding: 12px 20px;
    background-color: #070200;
}

.site-dialog .dialog-content {
    padding: 30px 20px;
    color: #555;
    background-color: #fff;
}

.site-dialog .dialog-content p:last-of-type,
.site-dialog .dialog-content p:only-child {
    margin-top: 0;
    margin-bottom: 0;
}

.input {
    background-color: #27363f;
    color: #fff;
}

.btnn {
    width: 250px;
    color: #fff;
    text-shadow: 3px 2px 1px black;
    font-size: 24px;

}
