	    
/* CONTENT */
.gc_message_box div,
.gc_message_box span,
.gc_message_box b,
.gc_message_box i,
.gc_message_box form,
.gc_message_box label {
    line-height: 1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.gc_message_box a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.gc_message_box input,
.gc_message_box select {
    vertical-align: middle;
}

.gc_message_box {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008dbe', endColorstr='#0074a4',GradientType=0);
    background: #0074a4;
    background: -moz-linear-gradient(top, #008dbe 0%, #0074a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dbe), color-stop(100%, #0074a4));
    background: -o-linear-gradient(top, #008dbe 0%, #0074a4 100%);
    background: -ms-linear-gradient(top, #008dbe 0%, #0074a4 100%);
    background: linear-gradient(to bottom, #008dbe 0%, #0074a4 100%);
    background: -webkit-linear-gradient(top, #008dbe 0%, #0074a4 100%);    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gc_message_box #gc_message_box_message {
    margin: 0 10px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-family: inherit;
    font-size: inherit;
}

.gc_message_box a {
    text-decoration: none;
}
.gc_message_box #gc_message_box_button_a {
    background: none !important;
}

.gc_message_box #gc_message_box_button #gc_message_box_buttontext {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

.gc_message_box #gc_message_box_button #gc_message_box_buttontext:hover {
}

.gc_message_box #gc_message_box_button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    cursor: pointer;
    color: #ffffff;       
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #6cc552;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50aa38', endColorstr='#50aa38',GradientType=0);
    background: #50aa38;
    background: -moz-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50aa38), color-stop(100%, #50aa38));
    background: -o-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    background: -ms-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    background: linear-gradient(to bottom, #50aa38 0%, #50aa38 100%);
    background: -webkit-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.gc_message_box #gc_message_box_button:hover {
    color: #ffffff;
    border: 1px solid #59b340;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36921f', endColorstr='#36921f',GradientType=0);
    background: #36921f;
    background: -moz-linear-gradient(top, #36921f 0%, #36921f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36921f), color-stop(100%, #36921f));
    background: -o-linear-gradient(top, #36921f 0%, #36921f 100%);
    background: -ms-linear-gradient(top, #36921f 0%, #36921f 100%);
    background: linear-gradient(to bottom, #36921f 0%, #36921f 100%);
    background: -webkit-linear-gradient(top, #36921f 0%, #36921f 100%);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.gc_message_box .close_icon {
    display: block;
    position: absolute;
    z-index: 99997;
    right: 4px;
    top: 4px;
    height: 15px;
    width: 15px;
    background-image: url('http://www.airportresidence.com.tr/wp-content/plugins/gc-message-box/images/x-light.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.5;
    cursor: pointer;
}
.gc_message_box .dark.close_icon {
    background-image: url('http://www.airportresidence.com.tr/wp-content/plugins/gc-message-box/images/x-dark.png');
}
.gc_message_box .close_icon:hover {
    background-color: rgba(0,0,0,0.5);
    opacity: 0.7;
}
.gc_message_box .dark.close_icon:hover {
    background-color: rgba(255,255,255,0.5);
}

/* ALIGNS */

/* CENTERED UNDER */
.gc_message_box_centered_under_msg { 
    text-align: center; 
    padding-bottom: 10px; 
    line-height: 30px; 
}
.gc_message_box_centered_under_btn { 
    text-align: center; 
}

/* LEFT UNDER */
.gc_message_box_left_under_msg { 
    text-align: left; 
    padding-bottom: 10px; 
    line-height: 30px; 
}
.gc_message_box_left_under_btn { 
    text-align: left; 
}

/* RIGHT UNDER */
.gc_message_box_right_under_msg { 
    text-align: right; 
    padding-bottom: 10px; 
    line-height: 30px; 
}
.gc_message_box_right_under_btn { 
    text-align: right; 
}

/* LEFT INLINE */
.gc_message_box_right_inline_box {
    text-align: left; 
}
.gc_message_box_left_inline_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_left_inline_msg { 
    text-align: left; 
    display: inline-block;
    line-height: 30px; 
}
.gc_message_box_left_inline_btn { 
    float: left; 
    text-align: left; 
    display: inline; 
    padding-right: 10px; 
}

/* RIGHT INLINE */
.gc_message_box_right_inline_box {
    text-align: right;
}
.gc_message_box_right_inline_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_right_inline_msg {  
    text-align: right; 
    display: inline-block;
    line-height: 30px;
}
.gc_message_box_right_inline_btn { 
    float: right; 
    text-align: right;
    display: inline; 
    padding-left: 10px; 
}

/* LEFT RIGHT FAR */
.gc_message_box_left_right_far_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_left_right_far_msg { 
    float: right; 
    text-align: right; 
    display: inline-block;
    line-height: 30px; 
}
.gc_message_box_left_right_far_btn { 
    float: left;
    text-align: left; 
    display: inline; 
}

/* RIGHT LEFT FAR */
.gc_message_box_right_left_far_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_right_left_far_msg { 
    float: left; 
    text-align: left;
    display: inline-block;
    line-height: 30px; 
}
.gc_message_box_right_left_far_btn { 
    float: right; 
    text-align: right; 
    display: inline; 
}

/* RIGHT LEFT CLOSE */
.gc_message_box_right_left_close_box { 
    text-align: center; 
}
.gc_message_box_right_left_close_msg { 
    padding-right: 10px; 
    display: inline-block;
    line-height: 30px;
}
.gc_message_box_right_left_close_btn {
    display: inline;
}

/* LEFT RIGHT CLOSE */
.gc_message_box_left_right_close_box {
    text-align: center; 
}
.gc_message_box_left_right_close_msg {
    display: inline-block;
    vertical-align: middle !important;
    line-height: 30px;
    padding-left: 10px;
}
.gc_message_box_left_right_close_btn {
    display: inline; 
}

/* GC MAILPOET EX */
.gc_mailpoet_ex_gc_message_box.embed {
    margin: 0;
    vertical-align: top;
    text-align: center;
}
.gc_mailpoet_ex_gc_message_box.embed div {
    margin: 0;
}
.gc_mailpoet_ex_gc_message_box.embed .default {
    font-weight: normal;
    vertical-align: top;
}
.gc_mailpoet_ex_gc_message_box.embed .default .message{
    display: inline-table;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 30px;
    margin: 6px 0;
    color: #ffffff;
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-family: inherit !important;
    font-size: inherit;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper {
    display: inline-table;
    position: relative;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .not-valid-email,
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .not-filled {
    display: inline-block;
    position: absolute;
    top: -28px;
    border-radius: 3px;
    padding: 0 10px;
    background: #aa0000;
    color: white;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    z-index: 4;
    font-family: inherit !important;
    font-size: inherit;
    border: 1px solid #ffffff;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .not-valid-email:before,
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .not-filled:before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #aa0000;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 5;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .not-valid-email:after,
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .not-filled:after { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #ffffff;
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 2;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .the-input {
    display: inline-block;
    margin: 6px 0;
    height: 30px;
    line-height: 30px;
    vertical-align: baseline;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .the-input input{
    margin: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #00709f;
    color: #555555;
    background-color: #ffffff;
    border-radius: 3px;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: baseline;
    padding: 0 8px;
    width: 140px;
    font-family: inherit !important;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .the-input input::-webkit-input-placeholder {   
    color: #cccccc;
    vertical-align: baseline;
    line-height: 30px;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .the-input input:-moz-placeholder {
    color: #cccccc;
    vertical-align: baseline;
    line-height: 30px;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .the-input input::-moz-placeholder {
    color: #cccccc;
    vertical-align: baseline;
    line-height: 30px;
}
.gc_mailpoet_ex_gc_message_box.embed .default .subscription-wrapper .the-input input:-ms-input-placeholder {  
    color: #cccccc;
    vertical-align: baseline;
    line-height: 30px;
}
.gc_mailpoet_ex_gc_message_box.embed .default .button {
    display: inline-table;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    margin: 6px 0;
    background: none !important;
}
.gc_mailpoet_ex_gc_message_box.embed .default .button span {
    overflow: hidden;
    vertical-align: top;
}
.gc_mailpoet_ex_gc_message_box.embed .success {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    margin: 6px 0;
    color: #ffffff;
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-family: inherit !important;
    font-size: inherit;
}
.gc_mailpoet_ex_gc_message_box.embed .already-exists {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    margin: 6px 0;
    color: #ffffff;
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-family: inherit !important;
    font-size: inherit;
}
