@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7fx7ky');
  src:  url('../fonts/icomoon.eot?7fx7ky#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7fx7ky') format('truetype'),
    url('../fonts/icomoon.woff?7fx7ky') format('woff'),
    url('../fonts/icomoon.svg?7fx7ky#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
  content: "\e90f";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}


/* placeholder for css */
.gf_cw_placeholder {
    width:100%;
    display:block;
}
.gf_cw_field_container  {
    width:100%;
}
.gfcw_file_input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.gfcw_responsive_setting label{
    display:inline !important;
}
.gf_cw_field {
    position:relative;
}
.gf_cw_field.gfcw_non_responsive {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gf_cw_field.gfcw_responsive.gfcw_ar_16_9 {
    width:100%;
    padding-bottom:56.25%;
}
.gf_cw_field.gfcw_responsive.gfcw_ar_4_3 {
    width:100%;
    padding-bottom:75%;
}
.gfcw_clear:before,
.gfcw_clear:after {
    display: table;
    content: " ";
}
.gfcw_clear:after {
    clear: both;
}
.gfcw_align_left {
    float:left;
}
.gfcw_align_right {
    float:right;
}
.gfcw_align_center {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.gfcw_upload_field {
    position:absolute;
    width:100%;
    height:100%;
    background: #f1f1f1;
    border: solid 1px #ccc;
    
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
}
.gfcw_upload_field:hover {
    background:#ddd;
}
.gfcw_upload_field > a {
    display:table;
    width:100%;
    height:100%;
    text-decoration: none !important;
    box-shadow:none;
    -webkit-box-shadow: none;
    color:#000;
}
.gfcw_upload_field > a > div {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.gfcw_upload_field .gfcw-icon {
    
    font-size:60px;
    line-height:1;
}
.gfcw_thumbnail {
    position:absolute;
    z-index:10;
    width:100%;
    height:100%;
    display:none;
    background-color:#f1f1f1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size:100% 100%;*/ 
}
.gfcw_videosize_stretch .gfcw_thumbnail {
    background-size:100% 100%;
}
.gfcw_uploaded .gfcw_thumbnail{ 
    display:block;
}
.gfcw_remove {
    position:absolute;
    z-index:11;
    color:#fff;
    background: rgba(0,0,0,.5);
    padding: 5px 6px 4px 7px;
    font-size: 23px;
    line-height: 1;
    right: 5px;
    top: 5px;
    cursor:pointer;
    display:none;
}
.gfcw_uploaded .gfcw_remove {
    display:block;
}

.gfcw_loading {
    background:rgba(255,255,255,0.75);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:12;
}
.gfcw_loading > span {
    display:table;
    width:100%;
    height:100%;
}
.gfcw_loading > span > span {
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
    font-size:18px;
    text-align:center;
}
.gfcw_entrylist_thumbnail {
    max-width:200px;
}
.gfcw_entrydetails_thumbnail {
    max-width:100%;
}

.gfcw_media_field {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    overflow:hidden;
}
.gfcw_media_field video {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    
}
.gfcw_videosize_stretch .gfcw_media_field video {
    object-fit:cover;
}
.gfcw_sources {
    position:absolute;
    margin:0;
    padding:0;
    list-style:none;
    top:10px;
    right:10px;
    z-index:3;
}
.gform_wrapper form .gfcw_sources li {
    float:left;
    margin:0 0 0 5px !important;
}
.gfcw_sources li a {
    background: rgba(0,0,0,.3);
    display:block;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    color:#fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: none;
    box-shadow: none;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    font-size: 12px;
	font-family:'Arial';
	box-shadow:none !important;
	-webkit-moz-box-shadow:none !important;
	box-shadow:none !important;
	text-decoration: none !important;
}
.gfcw_sources li a:hover,
.gfcw_sources li.active a {
    background: rgba(0,0,0,.6);
}

a.gfcw_capture{
    position: absolute;
    z-index: 4;
    text-decoration: none !important;
    color: #fff;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    box-shadow: none;
    font-size: 26px;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
	box-shadow:none !important;
	-webkit-moz-box-shadow:none !important;
	box-shadow:none !important;
}
a.gfcw_capture:hover {
	color:#fff;
}
a.gfcw_capture span {
    line-height:50px !important;
	top:0;
	display:inline-block !important;
}
a.gfcw_capture:hover {
    background: rgba(0,0,0,.8);
}
.gfcw_media_field canvas {
    position:absolute;
    z-index:-1;
    top:-10000px;
    left:-10000px;
}