/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/************************
*     GLOBAL SETTINGS
*************************/

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: transparent !important;
    color: #9798a5;
    font-family: Open Sans, sans-serif !important;
    overflow-x: hidden;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

/*.container {
  min-width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}*/

/*#incorporate {
  width: 1920px;
  margin: 0 auto;
}*/

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

/************************
* GLOBAL SETTINGS CONTENT
*************************/

.go-error_code {
    position: absolute;
    margin: auto;
    display: table;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 400px;
    height: 230px;
    background-color: #fff;
    border-radius: 3px;
    padding: 50px;
    z-index: 9;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.go-error_code span {
    width: 300px;
    max-width: 300px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.go-error_code.go-success_code {
    background: #2b9a5f;
    color: #fff !important;
}
.go-error_code.go-danger_code {
    background: #dc3545;
    color: #fff !important;
}

.go-error_code.go-success_code .go-success_icon {
    display: table !important;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}
.go-error_code.go-danger_code .go-danger_icon {
    display: table !important;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}

.go-success_code .go-success_icon i {
    color: #fff !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.go-sdanger_code .go-danger_icon i {
    color: #fff !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.go-error {
    color:#FF0000 !important;
}
/*.go-valid {*/
/*color:#00CC00 !important;*/
/*}*/

.go-arrow {
    position: absolute;
    right: -8px;
    bottom: -26px;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 20px;
    cursor: pointer;

    /*bottom: 20px;*/
    /*right: 26px;*/

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

    -webkit-transform: scale(0.3,0.3);
    -moz-transform: scale(0.3,0.3);
    -ms-transform: scale(0.3,0.3);
    transform: scale(0.3,0.3);

}
.go-arrow.go-left-arrow:hover {
    -webkit-transform: translateX(-10px) scale(0.3,0.3);
    -moz-transform: translateX(-10px) scale(0.3,0.3);
    -ms-transform: translateX(-10px) scale(0.3,0.3);
    transform: translateX(-10px) scale(0.3,0.3);
}

.go-arrow i{
    color: #ddd;
    font-size: 40px;
}

.go-arrow .go-arrow-bar {
    background: #ddd;
    /*height: 79%;*/
    height: 69%;
    left: 35%;
    position: absolute;
    width: 23%;

    -webkit-border-radius: 9% / 3%;
    -moz-border-radius: 9% / 3%;
    border-radius: 9% / 3%;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.go-arrow .go-arrow-bar-1 {
    top: -2px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.go-arrow .go-arrow-bar-2 {
    top: 32%;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.go-error_back {
    font-size: 15px;
    color: #dddddd;
    position: absolute;
    bottom: 34px;
}

form#contactForm {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #cccccc;
    padding: 40px;
    background: #ebebeb;
    /*border-radius: 3px;*/
    /*position: absolute;*/
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.go-title {
    font-size: 15px;
    margin: 0px 0 -20px 0;
    color: #394143;
    text-align: center;
}

.go-hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #E4E4E4;
    margin: 3.5em 0;
    padding: 0;
}

.go-control-group {
    position:relative;
    margin-bottom:16px;
}
.go-control-group div:first-of-type{
    margin-bottom:5px;
}

.go-control-group label {
    color: #535A5B;
    font-weight:100;
    font-size: 13px;
    width: 100%;
}
.go-control-group label .bootstrap-select{
    width: 100% !important;
}

.go-control-group label span.go-required {
    color: red;
}

.go-control-group input,
.go-control-group select,
.go-control-group textarea{

    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 100%;
    border: 1px solid #DEE4EA;
    color: #7d7d7d;
    /*color: #B4B4B4;*/
    font-weight: 100;
    padding: 10px 10px;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    /*background: rgba(70, 70, 70, 0.1);*/

    resize: none;
}


.go-control-group select{
    height: 40px;
}

.go-control-group i {
    color: #9798a5;
}


.go-control-group input:focus,
.go-control-group textarea:focus {
    outline:none;
}

/* LABEL ======================================= */

.go-control-group input:focus,
.go-control-group textarea:focus {
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(54,54,54,1);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(54,54,54,1);
    box-shadow: inset 0px 0px 2px 0px rgba(54,54,54,1);
    -webkit-transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    transition:0.2s ease all;
}

.go-control-group input:invalid,
.go-control-group textarea:invalid {
    color: red;
}

.go-control-group .go-validation {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 33px;
    opacity: 0;
}

.go-control-group .go-validation .fa-check {
    color: #2B9A5F;
}
.go-control-group .go-validation .fa-times {
    color: #b31e1e;
}

.go-button{
    position:relative;
}

.go-button-success {
    width: 100%;
    height: 40px;
    padding: 7px 26px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    background-color: #2B9A5F;
    border: none;
    border-color: #2B9A5F;
    font-weight: 700;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.go-button-success:hover,
.go-button-success:focus,
.go-button-success:active,
.go-button-success.active {
    color: white;
    background-color: #128f76;
    border-color: #11866f;
}
.go-button-success.go-loading:hover,
.go-button-success.go-loading:focus,
.go-button-success.go-loading:active,
.go-button-success.go-loading.active,
.go-button-success.go-loading.go-failed:hover,
.go-button-success.go-loading.go-failed:focus,
.go-button-success.go-loading.go-failed:active,
.go-button-success.go-loading.go-failed.active {
    color: white;
    background-color: transparent !important;
    border:3px solid #2B9A5F;
    border-bottom:3px solid rgba(255,255,255,0.0);
    border-left:3px solid rgba(255,255,255,0.0);
}

.go-button-success.go-failed:hover,
.go-button-success.go-failed:focus,
.go-button-success.go-failed:active,
.go-button-success.go-failed.active {
    color: white;
    background-color: #7d1313;
    border-color: #7d1313;
}

.go-button-success:active,
.go-button-success.active {
    background-image: none;
}

.go-button-success.disabled,
.go-button-success[disabled],
fieldset[disabled] .go-button-success,
.go-button-success.disabled:hover,
.go-button-success[disabled]:hover,
fieldset[disabled] .go-button-success:hover,
.go-button-success.disabled:focus,
.go-button-success[disabled]:focus,
fieldset[disabled] .go-button-success:focus,
.go-button-success.disabled:active,
.go-button-success[disabled]:active,
fieldset[disabled] .go-button-success:active,
.go-button-success.disabled.active,
.go-button-success[disabled].active,
fieldset[disabled] .go-button-success.active {
    background-color: #18BC9C;
    border-color: #18BC9C;
}
.btn:focus,
.btn:active,
.btn.active {
    outline: none;
}


@-o-keyframes rotateAnimation {
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateAnimation {
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateAnimation {
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateAnimation {
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);/* added vendor specific css (IE) */
        -webkit-transform: rotate(360deg);/* added vendor specific css (Safari, Opera , Chrome) */
    }
}

.go-loading{
    font-size:0;
    /*width:30px;*/
    /*height:30px;*/
    width: 40px;
    border-radius: 50%;
    /*margin-top:5px;*/
    /*border-radius:15px;*/
    padding:0;
    border:3px solid #2B9A5F;
    border-bottom:3px solid rgba(255,255,255,0.0);
    border-left:3px solid rgba(255,255,255,0.0);
    background-color:transparent !important;

    /*-webkit-animation: rotateAnimation 2s 0.25s linear infinite;*/
    /*animation: rotateAnimation 2s 0.25s linear infinite;*/

    -webkit-animation-name: rotateAnimation;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.25s;


    animation-name: rotateAnimation;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-delay: 0.25s;

}

.go-loading-icon{
    color:#2B9A5F;
    font-size:18px !important;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-8px;
    margin-top:-5px;
    -webkit-transform:scaleX(0) !important;
    transform:scaleX(0) !important;
}

.go-done,
.go-failed {
    font-size: 13px;
    color: white;
}
.go-done {
    background: #1ECD97;
}
.go-failed {
    background: #b31e1e;
}

.go-done:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.go-failed:after {
    font-family: 'FontAwesome';
    content: "\f00d";
}

/*.go-end-loading{*/
/*-webkit-transform:scaleX(1) !important;*/
/*transform:scaleX(1) !important;*/
/*}*/
/*.go-hide-loading{*/
/*opacity:0;*/
/*-webkit-transform: rotate(0deg) !important;*/
/*transform: rotate(0deg) !important;*/
/*-webkit-transform:scale(0) !important;*/
/*transform:scale(0) !important;*/
/*}*/

.go-control-group .bs-searchbox input {
    border-bottom: 1px solid #ababab !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 1px;
}

.go-control-group .bs-searchbox input:focus {
    border-radius: 1px;
    box-shadow: 0 4px 2px -4px #ababab !important;
    -webkit-box-shadow: 0 4px 2px -4px #ababab !important;
}

.go-control-group .dropdown-menu>.active>a,
.go-control-group .dropdown-menu>.active>a:focus,
.go-control-group .dropdown-menu>.active>a:hover {
    background-color: #535A5B !important;
}

.go-control-group ul.dropdown-menu {
    max-height: 300px !important;
}

.snackbar {
    overflow: hidden;
    clear: both;
    min-width: 288px;
    max-width: 568px;
    cursor: pointer;
    opacity: 0;
}

.snackbar {
    height: 0;
    background-color: #323232;
    color: rgba(255,255,255, 0.84);
    font-size: 14px;
    border-radius: 2px;

    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);

    -webkit-transition: -webkit-transform 0.4s ease-in-out,
    opacity 0.4s ease-in,
    height 0s linear 0.4s,
    padding 0s linear 0.4s,
    height 0s linear 0.4s;
    -o-transition: -o-transform 0.4s ease-in-out,
    opacity 0.4s ease-in,
    height 0s linear 0.4s,
    padding 0s linear 0.4s,
    height 0s linear 0.4s;
    transition: transform 0.4s ease-in-out,
    opacity 0.4s ease-in,
    height 0s linear 0.4s,
    padding 0s linear 0.4s,
    height 0s linear 0.4s;

    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
}

.snackbar.snackbar-opened {
    height: auto;
    opacity: 1;
}

.snackbar.snackbar-opened {
    height: auto;
    padding: 14px 15px;
    margin-bottom: 20px;

    -webkit-transition: -webkit-transform 0.4s ease-in-out,
    opacity 0.4s ease-in,
    height 0s linear 0.4s,
    padding 0s linear 0.4s,
    height 0s linear 0.4s;
    -o-transition: -o-transform 0.4s ease-in-out,
    opacity 0.4s ease-in,
    height 0s linear 0.4s,
    padding 0s linear 0.4s,
    height 0s linear 0.4s;
    transition: transform 0.4s ease-in-out,
    opacity 0.4s ease-in,
    height 0s linear 0.4s,
    padding 0s linear 0.4s,
    height 0s linear 0.4s;

    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.snackbtn {
    float: right;
    position: absolute;
    top: 3px;
    right: 10px;
}
.snackbtn:after {
    font-family: 'FontAwesome';
    content: "\f00d";
}

.go-snackbar-failed {
    background: #b31e1e;
}


::-webkit-input-placeholder {
    color: #d8d8d8;
}

:-moz-placeholder { /* Firefox 18- */
    color: #d8d8d8;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #d8d8d8;
}

:-ms-input-placeholder {
    color: #d8d8d8;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    form#contactForm {
        max-width: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}